Update of /cvsroot/pure-data/pd/extra/pique In directory sc8-pr-cvs1:/tmp/cvs-serv24125/pique
Modified Files: Tag: devel_0_37 makefile Log Message: changed cc to $(CC)
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/pd/extra/pique/makefile,v retrieving revision 1.1.1.3.2.2 retrieving revision 1.1.1.3.2.3 diff -C2 -d -r1.1.1.3.2.2 -r1.1.1.3.2.3 *** makefile 30 Jul 2003 09:16:37 -0000 1.1.1.3.2.2 --- makefile 15 Dec 2003 16:04:32 -0000 1.1.1.3.2.3 *************** *** 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