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.89 by greg, Thu Jul 18 18:51:56 2019 UTC vs.
Revision 2.90 by greg, Fri Jul 19 02:18:44 2019 UTC

# Line 22 | Line 22 | LIBDIR = /usr/local/lib/ray
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 \
25 <                rcode_depth
25 >                rcode_depth rcode_norm
26  
27   LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
28   klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \
# Line 149 | Line 149 | 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   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
157   ../common/paths.h ../common/rtio.h ../common/random.h \
158   ../common/rtmath.h ../common/mat4.h ../common/fvect.h
# Line 268 | Line 272 | rcode_depth.o depthcodec.o:    depthcodec.h \
272                  ../common/rtio.h
273  
274   rcode_depth.o:  ../common/platform.h
275 +
276 + rcode_norm.o normcodec.o:       normcodec.h \
277 +                ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
278 +                ../common/resolu.h ../common/rtio.h
279 +
280 + rcode_norm.o:   ../common/platform.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines