--- ray/src/common/Rmakefile 2015/08/12 23:07:59 2.73 +++ ray/src/common/Rmakefile 2016/08/18 17:57:57 2.77 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.73 2015/08/12 23:07:59 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.77 2016/08/18 17:57:57 greg Exp $ # # Makefile for ray tracing library routines # @@ -29,13 +29,14 @@ STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o inv unix_process.o process.o gethomedir.o getpath.o error.o savestr.o \ savqstr.o badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \ clip.o plocate.o eputs.o wputs.o quit.o lookup.o bmalloc.o \ - loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o byteswap.o + loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o byteswap.o \ + cvtcmd.o SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT) 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 @@ -86,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 @@ -124,7 +128,7 @@ clip.o plocate.o: plocate.h font.o: font.h -fropen.o getpath.o image.o: paths.h +cvtcmd.o fropen.o getpath.o image.o: paths.h lookup.o: lookup.h @@ -205,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