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.92 by greg, Fri Jul 26 00:34:07 2019 UTC vs.
Revision 2.93 by greg, Fri Jul 26 16:18:07 2019 UTC

# Line 146 | Line 146 | radcompare:    radcompare.o
146  
147   setscan.o:      setscan.h
148  
149 < rcode_depth:    rcode_depth.o depthcodec.o
150 <        $(CC) $(CFLAGS) -o rcode_depth rcode_depth.o depthcodec.o \
149 > rcode_depth:    rcode_depth.o
150 >        $(CC) $(CFLAGS) -o rcode_depth rcode_depth.o \
151   -lrtrad $(MLIB)
152  
153 < rcode_norm:     rcode_norm.o normcodec.o
154 <        $(CC) $(CFLAGS) -o rcode_norm rcode_norm.o normcodec.o \
153 > rcode_norm:     rcode_norm.o
154 >        $(CC) $(CFLAGS) -o rcode_norm rcode_norm.o \
155   -lrtrad $(MLIB)
156  
157 < rcode_ident:    rcode_ident.o idmap.o
158 <        $(CC) $(CFLAGS) -o rcode_ident rcode_ident.o idmap.o -lrtrad
157 > rcode_ident:    rcode_ident.o
158 >        $(CC) $(CFLAGS) -o rcode_ident rcode_ident.o -lrtrad
159  
160   eplus_adduvf.o: ../common/triangulate.h ../common/rtprocess.h \
161   ../common/paths.h ../common/rtio.h ../common/random.h \
# Line 271 | Line 271 | pictool.o:     ../common/view.h ../common/color.h
271  
272   getinfo.o:      ../common/rtprocess.h ../common/platform.h ../common/resolu.h
273  
274 < rcode_depth.o depthcodec.o:     depthcodec.h \
275 < ../common/view.h ../common/fvect.h ../common/resolu.h ../common/rtio.h
274 > rcode_depth.o:  ../common/depthcodec.h \
275 > ../common/view.h ../common/fvect.h ../common/resolu.h ../common/rtio.h \
276 > ../common/platform.h
277  
278 < rcode_depth.o:  ../common/platform.h
278 <
279 < rcode_norm.o normcodec.o:       normcodec.h \
278 > rcode_norm.o:   ../common/normcodec.h \
279   ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
280 < ../common/resolu.h ../common/rtio.h
280 > ../common/resolu.h ../common/rtio.h ../common/platform.h
281  
282 < rcode_norm.o:   ../common/platform.h
283 <
285 < rcode_ident.o idmap.o:  idmap.h ../common/resolu.h \
286 < ../common/platform.h ../common/rtio.h
287 <
288 < rcode_ident.o:  ../common/lookup.h
282 > rcode_ident.o:  ../common/idmap.h ../common/resolu.h \
283 > ../common/platform.h ../common/rtio.h ../common/lookup.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines