Update of /cvsroot/pure-data/externals/grill/flext/buildsys/lnx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27942/buildsys/lnx
Modified Files: gnumake-gcc.inc Log Message: updated for OSX better templates, some minor changes fix for showing attributes on select (and recreate the object on edit) cleanups
Index: gnumake-gcc.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/gnumake-gcc.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gnumake-gcc.inc 5 Jan 2005 05:04:09 -0000 1.2 --- gnumake-gcc.inc 7 Jan 2005 04:58:46 -0000 1.3 *************** *** 7,14 **** ##############################################
! LDFLAGS += -shared
##############################################
ifdef DEBUG CFLAGS += -g -D_DEBUG --- 7,17 ---- ##############################################
! CFLAGS += -pthread ! LDFLAGS += -pthread -shared
##############################################
+ CFLAGS += $(UFLAGS) + ifdef DEBUG CFLAGS += -g -D_DEBUG