--- ray/src/common/Rmakefile 2011/06/23 16:00:37 2.66 +++ ray/src/common/Rmakefile 2013/02/09 00:55:40 2.68 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.66 2011/06/23 16:00:37 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.68 2013/02/09 00:55:40 greg Exp $ # # Makefile for ray tracing library routines # @@ -22,7 +22,7 @@ PICOBJ = color.o header.o image.o lamps.o resolu.o rex tmap16bit.o bmpfile.o falsecolor.o UTLOBJ = ezxml.o ccolor.o ccyrgb.o bsdf.o bsdf_m.o bsdf_t.o loadbsdf.o \ - disk2square.o hilbert.o + disk2square.o hilbert.o interp2d.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 @@ -160,7 +160,7 @@ ezxml.o bsdf.o bsdf_m.o bsdf_t.o: ezxml.h bsdf_m.o bsdf_t.o: rtio.h -bsdf.o: bsdf.h fvect.h bsdf_m.h bsdf_t.h hilbert.h ezxml.h fvect.h +bsdf.o: bsdf.h fvect.h bsdf_m.h bsdf_t.h hilbert.h ezxml.h bsdf.o bsdf_m.o bsdf_t.o ccolor.o: ccolor.h @@ -179,3 +179,5 @@ 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