--- ray/src/common/Rmakefile 2016/02/03 18:33:18 2.75 +++ ray/src/common/Rmakefile 2018/04/19 15:31:27 2.79 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.75 2016/02/03 18:33:18 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.79 2018/04/19 15:31:27 greg Exp $ # # Makefile for ray tracing library routines # @@ -9,7 +9,7 @@ CFLAGS = $(MACH) $(OPT) CC = cc SPECIAL = -COMPAT = erf.o strcmp.o +COMPAT = erf.o strcmp.o strlcpy.o LIBDIR = /usr/local/lib/ray @@ -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 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