| 20 |  | LIBDIR = /usr/local/lib/ray | 
| 21 |  |  | 
| 22 |  | PROGS = findglare glarendx rpiece rad ranimate ranimove vwright getinfo \ | 
| 23 | < | vwrays xglaresrc rtcontrib rsensor dctimestep | 
| 23 | > | vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \ | 
| 24 | > | eplus_adduvf | 
| 25 |  |  | 
| 26 |  | all:    $(PROGS) | 
| 27 |  |  | 
| 28 | < | install:        all $(SPECIAL) objview.csh objpict.csh glare.csh dayfact.csh \ | 
| 28 | > | install:        all $(SPECIAL) objview.pl objpict.pl glare.csh dayfact.csh \ | 
| 29 |  | rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \ | 
| 30 |  | genambpos.csh fieldcomb.csh genklemsamp.pl genskyvec.pl genBSDF.pl tregsamp.dat | 
| 31 |  | cp $(PROGS) $(INSTDIR) | 
| 32 | < | cp objview.csh $(INSTDIR)/objview | 
| 32 | > | cp objview.pl $(INSTDIR)/objview | 
| 33 |  | cp objline.csh $(INSTDIR)/objline | 
| 34 | < | cp objpict.csh $(INSTDIR)/objpict | 
| 34 | > | cp objpict.pl $(INSTDIR)/objpict | 
| 35 |  | cp glare.csh $(INSTDIR)/glare | 
| 36 |  | cp dayfact.csh $(INSTDIR)/dayfact | 
| 37 |  | cp debugcal.csh $(INSTDIR)/debugcal | 
| 105 |  | $(CC) $(CFLAGS) -o glrad glrad.o -lrgl -lrtrad -lGLU -lGL \ | 
| 106 |  | -lX11 -lXext $(MLIB) | 
| 107 |  |  | 
| 108 | < | dctimestep:     dctimestep.o | 
| 109 | < | $(CC) $(CFLAGS) -o dctimestep dctimestep.o -lrtrad $(MLIB) | 
| 108 | > | dctimestep:     dctimestep.o cmbsdf.o cmatrix.o | 
| 109 | > | $(CC) $(CFLAGS) -o dctimestep dctimestep.o cmbsdf.o cmatrix.o \ | 
| 110 | > | -lrtrad $(MLIB) | 
| 111 |  |  | 
| 112 | + | rttree_reduce:  rttree_reduce.o | 
| 113 | + | $(CC) $(CFLAGS) -o rttree_reduce rttree_reduce.o -lrtrad $(MLIB) | 
| 114 | + |  | 
| 115 | + | rcollate:       rcollate.o | 
| 116 | + | $(CC) $(CFLAGS) -o rcollate rcollate.o -lrtrad | 
| 117 | + |  | 
| 118 | + | eplus_adduvf:   eplus_adduvf.o eplus_idf.o | 
| 119 | + | $(CC) $(CFLAGS) -o eplus_adduvf eplus_adduvf.o eplus_idf.o \ | 
| 120 | + | -lrtrad $(MLIB) | 
| 121 | + |  | 
| 122 |  | setscan.o:      setscan.h | 
| 123 |  |  | 
| 124 | + | eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \ | 
| 125 | + | ../common/paths.h ../common/rtio.h ../common/random.h \ | 
| 126 | + | ../common/rtmath.h ../common/mat4.h ../common/fvect.h | 
| 127 | + |  | 
| 128 | + | eplus_adduvf.o eplus_idf.o:     eplus_idf.h \ | 
| 129 | + | ../common/lookup.h | 
| 130 | + |  | 
| 131 |  | findglare.o glareval.o \ | 
| 132 |  | glaresrc.o:     glare.h ../common/standard.h \ | 
| 133 |  | ../common/rtmisc.h ../common/rtio.h \ | 
| 141 |  | dctimestep.o:   ../common/standard.h \ | 
| 142 |  | ../common/rtmisc.h ../common/rtio.h \ | 
| 143 |  | ../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 144 | < | ../common/rterror.h ../common/platform.h \ | 
| 126 | < | ../common/color.h ../common/bsdf.h ../common/resolu.h | 
| 144 | > | ../common/rterror.h ../common/resolu.h | 
| 145 |  |  | 
| 146 | + | dctimestep.o cmatrix.o cmbsdf.o:        cmatrix.h ../common/color.h | 
| 147 | + |  | 
| 148 | + | cmatrix.o cmbsdf.o:     ../common/standard.h \ | 
| 149 | + | ../common/rtmisc.h ../common/rtio.h \ | 
| 150 | + | ../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 151 | + | ../common/rterror.h | 
| 152 | + |  | 
| 153 | + | cmbsdf.o:       ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h | 
| 154 | + |  | 
| 155 | + | dctimestep.o cmatrix.o: ../common/platform.h | 
| 156 | + |  | 
| 157 |  | rtcontrib.o:    ../common/platform.h ../common/rtprocess.h \ | 
| 158 |  | ../common/color.h ../common/resolu.h ../common/lookup.h \ | 
| 159 |  | ../common/calcomp.h ../common/selcall.h | 
| 167 |  |  | 
| 168 |  | glareval.o xglaresrc.o: ../common/resolu.h | 
| 169 |  |  | 
| 170 | + | glareval.o:     ../common/platform.h ../common/rtprocess.h | 
| 171 | + |  | 
| 172 |  | rad.o ranimate.o:       ../common/vars.h | 
| 173 |  |  | 
| 174 |  | ranimove1.o ranimove2.o vwrays.o:       ../common/random.h | 
| 206 |  |  | 
| 207 |  | rsensor.o:      ../common/view.h ../common/resolu.h ../rt/source.h | 
| 208 |  |  | 
| 209 | + | rcollate.o:     ../common/platform.h ../common/rtio.h ../common/resolu.h | 
| 210 | + |  | 
| 211 |  | Version.c:      ../rt/Version.c | 
| 212 |  | cp ../rt/Version.c . | 
| 213 |  |  | 
| 214 |  | x11findwind.c:  ../common/x11findwind.c | 
| 215 |  | cp ../common/x11findwind.c . | 
| 216 | + |  | 
| 217 | + | rttree_reduce.o:        ../common/rtio.h ../common/rterror.h |