--- ray/src/common/Rmakefile 2016/07/14 17:32:12 2.76 +++ ray/src/common/Rmakefile 2018/01/17 22:36:44 2.78 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.76 2016/07/14 17:32:12 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.78 2018/01/17 22:36:44 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 @@ -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