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.21 by greg, Wed Oct 11 10:52:33 1995 UTC vs.
Revision 2.24 by greg, Wed Dec 13 14:07:08 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 macbetcal
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 pdfblur.csh
41 > install:        $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \
42 > pdfblur.csh pmblur.csh
43          cp $(PROGS) $(INSTDIR)
44          cp normpat.csh $(INSTDIR)/normpat
45          cp falsecolor.csh $(INSTDIR)/falsecolor
46          cp pdfblur.csh $(INSTDIR)/pdfblur
47 <        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor $(INSTDIR)/pdfblur
47 >        cp pmblur.csh $(INSTDIR)/pmblur
48 >        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \
49 > $(INSTDIR)/pdfblur $(INSTDIR)/pmblur
50  
51   clean:
52          set nonomatch; rm -f x10image aedimage glimage ra_tiff \
# Line 166 | Line 169 | pcomb: pcomb.o
169   pinterp:        pinterp.o
170          $(CC) $(CFLAGS) -o pinterp pinterp.o -lrt $(MLIB)
171  
172 + ra_xyze:        ra_xyze.o
173 +        $(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrt $(MLIB)
174 +
175   ra_tiff:        ra_tiff.o ../lib/libtiff.a
176          $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB)
177  
# Line 191 | Line 197 | macbethcal:    macbethcal.o pmapgen.o mx3.o
197          $(CC) $(CFLAGS) -o macbethcal macbethcal.o pmapgen.o mx3.o -lrt $(MLIB)
198  
199  
200 < macbethcal.o:   pmap.h
200 > macbethcal.o:   pmap.h ../common/color.h ../common/resolu.h
201  
202   pmapgen.o:      mx3.h pmap.h
203  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines