summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 9193be0465c3a3892be9615cbb27f84feb1fed51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = tools extensions lib src data m4 tests docs

dist-hook:
	chmod u+w ${distdir}/ChangeLog
	if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi

valgrind:
	cd tests && $(MAKE) valgrind

torture:
	cd tests && $(MAKE) torture

forever:
	cd tests && $(MAKE) forever

include $(top_srcdir)/rules/lcov.mak