--- ray/src/ot/Rmakefile 2003/03/11 17:08:55 2.8 +++ ray/src/ot/Rmakefile 2003/03/14 21:27:46 2.10 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.8 2003/03/11 17:08:55 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.10 2003/03/14 21:27:46 greg Exp $ # # Compiles for octree conversion program # @@ -31,7 +31,7 @@ bbox.o init2otypes.o -lrt $(MLIB) obj2mesh: obj2mesh.o cvmesh.o wfconv.o o_face.o writemesh.o $(CC) $(CFLAGS) -o obj2mesh obj2mesh.o cvmesh.o wfconv.o \ -o_face.o writemesh.o -lrt +o_face.o writemesh.o -lrt $(MLIB) install: oconv getbbox obj2mesh cp oconv getbbox obj2mesh $(INSTDIR) @@ -50,8 +50,7 @@ sphere.o writeoct.o: ../common/octree.h bbox.o o_cone.o o_face.o o_instance.o oconv.o \ sphere.o writeoct.o: ../common/object.h -bbox.o initotypes.o oconv.o obj2mesh.o \ -sphere.o writeoct.o: ../common/otypes.h +bbox.o initotypes.o oconv.o obj2mesh.o sphere.o: ../common/otypes.h oconv.o: ../common/paths.h