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.86 by greg, Fri Mar 12 03:59:25 2021 UTC vs.
Revision 2.90 by greg, Sun Mar 6 16:27:55 2022 UTC

# Line 21 | Line 21 | RTOBJ = cone.o face.o free_os.o instance.o readobj.o r
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 depthcodec.o normcodec.o \
24 <        idmap.o fltdepth.o
24 >        idmap.o fltdepth.o jitteraperture.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 99 | Line 99 | tmapcolrs.o:   tmapcolrs.c
99   testBSDF:       testBSDF.c bsdf.h rtio.h
100          $(CC) -L../lib $(CFLAGS) -o testBSDF testBSDF.c -lrtrad -lm
101  
102 < color.o colrops.o lamps.o spec_rgb.o:   color.h
102 > color.o colrops.o header.o lamps.o spec_rgb.o:  color.h
103  
104   cone.o:         cone.h
105  
# Line 124 | Line 124 | readobj.o readoct.o sceneio.o: otypes.h
124  
125   multisamp.o urand.o:    random.h
126  
127 < cone.o face.o free_os.o image.o instance.o objset.o \
127 > cone.o face.o free_os.o instance.o objset.o \
128   octree.o modobject.o readfargs.o otypes.o mesh.o \
129   readmesh.o readobj.o readoct.o sceneio.o:       standard.h \
130   rtmisc.h rtio.h rtmath.h rterror.h fvect.h mat4.h tiff.h
131  
132 < image.o:        view.h
132 > image.o:        view.h rtio.h rtmath.h mat4.h fvect.h rtio.h paths.h
133  
134 + jitteraperture.o:       view.h rtmath.h mat4.h fvect.h rtio.h
135 +
136   caldefn.o calexpr.o calfunc.o calprnt.o:        calcomp.h
137  
138   clip.o plocate.o:       plocate.h
139  
140   font.o: font.h
141  
142 < cvtcmd.o fropen.o getpath.o image.o:    paths.h
142 > cvtcmd.o font.o fropen.o getpath.o image.o:     paths.h
143  
144   lookup.o:       lookup.h
145  
# Line 163 | Line 165 | free_os.o:     octree.h object.h otypes.h face.h cone.h in
165  
166   tmesh.o:        tmesh.h fvect.h
167  
168 < fgetword.o fputword.o fgetval.o fgetline.o fdate.o unix_process.o \
169 < byteswap.o expandarg.o badarg.o xf.o:   rtio.h
168 > fgetword.o fputword.o fgetval.o fgetline.o fdate.o font.o \
169 > unix_process.o byteswap.o expandarg.o badarg.o xf.o:    rtio.h
170  
171   expandarg.o:    rtmisc.h
172  
# Line 228 | Line 230 | normcodec.o:   normcodec.h rtmath.h mat4.h fvect.h resol
230   idmap.o:        idmap.h resolu.h platform.h rtio.h
231  
232   rcode_ident.o:  lookup.h
233 +
234 + convertobj.o:   paths.h rterror.h objutil.h
235  
236   objutil.o:      objutil.h rterror.h rtio.h rtmath.h mat4.h fvect.h lookup.h
237  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines