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.64 by greg, Mon Jan 20 21:29:04 2014 UTC vs.
Revision 2.70 by greg, Tue Apr 8 23:46:05 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 88 | Line 89 | rsensor:       rsensor.o
89   rpiece: rpiece.o Version.o
90          $(CC) $(CFLAGS) -o rpiece rpiece.o Version.o -lrtrad $(MLIB)
91  
91 rtcontrib:      rtcontrib.o Version.o
92        $(CC) $(CFLAGS) -o rtcontrib rtcontrib.o Version.o -lrtrad $(MLIB)
93
92   vwright:        vwright.o
93          $(CC) $(CFLAGS) -o vwright vwright.o -lrtrad $(MLIB)
94  
# Line 114 | Line 112 | rttree_reduce: rttree_reduce.o
112   rcollate:       rcollate.o
113          $(CC) $(CFLAGS) -o rcollate rcollate.o -lrtrad
114  
115 + eplus_adduvf:   eplus_adduvf.o eplus_idf.o
116 +        $(CC) $(CFLAGS) -o eplus_adduvf eplus_adduvf.o eplus_idf.o \
117 + -lrtrad $(MLIB)
118 +
119   setscan.o:      setscan.h
120  
121 + eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
122 + ../common/paths.h ../common/rtio.h ../common/random.h \
123 + ../common/rtmath.h ../common/mat4.h ../common/fvect.h
124 +
125 + eplus_adduvf.o eplus_idf.o:     eplus_idf.h \
126 + ../common/lookup.h
127 +
128   findglare.o glareval.o \
129   glaresrc.o:     glare.h ../common/standard.h \
130   ../common/rtmisc.h ../common/rtio.h \
# Line 142 | Line 151 | cmbsdf.o:      ../common/paths.h ../common/bsdf.h ../common
151  
152   dctimestep.o cmatrix.o: ../common/platform.h
153  
154 < rtcontrib.o:    ../common/platform.h ../common/rtprocess.h \
146 < ../common/color.h ../common/resolu.h ../common/lookup.h \
147 < ../common/calcomp.h ../common/selcall.h
148 <
149 < rad.o ranimate.o rpiece.o rtcontrib.o xglaresrc.o:      ../common/standard.h \
154 > rad.o ranimate.o rpiece.o xglaresrc.o:  ../common/standard.h \
155   ../common/rtmisc.h ../common/rtio.h \
156   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
157   ../common/rterror.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines