[PD-cvs] pd/extra/expr~ makefile,1.7,1.8

Miller Puckette millerpuckette at users.sourceforge.net
Sat Jun 3 21:13:07 CEST 2006


Update of /cvsroot/pure-data/pd/extra/expr~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12672/pd/extra/expr~

Modified Files:
	makefile 
Log Message:
FFT package selection

Zmoelnig's multi-'$' patch

big-soundfile support

Patch to set open directories (openpanel, savepanel)

patch to allow funny characters in extern names

fixed makefile.in to support intel mac






Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/expr~/makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** makefile	6 Nov 2004 16:07:22 -0000	1.7
--- makefile	3 Jun 2006 19:13:05 -0000	1.8
***************
*** 125,129 ****
  # ----------------------- MAC OSX -----------------------
  
- pd_darwin: expr.pd_darwin expr~.pd_darwin fexpr~.pd_darwin
  MACOSXOBJ =  vexp.pd_darwin_o vexp_fun.pd_darwin_o vexp_if.pd_darwin_o
  .SUFFIXES: .pd_darwin_o
--- 125,128 ----
***************
*** 134,137 ****
--- 133,137 ----
  MACOSXINCLUDE =  -I../../src
  
+ pd_darwin: expr.pd_darwin expr~.pd_darwin fexpr~.pd_darwin
  .c.pd_darwin_o:
  	$(CC) -g $(MACOSXCFLAGS) $(MACOSXINCLUDE) -o $*.pd_darwin_o -c $*.c
***************
*** 153,156 ****
--- 153,176 ----
  	-ln -s expr~/fexpr~.pd_darwin ..
  
+ pd_imac: expr.pd_imac expr~.pd_imac fexpr~.pd_imac
+ .c.pd_imac_o:
+ 	$(CC) -g $(MACOSXCFLAGS) $(MACOSXINCLUDE) -o $*.pd_imac_o -c $*.c
+ 
+ expr.pd_imac: $(MACOSXOBJ)
+ 	$(CC) -bundle -undefined suppress  -flat_namespace \
+ 		-o expr.pd_imac $(MACOSXOBJ)  -lm
+ 	rm -f ../expr.pd_imac
+ 	-ln -s expr~/expr.pd_imac ..
+ 
+ expr~.pd_imac: expr.pd_imac
+ 	-ln -s expr.pd_imac expr~.pd_imac
+ 	rm -f ../expr~.pd_imac
+ 	-ln -s expr~/expr~.pd_imac ..
+ 
+ fexpr~.pd_imac: expr.pd_imac
+ 	-ln -s expr.pd_imac fexpr~.pd_imac
+ 	rm -f ../fexpr~.pd_imac
+ 	-ln -s expr~/fexpr~.pd_imac ..
+ 
  install_darwin:
  	install expr.pd_darwin $(PDEXTERN)





More information about the Pd-cvs mailing list