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.88 by greg, Sat Nov 17 20:15:51 2018 UTC vs.
Revision 2.89 by greg, Thu Jul 18 18:51:56 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
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   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
153   ../common/paths.h ../common/rtio.h ../common/random.h \
154   ../common/rtmath.h ../common/mat4.h ../common/fvect.h
# Line 257 | Line 262 | radcompare.o:  ../common/rtio.h ../common/color.h ../co
262   pictool.o:      ../common/view.h ../common/color.h
263  
264   getinfo.o:      ../common/rtprocess.h ../common/platform.h ../common/resolu.h
265 +
266 + rcode_depth.o depthcodec.o:     depthcodec.h \
267 +                ../common/view.h ../common/fvect.h ../common/resolu.h \
268 +                ../common/rtio.h
269 +
270 + rcode_depth.o:  ../common/platform.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines