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

Annotation of /linuxsampler/trunk/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 504 - (hide annotations) (download)
Tue May 3 00:37:35 2005 UTC (18 years, 11 months ago) by schoenebeck
File size: 662 byte(s)
* removed statically included libgig sources from the LinuxSampler code
  base - you now have to compile and install libgig separately
* added -Wreturn-type gcc switch to avoid bugs with no returns on non void
  functions in future

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

  ViewVC Help
Powered by ViewVC