diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-04-10 22:22:40 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-04-10 22:22:40 +0000 |
commit | ce10fc0a7c760656a3577068e1457043a3d6ffd1 (patch) | |
tree | 4cb9186181c5e0dc705f6b39b6d34bd5ab0ca5ea /externals/grill/flext/buildsys/lnx/pd | |
parent | d2744cd4b8d9bef38086526e8e487bafed1fad84 (diff) |
fixed library versioning
updates for build system
small fix
updates to build system
fix tutorial compilation
install build system and a convenient script
first steps to flext framework for OSX
svn path=/trunk/; revision=2707
Diffstat (limited to 'externals/grill/flext/buildsys/lnx/pd')
-rw-r--r-- | externals/grill/flext/buildsys/lnx/pd/config-gcc.def | 12 | ||||
-rw-r--r-- | externals/grill/flext/buildsys/lnx/pd/config-icc.def | 12 |
2 files changed, 10 insertions, 14 deletions
diff --git a/externals/grill/flext/buildsys/lnx/pd/config-gcc.def b/externals/grill/flext/buildsys/lnx/pd/config-gcc.def index aaff3340..be09f6d8 100644 --- a/externals/grill/flext/buildsys/lnx/pd/config-gcc.def +++ b/externals/grill/flext/buildsys/lnx/pd/config-gcc.def @@ -4,14 +4,12 @@ PDPATH=/usr/local/src/pd ############################################################### -# where do/should the flext headers reside/be built? -FLEXTINC=/usr/local/include/flext +# prefix for flext installation +# headers are in $(FLEXTPREFIX)/include/flext +# libraries are in $(FLEXTPREFIX)/lib +# build system is in $(FLEXTPREFIX)/lib/flext -# where do/should the flext static libraries reside/be built? -FLEXTLIB=/usr/local/lib - -# where do/should the flext shared libraries reside/be built? -FLEXTSHLIB=$(FLEXTLIB) +FLEXTPREFIX=/usr/local ############################################################### diff --git a/externals/grill/flext/buildsys/lnx/pd/config-icc.def b/externals/grill/flext/buildsys/lnx/pd/config-icc.def index b6d6169e..526eba11 100644 --- a/externals/grill/flext/buildsys/lnx/pd/config-icc.def +++ b/externals/grill/flext/buildsys/lnx/pd/config-icc.def @@ -4,14 +4,12 @@ PDPATH=/usr/local/src/pd ############################################################### -# where do/should the flext headers reside/be built? -FLEXTINC=/usr/local/include/flext +# prefix for flext installation +# headers are in $(FLEXTPREFIX)/include/flext +# libraries are in $(FLEXTPREFIX)/lib +# build system is in $(FLEXTPREFIX)/lib/flext -# where do/should the flext static libraries reside/be built? -FLEXTLIB=/usr/local/lib - -# where do/should the flext shared libraries reside/be built? -FLEXTSHLIB=$(FLEXTLIB) +FLEXTPREFIX=/usr/local ############################################################### |