]> git.ipfire.org Git - thirdparty/strongswan.git/blame - Makefile.am
Extracted some parts from Android.mk.in which can be used for NDK builds.
[thirdparty/strongswan.git] / Makefile.am
CommitLineData
fc16b361 1SUBDIRS = src man init testing
cf00cffe
TB
2
3if USE_SCRIPTS
4 SUBDIRS += scripts
5endif
6
c0e56a66 7ACLOCAL_AMFLAGS = -I m4/config
e455ae13 8
3fa8d773 9EXTRA_DIST = Doxyfile.in LICENSE Android.common.mk.in Android.common.mk Android.mk
dcb4651d 10CLEANFILES = Doxyfile
3fa8d773
TB
11BUILT_SOURCES = Android.common.mk
12MAINTAINERCLEANFILES = Android.common.mk
807c12ce 13
b188f231 14if USE_DEV_HEADERS
7300eb29
MW
15config_includedir = $(ipseclibdir)/include
16nodist_config_include_HEADERS = config.h
b188f231 17endif
7300eb29 18
3fa8d773 19Android.common.mk : Android.common.mk.in configure.in
807c12ce
TB
20 sed \
21 -e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
22 $(srcdir)/$@.in > $@
b1e69188
MW
23
24Doxyfile : Doxyfile.in
25 sed \
26 -e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
27 -e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
c33d4f29 28 -e "s:\@SRC_DIR\@:$(srcdir):" \
ea7e89c7 29 $(srcdir)/$@.in > $@
b1e69188
MW
30
31apidoc : Doxyfile
32 doxygen
dcb4651d
TB
33
34clean-local:
35 rm -rf apidoc