/[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 289 by schoenebeck, Tue Oct 19 14:41:38 2004 UTC revision 697 by schoenebeck, Tue Jul 19 15:43:40 2005 UTC
# Line 8  configure: configure.in Line 8  configure: configure.in
8          @autoheader          @autoheader
9          @automake --add-missing --copy          @automake --add-missing --copy
10          @autoconf          @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:  clean:
17          @if [ -f Makefile ]; then make distclean; fi || true          @if [ -f Makefile ]; then make distclean; fi || true
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.289  
changed lines
  Added in v.697

  ViewVC Help
Powered by ViewVC