Update of /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28918/buildsys/lnx/pd
Modified Files: config-gcc.def config-icc.def Log Message: 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
Index: config-icc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd/config-icc.def,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config-icc.def 13 Jan 2005 04:59:09 -0000 1.1 --- config-icc.def 10 Apr 2005 22:22:39 -0000 1.2 *************** *** 5,16 **** ###############################################################
! # where do/should the flext headers reside/be built? ! FLEXTINC=/usr/local/include/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)
############################################################### --- 5,14 ---- ###############################################################
! # prefix for flext installation ! # headers are in $(FLEXTPREFIX)/include/flext ! # libraries are in $(FLEXTPREFIX)/lib ! # build system is in $(FLEXTPREFIX)/lib/flext
! FLEXTPREFIX=/usr/local
###############################################################
Index: config-gcc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd/config-gcc.def,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** config-gcc.def 13 Jan 2005 04:59:09 -0000 1.5 --- config-gcc.def 10 Apr 2005 22:22:39 -0000 1.6 *************** *** 5,16 **** ###############################################################
! # where do/should the flext headers reside/be built? ! FLEXTINC=/usr/local/include/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)
############################################################### --- 5,14 ---- ###############################################################
! # prefix for flext installation ! # headers are in $(FLEXTPREFIX)/include/flext ! # libraries are in $(FLEXTPREFIX)/lib ! # build system is in $(FLEXTPREFIX)/lib/flext
! FLEXTPREFIX=/usr/local
###############################################################