]> git.ipfire.org Git - thirdparty/strongswan.git/blob - Makefile.am
Generating the apidoc in an out-of-tree build fixed.
[thirdparty/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
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 -e "s:\@SRC_DIR\@:$(srcdir):" \
17 $(srcdir)/$@.in > $@
18
19 apidoc : Doxyfile
20 doxygen