1 |
< |
# Compiles for image processing and display programs |
2 |
< |
# SCCSid "$SunId$ LBL" |
1 |
> |
# Compiles for image processing and display programs |
2 |
> |
# SCCSid "$SunId$ SGI" |
3 |
|
# |
4 |
|
|
5 |
|
ARCH = sun |
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 pcond pcwarp |
24 |
|
|
25 |
|
all: $(PROGS) $(SPECIAL) |
26 |
|
|
33 |
|
sgi: glimage |
34 |
|
cp glimage $(INSTDIR) |
35 |
|
|
36 |
– |
tiff: ra_tiff |
37 |
– |
cp ra_tiff $(INSTDIR) |
38 |
– |
|
36 |
|
sun: |
37 |
|
|
38 |
< |
install: $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh |
38 |
> |
install: $(PROGS) $(SPECIAL) normpat.csh falsecolor.csh \ |
39 |
> |
pdfblur.csh pmblur.csh xyzimage.csh |
40 |
|
cp $(PROGS) $(INSTDIR) |
41 |
|
cp normpat.csh $(INSTDIR)/normpat |
42 |
|
cp falsecolor.csh $(INSTDIR)/falsecolor |
43 |
< |
chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor |
43 |
> |
cp pdfblur.csh $(INSTDIR)/pdfblur |
44 |
> |
cp pmblur.csh $(INSTDIR)/pmblur |
45 |
> |
cp xyzimage.csh $(INSTDIR)/xyzimage |
46 |
> |
chmod 755 $(INSTDIR)/normpat $(INSTDIR)/falsecolor \ |
47 |
> |
$(INSTDIR)/pdfblur $(INSTDIR)/pmblur $(INSTDIR)/xyzimage |
48 |
|
|
49 |
|
clean: |
50 |
|
set nonomatch; rm -f x10image aedimage glimage ra_tiff \ |
53 |
|
pfilt: pfilt.o pf2.o pf3.o |
54 |
|
$(CC) $(CFLAGS) -o pfilt pfilt.o pf2.o pf3.o -lrt $(MLIB) |
55 |
|
|
56 |
+ |
pcond: pcond.o pcond2.o pcond3.o pcond4.o warp3d.o |
57 |
+ |
$(CC) $(CFLAGS) -o pcond pcond.o pcond2.o pcond3.o pcond4.o warp3d.o \ |
58 |
+ |
-lrt $(MLIB) |
59 |
+ |
|
60 |
+ |
pcwarp: pcwarp.o warp3d.o |
61 |
+ |
$(CC) $(CFLAGS) -o pcwarp pcwarp.o warp3d.o -lrt $(MLIB) |
62 |
+ |
|
63 |
|
ttyimage: ttyimage.o |
64 |
|
$(CC) $(CFLAGS) -o ttyimage ttyimage.o -lrt $(MLIB) |
65 |
|
|
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 |
|
|
106 |
|
d48c: d48c.o |
107 |
|
$(CC) $(CFLAGS) -o d48c d48c.o -lrt |
108 |
|
|
109 |
< |
ra_gif: ra_gif.o clrtab.o |
110 |
< |
$(CC) $(CFLAGS) -o ra_gif ra_gif.o clrtab.o -lrt $(MLIB) |
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 \ |
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) |
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 |
|
|
180 |
< |
psign.o: psign.c ../common/font.h |
181 |
< |
$(CC) $(CFLAGS) -DDEFPATH=\":$(LIBDIR)\" -c psign.c |
180 |
> |
../common/tiff.h ../lib/libtiff.a: tiff/config.local |
181 |
> |
cd tiff ; ./configure -quiet -noninteractive ; \ |
182 |
> |
cd libtiff ; make install ; |
183 |
> |
# cd .. ; make distclean |
184 |
|
|
174 |
– |
ra_tiff.o: ra_tiff.c |
175 |
– |
$(CC) $(CFLAGS) -Ilibtiff -c ra_tiff.c |
176 |
– |
|
177 |
– |
../lib/libtiff.a: |
178 |
– |
cd libtiff ; make -f Makefile.$(ARCH) ; \ |
179 |
– |
mv libtiff.a ../../lib ; make clean |
180 |
– |
|
185 |
|
ra_pixar: ra_pixar.o ra_pixar.c |
186 |
|
$(CC) $(CFLAGS) $(PIXAR_INCLUDE) -o $@ ra_pixar.o -lrt \ |
187 |
|
$(PIXAR_LIB) |
193 |
|
$(CC) $(CFLAGS) -o xshowtrace xshowtrace.o \ |
194 |
|
x11findwind.o -lrt $(MLIB) -lX11 |
195 |
|
|
196 |
+ |
macbethcal: macbethcal.o pmapgen.o mx3.o warp3d.o |
197 |
+ |
$(CC) $(CFLAGS) -o macbethcal macbethcal.o pmapgen.o mx3.o warp3d.o \ |
198 |
+ |
-lrt $(MLIB) |
199 |
+ |
|
200 |
+ |
|
201 |
+ |
macbethcal.o: pmap.h ../common/color.h ../common/resolu.h |
202 |
+ |
|
203 |
+ |
macbethcal.o pcond2.o pcwarp.o warp3d.o: warp3d.h ../common/lookup.h |
204 |
+ |
|
205 |
+ |
pmapgen.o: mx3.h pmap.h |
206 |
+ |
|
207 |
+ |
nclrtab.o: neuclrtab.o |
208 |
+ |
ln neuclrtab.c nclrtab.c |
209 |
+ |
$(CC) $(CFLAGS) -DCOMPAT_MODE -c nclrtab.c |
210 |
+ |
rm -f nclrtab.c |
211 |
+ |
|
212 |
|
pcomb.o: ../common/calcomp.h |
213 |
|
|
214 |
|
panim.o: client/scan.h ../common/color.h ../common/random.h |
215 |
|
|
216 |
|
pf2.o bnoise.o ra_ps.o ra_t16.o: ../common/random.h |
217 |
|
|
218 |
< |
pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o psum.o psign.o protate.o \ |
218 |
> |
neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o t4027.o mt160r.o \ |
219 |
> |
psum.o psign.o protate.o \ |
220 |
|
pextrem.o ra_pr24.o d48c.o aedimage.o pcompos.o color.o resolu.o colrops.o \ |
221 |
|
pflip.o greyscale.o ra_t8.o glimage.o ra_bn.o ra_t16.o ra_tiff.o ra_pict.o \ |
222 |
|
ra_ps.o ra_pr.o pvalue.o pcomb.o pinterp.o ximage.o: ../common/color.h |
223 |
|
|
224 |
< |
pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o xshowtrace.o \ |
225 |
< |
pcomb.o pfilt.o pf3.o image.o: ../common/standard.h \ |
224 |
> |
neuclrtab.o pvalue.o protate.o biq.o ciq.o pinterp.o ximage.o psign.o \ |
225 |
> |
xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o: ../common/standard.h \ |
226 |
|
../common/mat4.h ../common/fvect.h |
227 |
|
|
228 |
|
ximage.o xraster.o: xraster.h |
229 |
|
|
230 |
|
x11image.o x11raster.o: x11raster.h |
231 |
|
|
232 |
+ |
x11image.o: ../common/tonemap.h ../common/color.h |
233 |
+ |
|
234 |
|
ra_t8.o: ../common/targa.h |
235 |
|
|
236 |
+ |
ra_tiff.o: ../common/tiff.h |
237 |
+ |
|
238 |
|
aedimage.o ximage.o ra_t8.o ra_pr.o: pic.h |
239 |
|
|
240 |
|
ciq.o cut.o closest.o biq.o: pic.h ciq.h |
248 |
|
ra_ppm.o ra_pr.o ra_pr24.o ra_rgbe.o ra_t16.o ra_t8.o glimage.o \ |
249 |
|
ra_tiff.o ttyimage.o ximage.o x11image.o: ../common/resolu.h |
250 |
|
|
251 |
< |
pfilt.o psign.o: ../common/paths.h |
251 |
> |
pfilt.o: ../common/paths.h ../common/view.h |
252 |
> |
|
253 |
> |
psign.o: ../common/font.h |
254 |
> |
|
255 |
> |
pcond.o pcond2.o pcond3.o pcond4.o: pcond.h ../common/standard.h \ |
256 |
> |
../common/mat4.h ../common/fvect.h \ |
257 |
> |
../common/color.h ../common/view.h ../common/resolu.h |