--- ray/src/util/Rmakefile 2014/07/22 02:12:48 2.77 +++ ray/src/util/Rmakefile 2015/08/12 23:07:59 2.81 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.77 2014/07/22 02:12:48 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.81 2015/08/12 23:07:59 greg Exp $ # # Radiance makefile for utility programs # @@ -21,10 +21,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 + eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ -klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal +klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \ +minimalBSDFt.xml WINDOW6BSDFt.xml all: $(PROGS) @@ -130,6 +131,12 @@ rmtxop: rmtxop.o rmatrix.o cmatrix.o cmbsdf.o $(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \ -lrtrad $(MLIB) +wrapBSDF: wrapBSDF.o + $(CC) $(CFLAGS) -o wrapBSDF wrapBSDF.o -lrtrad $(MLIB) + +evalglare: evalglare.o pictool.o + $(CC) $(CFLAGS) -o evalglare evalglare.o pictool.o -lreetz -lrtrad $(MLIB) + setscan.o: setscan.h eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ @@ -165,7 +172,7 @@ cmbsdf.o: ../common/paths.h ../common/bsdf.h ../common 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 +../common/platform.h ../common/bsdf.h ../common/bsdf_m.h ../common/rtprocess.h dctimestep.o cmatrix.o: ../common/platform.h @@ -230,3 +237,13 @@ 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 + +wrapBSDF.o: ../common/rtio.h ../common/rtprocess.h ../common/ezxml.h \ +../common/bsdf.h ../common/bsdf_m.h ../common/fvect.h ../common/ccolor.h + +pictool.o evalglare.o: pictool.h ../common/g3vector.h ../common/g3affine.h \ +../common/g3flist.h ../common/fvect.h ../common/gbasic.h + +evalglare.o: ../common/rtio.h + +pictool.o: ../common/view.h ../common/color.h