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.57 by greg, Thu Dec 2 18:08:11 2010 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 122 | Line 125 | rpiece.o:      ../common/color.h ../common/view.h ../common
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 \
# 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