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

10 lines
270 B
Text

BSP2IMG_LIBS=@BSP2IMG_LIBS@
BSP2IMG_DEPS=@BSP2IMG_DEPS@
BSP2IMG_INCS=@BSP2IMG_INCS@
EXTRA_PROGRAMS += bsp2img
bin_PROGRAMS += @BSP2IMG_TARGETS@
bsp2img_SOURCES= tools/bsp2img/bsp2img.c $(tracy_src)
bsp2img_LDADD= $(BSP2IMG_LIBS)
bsp2img_DEPENDENCIES= $(BSP2IMG_DEPS)