--- linuxsampler/trunk/Makefile.cvs 2005/05/03 00:37:35 504 +++ linuxsampler/trunk/Makefile.cvs 2007/06/01 15:50:38 1216 @@ -3,11 +3,12 @@ all: configure configure: configure.in - @aclocal + @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 +19,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