[PD-cvs] externals/grill/flext/buildsys/lnx/pd config-gcc.def, 1.6, 1.7 config-icc.def, 1.2, 1.3

Thomas Grill xovo at users.sourceforge.net
Wed Mar 14 00:41:25 CET 2007


Update of /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24244/buildsys/lnx/pd

Modified Files:
	config-gcc.def config-icc.def 
Log Message:
fix build system for STK and SndObj support (currently unix only)
fixed SndObjs include files
changed eol-style
no stripping of local symbols
small changes to flext build system
update docs


Index: config-icc.def
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd/config-icc.def,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** config-icc.def	10 Apr 2005 22:22:39 -0000	1.2
--- config-icc.def	13 Mar 2007 23:41:22 -0000	1.3
***************
*** 22,25 ****
--- 22,49 ----
  ###############################################################
  
+ # STK (synthesis tool kit) support
+ # http://ccrma.stanford.edu/software/stk
+ 
+ # where to find the STK header files (e.g. stk.h)
+ STK_INC=/usr/local/include/stk
+ 
+ # where to find the STK library (normally libstk.a)
+ # (comment out STK_LIB if you don't use STK)
+ #STK_LIB=/usr/local/lib/libstk.a
+ 
+ ###############################################################
+ 
+ # SndObj support
+ # http://music.nuim.ie//musictec/SndObj
+ 
+ # where to find the SndObj header files (e.g. sndobj.h)
+ SNDOBJ_INC=/usr/local/include/sndobj
+ 
+ # where to find the SndObj library (normally libsndobj.a)
+ # (comment out STK_LIB if you don't use SndObj)
+ #SNDOBJ_LIB=/usr/local/lib/libsndobj.a
+ 
+ ###############################################################
+ 
  # user defined compiler flags
  # (check if they match your system!)

Index: config-gcc.def
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd/config-gcc.def,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** config-gcc.def	10 Apr 2005 22:22:39 -0000	1.6
--- config-gcc.def	13 Mar 2007 23:41:22 -0000	1.7
***************
*** 22,25 ****
--- 22,49 ----
  ###############################################################
  
+ # STK (synthesis tool kit) support
+ # http://ccrma.stanford.edu/software/stk
+ 
+ # where to find the STK header files (e.g. stk.h)
+ STK_INC=/usr/local/include/stk
+ 
+ # where to find the STK library (normally libstk.a)
+ # (comment out STK_LIB if you don't use STK)
+ #STK_LIB=/usr/local/lib/libstk.a
+ 
+ ###############################################################
+ 
+ # SndObj support
+ # http://music.nuim.ie//musictec/SndObj
+ 
+ # where to find the SndObj header files (e.g. sndobj.h)
+ SNDOBJ_INC=/usr/local/include/sndobj
+ 
+ # where to find the SndObj library (normally libsndobj.a)
+ # (comment out STK_LIB if you don't use SndObj)
+ #SNDOBJ_LIB=/usr/local/lib/libsndobj.a
+ 
+ ###############################################################
+ 
  # user defined compiler flags
  # (check if they match your system!)





More information about the Pd-cvs mailing list