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.66 by greg, Sun Feb 9 05:49:21 2014 UTC vs.
Revision 2.70 by greg, Tue Apr 8 23:46:05 2014 UTC

# Line 89 | Line 89 | rsensor:       rsensor.o
89   rpiece: rpiece.o Version.o
90          $(CC) $(CFLAGS) -o rpiece rpiece.o Version.o -lrtrad $(MLIB)
91  
92 rtcontrib:      rtcontrib.o Version.o
93        $(CC) $(CFLAGS) -o rtcontrib rtcontrib.o Version.o -lrtrad $(MLIB)
94
92   vwright:        vwright.o
93          $(CC) $(CFLAGS) -o vwright vwright.o -lrtrad $(MLIB)
94  
# Line 116 | Line 113 | 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 -lrtrad
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
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
# Line 151 | 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 \
155 < ../common/color.h ../common/resolu.h ../common/lookup.h \
156 < ../common/calcomp.h ../common/selcall.h
157 <
158 < 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