/[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 1216 by schoenebeck, Fri Jun 1 15:50:38 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
10          @autoconf          @autoconf
11            @scripts/generate_parser.sh
12            ######################################################################
13            # If you are compiling LinuxSampler from CVS, make sure to use the   #
14            # latest version of libgig from CVS as well !                        #
15            ######################################################################
16    
17  clean:  clean:
18          @if [ -f Makefile ]; then make distclean; fi || true          @if [ -f Makefile ]; then make distclean; fi || true
19          @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*          @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
20          @rm -rvf `find . -name Makefile.in`          @rm -rvf `find . -name Makefile.in`
21          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure
22            @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h
23            @rm -rvf linuxsampler-*.tar.*
24            @rm -rvf Doxyfile

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

  ViewVC Help
Powered by ViewVC