/[svn]/linuxsampler/trunk/Makefile.cvs
ViewVC logotype

Diff of /linuxsampler/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1216 by schoenebeck, Fri Jun 1 15:50:38 2007 UTC revision 2787 by schoenebeck, Wed Jul 15 18:47:15 2015 UTC
# Line 1  Line 1 
1  default: all  default: all
2    
3  all: configure  .PHONY: all clean
4    
5  configure: configure.in  all:
6          @aclocal -I m4          make -f Makefile.svn
         @libtoolize --force --copy  
         @autoheader  
         @automake --add-missing --copy  
         @autoconf  
         @scripts/generate_parser.sh  
7          ######################################################################          ######################################################################
8          # If you are compiling LinuxSampler from CVS, make sure to use the   #          # WARNING: Makefile.cvs is deprecated ! Please use Makefile.svn      #
9          # latest version of libgig from CVS as well !                        #          #          instead !                                                 #
10          ######################################################################          ######################################################################
11    
12  clean:  clean:
13          @if [ -f Makefile ]; then make distclean; fi || true          make -f Makefile.svn clean
14          @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*          ######################################################################
15          @rm -rvf `find . -name Makefile.in`          # WARNING: Makefile.cvs is deprecated ! Please use Makefile.svn      #
16          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure          #          instead !                                                 #
17          @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h          ######################################################################
         @rm -rvf linuxsampler-*.tar.*  
         @rm -rvf Doxyfile  

Legend:
Removed from v.1216  
changed lines
  Added in v.2787

  ViewVC Help
Powered by ViewVC