--- ray/src/common/Rmakefile 2016/02/03 18:33:18 2.75 +++ ray/src/common/Rmakefile 2016/08/18 17:57:57 2.77 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.75 2016/02/03 18:33:18 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.77 2016/08/18 17:57:57 greg Exp $ # # Makefile for ray tracing library routines # @@ -36,7 +36,7 @@ SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMP MGFOBJ = mgf_parser.o mgf_object.o mgf_xf.o mgf_context.o -REETZOBJ = g3affine.o g3flist.o g3sphere.o g3vector.o gbasic.o maxheap.o +REETZOBJ = g3affine.o g3flist.o g3sphere.o g3vector.o gbasic.o maxheap.o muc_randvar.o OGLOBJ = rglfile.o rglmat.o rgldomat.o rglsurf.o rglinst.o rglsrc.o @@ -209,3 +209,5 @@ g3affine.o g3sphere.o: g3sphere.h g3flist.o: g3flist.h maxheap.o: maxheap.h + +ezxml.o readmesh.o readobj.o readoct.o rglinst.o wordfile.o: platform.h