strongswan/Makefile.am

16 lines
310 B
Makefile
Raw Normal View History

SUBDIRS = src
2006-10-18 11:41:19 +00:00
EXTRA_DIST = Doxyfile.in testing CREDITS
CLEANFILES = apidoc Doxyfile
Doxyfile : Doxyfile.in
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
$< > $@
apidoc : Doxyfile
doxygen
dist-hook :
rm -rf `find $(distdir)/testing -name .svn`