mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 20:51:35 +00:00
This proved to be quite the challenge, and is probably rather fragile, but it does seem to work, and might help with tracking down memory leaks.
12 lines
276 B
Text
12 lines
276 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 $(tracy_src)
|
|
qfwavinfo_LDADD= $(WAV_LIBS)
|
|
qfwavinfo_DEPENDENCIES= $(WAV_DEPS)
|