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.64 by greg, Mon Jan 20 21:29:04 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 128 | Line 129 | rpiece.o:      ../common/color.h ../common/view.h ../common
129   dctimestep.o:   ../common/standard.h \
130   ../common/rtmisc.h ../common/rtio.h \
131   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
132 < ../common/rterror.h ../common/platform.h ../common/paths.h \
133 < ../common/color.h ../common/bsdf.h ../common/bsdf_m.h ../common/resolu.h
132 > ../common/rterror.h ../common/resolu.h
133 >
134 > dctimestep.o cmatrix.o cmbsdf.o:        cmatrix.h ../common/color.h
135 >
136 > cmatrix.o cmbsdf.o:     ../common/standard.h \
137 > ../common/rtmisc.h ../common/rtio.h \
138 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
139 > ../common/rterror.h
140 >
141 > cmbsdf.o:       ../common/paths.h ../common/bsdf.h ../common/bsdf_m.h
142 >
143 > dctimestep.o cmatrix.o: ../common/platform.h
144  
145   rtcontrib.o:    ../common/platform.h ../common/rtprocess.h \
146   ../common/color.h ../common/resolu.h ../common/lookup.h \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines