/[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 504 by schoenebeck, Tue May 3 00:37:35 2005 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          make -f Makefile.svn
         @libtoolize --force --copy  
         @autoheader  
         @automake --add-missing --copy  
         @autoconf  
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            ######################################################################

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

  ViewVC Help
Powered by ViewVC