--- linuxsampler/trunk/Makefile.cvs 2003/11/05 14:47:10 9 +++ linuxsampler/trunk/Makefile.cvs 2004/10/19 14:41:38 289 @@ -1,8 +1,16 @@ default: all -all: - aclocal - autoheader - automake - autoconf +all: configure +configure: configure.in + @aclocal + @libtoolize --force --copy + @autoheader + @automake --add-missing --copy + @autoconf + +clean: + @if [ -f Makefile ]; then make distclean; fi || true + @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.* + @rm -rvf `find . -name Makefile.in` + @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure