--- ray/src/ot/Rmakefile 1992/07/01 15:07:42 2.2 +++ ray/src/ot/Rmakefile 1992/09/24 21:28:29 2.3 @@ -25,9 +25,9 @@ clip.o o_cone.o o_instance.o bbox.o initotypes.o readf plocate.o clip.o o_cone.o o_instance.o bbox.o readfargs.o \ initotypes.o malloc.o -lrt -lm -getbbox: getbbox.o readobj2.o bbox.o initotypes2.o +getbbox: getbbox.o readobj2.o bbox.o init2otypes.o $(CC) $(CFLAGS) -o getbbox getbbox.o readobj2.o \ -bbox.o initotypes2.o -lrt -lm +bbox.o init2otypes.o -lrt -lm install: oconv getbbox cp oconv getbbox $(INSTDIR) @@ -64,4 +64,4 @@ clip.o o_face.o plocate.o: plocate.h clip.o plocate.o: ../common/fvect.h -initotypes.o initotypes2.o: ../common/otypes.h +initotypes.o init2otypes.o: ../common/otypes.h