--- ray/src/ot/Rmakefile 2006/03/10 19:40:13 2.16 +++ ray/src/ot/Rmakefile 2014/04/26 15:59:38 2.18 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.16 2006/03/10 19:40:13 schorsch Exp $ +# RCSid: $Id: Rmakefile,v 2.18 2014/04/26 15:59:38 greg Exp $ # # Compiles for octree conversion program # @@ -39,14 +39,14 @@ install: $(PROGS) cp $(PROGS) $(INSTDIR) clean: - set nonomatch; rm -f $(PROGS) *.o core + set nonomatch; rm -f $(PROGS) *.o 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/rtmisc.h ../common/rtio.h \ ../common/rtmath.h ../common/mat4.h ../common/fvect.h \ -../common/rterror.h ../common/tifftypes.h +../common/rterror.h initotypes.o o_cone.o o_face.o oconv.o \ sphere.o writeoct.o: ../common/octree.h