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.65 by greg, Sat Feb 1 01:28:43 2014 UTC

# Line 104 | Line 104 | glrad: glrad.o
104          $(CC) $(CFLAGS) -o glrad glrad.o -lrgl -lrtrad -lGLU -lGL \
105   -lX11 -lXext $(MLIB)
106  
107 < dctimestep:     dctimestep.o
108 <        $(CC) $(CFLAGS) -o dctimestep dctimestep.o -lrtrad $(MLIB)
107 > dctimestep:     dctimestep.o cmbsdf.o cmatrix.o
108 >        $(CC) $(CFLAGS) -o dctimestep dctimestep.o cmbsdf.o cmatrix.o \
109 > -lrtrad $(MLIB)
110  
111   rttree_reduce:  rttree_reduce.o
112          $(CC) $(CFLAGS) -o rttree_reduce rttree_reduce.o -lrtrad $(MLIB)
# Line 115 | Line 116 | rcollate:      rcollate.o
116  
117   setscan.o:      setscan.h
118  
119 + eplus_idf.o:    eplus_idf.h \
120 + ../common/lookup.h
121 +
122   findglare.o glareval.o \
123   glaresrc.o:     glare.h ../common/standard.h \
124   ../common/rtmisc.h ../common/rtio.h \
# Line 128 | Line 132 | rpiece.o:      ../common/color.h ../common/view.h ../common
132   dctimestep.o:   ../common/standard.h \
133   ../common/rtmisc.h ../common/rtio.h \
134   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
135 < ../common/rterror.h ../common/platform.h ../common/paths.h \
136 < ../common/color.h ../common/bsdf.h ../common/bsdf_m.h ../common/resolu.h
135 > ../common/rterror.h ../common/resolu.h
136 >
137 > dctimestep.o cmatrix.o cmbsdf.o:        cmatrix.h ../common/color.h
138 >
139 > cmatrix.o cmbsdf.o:     ../common/standard.h \
140 > ../common/rtmisc.h ../common/rtio.h \
141 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
142 > ../common/rterror.h
143 >
144 > cmbsdf.o:       ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h
145 >
146 > dctimestep.o cmatrix.o: ../common/platform.h
147  
148   rtcontrib.o:    ../common/platform.h ../common/rtprocess.h \
149   ../common/color.h ../common/resolu.h ../common/lookup.h \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines