mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
17 lines
293 B
Makefile
17 lines
293 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
WAV_LIBS=@WAV_LIBS@
|
|
WAV_DEPS=@WAV_DEPS@
|
|
WAV_INCS=@WAV_INCS@
|
|
|
|
INCLUDES= -I$(top_srcdir)/include $(WAV_INCS)
|
|
|
|
bin_PROGRAMS= qfwavinfo
|
|
|
|
#man_MANS= qfwavinfo.1
|
|
|
|
qfwavinfo_SOURCES= qfwavinfo.c
|
|
qfwavinfo_LDADD= $(WAV_LIBS)
|
|
qfwavinfo_DEPENDENCIES= $(WAV_DEPS)
|
|
|
|
EXTRA_DIST=
|