ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/Rmakefile
(Generate patch)

Comparing ray/src/common/Rmakefile (file contents):
Revision 2.63 by greg, Fri Feb 18 00:40:25 2011 UTC vs.
Revision 2.64 by greg, Fri Feb 18 02:41:55 2011 UTC

# Line 21 | Line 21 | PICOBJ = color.o header.o image.o lamps.o resolu.o rex
21          colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o \
22          tmap16bit.o bmpfile.o falsecolor.o
23  
24 < UTLOBJ = ezxml.o ccolor.o ccyrgb.o bsdf.o bsdf_m.o bsdf_t.o \
24 > UTLOBJ = ezxml.o ccolor.o ccyrgb.o bsdf.o bsdf_m.o bsdf_t.o loadbsdf.o \
25          disk2square.o hilbert.o
26  
27   STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \
# Line 158 | Line 158 | header.o readmesh.o readoct.o resolu.o rglinst.o tmapc
158  
159   ezxml.o bsdf.o bsdf_m.o bsdf_t.o:       ezxml.h
160  
161 + bsdf_m.o bsdf_t.o:      rtio.h
162 +
163   bsdf.o: paths.h
164  
165   bsdf.o: bsdf_m.h bsdf_t.h hilbert.h fvect.h
# Line 179 | Line 181 | bsdf_m.o:      bsdf.h bsdf_m.h
181   bsdf_t.o:       bsdf.h bsdf_t.h
182  
183   hilbert.o:      hilbert.h
184 +
185 + loadbsdf.o:     bsdf.h rtio.h rterror.h paths.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines