| 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 |  |  | 
| 107 |  | dctimestep:     dctimestep.o | 
| 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 | 
| 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 \ | 
| 185 |  |  | 
| 186 |  | x11findwind.c:  ../common/x11findwind.c | 
| 187 |  | cp ../common/x11findwind.c . | 
| 188 | + |  | 
| 189 | + | rttree_reduce.o:        ../common/rtio.h ../common/rterror.h |