ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/Rmakefile
(Generate patch)

Comparing ray/src/util/Rmakefile (file contents):
Revision 2.87 by greg, Mon Oct 15 17:52:52 2018 UTC vs.
Revision 2.91 by greg, Fri Jul 19 22:25:03 2019 UTC

# Line 21 | Line 21 | LIBDIR = /usr/local/lib/ray
21  
22   PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \
23                  vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \
24 <                eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare radcompare
24 >                eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare radcompare \
25 >                rcode_depth rcode_norm rcode_ident
26  
27   LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
28   klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \
# Line 144 | Line 145 | radcompare:    radcompare.o
145  
146   setscan.o:      setscan.h
147  
148 + rcode_depth:    rcode_depth.o depthcodec.o
149 +        $(CC) $(CFLAGS) -o rcode_depth rcode_depth.o depthcodec.o \
150 + -lrtrad $(MLIB)
151 +
152 + rcode_norm:     rcode_norm.o normcodec.o
153 +        $(CC) $(CFLAGS) -o rcode_norm rcode_norm.o normcodec.o \
154 + -lrtrad $(MLIB)
155 +
156 + rcode_ident:    rcode_ident.o idmap.o
157 +        $(CC) $(CFLAGS) -o rcode_ident rcode_ident.o idmap.o -lrtrad
158 +
159   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
160   ../common/paths.h ../common/rtio.h ../common/random.h \
161   ../common/rtmath.h ../common/mat4.h ../common/fvect.h
# Line 200 | Line 212 | rad.o: ../common/paths.h
212  
213   ranimate.o netproc.o:   netproc.h
214  
215 < ranimove1.o:    ../common/otypes.h
215 > ranimove1.o:    ../common/otypes.h ../rt/otspecial.h ../rt/source.h
216  
217   netproc.o:      ../common/paths.h
218  
# Line 257 | Line 269 | radcompare.o:  ../common/rtio.h ../common/color.h ../co
269   pictool.o:      ../common/view.h ../common/color.h
270  
271   getinfo.o:      ../common/rtprocess.h ../common/platform.h ../common/resolu.h
272 +
273 + rcode_depth.o depthcodec.o:     depthcodec.h \
274 + ../common/view.h ../common/fvect.h ../common/resolu.h ../common/rtio.h
275 +
276 + rcode_depth.o:  ../common/platform.h
277 +
278 + rcode_norm.o normcodec.o:       normcodec.h \
279 + ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
280 + ../common/resolu.h ../common/rtio.h
281 +
282 + rcode_norm.o:   ../common/platform.h
283 +
284 + rcode_ident.o idmap.o:  idmap.h ../common/resolu.h \
285 + ../common/platform.h ../common/rtio.h
286 +
287 + rcode_ident.o:  ../common/lookup.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines