/[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 9 by schoenebeck, Wed Nov 5 14:47:10 2003 UTC revision 697 by schoenebeck, Tue Jul 19 15:43:40 2005 UTC
# Line 1  Line 1 
1  default: all  default: all
2    
3  all:  all: configure
         aclocal  
         autoheader  
         automake  
         autoconf  
4    
5    configure: configure.in
6            @aclocal
7            @libtoolize --force --copy
8            @autoheader
9            @automake --add-missing --copy
10            @autoconf
11            ######################################################################
12            # If you are compiling LinuxSampler from CVS, make sure to use the   #
13            # latest version of libgig from CVS as well !                        #
14            ######################################################################
15    
16    clean:
17            @if [ -f Makefile ]; then make distclean; fi || true
18            @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
19            @rm -rvf `find . -name Makefile.in`
20            @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure
21            @rm -rvf Doxyfile

Legend:
Removed from v.9  
changed lines
  Added in v.697

  ViewVC Help
Powered by ViewVC