/[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 2580 by schoenebeck, Sun Mar 9 21:34:03 2014 UTC revision 2581 by schoenebeck, Fri May 30 12:48:05 2014 UTC
# Line 10  configure: configure.ac m4/arts.m4 m4/np Line 10  configure: configure.ac m4/arts.m4 m4/np
10          @autoheader          @autoheader
11          @automake --add-missing --copy          @automake --add-missing --copy
12          @autoconf          @autoconf
13          @scripts/generate_parser.sh          @scripts/generate_lscp_parser.sh
14            @scripts/generate_instrument_script_parser.sh
15          ######################################################################          ######################################################################
16          # If you are compiling LinuxSampler from CVS, make sure to use the   #          # If you are compiling LinuxSampler from SVN, make sure to use the   #
17          # latest version of libgig from CVS as well !                        #          # latest version of libgig from SVN as well !                        #
18          ######################################################################          ######################################################################
19    
20  clean:  clean:
# Line 21  clean: Line 22  clean:
22          @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*          @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
23          @rm -rvf `find . -name Makefile.in`          @rm -rvf `find . -name Makefile.in`
24          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure
25            @rm -rvf src/scriptvm/parser.cpp src/scriptvm/parser.h
26            @rm -rvf src/scriptvm/scanner.cpp
27          @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h          @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h
28          @rm -rvf src/network/lscp_shell_reference.cpp          @rm -rvf src/network/lscp_shell_reference.cpp
29          @rm -rvf linuxsampler-*.tar.*          @rm -rvf linuxsampler-*.tar.*

Legend:
Removed from v.2580  
changed lines
  Added in v.2581

  ViewVC Help
Powered by ViewVC