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