--- ray/src/common/Rmakefile 2011/04/24 19:39:21 2.65 +++ ray/src/common/Rmakefile 2014/03/04 17:06:13 2.71 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.65 2011/04/24 19:39:21 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 @@ -160,12 +160,8 @@ ezxml.o bsdf.o bsdf_m.o bsdf_t.o: ezxml.h bsdf_m.o bsdf_t.o: rtio.h -bsdf.o: paths.h +bsdf.o: bsdf.h fvect.h bsdf_m.h bsdf_t.h hilbert.h ezxml.h -bsdf.o: bsdf_m.h bsdf_t.h hilbert.h fvect.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 @@ -183,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