mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 12:42:32 +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.
15 lines
313 B
Text
15 lines
313 B
Text
QFLMP_LIBS=@QFLMP_LIBS@
|
|
QFLMP_DEPS=@QFLMP_DEPS@
|
|
QFLMP_INCS=@QFLMP_INCS@
|
|
|
|
EXTRA_PROGRAMS += qflmp
|
|
bin_PROGRAMS += @QFLMP_TARGETS@
|
|
|
|
#mans=qflmp.1
|
|
man_MANS += $(mans)
|
|
|
|
qflmp_SOURCES= tools/qflmp/lmp.c $(tracy_src)
|
|
qflmp_LDADD= $(QFLMP_LIBS)
|
|
qflmp_DEPENDENCIES= $(QFLMP_DEPS)
|
|
|
|
EXTRA_DIST += tools/qflmp/lmp.h #lmp.1
|