[PD-cvs] externals/build/darwin makefile,1.14,1.15

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Apr 12 17:59:04 CEST 2005


Update of /cvsroot/pure-data/externals/build/darwin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14399/darwin

Modified Files:
	makefile 
Log Message:

- added headers from 0.38-4 to externals/build/include and added README so
  people don't repeat the same mistake of removing/etc.

- added Pd src to include search before externals/build/include so if the Pd
  src is in the standard dev layout, externals will be compiled with those
  headers instead of externals/build/include


Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/darwin/makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** makefile	28 May 2004 03:57:52 -0000	1.14
--- makefile	12 Apr 2005 15:59:02 -0000	1.15
***************
*** 25,35 ****
  CFLAGS = -DPD -DUNIX -DMACOSX -Dunix $(OPTIM_FLAGS) \
      -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -Wno-shadow 
! INCLUDES = -I. -I.. -I../include
! LDFLAGS = -bundle  -bundle_loader $(PDEXECUTABLE) 
  
  %.pd_darwin: ../src/%.c
  	$(CC) $(CFLAGS) $(INCLUDES) -o "$*.o" -c "../src/$*.c"
  	$(CC) $(LDFLAGS) -o "$*.pd_darwin" "$*.o" -lc -lm \
! #	`test -f $*.libs && cat $*.libs`
  	chmod a-x "$*.pd_darwin"
  	rm -f "$*.o" 
--- 25,36 ----
  CFLAGS = -DPD -DUNIX -DMACOSX -Dunix $(OPTIM_FLAGS) \
      -Wall -W -Wno-unused -Wno-parentheses -Wno-switch -Wno-shadow 
! INCLUDES = -I. -I.. -I../../../pd/src -I../include -I/sw/include
! LDFLAGS = -bundle  -bundle_loader $(PDEXECUTABLE) -L/sw/lib
  
  %.pd_darwin: ../src/%.c
  	$(CC) $(CFLAGS) $(INCLUDES) -o "$*.o" -c "../src/$*.c"
  	$(CC) $(LDFLAGS) -o "$*.pd_darwin" "$*.o" -lc -lm \
! 		`test -f $*.libs && cat $*.libs`	\
! 		`test -f ../src/$*.libs && cat ../src/$*.libs`
  	chmod a-x "$*.pd_darwin"
  	rm -f "$*.o" 
***************
*** 61,65 ****
  #	rm vst.c 
  # MacOSX exceptions that don't work just yet
! 	-rm ogg* ossmixer.c plugin~.c cdplayer.c promiscous~.c serialctl.c 
  	-rm serial_bird.c serial_ms.c proc.c streamin~.c streamout~.c rhythm_*
  	touch link.stamp
--- 62,66 ----
  #	rm vst.c 
  # MacOSX exceptions that don't work just yet
! 	-rm ossmixer.c plugin~.c cdplayer.c promiscous~.c serialctl.c 
  	-rm serial_bird.c serial_ms.c proc.c streamin~.c streamout~.c rhythm_*
  	touch link.stamp





More information about the Pd-cvs mailing list