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.20 by greg, Fri Sep 15 15:52:55 1995 UTC vs.
Revision 2.21 by greg, Wed Oct 11 10:52:33 1995 UTC

# Line 20 | Line 20 | PIXAR_LIB=     -L/usr/pixar/host/lib -lpirl -lpicio -lchad
20   PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo 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
23 > ra_rgbe ra_pict ra_ps pextrem ra_gif macbetcal
24  
25   all:    $(PROGS) $(SPECIAL)
26  
# Line 186 | Line 186 | ra_pixar.o:    ra_pixar.c
186   xshowtrace:     xshowtrace.o x11findwind.o
187          $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \
188   x11findwind.o -lrt $(MLIB) -lX11
189 +
190 + macbethcal:     macbethcal.o pmapgen.o mx3.o
191 +        $(CC) $(CFLAGS) -o macbethcal macbethcal.o pmapgen.o mx3.o -lrt $(MLIB)
192 +
193 +
194 + macbethcal.o:   pmap.h
195 +
196 + pmapgen.o:      mx3.h pmap.h
197  
198   nclrtab.o:      neuclrtab.o
199          ln neuclrtab.c nclrtab.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines