| 24 |  | PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \ | 
| 25 |  | vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \ | 
| 26 |  | eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare radcompare \ | 
| 27 | < | rcode_depth rcode_norm rcode_ident dcglare rcrop rcomb | 
| 27 | > | rcode_depth rcode_norm rcode_ident dcglare rcrop rcomb pvsum | 
| 28 |  |  | 
| 29 |  | LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ | 
| 30 |  | klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \ | 
| 31 | < | hsv_rgb.cal minimalBSDFt.xml WINDOW6BSDFt.xml | 
| 31 | > | cieskyscan.cal hsv_rgb.cal minimalBSDFt.xml WINDOW6BSDFt.xml | 
| 32 |  |  | 
| 33 |  | all:    $(PROGS) | 
| 34 |  |  | 
| 142 |  | $(CC) $(CFLAGS) -o rcomb rcomb.o rmatrix.o cmatrix.o cmbsdf.o \ | 
| 143 |  | -lrtrad $(MLIB) | 
| 144 |  |  | 
| 145 | + | pvsum:  pvsum.o rmatrix.o cmatrix.o cmbsdf.o | 
| 146 | + | $(CC) $(CFLAGS) -o pvsum pvsum.o rmatrix.o cmatrix.o cmbsdf.o \ | 
| 147 | + | -lrtrad $(MLIB) | 
| 148 | + |  | 
| 149 |  | wrapBSDF:       wrapBSDF.o | 
| 150 |  | $(CC) $(CFLAGS) -o wrapBSDF wrapBSDF.o -lrtrad $(MLIB) | 
| 151 |  |  | 
| 175 |  | $(CC) $(CFLAGS) -o dcglare dcglare.o cmbsdf.o cmatrix.o cmglare.o \ | 
| 176 |  | -lrtrad $(MLIB) | 
| 177 |  |  | 
| 178 | + | rcomb.o:        ../common/calcomp.h \ | 
| 179 | + | ../common/paths.h ../common/rtprocess.h | 
| 180 | + |  | 
| 181 |  | eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ | 
| 182 |  | ../common/paths.h ../common/rtio.h ../common/random.h \ | 
| 183 |  | ../common/rtmath.h ../common/mat4.h ../common/fvect.h | 
| 214 |  | ../common/platform.h ../common/bsdf.h ../common/bsdf_m.h \ | 
| 215 |  | ../common/paths.h ../common/rtprocess.h | 
| 216 |  |  | 
| 217 | < | rmtxop.o dctimestep.o cmatrix.o:        ../common/platform.h | 
| 217 | > | rcomb.o rmtxop.o dctimestep.o cmatrix.o:        ../common/platform.h | 
| 218 |  |  | 
| 219 |  | dcglare.o rad.o ranimate.o rpiece.o xglaresrc.o:        ../common/standard.h \ | 
| 220 |  | ../common/rtmisc.h ../common/rtio.h \ | 
| 277 |  |  | 
| 278 |  | rmatrix.o:      rmatrix.h cmatrix.h ../common/resolu.h | 
| 279 |  |  | 
| 280 | < | rmtxop.o:       rmatrix.h cmatrix.h ../common/rtio.h ../common/resolu.h | 
| 280 | > | pvsum.o rcomb.o rmtxop.o:       rmatrix.h cmatrix.h \ | 
| 281 | > | ../common/rtio.h ../common/resolu.h | 
| 282 |  |  | 
| 283 |  | wrapBSDF.o:     ../common/rtio.h ../common/rtprocess.h ../common/ezxml.h \ | 
| 284 |  | ../common/bsdf.h ../common/bsdf_m.h ../common/fvect.h ../common/ccolor.h |