--- ray/src/common/Rmakefile 1991/07/22 11:22:59 1.8 +++ ray/src/common/Rmakefile 1991/07/24 12:06:34 1.10 @@ -10,15 +10,15 @@ CFLAGS = $(MACH) $(OPT) LIBDIR = /usr/local/lib/ray RTOBJ = cone.o face.o instance.o readobj.o readoct.o otypes.o objset.o \ - octree.o readfargs.o + octree.o readfargs.o modobject.o PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \ colrops.o STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o fvect.o urand.o \ calexpr.o caldefn.o calfunc.o calprnt.o \ - process.o getpath.o error.o savestr.o strmisc.o \ - fgetword.o cputs.o wputs.o eputs.o quit.o + process.o getpath.o error.o savestr.o savqstr.o \ + fgetword.o words.o cputs.o wputs.o eputs.o quit.o SYSOBJ = ealloc.o bmalloc.o # erf.o frexp.o fwrite.o random.o bcopy.o @@ -58,7 +58,7 @@ linregr.o: linregr.h mat4.o: mat4.h fvect.h cone.o face.o instance.o objset.o otypes.o \ -readobj.o readoct.o: object.h +modobject.o readobj.o readoct.o: object.h objset.o octree.o readoct.o: octree.h @@ -66,7 +66,7 @@ cone.o objset.o otypes.o readobj.o readoct.o: otypes.h urand.o: random.h -cone.o face.o image.o instance.o error.o objset.o octree.o \ +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 image.o: view.h