Update of /cvsroot/pure-data/pd/extra/loop~ In directory sc8-pr-cvs1:/tmp/cvs-serv24125/loop~
Modified Files: Tag: devel_0_37 makefile Log Message: changed cc to $(CC)
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/pd/extra/loop~/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:32 -0000 1.2.12.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 *************** *** 86,91 ****
.c.pd_darwin: ! cc $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ! cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o rm -f $*.o
--- 86,91 ----
.c.pd_darwin: ! $(CC) $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ! $(CC) -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o rm -f $*.o