--- ray/src/ot/Rmakefile 1994/04/14 05:02:05 2.5 +++ ray/src/ot/Rmakefile 1995/04/03 16:46:46 2.6 @@ -20,10 +20,10 @@ INSTDIR = /usr/local/bin all: oconv getbbox -oconv: oconv.o sphere.o writeoct.o o_face.o plocate.o \ -clip.o o_cone.o o_instance.o bbox.o initotypes.o readfargs.o malloc.o +oconv: oconv.o sphere.o writeoct.o o_face.o \ +o_cone.o o_instance.o bbox.o initotypes.o readfargs.o malloc.o $(CC) $(CFLAGS) -o oconv oconv.o writeoct.o sphere.o o_face.o \ -plocate.o clip.o o_cone.o o_instance.o bbox.o readfargs.o \ +o_cone.o o_instance.o bbox.o readfargs.o \ initotypes.o malloc.o -lrt $(MLIB) getbbox: getbbox.o readobj2.o bbox.o init2otypes.o @@ -60,7 +60,7 @@ bbox.o o_face.o: ../common/face.h bbox.o o_instance.o: ../common/instance.h ../common/octree.h -clip.o o_face.o plocate.o: plocate.h +o_face.o: ../common/plocate.h clip.o plocate.o: ../common/fvect.h