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.18 by greg, Sat Sep 22 11:02:40 1990 UTC vs.
Revision 1.19 by greg, Thu Oct 18 12:25:19 1990 UTC

# Line 16 | Line 16 | PIXAR_INCLUDE= -I/usr/pixar/include
16   PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar -lm
17  
18   PROGS = pfilt ttyimage aedimage oki20c paintjet mt160r getinfo psign \
19 < greyscale pvalue pcompos colorscale ra_pr ximage prot \
19 > greyscale pvalue pcompos colorscale ra_pr ra_pr24 ximage prot \
20   ra_t8 ra_bn ra_t16 pcomb pinterp x11image xshowtrace
21  
22   all:    $(PROGS)
# Line 77 | Line 77 | ra_pr: ra_pr.o ciq.o cut.o closest.o color.o resolu.o
77          cc $(CFLAGS) -o ra_pr ra_pr.o ciq.o cut.o closest.o \
78   color.o resolu.o ealloc.o header.o biq.o -lm
79  
80 + ra_pr24: ra_pr24.o color.o resolu.o header.o
81 +        cc $(CFLAGS) -o ra_pr24 ra_pr24.o color.o resolu.o header.o -lm
82 +
83   ra_t8: ra_t8.o ciq.o cut.o closest.o color.o resolu.o ealloc.o header.o biq.o
84          cc $(CFLAGS) -o ra_t8 ra_t8.o ciq.o cut.o closest.o \
85   color.o resolu.o ealloc.o header.o biq.o -lm
# Line 146 | Line 149 | pf2.o bnoise.o:        random.h
149  
150   ra_t16.o:       random.h
151  
152 < pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o prot.o \
152 > pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o prot.o ra_pr24.o \
153   d48c.o aedimage.o pcompos.o color.o resolu.o greyscale.o ra_t8.o glimage.o \
154   ra_bn.o ra_t16.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:   color.h
155  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines