Update of /cvsroot/pure-data/pd/extra/fiddle~ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28669/extra/fiddle~
Modified Files: makefile Log Message: aligned with version 0.37-1test6
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/pd/extra/fiddle~/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 *************** *** 36,40 ****
.c.pd_irix5: ! cc $(SGICFLAGS5) $(SGIINCLUDE) -o $*.o -c $*.c ld -elf -shared -rdata_shared -o $*.pd_irix5 $*.o rm $*.o --- 36,40 ----
.c.pd_irix5: ! $(CC) $(SGICFLAGS5) $(SGIINCLUDE) -o $*.o -c $*.c ld -elf -shared -rdata_shared -o $*.pd_irix5 $*.o rm $*.o *************** *** 51,55 ****
.c.pd_irix6: ! cc $(SGICFLAGS6) $(SGIINCLUDE) -o $*.o -c $*.c ld -n32 -IPA -shared -rdata_shared -o $*.pd_irix6 $*.o rm $*.o --- 51,55 ----
.c.pd_irix6: ! $(CC) $(SGICFLAGS6) $(SGIINCLUDE) -o $*.o -c $*.c ld -n32 -IPA -shared -rdata_shared -o $*.pd_irix6 $*.o rm $*.o *************** *** 83,88 ****
.c.pd_darwin: ! cc $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ! cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o rm -f $*.o
--- 83,88 ----
.c.pd_darwin: ! $(CC) $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ! $(CC) -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o rm -f $*.o