summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 172949977132464d57beef95afa80a5c485be8fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = src testing

if USE_SCRIPTS
  SUBDIRS += scripts
endif

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