[PD-cvs] externals/grill/flext/buildsys/lnx gnumake-gcc.inc, 1.10, 1.11 gnumake-icc.inc, 1.5, 1.6

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


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

Modified Files:
	gnumake-gcc.inc gnumake-icc.inc 
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: gnumake-gcc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** gnumake-gcc.inc	21 Jul 2005 08:37:01 -0000	1.10
--- gnumake-gcc.inc	13 Mar 2007 23:41:22 -0000	1.11
***************
*** 41,44 ****
--- 41,62 ----
  ##############################################
  
+ ifdef STK_INC
+ INCPATH += -I$(STK_INC)
+ endif
+ ifdef STK_LIB
+ LIBS += $(STK_LIB)
+ endif
+ 
+ ##############################################
+ 
+ ifdef SNDOBJ_INC
+ INCPATH += -I$(SNDOBJ_INC)
+ endif
+ ifdef SNDOBJ_LIB
+ LIBS += $(SNDOBJ_LIB)
+ endif
+ 
+ ##############################################
+ 
  CSRCS=$(patsubst %.c,$(SRCDIR)/%.c,$(filter %.c,$(SRCS)))
  CPPSRCS=$(patsubst %.cpp,$(SRCDIR)/%.cpp,$(filter %.cpp,$(SRCS)))

Index: gnumake-icc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/gnumake-icc.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** gnumake-icc.inc	5 Jun 2005 10:27:58 -0000	1.5
--- gnumake-icc.inc	13 Mar 2007 23:41:22 -0000	1.6
***************
*** 41,44 ****
--- 41,62 ----
  ##############################################
  
+ ifdef STK_INC
+ INCPATH += -I$(STK_INC)
+ endif
+ ifdef STK_LIB
+ LIBS += $(STK_LIB)
+ endif
+ 
+ ##############################################
+ 
+ ifdef SNDOBJ_INC
+ INCPATH += -I$(SNDOBJ_INC)
+ endif
+ ifdef SNDOBJ_LIB
+ LIBS += $(SNDOBJ_LIB)
+ endif
+ 
+ ##############################################
+ 
  CSRCS=$(patsubst %.c,$(SRCDIR)/%.c,$(filter %.c,$(SRCS)))
  CPPSRCS=$(patsubst %.cpp,$(SRCDIR)/%.cpp,$(filter %.cpp,$(SRCS)))





More information about the Pd-cvs mailing list