--- ray/src/common/Rmakefile 2020/03/30 18:28:35 2.83 +++ ray/src/common/Rmakefile 2021/11/19 22:51:31 2.88 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.83 2020/03/30 18:28:35 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.88 2021/11/19 22:51:31 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 @@ -71,10 +71,10 @@ install: all cd $(LIBDIR) && rm -f $(LIBFILES) cp -f $(LIBFILES) $(LIBDIR) -all: librtrad.a libmgf.a libreetz.a $(SPECIAL) +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 @@ -137,7 +137,7 @@ clip.o plocate.o: plocate.h font.o: font.h -cvtcmd.o fropen.o getpath.o image.o: paths.h +cvtcmd.o font.o fropen.o getpath.o image.o: paths.h lookup.o: lookup.h @@ -163,8 +163,8 @@ free_os.o: octree.h object.h otypes.h face.h cone.h in tmesh.o: tmesh.h fvect.h -fgetword.o fputword.o fgetval.o fgetline.o fdate.o unix_process.o \ -byteswap.o expandarg.o badarg.o xf.o: rtio.h +fgetword.o fputword.o fgetval.o fgetline.o fdate.o font.o \ +unix_process.o byteswap.o expandarg.o badarg.o xf.o: rtio.h expandarg.o: rtmisc.h @@ -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