--- ray/src/util/Rmakefile 2014/07/19 01:19:49 2.75 +++ ray/src/util/Rmakefile 2015/02/13 20:49:59 2.80 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.75 2014/07/19 01:19:49 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.80 2015/02/13 20:49:59 greg Exp $ # # Radiance makefile for utility programs # @@ -21,9 +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 -LIBFILES = rambpos.cal ambpos.cal tregsamp.dat +LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ +klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \ +minimalBSDFt.xml WINDOW6BSDFt.xml all: $(PROGS) @@ -129,6 +131,9 @@ 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) + setscan.o: setscan.h eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ @@ -164,7 +169,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 @@ -229,3 +234,6 @@ 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