quakeforge/tools/qfprogs/source/Makefile.am

23 lines
440 B
Makefile

AUTOMAKE_OPTIONS= foreign
QFPROGS_LIBS=@QFPROGS_LIBS@
QFPROGS_DEPS=@QFPROGS_DEPS@
QFPROGS_INCS=@QFPROGS_INCS@
INCLUDES= -I$(top_srcdir)/include $(QFPROGS_INCS)
if BUILD_QFPROGS
qfprogs=qfprogs
else
qfprogs=
endif
bin_PROGRAMS= $(qfprogs)
EXTRA_PROGRAMS= qfprogs
#man_MANS= qfprogs.1
qfprogs_SOURCES= \
disassemble.c globals.c lines.c modules.c qfprogs.c strings.c
qfprogs_LDADD= $(QFPROGS_LIBS)
qfprogs_DEPENDENCIES= $(QFPROGS_DEPS)