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.56 by greg, Mon Nov 11 14:32:57 1991 UTC vs.
Revision 2.2 by greg, Sat Apr 11 16:31:34 1992 UTC

# Line 15 | Line 15 | LIBDIR = /usr/local/lib/ray
15   PIXAR_INCLUDE=  -I/usr/pixar/include
16   PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar -lm
17  
18 < PROGS = pfilt ttyimage oki20c paintjet mt160r getinfo psign \
18 > PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \
19   greyscale pvalue pcompos colorscale protate ra_pr ra_pr24 \
20   ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \
21   ra_rgbe ra_pict
# Line 65 | Line 65 | biq.o -lrt -lm
65   oki20c: oki20c.o
66          cc $(CFLAGS) -o oki20c oki20c.o -lrt -lm
67  
68 + oki20:  oki20.o
69 +        cc $(CFLAGS) -o oki20 oki20.o -lrt -lm
70 +
71   paintjet:       paintjet.o
72          cc $(CFLAGS) -o paintjet paintjet.o -lrt -lm
73  
# Line 203 | Line 206 | ra_pict.o:     pict.h
206  
207   mt160r.o oki20c.o paintjet.o pcomb.o pcompos.o pfilt.o pflip.o \
208   pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o \
209 < ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o \
210 < ra_tiff.o ttyimage.o x11image.o:        ../common/resolu.h
209 > ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \
210 > ra_tiff.o ttyimage.o ximage.o x11image.o:       ../common/resolu.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines