aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
blob: 2afb1d546b4019067f1cd0186699ef0747bf2e95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: aclocal automake autoheader autoconf

aclocal:
	./apps/autotools/bin/aclocal --acdir=./apps/autotools/share/aclocal

automake:
	-./apps/autotools/bin/automake --libdir=./apps/autotools/share/automake

autoheader:
	./apps/autotools/bin/autoheader -A ./apps/autotools/share/autoconf

autoconf:
	./apps/autotools/bin/autoconf -A ./apps/autotools/share/autoconf