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.27 by greg, Wed Jul 24 16:46:25 1996 UTC vs.
Revision 2.31 by greg, Thu Jan 30 19:26:28 1997 UTC

# Line 20 | Line 20 | PIXAR_LIB=     -L/usr/pixar/host/lib -lpirl -lpicio -lchad
20   PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r 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 ra_gif ra_xyze macbethcal
23 > ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond
24  
25   all:    $(PROGS) $(SPECIAL)
26  
# Line 56 | Line 56 | $(PROGS) *.o core
56   pfilt:  pfilt.o pf2.o pf3.o
57          $(CC) $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt $(MLIB)
58  
59 + pcond:  pcond.o pcond2.o pcond3.o pcond4.o
60 +        $(CC) $(CFLAGS) -o pcond pcond.o pcond2.o pcond3.o pcond4.o -lrt $(MLIB)
61 +
62   ttyimage:       ttyimage.o
63          $(CC) $(CFLAGS) -o ttyimage ttyimage.o -lrt $(MLIB)
64  
# Line 242 | Line 245 | ra_tiff.o ttyimage.o ximage.o x11image.o:      ../common/re
245   pfilt.o:        ../common/paths.h ../common/view.h
246  
247   psign.o:        ../common/font.h
248 +
249 + pcond.o pcond2.o pcond3.o pcond4.o:     pcond.h ../common/standard.h \
250 + ../common/mat4.h ../common/fvect.h \
251 + ../common/color.h ../common/view.h ../common/resolu.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines