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

Contents of /linuxsampler/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2581 - (show annotations) (download)
Fri May 30 12:48:05 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 1055 byte(s)
* (WIP) Implemented parser and VM for upcoming new real-time instrument
  script support. It needs yet to be integrated into the sampler's
  sampler engines. You can toy around for now with the command line tool
  "ls_instr_script" and i.e. examples showing the core language features
  under src/scriptvm/examples/.
* Bumped version (1.0.0.svn41).

1 default: all
2
3 .PHONY: clean
4
5 all: configure
6
7 configure: configure.ac m4/arts.m4 m4/nptl_bug.m4 m4/pthread.m4
8 @aclocal -I m4
9 @libtoolize --force --copy
10 @autoheader
11 @automake --add-missing --copy
12 @autoconf
13 @scripts/generate_lscp_parser.sh
14 @scripts/generate_instrument_script_parser.sh
15 ######################################################################
16 # If you are compiling LinuxSampler from SVN, make sure to use the #
17 # latest version of libgig from SVN as well ! #
18 ######################################################################
19
20 clean:
21 @if [ -f Makefile ]; then make distclean; fi || true
22 @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
23 @rm -rvf `find . -name Makefile.in`
24 @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
28 @rm -rvf src/network/lscp_shell_reference.cpp
29 @rm -rvf linuxsampler-*.tar.*
30 @rm -rvf Doxyfile

  ViewVC Help
Powered by ViewVC