--- linuxsampler/trunk/Makefile.cvs 2007/01/23 20:03:22 1037 +++ linuxsampler/trunk/Makefile.cvs 2007/06/01 15:50:38 1216 @@ -8,6 +8,7 @@ @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,4 +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