| 15 |  |  | 
| 16 |  | SPECIAL = | 
| 17 |  |  | 
| 18 | + | INSTALL = cp | 
| 19 | + |  | 
| 20 |  | INSTDIR = /usr/local/bin | 
| 21 |  |  | 
| 22 |  | LIBDIR = /usr/local/lib/ray | 
| 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 | 
| 27 | > | rcode_depth rcode_norm rcode_ident dcglare rcrop rcomb | 
| 28 |  |  | 
| 29 |  | LIBFILES = rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal \ | 
| 30 |  | klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal \ | 
| 31 | < | minimalBSDFt.xml WINDOW6BSDFt.xml | 
| 31 | > | cieskyscan.cal hsv_rgb.cal minimalBSDFt.xml WINDOW6BSDFt.xml | 
| 32 |  |  | 
| 33 |  | all:    $(PROGS) | 
| 34 |  |  | 
| 36 |  | rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \ | 
| 37 |  | ltview.pl ltpict.pl genambpos.pl fieldcomb.csh genklemsamp.pl \ | 
| 38 |  | genskyvec.pl genBSDF.pl bsdfview.pl rtpict.pl rcode2bmp.pl $(LIBFILES) | 
| 39 | < | cp $(PROGS) $(INSTDIR) | 
| 39 | > | $(INSTALL) $(PROGS) $(INSTDIR) | 
| 40 |  | cp objview.pl $(INSTDIR)/objview | 
| 41 |  | cp objline.csh $(INSTDIR)/objline | 
| 42 |  | cp objpict.pl $(INSTDIR)/objpict | 
| 136 |  |  | 
| 137 |  | rmtxop: rmtxop.o rmatrix.o cmatrix.o cmbsdf.o | 
| 138 |  | $(CC) $(CFLAGS) -o rmtxop rmtxop.o rmatrix.o cmatrix.o cmbsdf.o \ | 
| 139 | + | -lrtrad $(MLIB) | 
| 140 | + |  | 
| 141 | + | rcomb:  rcomb.o rmatrix.o cmatrix.o cmbsdf.o | 
| 142 | + | $(CC) $(CFLAGS) -o rcomb rcomb.o rmatrix.o cmatrix.o cmbsdf.o \ | 
| 143 |  | -lrtrad $(MLIB) | 
| 144 |  |  | 
| 145 |  | wrapBSDF:       wrapBSDF.o |