--- ray/src/util/Rmakefile 2014/04/26 15:59:38 2.73 +++ ray/src/util/Rmakefile 2014/07/19 01:19:49 2.75 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.73 2014/04/26 15:59:38 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.75 2014/07/19 01:19:49 greg Exp $ # # Radiance makefile for utility programs # @@ -21,7 +21,7 @@ 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 @@ -122,6 +122,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 +162,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 +225,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