--- ray/src/common/Rmakefile 1991/10/09 13:00:21 1.16 +++ ray/src/common/Rmakefile 1991/10/23 13:43:17 1.18 @@ -3,8 +3,8 @@ # Makefile for ray tracing library routines # -OPT = -O -pipe -MACH = -DSTRUCTASSIGN -DBSD -DIEEE -f68881 /usr/lib/libm.il +OPT = -O +MACH = -DSTRUCTASSIGN -DBSD CFLAGS = $(MACH) $(OPT) COMPAT = bmalloc.o erf.o # frexp.o fwrite.o random.o @@ -61,7 +61,7 @@ linregr.o: linregr.h mat4.o: mat4.h fvect.h cone.o face.o instance.o objset.o otypes.o \ -modobject.o readobj.o readoct.o: object.h +modobject.o readfargs.o readobj.o readoct.o: object.h objset.o octree.o readoct.o: octree.h @@ -71,6 +71,8 @@ urand.o: random.h cone.o face.o image.o instance.o error.o objset.o octree.o modobject.o \ otypes.o readobj.o readoct.o xf.o: standard.h mat4.h fvect.h + +readfargs.o: fvect.h image.o: view.h