--- ray/src/util/Rmakefile 2023/02/09 00:18:05 2.102 +++ ray/src/util/Rmakefile 2024/02/08 02:26:01 2.105 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.102 2023/02/09 00:18:05 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.105 2024/02/08 02:26:01 greg Exp $ # # Radiance makefile for utility programs # @@ -24,11 +24,11 @@ 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 rcomb LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \ -hsv_rgb.cal minimalBSDFt.xml WINDOW6BSDFt.xml +cieskyscan.cal hsv_rgb.cal minimalBSDFt.xml WINDOW6BSDFt.xml all: $(PROGS) @@ -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) + +rcomb: rcomb.o rmatrix.o cmatrix.o cmbsdf.o + $(CC) $(CFLAGS) -o rcomb rcomb.o rmatrix.o cmatrix.o cmbsdf.o \ -lrtrad $(MLIB) wrapBSDF: wrapBSDF.o