ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/Rmakefile
(Generate patch)

Comparing ray/src/px/Rmakefile (file contents):
Revision 2.46 by greg, Tue Apr 29 19:09:43 2003 UTC vs.
Revision 2.48 by greg, Mon Jul 7 17:21:51 2003 UTC

# Line 151 | Line 151 | ra_pict:    ra_pict.o
151          $(CC) $(CFLAGS) -o ra_pict ra_pict.o -lrt $(MLIB)
152  
153   ra_hexbit:      ra_hexbit.o
154 <        $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt
154 >        $(CC) $(CFLAGS) -o ra_hexbit ra_hexbit.o -lrt $(MLIB)
155  
156   x10image:       ximage.o ciq.o cut.o closest.o xraster.o biq.o
157          $(CC) $(CFLAGS) -o x10image ximage.o xraster.o \
# Line 239 | Line 239 | ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:   .
239  
240   neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \
241   xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \
242 < ../common/mat4.h ../common/fvect.h
242 > ../common/rtmisc.h ../common/rtio.h \
243 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
244 > ../common/rterror.h
245  
246   ximage.o xraster.o:     xraster.h
247  
# Line 270 | Line 272 | pfilt.o:       ../common/paths.h
272   psign.o:        ../common/font.h
273  
274   pcond.o pcond2.o pcond3.o pcond4.o:     pcond.h ../common/standard.h \
275 < ../common/mat4.h ../common/fvect.h \
275 > ../common/rtmisc.h ../common/rtio.h \
276 > ../common/rtmath.h ../common/mat4.h ../common/fvect.h \
277 > ../common/rterror.h \
278   ../common/color.h ../common/view.h ../common/resolu.h
279  
280   normtiff.o:     ../common/color.h ../common/tonemap.h ../common/resolu.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines