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.18 by greg, Thu Apr 14 04:53:51 1994 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
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
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 >        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 100 | Line 104 | psign: psign.o
104   d48c:   d48c.o
105          $(CC) $(CFLAGS) -o d48c d48c.o -lrt
106  
107 < ra_gif: ra_gif.o clrtab.o
108 <        $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o -lrt $(MLIB)
107 > ra_gif: ra_gif.o clrtab.o neuclrtab.o
108 >        $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o neuclrtab.o -lrt $(MLIB)
109  
110   ra_pr:  ra_pr.o ciq.o cut.o closest.o biq.o
111          $(CC) $(CFLAGS) -o ra_pr ra_pr.o ciq.o cut.o closest.o \
# Line 119 | Line 123 | ra_ps: ra_ps.o
123   ra_ppm:         ra_ppm.o
124          $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt $(MLIB)
125  
126 < ra_t8:  ra_t8.o clrtab.o
127 <        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o -lrt $(MLIB)
126 > ra_t8:  ra_t8.o clrtab.o neuclrtab.o
127 >        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o neuclrtab.o -lrt $(MLIB)
128  
129   ra_t16: ra_t16.o
130          $(CC) $(CFLAGS) -o ra_t16 ra_t16.o -lrt $(MLIB)
# Line 165 | 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 186 | Line 193 | xshowtrace:    xshowtrace.o x11findwind.o
193          $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \
194   x11findwind.o -lrt $(MLIB) -lX11
195  
196 + 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 ../common/color.h ../common/resolu.h
201 +
202 + pmapgen.o:      mx3.h pmap.h
203 +
204 + nclrtab.o:      neuclrtab.o
205 +        ln neuclrtab.c nclrtab.c
206 +        $(CC) $(CFLAGS) -DCOMPAT_MODE -c nclrtab.c
207 +        rm -f nclrtab.c
208 +
209   pcomb.o:        ../common/calcomp.h
210  
211   panim.o:        client/scan.h ../common/color.h ../common/random.h
212  
213   pf2.o bnoise.o ra_ps.o ra_t16.o:        ../common/random.h
214  
215 < pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \
215 > neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o \
216 > psum.o psign.o protate.o \
217   pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \
218   pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \
219   ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h
220  
221 < pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \
222 < pcomb.o pfilt.o pf3.o image.o:  ../common/standard.h \
221 > neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \
222 > xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \
223   ../common/mat4.h ../common/fvect.h
224  
225   ximage.o xraster.o:     xraster.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines