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.95 by greg, Thu Sep 5 17:35:44 2019 UTC vs.
Revision 2.96 by greg, Mon Sep 9 17:19:51 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 rcode_norm rcode_ident
25 >                rcode_depth rcode_norm rcode_ident dcglare
26  
27   LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
28   klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \
# Line 156 | Line 156 | rcode_norm:    rcode_norm.o
156  
157   rcode_ident:    rcode_ident.o
158          $(CC) $(CFLAGS) -o rcode_ident rcode_ident.o -lrtrad
159 +
160 + dcglare:        dcglare.o cmbsdf.o cmatrix.o cmglare.o
161 +        $(CC) $(CFLAGS) -o dcglare dcglare.o cmbsdf.o cmatrix.o cmglare.o \
162 + -lrtrad $(MLIB)
163  
164   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
165   ../common/paths.h ../common/rtio.h ../common/random.h \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines