ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/Rmakefile
(Generate patch)

Comparing ray/src/util/Rmakefile (file contents):
Revision 2.58 by greg, Fri Apr 8 18:13:48 2011 UTC vs.
Revision 2.59 by greg, Thu May 26 15:32:02 2011 UTC

# Line 20 | Line 20 | INSTDIR = /usr/local/bin
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  
# Line 107 | Line 107 | glrad: glrad.o
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 \
# Line 182 | Line 185 | Version.c:     ../rt/Version.c
185  
186   x11findwind.c:  ../common/x11findwind.c
187          cp ../common/x11findwind.c .
188 +
189 + rttree_reduce.o:        ../common/rtio.h ../common/rterror.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines