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.65 by greg, Sat Feb 1 01:28:43 2014 UTC vs.
Revision 2.68 by greg, Mon Feb 10 04:51:26 2014 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 rsensor dctimestep rttree_reduce rcollate
23 >                vwrays xglaresrc rsensor dctimestep rttree_reduce rcollate \
24 >                eplus_adduvf
25  
26   all:    $(PROGS)
27  
# Line 114 | Line 115 | rttree_reduce: rttree_reduce.o
115   rcollate:       rcollate.o
116          $(CC) $(CFLAGS) -o rcollate rcollate.o -lrtrad
117  
118 + eplus_adduvf:   eplus_adduvf.o eplus_idf.o
119 +        $(CC) $(CFLAGS) -o eplus_adduvf eplus_adduvf.o eplus_idf.o -lrtrad
120 +
121   setscan.o:      setscan.h
122  
123 < eplus_idf.o:    eplus_idf.h \
123 > eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
124 > ../common/paths.h ../common/rtio.h ../common/random.h \
125 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h
126 >
127 > eplus_adduvf.o eplus_idf.o:     eplus_idf.h \
128   ../common/lookup.h
129  
130   findglare.o glareval.o \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines