aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 95eb8d95e6a765579ac2d0272804c81d904eabb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = src testing scripts
EXTRA_DIST = Doxyfile.in CREDITS
CLEANFILES = apidoc Doxyfile

Doxyfile :	Doxyfile.in
		sed \
		-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
		-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \
		$(srcdir)/$@.in > $@

apidoc :	Doxyfile
		doxygen

dist-hook :
		rm -rf `find $(distdir)/testing -name .svn`