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

Annotation of /linuxsampler/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1216 - (hide annotations) (download)
Fri Jun 1 15:50:38 2007 UTC (16 years, 10 months ago) by schoenebeck
File size: 810 byte(s)
* a pregenerated LSCP parser is no longer kept in CVS, from now on you
  need to have bison (or another yacc-compatible parser generator)
  installed to be able to compile LS from CVS

1 schoenebeck 9 default: all
2    
3 schoenebeck 289 all: configure
4 schoenebeck 9
5 schoenebeck 289 configure: configure.in
6 schoenebeck 1037 @aclocal -I m4
7 schoenebeck 289 @libtoolize --force --copy
8     @autoheader
9     @automake --add-missing --copy
10     @autoconf
11 schoenebeck 1216 @scripts/generate_parser.sh
12 schoenebeck 504 ######################################################################
13     # If you are compiling LinuxSampler from CVS, make sure to use the #
14     # latest version of libgig from CVS as well ! #
15     ######################################################################
16 schoenebeck 289
17     clean:
18     @if [ -f Makefile ]; then make distclean; fi || true
19     @rm -rvf *.cache *.log *.status *.m4 stamp-h* config.*
20     @rm -rvf `find . -name Makefile.in`
21     @rm -rvf missing install-sh mkinstalldirs depcomp ltmain.sh configure
22 schoenebeck 1216 @rm -rvf src/network/lscpparser.cpp src/network/lscpsymbols.h
23     @rm -rvf linuxsampler-*.tar.*
24 schoenebeck 697 @rm -rvf Doxyfile

  ViewVC Help
Powered by ViewVC