[PD-cvs] pd/extra/lrshift~ makefile,1.4,1.5

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/lrshift~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28669/extra/lrshift~

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

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/lrshift~/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** makefile	2 Feb 2004 12:24:32 -0000	1.4
--- makefile	22 Feb 2004 16:21:29 -0000	1.5
***************
*** 37,41 ****
  
  .c.pd_irix5:
! 	cc $(SGICFLAGS5) $(SGIINCLUDE) -o $*.o -c $*.c
  	ld -elf -shared -rdata_shared -o $*.pd_irix5 $*.o
  	rm $*.o
--- 37,41 ----
  
  .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_irix6:
! 	cc $(SGICFLAGS6) $(SGIINCLUDE) -o $*.o -c $*.c
  	ld -n32 -IPA -shared -rdata_shared -o $*.pd_irix6 $*.o
  	rm $*.o
--- 52,56 ----
  
  .c.pd_irix6:
! 	$(CC) $(SGICFLAGS6) $(SGIINCLUDE) -o $*.o -c $*.c
  	ld -n32 -IPA -shared -rdata_shared -o $*.pd_irix6 $*.o
  	rm $*.o
***************
*** 84,89 ****
  
  .c.pd_darwin:
! 	cc $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
! 	cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o 
  	rm -f $*.o
  
--- 84,89 ----
  
  .c.pd_darwin:
! 	$(CC) $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
! 	$(CC) -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o 
  	rm -f $*.o
  





More information about the Pd-cvs mailing list