quakeforge/tools/wad/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
293 B
Text

WAD_LIBS=@WAD_LIBS@
WAD_DEPS=@WAD_DEPS@
WAD_INCS=@WAD_INCS@
EXTRA_PROGRAMS += wad
bin_PROGRAMS += @WAD_TARGETS@
man_MANS += tools/wad/wad.1
wad_SOURCES= tools/wad/grab.c tools/wad/script.c tools/wad/wad.c
wad_LDADD= $(WAD_LIBS)
wad_DEPENDENCIES= $(WAD_DEPS)
EXTRA_DIST += tools/wad/wad.h