mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +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.
14 lines
293 B
Text
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
|