mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +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.
17 lines
402 B
Text
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)
|