strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
redesigned list output format
[strongswan.git]
/
Makefile.am
1
SUBDIRS = src
2
EXTRA_DIST = Doxyfile.in testing 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
$< > $@
10
11
apidoc : Doxyfile
12
doxygen
13
14
dist-hook :
15
rm -rf `find $(distdir)/testing -name .svn`