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.11 by greg, Thu Feb 4 21:00:12 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 106 | Line 106 | biq.o -lrt -lm
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
114  
# Line 194 | Line 197 | greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff
197   ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h
198  
199   pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \
200 < pfilt.o image.o:        ../common/standard.h ../common/mat4.h ../common/fvect.h
200 > pcomb.o pfilt.o image.o:        ../common/standard.h \
201 > ../common/mat4.h ../common/fvect.h
202  
203   ximage.o xraster.o:     xraster.h
204  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines