mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
238e80c89b
A couple of things get built when they shouldn't (eg, vkgen) but this gets the build system back to its pre-non-recursive-make configurability.
10 lines
257 B
Text
10 lines
257 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
|
|
bsp2img_LDADD= $(BSP2IMG_LIBS)
|
|
bsp2img_DEPENDENCIES= $(BSP2IMG_DEPS)
|