quakeforge/tools/qfmodelgen/source/Makemodule.am
Bill Currie 238e80c89b [build] Fix selective build of tools
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.
2021-03-26 16:11:29 +09:00

14 lines
385 B
Text

QFMODELGEN_LIBS=@QFMODELGEN_LIBS@
QFMODELGEN_DEPS=@QFMODELGEN_DEPS@
QFMODELGEN_INCS=@QFMODELGEN_INCS@
EXTRA_PROGRAMS += qfmodelgen
bin_PROGRAMS += @QFMODELGEN_TARGETS@
qfmodelgen_SOURCES = \
tools/qfmodelgen/source/lbmlib.c \
tools/qfmodelgen/source/modelgen.c \
tools/qfmodelgen/source/trilib.c
qfmodelgen_LDADD= $(QFMODELGEN_LIBS)
qfmodelgen_DEPENDENCIES= $(QFMODELGEN_DEPS)