strongswan/Makefile.am

21 lines
385 B
Makefile
Raw Normal View History

SUBDIRS = src testing
if USE_SCRIPTS
SUBDIRS += scripts
endif
ACLOCAL_AMFLAGS = -I m4/config
2009-09-07 07:31:31 +00:00
EXTRA_DIST = Doxyfile.in CREDITS Android.mk
CLEANFILES = apidoc Doxyfile
Doxyfile : Doxyfile.in
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
-e "s:\@SRC_DIR\@:$(srcdir):" \
$(srcdir)/$@.in > $@
apidoc : Doxyfile
doxygen