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.28 by greg, Fri Sep 20 16:46:32 1996 UTC vs.
Revision 2.29 by greg, Thu Oct 3 16:53:17 1996 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 60 | Line 60 | $(PROGS) *.o core
60   pfilt:  pfilt.o pf2.o pf3.o
61          $(CC) $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt $(MLIB)
62  
63 + pcond:  pcond.o pcond2.o pcond3.o pcond4.o
64 +        $(CC) $(CFLAGS) -o pcond pcond.o pcond2.o pcond3.o pcond4.o -lrt $(MLIB)
65 +
66   ttyimage:       ttyimage.o
67          $(CC) $(CFLAGS) -o ttyimage ttyimage.o -lrt $(MLIB)
68  
# Line 246 | Line 249 | ra_tiff.o ttyimage.o ximage.o x11image.o:      ../common/re
249   pfilt.o:        ../common/paths.h ../common/view.h
250  
251   psign.o:        ../common/font.h
252 +
253 + pcond.o pcond2.o pcond3.o pcond4.o:     pcond.h ../common/standard.h \
254 + ../common/mat4.h ../common/fvect.h \
255 + ../common/color.h ../common/view.h ../common/resolu.h
256 +
257 + pcond.o:        ../common/random.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines