Update of /cvsroot/pure-data/pd/extra/fiddle~ In directory sc8-pr-cvs1:/tmp/cvs-serv24125/fiddle~
Modified Files: Tag: devel_0_37 makefile Log Message: changed cc to $(CC)
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/pd/extra/fiddle~/makefile,v retrieving revision 1.2.12.4 retrieving revision 1.2.12.5 diff -C2 -d -r1.2.12.4 -r1.2.12.5 *** makefile 6 Oct 2003 16:42:33 -0000 1.2.12.4 --- makefile 15 Dec 2003 16:04:31 -0000 1.2.12.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 *************** *** 85,90 ****
.c.pd_darwin: ! cc $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ! cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o rm -f $*.o
--- 85,90 ----
.c.pd_darwin: ! $(CC) $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ! $(CC) -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o rm -f $*.o