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.
9 lines
205 B
Text
9 lines
205 B
Text
CARNE_LIBS=@CARNE_LIBS@
|
|
CARNE_DEPS=@CARNE_DEPS@
|
|
|
|
EXTRA_PROGRAMS += carne
|
|
noinst_PROGRAMS += @CARNE_TARGETS@
|
|
|
|
carne_SOURCES= tools/carne/main.c
|
|
carne_LDADD= $(CARNE_LIBS)
|
|
carne_DEPENDENCIES= $(CARNE_DEPS)
|