--- ray/src/common/Rmakefile 2011/08/10 22:28:45 2.67 +++ ray/src/common/Rmakefile 2014/03/04 17:06:13 2.71 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.67 2011/08/10 22:28:45 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.71 2014/03/04 17:06:13 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 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 @@ -179,3 +179,10 @@ 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 + +process.o readobj.o readoct.o rglfile.o \ +tmapcolrs.o unix_process.o win_process.o: rtprocess.h