--- linuxsampler/trunk/Makefile.cvs 2014/03/09 21:34:03 2534 +++ linuxsampler/trunk/Makefile.cvs 2014/05/30 12:48:05 2581 @@ -10,10 +10,11 @@ @autoheader @automake --add-missing --copy @autoconf - @scripts/generate_parser.sh + @scripts/generate_lscp_parser.sh + @scripts/generate_instrument_script_parser.sh ###################################################################### - # If you are compiling LinuxSampler from CVS, make sure to use the # - # latest version of libgig from CVS as well ! # + # If you are compiling LinuxSampler from SVN, make sure to use the # + # latest version of libgig from SVN as well ! # ###################################################################### clean: @@ -21,6 +22,8 @@ @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/scriptvm/parser.cpp src/scriptvm/parser.h + @rm -rvf src/scriptvm/scanner.cpp @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h @rm -rvf src/network/lscp_shell_reference.cpp @rm -rvf linuxsampler-*.tar.*