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.66 by greg, Thu Jun 23 16:00:37 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.o: paths.h
161 > bsdf_m.o bsdf_t.o:      rtio.h
162  
163 < bsdf.o: bsdf_m.h bsdf_t.h hilbert.h fvect.h
163 > bsdf.o: bsdf.h fvect.h bsdf_m.h bsdf_t.h hilbert.h ezxml.h fvect.h
164  
165 bsdf.o: bsdf.h standard.h rtmisc.h rtio.h rtmath.h mat4.h rterror.h
166
165   bsdf.o bsdf_m.o bsdf_t.o ccolor.o:      ccolor.h
166  
167   mgf_parser.o mgf_context.o mgf_xf.o mgf_object.o:       mgf_parser.h ccolor.h
# Line 176 | Line 174 | mgf_parser.o:  mgf_mesg.h
174  
175   bsdf_m.o:       bsdf.h bsdf_m.h
176  
177 < bsdf_t.o:       bsdf.h bsdf_t.h
177 > bsdf_t.o:       bsdf.h bsdf_t.h hilbert.h
178  
179   hilbert.o:      hilbert.h
180 +
181 + loadbsdf.o:     bsdf.h rtio.h rterror.h paths.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines