--- ray/src/common/Rmakefile 2011/02/18 00:40:25 2.63 +++ ray/src/common/Rmakefile 2011/06/23 16:00:37 2.66 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.63 2011/02/18 00:40:25 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.66 2011/06/23 16:00:37 greg Exp $ # # Makefile for ray tracing library routines # @@ -21,7 +21,7 @@ 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 \ +UTLOBJ = ezxml.o ccolor.o ccyrgb.o bsdf.o bsdf_m.o bsdf_t.o loadbsdf.o \ disk2square.o hilbert.o STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \ @@ -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 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 @@ -176,6 +174,8 @@ 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