Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18444/buildsys/mac/max
Modified Files: config-gcc.def gnumake-gcc-ext.inc gnumake-gcc-flext.inc Log Message: updated build system - some cleanups updated for build system updated build system for OSX cleanups updated build system
Index: gnumake-gcc-ext.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gnumake-gcc-ext.inc 3 Jan 2005 05:00:28 -0000 1.1 --- gnumake-gcc-ext.inc 4 Jan 2005 04:58:52 -0000 1.2 *************** *** 5,8 **** OBJPATH=$(OUTPATH)/$(OUTSUB)
! TARGETPATH=$(OBJPATH)/$(OUTNAME).$(EXT)/Contents/MacOS TARGET=$(TARGETPATH)/$(OUTNAME) --- 5,9 ---- OBJPATH=$(OUTPATH)/$(OUTSUB)
! INSTTARGET=$(OBJPATH)/$(OUTNAME).$(EXT) ! TARGETPATH=$(INSTTARGET)/Contents/MacOS TARGET=$(TARGETPATH)/$(OUTNAME)
Index: config-gcc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/config-gcc.def,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config-gcc.def 3 Jan 2005 05:00:27 -0000 1.2 --- config-gcc.def 4 Jan 2005 04:58:52 -0000 1.3 *************** *** 20,24 ****
# where should the external be installed? ! INSTPATH=/Library/Application\ Support/Cycling\ '74/externals
############################################################### --- 20,24 ----
# where should the external be installed? ! INSTPATH=/Library/Application\ Support/Cycling\ '74/externals/flext
###############################################################
Index: gnumake-gcc-flext.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gnumake-gcc-flext.inc 3 Jan 2005 05:00:28 -0000 1.1 --- gnumake-gcc-flext.inc 4 Jan 2005 04:58:52 -0000 1.2 *************** *** 8,12 **** --- 8,14 ----
OBJPATH=$(OUTPATH)/$(OUTSUB) + TARGETPATH=$(OBJPATH) TARGET=$(TARGETPATH)/$(OUTNAME).$(EXT) + INSTTARGET=$(TARGET)