--- ray/src/util/Rmakefile 2019/07/26 16:18:07 2.93 +++ ray/src/util/Rmakefile 2020/11/24 16:30:15 2.99 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.93 2019/07/26 16:18:07 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.99 2020/11/24 16:30:15 greg Exp $ # # Radiance makefile for utility programs # @@ -22,7 +22,7 @@ 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 + rcode_depth rcode_norm rcode_ident dcglare LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \ @@ -58,7 +58,8 @@ genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl rcode2bm cd $(INSTDIR) ; chmod 755 objview objpict \ glare dayfact debugcal rlux raddepend objline \ compamb vinfo genambpos fieldcomb genklemsamp \ - genskyvec genBSDF rtpict + genskyvec genBSDF rtpict rcode2bmp bsdfview \ + ltview ltpict cd $(LIBDIR) && rm -f $(LIBFILES) cp $(LIBFILES) $(LIBDIR) csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl @@ -157,6 +158,10 @@ rcode_norm: rcode_norm.o rcode_ident: rcode_ident.o $(CC) $(CFLAGS) -o rcode_ident rcode_ident.o -lrtrad +dcglare: dcglare.o cmbsdf.o cmatrix.o cmglare.o + $(CC) $(CFLAGS) -o dcglare dcglare.o cmbsdf.o cmatrix.o cmglare.o \ +-lrtrad $(MLIB) + eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ ../common/paths.h ../common/rtio.h ../common/random.h \ ../common/rtmath.h ../common/mat4.h ../common/fvect.h @@ -190,11 +195,12 @@ 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/rtprocess.h +../common/platform.h ../common/bsdf.h ../common/bsdf_m.h \ +../common/paths.h ../common/rtprocess.h rmtxop.o dctimestep.o cmatrix.o: ../common/platform.h -rad.o ranimate.o rpiece.o xglaresrc.o: ../common/standard.h \ +dcglare.o rad.o ranimate.o rpiece.o xglaresrc.o: ../common/standard.h \ ../common/rtmisc.h ../common/rtio.h \ ../common/rtmath.h ../common/mat4.h ../common/fvect.h \ ../common/rterror.h @@ -242,7 +248,7 @@ rsensor.o: ../rt/ray.h ../common/octree.h \ rsensor.o: ../common/view.h ../common/resolu.h ../rt/source.h -radcompare.o rcollate.o: ../common/platform.h \ + rcollate.o: ../common/platform.h \ ../common/rtio.h ../common/resolu.h Version.c: ../rt/Version.c @@ -265,7 +271,9 @@ pictool.o evalglare.o: pictool.h ../common/g3vector.h evalglare.o: ../common/rtio.h -radcompare.o: ../common/rtio.h ../common/color.h ../common/lookup.h +radcompare.o: ../common/rtio.h ../common/color.h ../common/lookup.h \ +../common/platform.h ../common/normcodec.h ../common/depthcodec.h \ +../common/rtmath.h ../common/view.h pictool.o: ../common/view.h ../common/color.h @@ -281,3 +289,5 @@ rcode_norm.o: ../common/normcodec.h \ rcode_ident.o: ../common/idmap.h ../common/resolu.h \ ../common/platform.h ../common/rtio.h ../common/lookup.h + +dcglare.o: ../common/platform.h ../common/resolu.h cmglare.h