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

9 lines
218 B
Text

CARNE_LIBS=@CARNE_LIBS@
CARNE_DEPS=@CARNE_DEPS@
EXTRA_PROGRAMS += carne
noinst_PROGRAMS += @CARNE_TARGETS@
carne_SOURCES= tools/carne/main.c $(tracy_src)
carne_LDADD= $(CARNE_LIBS)
carne_DEPENDENCIES= $(CARNE_DEPS)