quakeforge/tools/pak/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

19 lines
323 B
Makefile

AUTOMAKE_OPTIONS= foreign
PAK_LIBS=@PAK_LIBS@
PAK_DEPS=@PAK_DEPS@
PAK_INCS=@PAK_INCS@
INCLUDES= -I$(top_srcdir)/include $(PAK_INCS)
bin_PROGRAMS= pak
bin_SCRIPTS= zpak
mans= pak.1 zpak.1
man_MANS= $(mans)
pak_SOURCES= pak.c
pak_LDADD= $(PAK_LIBS)
pak_DEPENDENCIES= $(PAK_DEPS)
EXTRA_DIST=pak.h zpak $(mans)