| 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 rtcontrib rsensor dctimestep rttree_reduce | 
| 24 |  |  | 
| 25 |  | all:    $(PROGS) | 
| 26 |  |  | 
| 27 |  | install:        all $(SPECIAL) objview.csh objpict.csh glare.csh dayfact.csh \ | 
| 28 |  | rlux.csh raddepend.csh trad.wsh objline.csh compamb.csh vinfo.csh \ | 
| 29 | < | genambpos.csh fieldcomb.csh genklemsamp.pl gentregvec.pl tregsamp.dat | 
| 29 | > | genambpos.csh fieldcomb.csh genklemsamp.pl genskyvec.pl genBSDF.pl tregsamp.dat | 
| 30 |  | cp $(PROGS) $(INSTDIR) | 
| 31 |  | cp objview.csh $(INSTDIR)/objview | 
| 32 |  | cp objline.csh $(INSTDIR)/objline | 
| 41 |  | cp genambpos.csh $(INSTDIR)/genambpos | 
| 42 |  | cp fieldcomb.csh $(INSTDIR)/fieldcomb | 
| 43 |  | cp genklemsamp.pl $(INSTDIR)/genklemsamp | 
| 44 | < | cp gentregvec.pl $(INSTDIR)/gentregvec | 
| 44 | > | cp genskyvec.pl $(INSTDIR)/genskyvec | 
| 45 | > | cp genBSDF.pl $(INSTDIR)/genBSDF | 
| 46 |  | cd $(INSTDIR) ; chmod 755 objview objpict \ | 
| 47 |  | glare dayfact debugcal rlux raddepend objline \ | 
| 48 | < | compamb vinfo genambpos fieldcomb genklemsamp gentregvec | 
| 48 | > | compamb vinfo genambpos fieldcomb genklemsamp \ | 
| 49 | > | genskyvec genBSDF | 
| 50 |  | cp tregsamp.dat $(LIBDIR) | 
| 51 |  | csh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl | 
| 52 |  |  | 
| 105 |  | -lX11 -lXext $(MLIB) | 
| 106 |  |  | 
| 107 |  | dctimestep:     dctimestep.o | 
| 108 | < | $(CC) $(CFLAGS) -o dctimestep dctimestep.o -lrtrad | 
| 108 | > | $(CC) $(CFLAGS) -o dctimestep dctimestep.o -lrtrad $(MLIB) | 
| 109 |  |  | 
| 110 | + | rttree_reduce:  rttree_reduce.o | 
| 111 | + | $(CC) $(CFLAGS) -o rttree_reduce rttree_reduce.o -lrtrad $(MLIB) | 
| 112 | + |  | 
| 113 |  | setscan.o:      setscan.h | 
| 114 |  |  | 
| 115 |  | findglare.o glareval.o \ | 
| 125 |  | dctimestep.o:   ../common/standard.h \ | 
| 126 |  | ../common/rtmisc.h ../common/rtio.h \ | 
| 127 |  | ../common/rtmath.h ../common/mat4.h ../common/fvect.h \ | 
| 128 | < | ../common/rterror.h ../common/platform.h \ | 
| 129 | < | ../common/color.h ../common/bsdf.h ../common/resolu.h | 
| 128 | > | ../common/rterror.h ../common/platform.h ../common/paths.h \ | 
| 129 | > | ../common/color.h ../common/bsdf.h ../common/bsdf_m.h ../common/resolu.h | 
| 130 |  |  | 
| 131 |  | rtcontrib.o:    ../common/platform.h ../common/rtprocess.h \ | 
| 132 |  | ../common/color.h ../common/resolu.h ../common/lookup.h \ | 
| 141 |  |  | 
| 142 |  | glareval.o xglaresrc.o: ../common/resolu.h | 
| 143 |  |  | 
| 144 | + | glareval.o:     ../common/platform.h ../common/rtprocess.h | 
| 145 | + |  | 
| 146 |  | rad.o ranimate.o:       ../common/vars.h | 
| 147 |  |  | 
| 148 |  | ranimove1.o ranimove2.o vwrays.o:       ../common/random.h | 
| 185 |  |  | 
| 186 |  | x11findwind.c:  ../common/x11findwind.c | 
| 187 |  | cp ../common/x11findwind.c . | 
| 188 | + |  | 
| 189 | + | rttree_reduce.o:        ../common/rtio.h ../common/rterror.h |