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.80 by greg, Tue Jul 3 22:29:01 2018 UTC vs.
Revision 2.81 by greg, Fri Jul 26 16:18:06 2019 UTC

# Line 20 | Line 20 | RTOBJ = cone.o face.o free_os.o instance.o readobj.o r
20  
21   PICOBJ = color.o header.o image.o lamps.o resolu.o rexpr.o spec_rgb.o \
22          colrops.o font.o tonemap.o tmapcolrs.o tmapluv.o tmaptiff.o \
23 <        tmap16bit.o bmpfile.o falsecolor.o
23 >        tmap16bit.o bmpfile.o falsecolor.o depthcodec.o normcodec.o \
24 >        idmap.o
25  
26   UTLOBJ = ezxml.o ccolor.o ccyrgb.o bsdf.o bsdf_m.o bsdf_t.o loadbsdf.o \
27          disk2square.o hilbert.o interp2d.o triangulate.o
# Line 212 | Line 213 | g3flist.o:     g3flist.h
213   maxheap.o:      maxheap.h
214  
215   ezxml.o readmesh.o readobj.o readoct.o rglinst.o wordfile.o:    platform.h
216 +
217 + depthcodec.o:   depthcodec.h view.h fvect.h resolu.h rtio.h
218 +
219 + normcodec.o:    normcodec.h rtmath.h mat4.h fvect.h resolu.h rtio.h
220 +
221 + idmap.o:        idmap.h resolu.h platform.h rtio.h
222 +
223 + rcode_ident.o:  lookup.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines