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.67 by greg, Wed Aug 10 22:28:45 2011 UTC vs.
Revision 2.68 by greg, Sat Feb 9 00:55:40 2013 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
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 179 | 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines