quakeforge/tools/qfspritegen/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

11 lines
330 B
Text

QFSPRITEGEN_LIBS=@QFSPRITEGEN_LIBS@
QFSPRITEGEN_DEPS=@QFSPRITEGEN_DEPS@
QFSPRITEGEN_INCS=@QFSPRITEGEN_INCS@
EXTRA_PROGRAMS += qfspritegen
bin_PROGRAMS += @QFSPRITEGEN_TARGETS@
qfspritegen_SOURCES= tools/qfspritegen/spritegen.c $(tracy_src)
qfspritegen_LDADD= $(QFSPRITEGEN_LIBS)
qfspritegen_DEPENDENCIES= $(QFSPRITEGEN_DEPS)