quakeforge/tools/qfbsp/source/Makefile.am
Bill Currie eefa89e72e Remove the AM_CONDITIONALs from tools.
Now that the tools directories aren't entered when those tools aren't being
built, there's no reason to use AM_CONDITIONAL in there.
2012-02-10 02:50:42 +09:00

16 lines
392 B
Makefile

AUTOMAKE_OPTIONS= foreign
QFBSP_LIBS=@QFBSP_LIBS@
QFBSP_DEPS=@QFBSP_DEPS@
QFBSP_INCS=@QFBSP_INCS@
INCLUDES= -I$(top_srcdir)/include $(QFBSP_INCS)
bin_PROGRAMS= qfbsp
qfbsp_SOURCES= \
brush.c csg4.c map.c merge.c nodraw.c options.c outside.c portals.c \
qfbsp.c readbsp.c region.c solidbsp.c surfaces.c tjunc.c writebsp.c
qfbsp_LDADD= $(QFBSP_LIBS)
qfbsp_DEPENDENCIES= $(QFBSP_DEPS)