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.5 by greg, Mon Jul 13 11:54:29 1992 UTC vs.
Revision 2.9 by greg, Tue Oct 13 11:36:17 1992 UTC

# Line 112 | Line 112 | ra_ps: ra_ps.o
112   ra_ppm:         ra_ppm.o
113          $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt -lm
114  
115 < ra_t8:  ra_t8.o ciq.o cut.o closest.o biq.o
116 <        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o ciq.o cut.o closest.o \
117 < biq.o -lrt -lm
115 > ra_t8:  ra_t8.o clrtab.o
116 >        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o -lrt -lm
117  
118   ra_t16: ra_t16.o
119          $(CC) $(CFLAGS) -o ra_t16 ra_t16.o -lrt -lm
# Line 136 | Line 135 | x10image:      ximage.o ciq.o cut.o closest.o xraster.o biq
135          $(CC) $(CFLAGS) -o x10image ximage.o xraster.o \
136   ciq.o cut.o closest.o biq.o -lX -lrt -lm
137  
138 < ximage: x11image.o ciq.o cut.o closest.o x11raster.o biq.o
138 > ximage: x11image.o x11raster.o clrtab.o
139          $(CC) $(CFLAGS) -o ximage x11image.o x11raster.o \
140 < ciq.o cut.o closest.o biq.o -lX11 -lrt -lm
140 > clrtab.o -lX11 -lrt -lm
141  
142   protate:                protate.o
143          $(CC) $(CFLAGS) -o protate protate.o -lrt
144  
145 + pextrem:        pextrem.o
146 +        $(CC) $(CFLAGS) -o pextrem pextrem.o -lrt
147 +
148   pflip:          pflip.o
149          $(CC) $(CFLAGS) -o pflip pflip.o -lrt
150  
# Line 186 | Line 188 | panim.o:       client/scan.h ../common/color.h ../common/ran
188  
189   pf2.o bnoise.o ra_ps.o ra_t16.o:        ../common/random.h
190  
191 < pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \
191 > pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o pextrem.o \
192   ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o pflip.o \
193   greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \
194   ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h
# Line 212 | Line 214 | mt160r.o oki20c.o paintjet.o pcomb.o pcompos.o pfilt.o
214   pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o \
215   ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \
216   ra_tiff.o ttyimage.o ximage.o x11image.o:       ../common/resolu.h
217 +
218 + pfilt.o psign.o:        ../common/paths.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines