ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/Rmakefile
(Generate patch)

Comparing ray/src/util/Rmakefile (file contents):
Revision 2.94 by greg, Wed Aug 14 04:18:12 2019 UTC vs.
Revision 2.99 by greg, Tue Nov 24 16:30:15 2020 UTC

# Line 22 | Line 22 | LIBDIR = /usr/local/lib/ray
22   PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \
23                  vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \
24                  eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare radcompare \
25 <                rcode_depth rcode_norm rcode_ident
25 >                rcode_depth rcode_norm rcode_ident dcglare
26  
27   LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \
28   klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \
# Line 58 | Line 58 | genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl rcode2bm
58          cd $(INSTDIR) ; chmod 755 objview objpict \
59                  glare dayfact debugcal rlux raddepend objline \
60                  compamb vinfo genambpos fieldcomb genklemsamp \
61 <                genskyvec genBSDF rtpict
61 >                genskyvec genBSDF rtpict rcode2bmp bsdfview \
62 >                ltview ltpict
63          cd $(LIBDIR) && rm -f $(LIBFILES)
64          cp $(LIBFILES) $(LIBDIR)
65          csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl
# Line 157 | Line 158 | rcode_norm:    rcode_norm.o
158   rcode_ident:    rcode_ident.o
159          $(CC) $(CFLAGS) -o rcode_ident rcode_ident.o -lrtrad
160  
161 + dcglare:        dcglare.o cmbsdf.o cmatrix.o cmglare.o
162 +        $(CC) $(CFLAGS) -o dcglare dcglare.o cmbsdf.o cmatrix.o cmglare.o \
163 + -lrtrad $(MLIB)
164 +
165   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
166   ../common/paths.h ../common/rtio.h ../common/random.h \
167   ../common/rtmath.h ../common/mat4.h ../common/fvect.h
# Line 190 | Line 195 | cmbsdf.o:      ../common/paths.h ../common/bsdf.h ../common
195  
196   rfluxmtx.o:     ../common/rtio.h ../common/random.h ../common/triangulate.h \
197   ../common/rtmath.h ../common/fvect.h ../common/mat4.h ../common/tiff.h \
198 < ../common/platform.h ../common/bsdf.h ../common/bsdf_m.h ../common/rtprocess.h
198 > ../common/platform.h ../common/bsdf.h ../common/bsdf_m.h \
199 > ../common/paths.h ../common/rtprocess.h
200  
201   rmtxop.o dctimestep.o cmatrix.o:        ../common/platform.h
202  
203 < rad.o ranimate.o rpiece.o xglaresrc.o:  ../common/standard.h \
203 > dcglare.o rad.o ranimate.o rpiece.o xglaresrc.o:        ../common/standard.h \
204   ../common/rtmisc.h ../common/rtio.h \
205   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
206   ../common/rterror.h
# Line 283 | Line 289 | rcode_norm.o:  ../common/normcodec.h \
289  
290   rcode_ident.o:  ../common/idmap.h ../common/resolu.h \
291   ../common/platform.h ../common/rtio.h ../common/lookup.h
292 +
293 + dcglare.o:      ../common/platform.h ../common/resolu.h cmglare.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines