isdn4k-utils/capifax/Makefile.cvs
1998-10-23 12:27:55 +00:00

18 lines
281 B
Makefile

all:
@echo "Use make devel for development, make dist for distribution"
devel:
aclocal
autoheader
automake
autoconf
touch stamp-h.in
dist:
cat acinclude.m4.in libtool.m4.in > acinclude.m4
aclocal
autoheader
automake --foreign --include-deps
autoconf
touch stamp-h.in