all: @echo "Use make devel for development, make dist for distribution" devel: aclocal autoheader automake autoconf touch include/stamp-h.in dist: aclocal autoheader automake --include-deps autoconf touch include/stamp-h.in ./configure $(MAKE) dist