--- ray/src/common/Rmakefile 2016/02/02 18:02:32 2.74 +++ ray/src/common/Rmakefile 2018/04/19 15:31:27 2.79 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.74 2016/02/02 18:02:32 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 @@ -87,6 +87,9 @@ getlibpath.o: getlibpath.c tmapcolrs.o: tmapcolrs.c $(CC) $(CFLAGS) -DPCOND=\"pcond\" -c tmapcolrs.c +testBSDF: testBSDF.c bsdf.h rtio.h + $(CC) -L../lib $(CFLAGS) -o testBSDF testBSDF.c -lrtrad -lm + color.o colrops.o lamps.o spec_rgb.o: color.h cone.o: cone.h @@ -206,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