--- ray/src/common/Rmakefile 2011/02/18 00:40:25 2.63 +++ ray/src/common/Rmakefile 2014/02/07 19:00:45 2.70 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.63 2011/02/18 00:40:25 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.70 2014/02/07 19:00:45 greg Exp $ # # Makefile for ray tracing library routines # @@ -21,8 +21,8 @@ PICOBJ = color.o header.o image.o lamps.o resolu.o rex colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o \ tmap16bit.o bmpfile.o falsecolor.o -UTLOBJ = ezxml.o ccolor.o ccyrgb.o bsdf.o bsdf_m.o bsdf_t.o \ - disk2square.o hilbert.o +UTLOBJ = ezxml.o ccolor.o ccyrgb.o bsdf.o bsdf_m.o bsdf_t.o loadbsdf.o \ + disk2square.o hilbert.o interp2d.o triangulate.o STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \ urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \ @@ -148,7 +148,7 @@ byteswap.o expandarg.o badarg.o xf.o: rtio.h expandarg.o: rtmisc.h -dircode.o xf.o: rtmath.h mat4.h fvect.h tiff.h +dircode.o interp2d.o xf.o: rtmath.h mat4.h fvect.h tiff.h error.o: rterror.h @@ -158,12 +158,10 @@ header.o readmesh.o readoct.o resolu.o rglinst.o tmapc ezxml.o bsdf.o bsdf_m.o bsdf_t.o: ezxml.h -bsdf.o: paths.h +bsdf_m.o bsdf_t.o: rtio.h -bsdf.o: bsdf_m.h bsdf_t.h hilbert.h fvect.h +bsdf.o: bsdf.h fvect.h bsdf_m.h bsdf_t.h hilbert.h ezxml.h -bsdf.o: bsdf.h standard.h rtmisc.h rtio.h rtmath.h mat4.h rterror.h - bsdf.o bsdf_m.o bsdf_t.o ccolor.o: ccolor.h mgf_parser.o mgf_context.o mgf_xf.o mgf_object.o: mgf_parser.h ccolor.h @@ -176,6 +174,12 @@ mgf_parser.o: mgf_mesg.h bsdf_m.o: bsdf.h bsdf_m.h -bsdf_t.o: bsdf.h bsdf_t.h +bsdf_t.o: bsdf.h bsdf_t.h hilbert.h hilbert.o: hilbert.h + +loadbsdf.o: bsdf.h rtio.h rterror.h paths.h + +interp2d.o: interp2d.h + +triangulate.o: triangulate.h