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

SUBDIRS = extensions lib src data m4 tests

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

.PHONY: lcov

include $(top_srcdir)/rules/lcov.mak