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.14 by greg, Fri Jun 25 16:35:29 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 188 | Line 191 | panim.o:       client/scan.h ../common/color.h ../common/ran
191  
192   pf2.o bnoise.o ra_ps.o ra_t16.o:        ../common/random.h
193  
194 < pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o pextrem.o \
195 < ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o pflip.o \
196 < greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \
194 > pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \
195 > pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \
196 > pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \
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 pf3.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