Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23509/buildsys/mac
Modified Files: gnumake-gcc.inc Log Message: fixed typo added profiling flags for OSX small fixes
Index: gnumake-gcc.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/gnumake-gcc.inc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** gnumake-gcc.inc 10 Apr 2005 22:22:39 -0000 1.5 --- gnumake-gcc.inc 19 Apr 2005 13:29:55 -0000 1.6 *************** *** 19,23 **** ##############################################
! LDFLAGS += -dynamic -Wl,-x -framework ApplicationServices -framework vecLib
############################################## --- 19,23 ---- ##############################################
! LDFLAGS += -dynamic -framework ApplicationServices -framework vecLib
############################################## *************** *** 25,29 **** ifdef DEBUG CFLAGS += -g else ! LDFLAGS += -Wl,-S endif --- 25,36 ---- ifdef DEBUG CFLAGS += -g + LDFLAGS += -g else ! ifdef PROFILE ! CFLAGS += -g ! LDFLAGS += -g ! else ! LDFLAGS += -Wl,-x -Wl,-S endif + endif +