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.63 by greg, Wed Dec 4 20:07:07 2013 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 104 | Line 105 | glrad: glrad.o
105          $(CC) $(CFLAGS) -o glrad glrad.o -lrgl -lrtrad -lGLU -lGL \
106   -lX11 -lXext $(MLIB)
107  
108 < dctimestep:     dctimestep.o
109 <        $(CC) $(CFLAGS) -o dctimestep dctimestep.o -lrtrad $(MLIB)
108 > dctimestep:     dctimestep.o cmbsdf.o cmatrix.o
109 >        $(CC) $(CFLAGS) -o dctimestep dctimestep.o cmbsdf.o cmatrix.o \
110 > -lrtrad $(MLIB)
111  
112   rttree_reduce:  rttree_reduce.o
113          $(CC) $(CFLAGS) -o rttree_reduce rttree_reduce.o -lrtrad $(MLIB)
# Line 113 | 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_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 \
131   glaresrc.o:     glare.h ../common/standard.h \
132   ../common/rtmisc.h ../common/rtio.h \
# Line 128 | Line 140 | rpiece.o:      ../common/color.h ../common/view.h ../common
140   dctimestep.o:   ../common/standard.h \
141   ../common/rtmisc.h ../common/rtio.h \
142   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
143 < ../common/rterror.h ../common/platform.h ../common/paths.h \
144 < ../common/color.h ../common/bsdf.h ../common/bsdf_m.h ../common/resolu.h
143 > ../common/rterror.h ../common/resolu.h
144 >
145 > dctimestep.o cmatrix.o cmbsdf.o:        cmatrix.h ../common/color.h
146 >
147 > cmatrix.o cmbsdf.o:     ../common/standard.h \
148 > ../common/rtmisc.h ../common/rtio.h \
149 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
150 > ../common/rterror.h
151 >
152 > cmbsdf.o:       ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h
153 >
154 > dctimestep.o cmatrix.o: ../common/platform.h
155  
156   rtcontrib.o:    ../common/platform.h ../common/rtprocess.h \
157   ../common/color.h ../common/resolu.h ../common/lookup.h \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines