diff -C 2 -r ray/makeall ray/makeall *** ray/makeall Tue Nov 21 13:46:43 2000 --- ray/makeall Wed Apr 25 15:55:53 2001 *************** *** 119,123 **** 12) PowerPC Linux 13) PowerPC running MachTen ! 14) Other _EOF_ --- 119,124 ---- 12) PowerPC Linux 13) PowerPC running MachTen ! 14) PowerPC running Darwin/MacOS X ! 15) Other _EOF_ *************** *** 238,242 **** set extras="CC=gcc" breaksw ! case 13: # Other set opt="-O" set compat="bmalloc.o erf.o strcmp.o" --- 239,250 ---- set extras="CC=gcc" breaksw ! case 14: # PowerPC running Darwin/MacOS X ! set mach="-DBSD -Dlinux -DALIGN=double -DDCL_ATOF -I/usr/X11/include -L/usr/X11" ! set opt="-O -DSPEED=100" ! set arch=PowerPC ! set compat="bmalloc.o erf.o strcmp.o" ! set extras="CC=gcc" ! breaksw ! case 15: # Other set opt="-O" set compat="bmalloc.o erf.o strcmp.o" diff -C 2 -r ray/src/cv/mgflib/Makefile ray/src/cv/mgflib/Makefile *** ray/src/cv/mgflib/Makefile Thu Feb 8 20:08:31 1996 --- ray/src/cv/mgflib/Makefile Thu Apr 26 01:04:40 2001 *************** *** 17,21 **** mgfilt: libmgf.a mgfilt.o ! $(CC) $(CFLAGS) -o mgfilt mgfilt.o libmgf.a -lm libmgf.a: $(OBJS) --- 17,21 ---- mgfilt: libmgf.a mgfilt.o ! $(CC) $(CFLAGS) -o mgfilt mgfilt.o $(OBJS) -lm libmgf.a: $(OBJS) diff -C 2 -r ray/src/px/tiff/config.guess ray/src/px/tiff/config.guess *** ray/src/px/tiff/config.guess Tue Sep 2 19:54:16 1997 --- ray/src/px/tiff/config.guess Thu Apr 26 12:13:14 2001 *************** *** 283,286 **** --- 283,289 ---- echo ${UNAME_MACHINE}-unknown-linux exit 0 ;; + *:Darwin:*:*) + echo ${UNAME_MACHINE}-unknown-linux + exit 0 ;; # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions # are messed up and put the nodename in both sysname and nodename. Only in ray/src/rt: Rmakefile~ diff -C 2 -r ray/src/util/Rmakefile ray/src/util/Rmakefile *** ray/src/util/Rmakefile Fri Nov 24 17:43:27 2000 --- ray/src/util/Rmakefile Thu Apr 26 01:02:34 2001 *************** *** 23,27 **** install: all $(SPECIAL) objview.csh objpict.csh glare.csh dayfact.csh \ ! rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh rms.csh cp $(PROGS) $(INSTDIR) cp objview.csh $(INSTDIR)/objview --- 23,27 ---- install: all $(SPECIAL) objview.csh objpict.csh glare.csh dayfact.csh \ ! rlux.csh raddepend.csh objline.csh compamb.csh rms.csh cp $(PROGS) $(INSTDIR) cp objview.csh $(INSTDIR)/objview *************** *** 39,43 **** $(INSTDIR)/rlux $(INSTDIR)/raddepend $(INSTDIR)/objline \ $(INSTDIR)/compamb $(INSTDIR)/rms - csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl clean: --- 39,42 ---- Only in ray/src/util: Rmakefile~