[PD-cvs] pd/extra/expr~ makefile,1.3,1.4

ggeiger at users.sourceforge.net ggeiger at users.sourceforge.net
Sun Feb 22 17:22:02 CET 2004


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

Modified Files:
	makefile 
Log Message:
aligned with version 0.37-1test6

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/expr~/makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** makefile	23 Sep 2003 00:18:13 -0000	1.3
--- makefile	22 Feb 2004 16:21:29 -0000	1.4
***************
*** 52,56 ****
  
  .c.pd_irix5:
! 	cc $(SGICFLAGS5) $(SGIINCLUDE) -o $*.o -c $*.c
  	ld -elf -shared -rdata_shared -o $*.pd_irix5 $*.o
  	rm $*.o
--- 52,56 ----
  
  .c.pd_irix5:
! 	$(CC) $(SGICFLAGS5) $(SGIINCLUDE) -o $*.o -c $*.c
  	ld -elf -shared -rdata_shared -o $*.pd_irix5 $*.o
  	rm $*.o
***************
*** 71,75 ****
  
  .c.pd_irix6:
! 	cc $(SGICFLAGS6) $(SGIINCLUDE) -o $*.o -c $*.c
  	ld -elf -shared -rdata_shared -o $*.pd_irix6 $*.o
  	rm $*.o
--- 71,75 ----
  
  .c.pd_irix6:
! 	$(CC) $(SGICFLAGS6) $(SGIINCLUDE) -o $*.o -c $*.c
  	ld -elf -shared -rdata_shared -o $*.pd_irix6 $*.o
  	rm $*.o
***************
*** 87,91 ****
  
  .c.pd_linux_o:
! 	cc -g $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.pd_linux_o -c $*.c
  
  expr.pd_linux: $(LINUXOBJ)
--- 87,91 ----
  
  .c.pd_linux_o:
! 	$(CC) -g $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.pd_linux_o -c $*.c
  
  expr.pd_linux: $(LINUXOBJ)
***************
*** 135,142 ****
  
  .c.pd_darwin_o:
! 	cc -g $(MACOSXCFLAGS) $(MACOSXINCLUDE) -o $*.pd_darwin_o -c $*.c
  
  expr.pd_darwin: $(MACOSXOBJ)
! 	cc -bundle -undefined suppress  -flat_namespace \
  		-o expr.pd_darwin $(MACOSXOBJ)  -lm
  	rm -f ../expr.pd_darwin
--- 135,142 ----
  
  .c.pd_darwin_o:
! 	$(CC) -g $(MACOSXCFLAGS) $(MACOSXINCLUDE) -o $*.pd_darwin_o -c $*.c
  
  expr.pd_darwin: $(MACOSXOBJ)
! 	$(CC) -bundle -undefined suppress  -flat_namespace \
  		-o expr.pd_darwin $(MACOSXOBJ)  -lm
  	rm -f ../expr.pd_darwin





More information about the Pd-cvs mailing list