--- linuxsampler/trunk/Makefile.cvs 2005/05/03 00:37:35 504 +++ linuxsampler/trunk/Makefile.cvs 2007/10/19 17:52:15 1454 @@ -1,13 +1,16 @@ default: all +.PHONY: clean + all: configure -configure: configure.in - @aclocal +configure: configure.in m4/arts.m4 m4/nptl_bug.m4 m4/pthread.m4 + @aclocal -I m4 @libtoolize --force --copy @autoheader @automake --add-missing --copy @autoconf + @scripts/generate_parser.sh ###################################################################### # If you are compiling LinuxSampler from CVS, make sure to use the # # latest version of libgig from CVS as well ! # @@ -18,3 +21,6 @@ @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 + @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h + @rm -rvf linuxsampler-*.tar.* + @rm -rvf Doxyfile