Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2358
Modified Files: Tag: devel_0_37 makefile.in Log Message: added icc support
Index: makefile.in =================================================================== RCS file: /cvsroot/pure-data/pd/src/makefile.in,v retrieving revision 1.1.1.3.2.13 retrieving revision 1.1.1.3.2.14 diff -C2 -d -r1.1.1.3.2.13 -r1.1.1.3.2.14 *** makefile.in 14 Mar 2004 23:54:25 -0000 1.1.1.3.2.13 --- makefile.in 31 Mar 2004 13:16:49 -0000 1.1.1.3.2.14 *************** *** 5,8 **** --- 5,10 ---- EXT= @EXT@ GUINAME= @GUINAME@ + CC= @CC@ +
prefix = @prefix@ *************** *** 93,97 ****
$(BIN_DIR)/pd-gui: $(GOBJ) $(GSRC) ! cd ../obj; $(CC) $(INCLUDE) -o $(BIN_DIR)/$(GUINAME) $(GOBJ) \ $(GLIB)
--- 95,99 ----
$(BIN_DIR)/pd-gui: $(GOBJ) $(GSRC) ! cd ../obj; $(CC) $(INCLUDE) -o $(BIN_DIR)/$(GUINAME) $(GOBJ) \ $(GLIB)