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

17 lines
402 B
Text

QFVIS_LIBS=@QFVIS_LIBS@
QFVIS_DEPS=@QFVIS_DEPS@
QFVIS_INCS=@QFVIS_INCS@
EXTRA_PROGRAMS += qfvis
bin_PROGRAMS += @QFVIS_TARGETS@
qfvis_SOURCES = \
tools/qfvis/source/base-vis.c \
tools/qfvis/source/flow.c \
tools/qfvis/source/options.c \
tools/qfvis/source/qfvis.c \
tools/qfvis/source/soundphs.c
qfvis_LDFLAGS= $(PTHREAD_LDFLAGS)
qfvis_LDADD= $(QFVIS_LIBS)
qfvis_DEPENDENCIES= $(QFVIS_DEPS)