/[svn]/linuxsampler/trunk/Makefile.svn
ViewVC logotype

Diff of /linuxsampler/trunk/Makefile.svn

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2787 by schoenebeck, Wed Jul 15 18:47:15 2015 UTC revision 2885 by schoenebeck, Fri Apr 22 15:37:45 2016 UTC
# Line 12  configure: configure.ac m4/arts.m4 m4/np Line 12  configure: configure.ac m4/arts.m4 m4/np
12          @autoconf          @autoconf
13          @scripts/generate_lscp_parser.sh          @scripts/generate_lscp_parser.sh
14          @scripts/generate_instrument_script_parser.sh          @scripts/generate_instrument_script_parser.sh
15            @scripts/generate_nksp_editor_parser.sh
16          ######################################################################          ######################################################################
17          # If you are compiling LinuxSampler from SVN, make sure to use the   #          # If you are compiling LinuxSampler from SVN, make sure to use the   #
18          # latest version of libgig from SVN as well !                        #          # latest version of libgig from SVN as well !                        #
# Line 22  clean: Line 23  clean:
23          @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*          @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
24          @rm -rvf `find . -name Makefile.in`          @rm -rvf `find . -name Makefile.in`
25          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure          @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure
26            @rm -rvf src/scriptvm/parser.cpp src/scriptvm/editor/nksp.cpp
27          @rm -rvf src/scriptvm/parser.cpp src/scriptvm/parser.h          @rm -rvf src/scriptvm/parser.cpp src/scriptvm/parser.h
28          @rm -rvf src/scriptvm/scanner.cpp          @rm -rvf src/scriptvm/scanner.cpp
29          @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h          @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h

Legend:
Removed from v.2787  
changed lines
  Added in v.2885

  ViewVC Help
Powered by ViewVC