summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 172b3b12a047ba9e9201ca5af7a8e6c3587c4347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = m4 po themes data render parser kernel plugins tools
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in

doc:
	$(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc

distclean-local:
	rm -f *\~ gmon.out .\#*

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = \
  config.rpath \
  mkinstalldirs \
  README \
  COPYING \
  AUTHORS

.PHONY: doc