quakeforge/tools/qflmp/Makemodule.am
Bill Currie bfa7c1722a [build] Implement tracy memory zones
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.
2024-01-05 11:50:48 +09:00

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