/[svn]/linuxsampler/branches/release0_3_1/Makefile.cvs
ViewVC logotype

Diff of /linuxsampler/branches/release0_3_1/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 289 by schoenebeck, Tue Oct 19 14:41:38 2004 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    clean:
13            @if [ -f Makefile ]; then make distclean; fi || true
14            @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
15            @rm -rvf `find . -name Makefile.in`
16            @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure

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

  ViewVC Help
Powered by ViewVC