aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
blob: b7e31701315cf2147014bf033ce7094a1b262135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
	./configure
	$(MAKE) dist