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.16 by greg, Thu Dec 9 17:30:40 1993 UTC vs.
Revision 2.25 by greg, Thu Feb 15 10:49:05 1996 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
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 100 | Line 105 | psign: psign.o
105   d48c:   d48c.o
106          $(CC) $(CFLAGS) -o d48c d48c.o -lrt
107  
108 + ra_gif: ra_gif.o clrtab.o neuclrtab.o
109 +        $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o neuclrtab.o -lrt $(MLIB)
110 +
111   ra_pr:  ra_pr.o ciq.o cut.o closest.o biq.o
112          $(CC) $(CFLAGS) -o ra_pr ra_pr.o ciq.o cut.o closest.o \
113   biq.o -lrt $(MLIB)
# Line 116 | Line 124 | ra_ps: ra_ps.o
124   ra_ppm:         ra_ppm.o
125          $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt $(MLIB)
126  
127 < ra_t8:  ra_t8.o clrtab.o
128 <        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o -lrt $(MLIB)
127 > ra_t8:  ra_t8.o clrtab.o neuclrtab.o
128 >        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o neuclrtab.o -lrt $(MLIB)
129  
130   ra_t16: ra_t16.o
131          $(CC) $(CFLAGS) -o ra_t16 ra_t16.o -lrt $(MLIB)
# Line 162 | Line 170 | pcomb: pcomb.o
170   pinterp:        pinterp.o
171          $(CC) $(CFLAGS) -o pinterp pinterp.o -lrt $(MLIB)
172  
173 + ra_xyze:        ra_xyze.o
174 +        $(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrt $(MLIB)
175 +
176   ra_tiff:        ra_tiff.o ../lib/libtiff.a
177          $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB)
178  
168 psign.o:        psign.c ../common/font.h
169        $(CC) $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c psign.c
170
179   ra_tiff.o:      ra_tiff.c
180          $(CC) $(CFLAGS) -Ilibtiff -c ra_tiff.c
181  
# Line 186 | Line 194 | xshowtrace:    xshowtrace.o x11findwind.o
194          $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \
195   x11findwind.o -lrt $(MLIB) -lX11
196  
197 + macbethcal:     macbethcal.o pmapgen.o mx3.o
198 +        $(CC) $(CFLAGS) -o macbethcal macbethcal.o pmapgen.o mx3.o -lrt $(MLIB)
199 +
200 +
201 + macbethcal.o:   pmap.h ../common/color.h ../common/resolu.h
202 +
203 + pmapgen.o:      mx3.h pmap.h
204 +
205 + nclrtab.o:      neuclrtab.o
206 +        ln neuclrtab.c nclrtab.c
207 +        $(CC) $(CFLAGS) -DCOMPAT_MODE -c nclrtab.c
208 +        rm -f nclrtab.c
209 +
210   pcomb.o:        ../common/calcomp.h
211  
212   panim.o:        client/scan.h ../common/color.h ../common/random.h
213  
214   pf2.o bnoise.o ra_ps.o ra_t16.o:        ../common/random.h
215  
216 < pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \
216 > neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o \
217 > psum.o psign.o protate.o \
218   pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \
219   pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \
220   ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h
221  
222 < pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \
223 < pcomb.o pfilt.o pf3.o image.o:  ../common/standard.h \
222 > neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \
223 > xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \
224   ../common/mat4.h ../common/fvect.h
225  
226   ximage.o xraster.o:     xraster.h
# Line 220 | Line 242 | pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixa
242   ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \
243   ra_tiff.o ttyimage.o ximage.o x11image.o:       ../common/resolu.h
244  
245 < pfilt.o psign.o:        ../common/paths.h
245 > pfilt.o:        ../common/paths.h
246 >
247 > psign.o:        ../common/font.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines