/[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 1454 by schoenebeck, Fri Oct 19 17:52:15 2007 UTC
# Line 1  Line 1 
1  default: all  default: all
2    
3    .PHONY: clean
4    
5  all: configure  all: configure
6    
7  configure: configure.in  configure: configure.in m4/arts.m4 m4/nptl_bug.m4 m4/pthread.m4
8          @aclocal          @aclocal -I m4
9          @libtoolize --force --copy          @libtoolize --force --copy
10          @autoheader          @autoheader
11          @automake --add-missing --copy          @automake --add-missing --copy
12          @autoconf          @autoconf
13            @scripts/generate_parser.sh
14          ######################################################################          ######################################################################
15          # If you are compiling LinuxSampler from CVS, make sure to use the   #          # If you are compiling LinuxSampler from CVS, make sure to use the   #
16          # latest version of libgig from CVS as well !                        #          # latest version of libgig from CVS as well !                        #
# Line 18  clean: Line 21  clean:
21          @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*          @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
22          @rm -rvf `find . -name Makefile.in`          @rm -rvf `find . -name Makefile.in`
23          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure
24            @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h
25            @rm -rvf linuxsampler-*.tar.*
26            @rm -rvf Doxyfile

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

  ViewVC Help
Powered by ViewVC