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.19 by greg, Fri Jun 10 12:51:12 1994 UTC vs.
Revision 2.27 by greg, Wed Jul 24 16:46:25 1996 UTC

# Line 17 | Line 17 | LIBDIR = /usr/local/lib/ray
17   PIXAR_INCLUDE=  -I/usr/pixar/include
18   PIXAR_LIB=      -L/usr/pixar/host/lib -lpirl -lpicio -lchad -lpixar $(MLIB)
19  
20 < PROGS = pfilt ttyimage oki20c oki20 paintjet mt160r getinfo psign \
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
23 > ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal
24  
25   all:    $(PROGS) $(SPECIAL)
26  
# Line 38 | Line 38 | tiff:  ra_tiff
38  
39   sun:
40  
41 < install:        $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh
41 > install:        $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \
42 > pdfblur.csh pmblur.csh xyzimage.csh
43          cp $(PROGS) $(INSTDIR)
44          cp normpat.csh $(INSTDIR)/normpat
45          cp falsecolor.csh $(INSTDIR)/falsecolor
46 <        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor
46 >        cp pdfblur.csh $(INSTDIR)/pdfblur
47 >        cp pmblur.csh $(INSTDIR)/pmblur
48 >        cp xyzimage.csh $(INSTDIR)/xyzimage
49 >        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \
50 > $(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage
51  
52   clean:
53          set nonomatch; rm -f x10image aedimage glimage ra_tiff \
# Line 76 | Line 81 | paintjet:      paintjet.o
81   mt160r: mt160r.o
82          $(CC) $(CFLAGS) -o mt160r mt160r.o -lrt $(MLIB)
83  
79 getinfo:        getinfo.o
80        $(CC) $(CFLAGS) -o getinfo getinfo.o -lrt
81
84   greyscale:      greyscale.o
85          $(CC) $(CFLAGS) -o greyscale greyscale.o -lrt $(MLIB)
86  
# Line 165 | Line 167 | pcomb: pcomb.o
167   pinterp:        pinterp.o
168          $(CC) $(CFLAGS) -o pinterp pinterp.o -lrt $(MLIB)
169  
170 + ra_xyze:        ra_xyze.o
171 +        $(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrt $(MLIB)
172 +
173   ra_tiff:        ra_tiff.o ../lib/libtiff.a
174          $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB)
175  
# Line 186 | Line 191 | xshowtrace:    xshowtrace.o x11findwind.o
191          $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \
192   x11findwind.o -lrt $(MLIB) -lX11
193  
194 + macbethcal:     macbethcal.o pmapgen.o mx3.o
195 +        $(CC) $(CFLAGS) -o macbethcal macbethcal.o pmapgen.o mx3.o -lrt $(MLIB)
196 +
197 +
198 + macbethcal.o:   pmap.h ../common/color.h ../common/resolu.h
199 +
200 + pmapgen.o:      mx3.h pmap.h
201 +
202   nclrtab.o:      neuclrtab.o
203          ln neuclrtab.c nclrtab.c
204          $(CC) $(CFLAGS) -DCOMPAT_MODE -c nclrtab.c
# Line 226 | Line 239 | pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixa
239   ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \
240   ra_tiff.o ttyimage.o ximage.o x11image.o:       ../common/resolu.h
241  
242 < pfilt.o:        ../common/paths.h
242 > pfilt.o:        ../common/paths.h ../common/view.h
243  
244   psign.o:        ../common/font.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines