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.4 by greg, Wed Jul 1 15:09:12 1992 UTC vs.
Revision 2.8 by greg, Tue Sep 8 15:33:11 1992 UTC

# Line 19 | Line 19 | PIXAR_LIB=     -L/usr/pixar/host/lib -lpirl -lpicio -lchad
19   PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \
20   greyscale pvalue pcompos colorscale protate ra_pr ra_pr24 \
21   ra_t8 ra_bn ra_t16 pcomb pinterp ximage xshowtrace pflip ra_ppm \
22 < ra_rgbe ra_pict
22 > ra_rgbe ra_pict ra_ps
23  
24   all:    $(PROGS) $(SPECIAL)
25  
# 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_ps:  ra_ps.o
110 +        $(CC) $(CFLAGS) -o ra_ps ra_ps.o -lrt -lm
111 +
112   ra_ppm:         ra_ppm.o
113          $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt -lm
114  
# Line 140 | Line 143 | ciq.o cut.o closest.o biq.o -lX11 -lrt -lm
143   protate:                protate.o
144          $(CC) $(CFLAGS) -o protate protate.o -lrt
145  
146 + pextrem:        pextrem.o
147 +        $(CC) $(CFLAGS) -o pextrem pextrem.o -lrt
148 +
149   pflip:          pflip.o
150          $(CC) $(CFLAGS) -o pflip pflip.o -lrt
151  
# Line 181 | Line 187 | pcomb.o:       ../common/calcomp.h
187  
188   panim.o:        client/scan.h ../common/color.h ../common/random.h
189  
190 < pf2.o bnoise.o ra_t16.o:        ../common/random.h
190 > pf2.o bnoise.o ra_ps.o ra_t16.o:        ../common/random.h
191  
192 < pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \
192 > pfilt.o pf2.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o pextrem.o \
193   ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o pflip.o \
194   greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \
195 < ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h
195 > ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h
196  
197   pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \
198   image.o:        ../common/standard.h ../common/mat4.h ../common/fvect.h
# Line 209 | Line 215 | mt160r.o oki20c.o paintjet.o pcomb.o pcompos.o pfilt.o
215   pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixar.o \
216   ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \
217   ra_tiff.o ttyimage.o ximage.o x11image.o:       ../common/resolu.h
218 +
219 + pfilt.o psign.o:        ../common/paths.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines