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.
11 lines
317 B
Text
11 lines
317 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
|
|
|
|
qfspritegen_LDADD= $(QFSPRITEGEN_LIBS)
|
|
qfspritegen_DEPENDENCIES= $(QFSPRITEGEN_DEPS)
|