[PD-cvs] externals/frankenstein makefile.darwin,1.2,1.3

David Plans Casal pland at users.sourceforge.net
Sat Jan 7 15:32:19 CET 2006


Update of /cvsroot/pure-data/externals/frankenstein
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12015

Modified Files:
	makefile.darwin 
Log Message:
changes to take rhythms_memory into account for compilation

Index: makefile.darwin
===================================================================
RCS file: /cvsroot/pure-data/externals/frankenstein/makefile.darwin,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** makefile.darwin	12 Dec 2005 13:17:40 -0000	1.2
--- makefile.darwin	7 Jan 2006 14:32:17 -0000	1.3
***************
*** 6,10 ****
  # ----------------------- Mac OSX -----------------------
  
! pd_darwin: chord_melo.pd_darwin rhythms_memory.pd_darwin test.pd_darwin GArhythm.pd_darwin	
  
  .SUFFIXES: .pd_darwin
--- 6,10 ----
  # ----------------------- Mac OSX -----------------------
  
! pd_darwin: chord_melo.pd_darwin harmonizer.pd_darwin chords_memory.pd_darwin common.pd_darwin rhythms_memory.pd_darwin GArhythm.pd_darwin test.pd_darwin
  
  .SUFFIXES: .pd_darwin
***************
*** 14,18 ****
  # leave it blank if it is a system directory (like /usr/local/include), 
  # 	since gcc 3.2 complains about it
! PDPATH=/Applications/PdOLD.app/Contents/Resources/src
  #PDPATH=/Users/davidemorelli/Desktop/robaDavide/Pd-0.38-3.app/Contents/Resources/src/
  
--- 14,18 ----
  # leave it blank if it is a system directory (like /usr/local/include), 
  # 	since gcc 3.2 complains about it
! PDPATH=/Applications/PdOLD.app/Contents/Resources/src/
  #PDPATH=/Users/davidemorelli/Desktop/robaDavide/Pd-0.38-3.app/Contents/Resources/src/
  
***************
*** 30,35 ****
  
  .c.pd_darwin:
! 	cc $(DARWINCFLAGS) $(DARWININCLUDE) -o $*.o -c $*.c
! 	cc -bundle  -bundle_loader $(PD) -flat_namespace -o $*.pd_darwin *.o
  #	cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin
  #	rm -f $*.o
--- 30,35 ----
  
  .c.pd_darwin:
! 	cc $(DARWINCFLAGS) $(DARWININCLUDE) -c $*.c common.c
! 	cc -bundle  -bundle_loader $(PD) -flat_namespace -o $*.pd_darwin $*.o common.o
  #	cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin
  #	rm -f $*.o





More information about the Pd-cvs mailing list