--- linuxsampler/trunk/Makefile.cvs 2004/10/19 14:41:38 289 +++ linuxsampler/trunk/Makefile.cvs 2007/06/01 15:50:38 1216 @@ -3,14 +3,22 @@ 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 ! # + ###################################################################### 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 + @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h + @rm -rvf linuxsampler-*.tar.* + @rm -rvf Doxyfile