--- ray/src/util/Rmakefile 2014/04/26 15:59:38 2.73 +++ ray/src/util/Rmakefile 2014/07/21 15:59:47 2.76 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.73 2014/04/26 15:59:38 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.76 2014/07/21 15:59:47 greg Exp $ # # Radiance makefile for utility programs # @@ -21,9 +21,10 @@ LIBDIR = /usr/local/lib/ray PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \ vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \ - eplus_adduvf + eplus_adduvf rfluxmtx rmtxop -LIBFILES = rambpos.cal ambpos.cal tregsamp.dat +LIBFILES = rambpos.cal ambpos.cal tregsamp.dat \ +klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal all: $(PROGS) @@ -122,6 +123,13 @@ eplus_adduvf: eplus_adduvf.o eplus_idf.o $(CC) $(CFLAGS) -o eplus_adduvf eplus_adduvf.o eplus_idf.o \ -lrtrad $(MLIB) +rfluxmtx: rfluxmtx.o + $(CC) $(CFLAGS) -o rfluxmtx rfluxmtx.o -lrtrad $(MLIB) + +rmtxop: rmtxop.o rmatrix.o cmatrix.o cmbsdf.o + $(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \ +-lrtrad $(MLIB) + setscan.o: setscan.h eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ @@ -155,6 +163,10 @@ cmatrix.o cmbsdf.o: ../common/standard.h \ cmbsdf.o: ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h +rfluxmtx.o: ../common/rtio.h ../common/random.h ../common/triangulate.h \ +../common/rtmath.h ../common/fvect.h ../common/mat4.h ../common/tiff.h \ +../common/platform.h ../common/bsdf.h ../common/bsdf_m.h + dctimestep.o cmatrix.o: ../common/platform.h rad.o ranimate.o rpiece.o xglaresrc.o: ../common/standard.h \ @@ -214,3 +226,7 @@ x11findwind.c: ../common/x11findwind.c cp ../common/x11findwind.c . rttree_reduce.o: ../common/rtio.h ../common/rterror.h + +rmatrix.o: rmatrix.h cmatrix.h ../common/resolu.h + +rmtxop.o: rmatrix.h cmatrix.h ../common/rtio.h ../common/resolu.h