Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24244/buildsys/mac
Modified Files: gnumake-gcc.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/mac/gnumake-gcc.inc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** gnumake-gcc.inc 20 Jan 2007 14:26:02 -0000 1.9 --- gnumake-gcc.inc 13 Mar 2007 23:41:23 -0000 1.10 *************** *** 49,52 **** --- 49,70 ---- ##############################################
+ 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 + + ############################################## + LDFLAGS += $(patsubst %,-arch %,$(ARCH))