strongswan/Makefile.am

16 lines
318 B
Makefile
Raw Normal View History

2008-06-29 13:57:00 +00:00
SUBDIRS = src testing scripts
EXTRA_DIST = Doxyfile.in CREDITS
CLEANFILES = apidoc Doxyfile
Doxyfile : Doxyfile.in
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
$< > $@
apidoc : Doxyfile
doxygen
dist-hook :
rm -rf `find $(distdir)/testing -name .svn`