]> git.ipfire.org Git - thirdparty/strongswan.git/blob - Makefile.am
95eb8d95e6a765579ac2d0272804c81d904eabb6
[thirdparty/strongswan.git] / Makefile.am
1 SUBDIRS = src testing scripts
2 EXTRA_DIST = Doxyfile.in CREDITS
3 CLEANFILES = apidoc Doxyfile
4
5 Doxyfile : Doxyfile.in
6 sed \
7 -e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
8 -e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
9 $(srcdir)/$@.in > $@
10
11 apidoc : Doxyfile
12 doxygen
13
14 dist-hook :
15 rm -rf `find $(distdir)/testing -name .svn`