--- ray/src/util/Rmakefile 2023/02/09 00:18:05 2.102 +++ ray/src/util/Rmakefile 2023/12/05 01:06:10 2.103 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.102 2023/02/09 00:18:05 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.103 2023/12/05 01:06:10 greg Exp $ # # Radiance makefile for utility programs # @@ -24,7 +24,7 @@ LIBDIR = /usr/local/lib/ray PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \ vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \ eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare radcompare \ - rcode_depth rcode_norm rcode_ident dcglare rcrop + rcode_depth rcode_norm rcode_ident dcglare rcrop rmtxcomb LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \ @@ -136,6 +136,10 @@ rfluxmtx: rfluxmtx.o rmtxop: rmtxop.o rmatrix.o cmatrix.o cmbsdf.o $(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \ +-lrtrad $(MLIB) + +rmtxcomb: rmtxcomb.o rmatrix.o cmatrix.o cmbsdf.o + $(CC) $(CFLAGS) -o rmtxcomb rmtxcomb.o rmatrix.o cmatrix.o cmbsdf.o \ -lrtrad $(MLIB) wrapBSDF: wrapBSDF.o