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

Annotation of /linuxsampler/trunk/Makefile.svn

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2885 - (hide annotations) (download)
Fri Apr 22 15:37:45 2016 UTC (8 years ago) by schoenebeck
File size: 1159 byte(s)
* Instrument script classes now exported with the liblinuxsampler C++ API.
* Added new API method ScriptVM::syntaxHighlighting() which provides
  a convenient syntax highlighting backend for external instrument
  script editor applications.
* Bumped version (2.0.0.svn5).

1 schoenebeck 9 default: all
2    
3 schoenebeck 1454 .PHONY: clean
4    
5 schoenebeck 289 all: configure
6 schoenebeck 9
7 persson 2365 configure: configure.ac m4/arts.m4 m4/nptl_bug.m4 m4/pthread.m4
8 schoenebeck 1037 @aclocal -I m4
9 schoenebeck 289 @libtoolize --force --copy
10     @autoheader
11     @automake --add-missing --copy
12     @autoconf
13 schoenebeck 2581 @scripts/generate_lscp_parser.sh
14     @scripts/generate_instrument_script_parser.sh
15 schoenebeck 2885 @scripts/generate_nksp_editor_parser.sh
16 schoenebeck 504 ######################################################################
17 schoenebeck 2581 # If you are compiling LinuxSampler from SVN, make sure to use the #
18     # latest version of libgig from SVN as well ! #
19 schoenebeck 504 ######################################################################
20 schoenebeck 289
21     clean:
22     @if [ -f Makefile ]; then make distclean; fi || true
23     @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
24     @rm -rvf `find . -name Makefile.in`
25     @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure
26 schoenebeck 2885 @rm -rvf src/scriptvm/parser.cpp src/scriptvm/editor/nksp.cpp
27 schoenebeck 2581 @rm -rvf src/scriptvm/parser.cpp src/scriptvm/parser.h
28     @rm -rvf src/scriptvm/scanner.cpp
29 schoenebeck 1216 @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h
30 schoenebeck 2534 @rm -rvf src/network/lscp_shell_reference.cpp
31 schoenebeck 1216 @rm -rvf linuxsampler-*.tar.*
32 schoenebeck 697 @rm -rvf Doxyfile

  ViewVC Help
Powered by ViewVC