/[svn]/linuxsampler/trunk/osx/wrapper.sh
ViewVC logotype

Annotation of /linuxsampler/trunk/osx/wrapper.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1642 - (hide annotations) (download) (as text)
Sun Jan 13 16:36:14 2008 UTC (16 years, 3 months ago) by nagata
File MIME type: application/x-sh
File size: 989 byte(s)
* OSX: Definition of ATOMIC_INIT is added
* OSX: "~" in DB/plugin names are expanded to "$HOME"
* OSX: MIDI device name are now "linuxsampler_in_%d" where %d=0,1,etc.

1 nagata 1642 #export WITH_INSTALL=1
2 schoenebeck 1175 export BUILD_BASE_DIR=$PWD/../temp_build
3 nagata 1642 export CONFIG_OPTIONS="--disable-shared --enable-signed-triang-algo=intmathabs --enable-unsigned-triang-algo=intmathabs --enable-default-instruments-db-location=~/Library/linuxsampler/linuxsampler.db --enable-plugin-dir=~/Library/linuxsampler/plugins --enable-refill-streams=2 --enable-stream-size=320000 --enable-max-voices=200 --enable-max-streams=220"
4    
5     case "$BUILD_STYLE" in
6     Deployment_i386)
7     OPT="-O3 -march=pentium4 -mfpmath=sse -ffast-math -fomit-frame-pointer -funroll-loops"
8     ;;
9     Deployment_ppc)
10     OPT="-O3 -ffast-math -fomit-frame-pointer -funroll-loops"
11     ;;
12     esac
13    
14     export CFLAGS="-I$BUILD_BASE_DIR/$BUILD_STYLE/local/include $OPT"
15 schoenebeck 1175 export CXXFLAGS=$CFLAGS
16 nagata 1642 export PKG_CONFIG_PATH="$BUILD_BASE_DIR/$BUILD_STYLE/local/lib/pkgconfig:/usr/local/lib/pkgconfig"
17 schoenebeck 1175 export HAVE_UNIX98=1
18 schoenebeck 1191 export UB_PRODUCTS=bin/linuxsampler
19 nagata 1642 PATH=/opt/local/bin:$PATH # Use MacPorts
20 schoenebeck 1175 source $PROJECT_DIR/autoconf_builder.sh
21 nagata 1642 make install-exec

  ViewVC Help
Powered by ViewVC