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.
9 lines
218 B
Text
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)
|