aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
blob: aabf05f4e923858407ef6c0bfd2e215bf0cdec8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all:
	@echo "Use make devel for development, make dist for distribution"

devel:
	aclocal
	autoheader
	automake
	autoconf
	touch stamp-h.in

dist:
	aclocal
	autoheader
	automake --include-deps
	autoconf
	touch stamp-h.in