/[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 2581 by schoenebeck, Fri May 30 12:48:05 2014 UTC revision 2787 by schoenebeck, Wed Jul 15 18:47:15 2015 UTC
# Line 1  Line 1 
1  default: all  default: all
2    
3  .PHONY: clean  .PHONY: all clean
4    
5  all: configure  all:
6            make -f Makefile.svn
 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  
7          ######################################################################          ######################################################################
8          # If you are compiling LinuxSampler from SVN, make sure to use the   #          # WARNING: Makefile.cvs is deprecated ! Please use Makefile.svn      #
9          # latest version of libgig from SVN 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/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  

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

  ViewVC Help
Powered by ViewVC