--- ray/src/ot/Rmakefile 2003/06/27 06:53:22 2.12 +++ ray/src/ot/Rmakefile 2004/03/27 12:43:30 2.14 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.12 2003/06/27 06:53:22 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.14 2004/03/27 12:43:30 schorsch Exp $ # # Compiles for octree conversion program # @@ -56,6 +56,8 @@ sphere.o writeoct.o: ../common/object.h bbox.o initotypes.o oconv.o obj2mesh.o sphere.o: ../common/otypes.h +bbox.o getbbox.o initotypes.o oconv.o readobj2.o writeoct.o: oconv.h + oconv.o: ../common/paths.h bbox.o o_cone.o: ../common/cone.h @@ -74,4 +76,4 @@ initotypes.o init2otypes.o: ../common/otypes.h cvmesh.o obj2mesh.o wfconv.o: cvmesh.h \ ../common/octree.h ../common/object.h ../common/mesh.h -cvmesh.o: ../common/otypes.h ../common/face.h +cvmesh.o: ../common/otypes.h ../common/face.h ../common/tmesh.h