| 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 rcrop | 
| 26 |  |  | 
| 27 |  | LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ | 
| 28 |  | klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \ | 
| 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 | 
| 158 |  | rcode_ident:    rcode_ident.o | 
| 159 |  | $(CC) $(CFLAGS) -o rcode_ident rcode_ident.o -lrtrad | 
| 160 |  |  | 
| 161 | + | rcrop:          rcrop.o | 
| 162 | + | $(CC) $(CFLAGS) -o rcrop rcrop.o -lrtrad -lm | 
| 163 | + |  | 
| 164 | + | dcglare:        dcglare.o cmbsdf.o cmatrix.o cmglare.o | 
| 165 | + | $(CC) $(CFLAGS) -o dcglare dcglare.o cmbsdf.o cmatrix.o cmglare.o \ | 
| 166 | + | -lrtrad $(MLIB) | 
| 167 | + |  | 
| 168 |  | eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ | 
| 169 |  | ../common/paths.h ../common/rtio.h ../common/random.h \ | 
| 170 |  | ../common/rtmath.h ../common/mat4.h ../common/fvect.h | 
| 198 |  |  | 
| 199 |  | rfluxmtx.o:     ../common/rtio.h ../common/random.h ../common/triangulate.h \ | 
| 200 |  | ../common/rtmath.h ../common/fvect.h ../common/mat4.h ../common/tiff.h \ | 
| 201 | < | ../common/platform.h ../common/bsdf.h ../common/bsdf_m.h ../common/rtprocess.h | 
| 201 | > | ../common/platform.h ../common/bsdf.h ../common/bsdf_m.h \ | 
| 202 | > | ../common/paths.h ../common/rtprocess.h | 
| 203 |  |  | 
| 204 |  | rmtxop.o dctimestep.o cmatrix.o:        ../common/platform.h | 
| 205 |  |  | 
| 206 | < | rad.o ranimate.o rpiece.o xglaresrc.o:  ../common/standard.h \ | 
| 206 | > | dcglare.o rad.o ranimate.o rpiece.o xglaresrc.o:        ../common/standard.h \ | 
| 207 |  | ../common/rtmisc.h ../common/rtio.h \ | 
| 208 |  | ../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 209 |  | ../common/rterror.h | 
| 251 |  |  | 
| 252 |  | rsensor.o:      ../common/view.h ../common/resolu.h ../rt/source.h | 
| 253 |  |  | 
| 254 | < | radcompare.o rcollate.o:        ../common/platform.h \ | 
| 254 | > | rcollate.o:    ../common/platform.h \ | 
| 255 |  | ../common/rtio.h ../common/resolu.h | 
| 256 |  |  | 
| 257 |  | Version.c:      ../rt/Version.c | 
| 274 |  |  | 
| 275 |  | evalglare.o:    ../common/rtio.h | 
| 276 |  |  | 
| 277 | < | radcompare.o:   ../common/rtio.h ../common/color.h ../common/lookup.h | 
| 277 | > | radcompare.o:   ../common/rtio.h ../common/color.h ../common/lookup.h \ | 
| 278 | > | ../common/platform.h ../common/normcodec.h ../common/depthcodec.h \ | 
| 279 | > | ../common/rtmath.h ../common/view.h | 
| 280 |  |  | 
| 281 |  | pictool.o:      ../common/view.h ../common/color.h | 
| 282 |  |  | 
| 292 |  |  | 
| 293 |  | rcode_ident.o:  ../common/idmap.h ../common/resolu.h \ | 
| 294 |  | ../common/platform.h ../common/rtio.h ../common/lookup.h | 
| 295 | + |  | 
| 296 | + | dcglare.o:      ../common/platform.h ../common/resolu.h cmglare.h | 
| 297 | + |  | 
| 298 | + | rcrop.o:        ../common/platform.h ../common/resolu.h \ | 
| 299 | + | ../common/color.h ../common/fvect.h ../common/view.h ../common/rtio.h |