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.28 by greg, Fri Sep 20 16:46:32 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
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 pacuity.csh $(INSTDIR)/pacuity
47 >        cp pdfblur.csh $(INSTDIR)/pdfblur
48 >        cp pmblur.csh $(INSTDIR)/pmblur
49 >        cp psquish.csh $(INSTDIR)/psquish
50 >        cp pveil.csh $(INSTDIR)/pveil
51 >        cp xyzimage.csh $(INSTDIR)/xyzimage
52 >        chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \
53 > $(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage \
54 > $(INSTDIR)/pacuity $(INSTDIR)/psquish $(INSTDIR)/pveil
55  
56   clean:
57          set nonomatch; rm -f x10image aedimage glimage ra_tiff \
# Line 76 | Line 85 | paintjet:      paintjet.o
85   mt160r: mt160r.o
86          $(CC) $(CFLAGS) -o mt160r mt160r.o -lrt $(MLIB)
87  
79 getinfo:        getinfo.o
80        $(CC) $(CFLAGS) -o getinfo getinfo.o -lrt
81
88   greyscale:      greyscale.o
89          $(CC) $(CFLAGS) -o greyscale greyscale.o -lrt $(MLIB)
90  
# Line 100 | Line 106 | psign: psign.o
106   d48c:   d48c.o
107          $(CC) $(CFLAGS) -o d48c d48c.o -lrt
108  
109 + ra_gif: ra_gif.o clrtab.o neuclrtab.o
110 +        $(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o neuclrtab.o -lrt $(MLIB)
111 +
112   ra_pr:  ra_pr.o ciq.o cut.o closest.o biq.o
113          $(CC) $(CFLAGS) -o ra_pr ra_pr.o ciq.o cut.o closest.o \
114   biq.o -lrt $(MLIB)
# Line 116 | Line 125 | ra_ps: ra_ps.o
125   ra_ppm:         ra_ppm.o
126          $(CC) $(CFLAGS) -o ra_ppm ra_ppm.o -lrt $(MLIB)
127  
128 < ra_t8:  ra_t8.o clrtab.o
129 <        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o -lrt $(MLIB)
128 > ra_t8:  ra_t8.o clrtab.o neuclrtab.o
129 >        $(CC) $(CFLAGS) -o ra_t8 ra_t8.o clrtab.o neuclrtab.o -lrt $(MLIB)
130  
131   ra_t16: ra_t16.o
132          $(CC) $(CFLAGS) -o ra_t16 ra_t16.o -lrt $(MLIB)
# Line 162 | Line 171 | pcomb: pcomb.o
171   pinterp:        pinterp.o
172          $(CC) $(CFLAGS) -o pinterp pinterp.o -lrt $(MLIB)
173  
174 + ra_xyze:        ra_xyze.o
175 +        $(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrt $(MLIB)
176 +
177   ra_tiff:        ra_tiff.o ../lib/libtiff.a
178          $(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrt -ltiff $(MLIB)
179  
168 psign.o:        psign.c ../common/font.h
169        $(CC) $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c psign.c
170
180   ra_tiff.o:      ra_tiff.c
181          $(CC) $(CFLAGS) -Ilibtiff -c ra_tiff.c
182  
# Line 186 | Line 195 | xshowtrace:    xshowtrace.o x11findwind.o
195          $(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \
196   x11findwind.o -lrt $(MLIB) -lX11
197  
198 + macbethcal:     macbethcal.o pmapgen.o mx3.o
199 +        $(CC) $(CFLAGS) -o macbethcal macbethcal.o pmapgen.o mx3.o -lrt $(MLIB)
200 +
201 +
202 + macbethcal.o:   pmap.h ../common/color.h ../common/resolu.h
203 +
204 + pmapgen.o:      mx3.h pmap.h
205 +
206 + nclrtab.o:      neuclrtab.o
207 +        ln neuclrtab.c nclrtab.c
208 +        $(CC) $(CFLAGS) -DCOMPAT_MODE -c nclrtab.c
209 +        rm -f nclrtab.c
210 +
211   pcomb.o:        ../common/calcomp.h
212  
213   panim.o:        client/scan.h ../common/color.h ../common/random.h
214  
215   pf2.o bnoise.o ra_ps.o ra_t16.o:        ../common/random.h
216  
217 < pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \
217 > neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o \
218 > psum.o psign.o protate.o \
219   pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \
220   pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \
221   ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o:    ../common/color.h
222  
223 < pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \
224 < pcomb.o pfilt.o pf3.o image.o:  ../common/standard.h \
223 > neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \
224 > xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o:    ../common/standard.h \
225   ../common/mat4.h ../common/fvect.h
226  
227   ximage.o xraster.o:     xraster.h
# Line 220 | Line 243 | pinterp.o protate.o pvalue.o ra_bn.o ra_pict.o ra_pixa
243   ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \
244   ra_tiff.o ttyimage.o ximage.o x11image.o:       ../common/resolu.h
245  
246 < pfilt.o psign.o:        ../common/paths.h
246 > pfilt.o:        ../common/paths.h ../common/view.h
247 >
248 > psign.o:        ../common/font.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines