--- ray/src/ot/Rmakefile 2008/06/24 02:01:20 2.17 +++ ray/src/ot/Rmakefile 2016/04/21 00:40:35 2.19 @@ -1,15 +1,16 @@ -# RCSid: $Id: Rmakefile,v 2.17 2008/06/24 02:01:20 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.19 2016/04/21 00:40:35 greg Exp $ # # Compiles for octree conversion program # # The compile define "STRICT" enforces strict intersection calculations # so that no cube which does not intersect an object contains that object. # Otherwise, a somewhat faster more lax approach is taken by certain routines. +# This is set to "1" by default, so -DSTRICT=0 now turns it off. # OPT = -O MACH = -DBSD -CFLAGS = -DSTRICT -I../common -L../lib $(OPT) $(MACH) +CFLAGS = -I../common -L../lib $(OPT) $(MACH) CC = cc MLIB = -lm @@ -39,7 +40,7 @@ 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 \