/[svn]/linuxsampler/branches/release2_1_1/Makefile.cvs
ViewVC logotype

Annotation of /linuxsampler/branches/release2_1_1/Makefile.cvs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1037 - (hide annotations) (download)
Tue Jan 23 20:03:22 2007 UTC (17 years, 3 months ago) by schoenebeck
Original Path: linuxsampler/trunk/Makefile.cvs
File size: 687 byte(s)
* bugfix regarding FX Sends: when more than one sampler channel used FX
  sends, only the audio signal of the last sampler channel made it into the
  final output signal
* fixed small autoconf compilation issue on certain systems (complained
  about missing AM_PATH_ARTS macro)

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 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
21 schoenebeck 697 @rm -rvf Doxyfile

  ViewVC Help
Powered by ViewVC