/[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 1037 by schoenebeck, Tue Jan 23 20:03:22 2007 UTC
# Line 3  default: all Line 3  default: all
3  all: configure  all: configure
4    
5  configure: configure.in  configure: configure.in
6          @aclocal          @aclocal -I m4
7          @libtoolize --force --copy          @libtoolize --force --copy
8          @autoheader          @autoheader
9          @automake --add-missing --copy          @automake --add-missing --copy
# Line 18  clean: Line 18  clean:
18          @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*          @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
19          @rm -rvf `find . -name Makefile.in`          @rm -rvf `find . -name Makefile.in`
20          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure
21            @rm -rvf Doxyfile

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

  ViewVC Help
Powered by ViewVC