]> git.ipfire.org Git - people/ms/strongswan.git/blob - Makefile.am
Added an option to the configure script to disable building the scripts.
[people/ms/strongswan.git] / Makefile.am
1 SUBDIRS = src testing
2
3 if USE_SCRIPTS
4 SUBDIRS += scripts
5 endif
6
7 EXTRA_DIST = Doxyfile.in CREDITS
8 CLEANFILES = apidoc Doxyfile
9
10 Doxyfile : Doxyfile.in
11 sed \
12 -e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
13 -e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
14 $(srcdir)/$@.in > $@
15
16 apidoc : Doxyfile
17 doxygen