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

21 lines
571 B
Text

QFLIGHT_LIBS=@QFLIGHT_LIBS@
QFLIGHT_DEPS=@QFLIGHT_DEPS@
QFLIGHT_INCS=@QFLIGHT_INCS@
EXTRA_PROGRAMS += qflight
bin_PROGRAMS += @QFLIGHT_TARGETS@
qflight_SOURCES=\
tools/qflight/source/entities.c \
tools/qflight/source/ltface.c \
tools/qflight/source/noise.c \
tools/qflight/source/options.c \
tools/qflight/source/properties.c \
tools/qflight/source/qflight.c \
tools/qflight/source/threads.c \
tools/qflight/source/trace.c \
tools/qflight/source/vis.c
qflight_LDFLAGS= $(PTHREAD_LDFLAGS)
qflight_LDADD= $(QFLIGHT_LIBS)
qflight_DEPENDENCIES= $(QFLIGHT_DEPS)