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.65 by greg, Sun Apr 24 19:39:21 2011 UTC vs.
Revision 2.71 by greg, Tue Mar 4 17:06:13 2014 UTC

# Line 22 | Line 22 | PICOBJ = color.o header.o image.o lamps.o resolu.o rex
22          tmap16bit.o bmpfile.o falsecolor.o
23  
24   UTLOBJ = ezxml.o ccolor.o ccyrgb.o bsdf.o bsdf_m.o bsdf_t.o loadbsdf.o \
25 <        disk2square.o hilbert.o
25 >        disk2square.o hilbert.o interp2d.o triangulate.o
26  
27   STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o invmat4.o fvect.o urand.o \
28          urind.o calexpr.o caldefn.o calfunc.o calprnt.o biggerlib.o multisamp.o \
# Line 148 | Line 148 | byteswap.o expandarg.o badarg.o xf.o:  rtio.h
148  
149   expandarg.o:    rtmisc.h
150  
151 < dircode.o xf.o: rtmath.h mat4.h fvect.h tiff.h
151 > dircode.o interp2d.o xf.o:      rtmath.h mat4.h fvect.h tiff.h
152  
153   error.o:        rterror.h
154  
# Line 160 | Line 160 | 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
163 > bsdf.o: bsdf.h fvect.h bsdf_m.h bsdf_t.h hilbert.h ezxml.h
164  
165 bsdf.o: bsdf_m.h bsdf_t.h hilbert.h fvect.h
166
167 bsdf.o: bsdf.h standard.h rtmisc.h rtio.h rtmath.h mat4.h rterror.h
168
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 183 | Line 179 | bsdf_t.o:      bsdf.h bsdf_t.h hilbert.h
179   hilbert.o:      hilbert.h
180  
181   loadbsdf.o:     bsdf.h rtio.h rterror.h paths.h
182 +
183 + interp2d.o:     interp2d.h
184 +
185 + triangulate.o:  triangulate.h
186 +
187 + process.o readobj.o readoct.o rglfile.o \
188 + tmapcolrs.o unix_process.o win_process.o:       rtprocess.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines