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 1.16 by greg, Thu Jan 25 11:47:55 1990 UTC vs.
Revision 1.17 by greg, Tue Mar 6 08:45:24 1990 UTC

# Line 17 | Line 17 | PIXAR_LIB=     -L/usr/pixar/host/lib -lpirl -lpicio -lchad
17  
18   PROGS = pfilt ttyimage aedimage oki20c paintjet mt160r getinfo psign \
19   greyscale pvalue pcompos colorscale ra_pr ximage prot \
20 < panim ra_t8 ra_bn ra_t16 pcomb pinterp
20 > panim ra_t8 ra_bn ra_t16 pcomb pinterp x11image
21  
22   all:    $(PROGS)
23  
# Line 95 | Line 95 | xraster.o header.o biq.o image.o fvect.o
95          cc $(CFLAGS) -o ximage ximage.o color.o xraster.o \
96   header.o ciq.o cut.o closest.o ealloc.o biq.o image.o fvect.o -lX -lm
97  
98 + x11image:       x11image.o color.o ciq.o cut.o closest.o ealloc.o \
99 + x11raster.o header.o biq.o image.o fvect.o
100 +        cc $(CFLAGS) -o x11image x11image.o color.o x11raster.o \
101 + header.o ciq.o cut.o closest.o ealloc.o biq.o image.o fvect.o -lX11 -lm
102 +
103   prot:           prot.o color.o header.o
104          cc $(CFLAGS) -o prot prot.o color.o header.o
105  
# Line 141 | Line 146 | ra_bn.o ra_t16.o ra_pr.o pvalue.o pcomb.o pinterp.o xi
146  
147   pinterp.o ximage.o image.o:     standard.h fvect.h
148  
149 < ximage.o:       xraster.h
149 > ximage.o x11raster.o:   xraster.h
150 >
151 > x11image.o x11raster.o: x11raster.h
152  
153   ra_t8.o:        targa.h
154  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines