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.25 by greg, Fri Jan 4 23:35:00 1991 UTC vs.
Revision 1.26 by greg, Wed Jan 9 11:15:26 1991 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 ra_pr24 ximage prot \
20 < ra_t8 ra_bn ra_t16 pcomb pinterp x11image xshowtrace
20 > ra_t8 ra_bn ra_t16 pcomb pinterp x11image xshowtrace pflip
21  
22   all:    $(PROGS)
23  
# Line 119 | Line 119 | fvect.o -lX11 -lm
119   prot:           prot.o color.o resolu.o header.o
120          cc $(CFLAGS) -o prot prot.o color.o resolu.o header.o
121  
122 + pflip:          pflip.o color.o resolu.o header.o
123 +        cc $(CFLAGS) -o pflip pflip.o color.o resolu.o header.o
124 +
125   panim:  panim.o color.o colrops.o resolu.o header.o client/libclient.a
126          cc $(CFLAGS) -o panim panim.o color.o colrops.o resolu.o header.o \
127   client/libclient.a -lrpcsvc -lm
# Line 165 | Line 168 | pf2.o bnoise.o:        random.h
168   ra_t16.o:       random.h
169  
170   pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o prot.o ra_pr24.o \
171 < d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \
171 > d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o pflip.o \
172   greyscale.o ra_t8.o glimage.o \
173   ra_bn.o ra_t16.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:   color.h
174  
175 < prot.o biq.o ciq.o pinterp.o ximage.o image.o:  standard.h mat4.h fvect.h
175 > prot.o pflip.o biq.o ciq.o pinterp.o \
176 > ximage.o image.o:       standard.h mat4.h fvect.h
177  
178   ximage.o x11raster.o:   xraster.h
179  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines