mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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.
15 lines
300 B
Text
15 lines
300 B
Text
QFLMP_LIBS=@QFLMP_LIBS@
|
|
QFLMP_DEPS=@QFLMP_DEPS@
|
|
QFLMP_INCS=@QFLMP_INCS@
|
|
|
|
EXTRA_PROGRAMS += qflmp
|
|
bin_PROGRAMS += @QFLMP_TARGETS@
|
|
|
|
#mans=qflmp.1
|
|
man_MANS += $(mans)
|
|
|
|
qflmp_SOURCES= tools/qflmp/lmp.c
|
|
qflmp_LDADD= $(QFLMP_LIBS)
|
|
qflmp_DEPENDENCIES= $(QFLMP_DEPS)
|
|
|
|
EXTRA_DIST += tools/qflmp/lmp.h #lmp.1
|