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.16 by greg, Thu Dec 9 17:30:40 1993 UTC vs.
Revision 2.17 by greg, Wed Mar 30 14:25:08 1994 UTC

# Line 20 | Line 20 | PIXAR_LIB=     -L/usr/pixar/host/lib -lpirl -lpicio -lchad
20   PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \
21   greyscale pvalue pcompos colorscale protate ra_pr ra_pr24 ra_avs \
22   ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \
23 < ra_rgbe ra_pict ra_ps pextrem
23 > ra_rgbe ra_pict ra_ps pextrem ra_gif
24  
25   all:    $(PROGS) $(SPECIAL)
26  
# Line 99 | Line 99 | psign: psign.o
99  
100   d48c:   d48c.o
101          $(CC) $(CFLAGS) -o d48c d48c.o -lrt
102 +
103 + ra_gif: ra_gif.o clrtab.o
104 +        $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o -lrt $(MLIB)
105  
106   ra_pr:  ra_pr.o ciq.o cut.o closest.o biq.o
107          $(CC) $(CFLAGS) -o ra_pr ra_pr.o ciq.o cut.o closest.o \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines