--- linuxsampler/trunk/Makefile.cvs 2007/01/23 20:03:22 1037 +++ linuxsampler/trunk/Makefile.svn 2016/04/22 15:37:45 2885 @@ -1,16 +1,21 @@ default: all +.PHONY: clean + all: configure -configure: configure.in +configure: configure.ac m4/arts.m4 m4/nptl_bug.m4 m4/pthread.m4 @aclocal -I m4 @libtoolize --force --copy @autoheader @automake --add-missing --copy @autoconf + @scripts/generate_lscp_parser.sh + @scripts/generate_instrument_script_parser.sh + @scripts/generate_nksp_editor_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: @@ -18,4 +23,10 @@ @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/editor/nksp.cpp + @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.* @rm -rvf Doxyfile