--- ray/src/rt/Rmakefile 1989/12/19 13:02:39 1.15 +++ ray/src/rt/Rmakefile 1990/01/25 08:16:57 1.17 @@ -5,7 +5,7 @@ # OPT = -O -MACH = -DBSD -DIEEE -f68881 /usr/lib/f68881.il +MACH = -DSTRUCTASSIGN -DBSD -DIEEE -f68881 /usr/lib/f68881.il CFLAGS = $(MACH) $(OPT) # @@ -179,7 +179,7 @@ readoct.o rmain.o rv2.o rv3.o source.o: octree.h o_instance.o instance.o: instance.h octree.h -cone.o dielectric.o func.o normal.o o_cone.o otypes.o \ +ambient.o cone.o dielectric.o func.o normal.o o_cone.o otypes.o \ text.o raytrace.o readobj.o readoct.o rtrace.o \ rv2.o source.o sphere.o: otypes.h @@ -195,7 +195,7 @@ rv2.o rv3.o rview.o: rpaint.h driver.h view.h source.o: source.h -cone.o data.o face.o image.o misc.o objset.o octree.o otypes.o \ +cone.o data.o devcomm.o face.o image.o misc.o objset.o octree.o otypes.o \ readobj.o readoct.o rview.o: standard.h fvect.h sundev.o: suntools.icon