--- ray/src/ot/Rmakefile 2003/03/15 17:55:48 2.11 +++ ray/src/ot/Rmakefile 2004/01/29 22:21:34 2.13 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.11 2003/03/15 17:55:48 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.13 2004/01/29 22:21:34 greg Exp $ # # Compiles for octree conversion program # @@ -44,7 +44,9 @@ clean: bbox.o initotypes.o o_cone.o o_face.o \ o_instance.o oconv.o sphere.o \ cvmesh.o obj2mesh.o wfconv.o \ -writeoct.o: ../common/standard.h ../common/mat4.h ../common/fvect.h +writeoct.o: ../common/standard.h ../common/rtmisc.h ../common/rtio.h \ +../common/rtmath.h ../common/mat4.h ../common/fvect.h \ +../common/rterror.h initotypes.o o_cone.o o_face.o oconv.o \ sphere.o writeoct.o: ../common/octree.h @@ -72,4 +74,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