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.12 by greg, Thu Apr 29 13:20:50 1993 UTC vs.
Revision 2.13 by greg, Thu Jun 10 16:09:04 1993 UTC

# Line 17 | Line 17 | PIXAR_INCLUDE= -I/usr/pixar/include
17   PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar -lm
18  
19   PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \
20 < greyscale pvalue pcompos colorscale protate ra_pr ra_pr24 \
20 > greyscale pvalue pcompos colorscale protate ra_pr ra_pr24 ra_avs \
21   ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \
22   ra_rgbe ra_pict ra_ps pextrem
23  
# Line 105 | Line 105 | biq.o -lrt -lm
105  
106   ra_pr24:        ra_pr24.o
107          $(CC) $(CFLAGS) -o ra_pr24 ra_pr24.o -lrt -lm
108 +
109 + ra_avs: ra_avs.o
110 +        $(CC) $(CFLAGS) -o ra_avs ra_avs.o -lrt -lm
111  
112   ra_ps:  ra_ps.o
113          $(CC) $(CFLAGS) -o ra_ps ra_ps.o -lrt -lm

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines