--- ray/src/common/Rmakefile 2020/03/30 18:31:20 2.84 +++ ray/src/common/Rmakefile 2021/04/09 15:26:41 2.87 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.84 2020/03/30 18:31:20 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.87 2021/04/09 15:26:41 greg Exp $ # # Makefile for ray tracing library routines # @@ -38,7 +38,7 @@ SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMP MGFOBJ = mgf_parser.o mgf_object.o mgf_xf.o mgf_context.o -WFOBJ = objutil.o readwfobj.o convertobj.o writewfobj.o +WFOBJ = objutil.o objtriangulate.o readwfobj.o convertobj.o writewfobj.o REETZOBJ = g3affine.o g3flist.o g3sphere.o g3vector.o gbasic.o muc_randvar.o @@ -74,7 +74,7 @@ install: all all: librtrad.a libmgf.a libwfobj.a libreetz.a $(SPECIAL) clean: - rm -f *.o librtrad.a libmgf.a + rm -f *.o *.a ogl: $(OGLOBJ) rm -f librgl.a @@ -229,7 +229,11 @@ idmap.o: idmap.h resolu.h platform.h rtio.h rcode_ident.o: lookup.h +convertobj.o: paths.h rterror.h objutil.h + objutil.o: objutil.h rterror.h rtio.h rtmath.h mat4.h fvect.h lookup.h + +objtriangulate.o: objutil.h rterror.h triangulate.h readwfobj.o: objutil.h rtio.h rterror.h fvect.h