--- linuxsampler/trunk/Makefile.cvs 2005/05/03 00:37:35 504 +++ linuxsampler/trunk/Makefile.cvs 2015/07/15 18:47:15 2787 @@ -1,20 +1,17 @@ default: all -all: configure +.PHONY: all clean -configure: configure.in - @aclocal - @libtoolize --force --copy - @autoheader - @automake --add-missing --copy - @autoconf +all: + make -f Makefile.svn ###################################################################### - # If you are compiling LinuxSampler from CVS, make sure to use the # - # latest version of libgig from CVS as well ! # + # WARNING: Makefile.cvs is deprecated ! Please use Makefile.svn # + # instead ! # ###################################################################### 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 + make -f Makefile.svn clean + ###################################################################### + # WARNING: Makefile.cvs is deprecated ! Please use Makefile.svn # + # instead ! # + ######################################################################