[PD-cvs] externals/grill/flext/buildsys/mac/pd config-gcc.def,1.3,1.4 gnumake-gcc-ext.inc,1.2,1.3 gnumake-gcc-flext.inc,1.2,1.3 gnumake-gcc.inc,1.2,1.3

Thomas Grill xovo at users.sourceforge.net
Wed Jan 5 06:04:13 CET 2005


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

Modified Files:
	config-gcc.def gnumake-gcc-ext.inc gnumake-gcc-flext.inc 
	gnumake-gcc.inc 
Log Message:
made default configurations generic
two more flext tutorials
fixes for Max headers
cleanups
updated build system
updated tutorials
revised the documentation
updated for OSX
upgraded version number


Index: gnumake-gcc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd/gnumake-gcc.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gnumake-gcc.inc	4 Jan 2005 04:58:52 -0000	1.2
--- gnumake-gcc.inc	5 Jan 2005 05:04:11 -0000	1.3
***************
*** 9,10 ****
--- 9,12 ----
  TARGETPATH=$(OBJPATH)
  TARGET=$(TARGETPATH)/$(OUTNAME).$(EXT)
+ INSTTARGET=$(TARGET)
+ 

Index: gnumake-gcc-ext.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-ext.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gnumake-gcc-ext.inc	4 Jan 2005 04:58:52 -0000	1.2
--- gnumake-gcc-ext.inc	5 Jan 2005 05:04:11 -0000	1.3
***************
*** 1,3 ****
! EXT=pd_darwin
  
  LDFLAGS += -bundle -bundle_loader $(PDBIN)
--- 1,3 ----
! EXT=pd_darwin
  
  LDFLAGS += -bundle -bundle_loader $(PDBIN)

Index: config-gcc.def
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd/config-gcc.def,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** config-gcc.def	3 Jan 2005 05:00:28 -0000	1.3
--- config-gcc.def	5 Jan 2005 05:04:11 -0000	1.4
***************
*** 1,4 ****
  # where is the PD installation including source code?
! PDPATH=/Applications/audio/Pd-0.38-0test13.app/Contents/Resources
  
  # where is the PD executable?
--- 1,4 ----
  # where is the PD installation including source code?
! PDPATH=/Applications/audio/Pd-0.38-0.app/Contents/Resources
  
  # where is the PD executable?
***************
*** 28,30 ****
  # user defined compiler flags
  # (check if they match your system!)
! OFLAGS=-O2 -mcpu=G4 -malign-natural -maltivec -faltivec
--- 28,32 ----
  # user defined compiler flags
  # (check if they match your system!)
! OFLAGS=-O2
! # optimizations for G4
! #OFLAGS += -mcpu=G4 -malign-natural -maltivec -faltivec

Index: gnumake-gcc-flext.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/pd/gnumake-gcc-flext.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gnumake-gcc-flext.inc	4 Jan 2005 04:58:52 -0000	1.2
--- gnumake-gcc-flext.inc	5 Jan 2005 05:04:11 -0000	1.3
***************
*** 1,7 ****
! ifdef SHARED
! EXT=dylib
! else
! EXT=a
! endif
  
  LDFLAGS += -dynamiclib -flat_namespace -undefined suppress
--- 1,7 ----
! ifdef SHARED
! EXT=dylib
! else
! EXT=a
! endif
  
  LDFLAGS += -dynamiclib -flat_namespace -undefined suppress





More information about the Pd-cvs mailing list