summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 1860d65f1f36adbbac046860a776516c1f814b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTOMAKE_OPTIONS = foreign 1.5

EXTRA_DIST = README COPYING Changelog

MAINTAINERCLEANFILES = configure.files subdirs

dist-hook:
	cd $(top_distdir) && perl $(top_srcdir)/admin/am_edit -padmin

distclean-local:
	rm -rf autom4te.cache
	rm -f svn-commit.*
SUBDIRS=$(TOPSUBDIRS)