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.102 by greg, Thu Feb 9 00:18:05 2023 UTC vs.
Revision 2.103 by greg, Tue Dec 5 01:06:10 2023 UTC

# Line 24 | Line 24 | LIBDIR = /usr/local/lib/ray
24   PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \
25                  vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \
26                  eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare radcompare \
27 <                rcode_depth rcode_norm rcode_ident dcglare rcrop
27 >                rcode_depth rcode_norm rcode_ident dcglare rcrop rmtxcomb
28  
29   LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
30   klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \
# Line 136 | Line 136 | rfluxmtx:      rfluxmtx.o
136  
137   rmtxop: rmtxop.o rmatrix.o cmatrix.o cmbsdf.o
138          $(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \
139 + -lrtrad $(MLIB)
140 +
141 + rmtxcomb:       rmtxcomb.o rmatrix.o cmatrix.o cmbsdf.o
142 +        $(CC) $(CFLAGS) -o rmtxcomb rmtxcomb.o rmatrix.o cmatrix.o cmbsdf.o \
143   -lrtrad $(MLIB)
144  
145   wrapBSDF:       wrapBSDF.o

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines