mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
238e80c89b
A couple of things get built when they shouldn't (eg, vkgen) but this gets the build system back to its pre-non-recursive-make configurability.
12 lines
263 B
Text
12 lines
263 B
Text
WAV_LIBS=@WAV_LIBS@
|
|
WAV_DEPS=@WAV_DEPS@
|
|
WAV_INCS=@WAV_INCS@
|
|
|
|
EXTRA_PROGRAMS += qfwavinfo
|
|
bin_PROGRAMS += @WAV_TARGETS@
|
|
|
|
#man_MANS += tools/wav/qfwavinfo.1
|
|
|
|
qfwavinfo_SOURCES= tools/wav/qfwavinfo.c
|
|
qfwavinfo_LDADD= $(WAV_LIBS)
|
|
qfwavinfo_DEPENDENCIES= $(WAV_DEPS)
|