]> git.ipfire.org Git - people/ms/strongswan.git/blob - Makefile.am
use m4/ autoconf subdirectory
[people/ms/strongswan.git] / Makefile.am
1 SUBDIRS = src testing
2
3 if USE_SCRIPTS
4 SUBDIRS += scripts
5 endif
6
7 ACLOCAL_AMFLAGS = -I m4/config m4/macros m4
8
9 EXTRA_DIST = Doxyfile.in CREDITS
10 CLEANFILES = apidoc Doxyfile
11
12 Doxyfile : Doxyfile.in
13 sed \
14 -e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
15 -e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
16 $(srcdir)/$@.in > $@
17
18 apidoc : Doxyfile
19 doxygen