18 |
|
PROGS = pfilt ttyimage psign ra_tiff normtiff \ |
19 |
|
pvalue pcompos protate ra_hexbit ra_bmp \ |
20 |
|
ra_t8 ra_t16 pcomb pinterp pflip ra_ppm ximage xshowtrace \ |
21 |
< |
ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond pcwarp |
21 |
> |
ra_rgbe ra_pict ra_ps pextrem ra_gif ra_xyze macbethcal pcond \ |
22 |
> |
pcwarp pmblur2 psketch |
23 |
|
|
24 |
|
all: $(PROGS) $(SPECIAL) |
25 |
|
|
37 |
|
cp pmblur.csh $(INSTDIR)/pmblur |
38 |
|
cp pmdblur.csh $(INSTDIR)/pmdblur |
39 |
|
cp xyzimage.csh $(INSTDIR)/xyzimage |
40 |
< |
cp phisto.csh $(INSTDIR)/phisto |
40 |
> |
cp phisto.pl $(INSTDIR)/phisto |
41 |
|
cp pdelta.csh $(INSTDIR)/pdelta |
42 |
|
cp pgblur.csh $(INSTDIR)/pgblur |
43 |
|
cp ra_pfm.csh $(INSTDIR)/ra_pfm |
47 |
|
pmdblur xyzimage phisto pdelta pgblur ra_pfm ran2tiff pbilat |
48 |
|
|
49 |
|
clean: |
50 |
< |
rm -f $(PROGS) $(SPECIAL) *.o core x11findwind.c |
50 |
> |
rm -f $(PROGS) $(SPECIAL) *.o x11findwind.c |
51 |
|
cd tiff; make distclean |
52 |
|
|
53 |
|
pfilt: pfilt.o pf2.o pf3.o |
118 |
|
pinterp: pinterp.o |
119 |
|
$(CC) $(CFLAGS) -o pinterp pinterp.o -lrtrad $(MLIB) |
120 |
|
|
121 |
+ |
pmblur2: pmblur2.o |
122 |
+ |
$(CC) $(CFLAGS) -o pmblur2 pmblur2.o -lrtrad $(MLIB) |
123 |
+ |
|
124 |
|
ra_xyze: ra_xyze.o |
125 |
|
$(CC) $(CFLAGS) -o ra_xyze ra_xyze.o -lrtrad $(MLIB) |
126 |
|
|
127 |
+ |
psketch: psketch.o |
128 |
+ |
$(CC) $(CFLAGS) -o psketch psketch.o -lrtrad $(MLIB) |
129 |
+ |
|
130 |
|
ra_tiff: ra_tiff.o ../lib/libtiff.a |
131 |
|
$(CC) $(CFLAGS) -o ra_tiff ra_tiff.o -lrtrad -ltiff $(MLIB) |
132 |
|
|
173 |
|
|
174 |
|
neuclrtab.o clrtab.o pfilt.o pf2.o pf3.o ttyimage.o \ |
175 |
|
psign.o protate.o ra_hexbit.o pextrem.o pcompos.o \ |
176 |
< |
pflip.o ra_t8.o ra_t16.o ra_tiff.o ra_pict.o \ |
176 |
> |
pflip.o ra_t8.o ra_t16.o ra_tiff.o ra_pict.o pmblur2.o \ |
177 |
|
ra_ps.o pvalue.o pcomb.o pinterp.o: ../common/color.h |
178 |
|
|
179 |
< |
neuclrtab.o pvalue.o protate.o pinterp.o psign.o \ |
179 |
> |
neuclrtab.o pvalue.o protate.o pinterp.o psign.o pmblur2.o psketch.o \ |
180 |
|
xshowtrace.o clrtab.o pcomb.o pfilt.o pf3.o image.o: ../common/standard.h \ |
181 |
|
../common/rtmisc.h ../common/rtio.h \ |
182 |
|
../common/rtmath.h ../common/mat4.h ../common/fvect.h \ |
202 |
|
ra_ppm.o ra_rgbe.o ra_t16.o ra_t8.o \ |
203 |
|
ra_tiff.o ttyimage.o: ../common/resolu.h |
204 |
|
|
205 |
< |
pfilt.o: ../common/paths.h |
205 |
> |
psketch.o: ../common/resolu.h ../common/color.h |
206 |
|
|
207 |
+ |
psketch.o pfilt.o: ../common/paths.h |
208 |
+ |
|
209 |
|
psign.o: ../common/font.h |
210 |
|
|
211 |
|
pcond.o pcond2.o pcond3.o pcond4.o: pcond.h ../common/standard.h \ |
220 |
|
|
221 |
|
x11findwind.c: ../common/x11findwind.c |
222 |
|
cp ../common/x11findwind.c . |
223 |
+ |
|
224 |
+ |
macbethcal.o normtiff.o pcomb.o pcompos.o pcond.o pextrem.o pfilt.o \ |
225 |
+ |
pflip.o psign.o pvalue.o ra_bmp.o ra_gif.o ra_pict.o ra_ppm.o ra_ps.o \ |
226 |
+ |
ra_rgbe.o ra_skel.o ra_t16.o ra_t8.o ra_tiff.o ra_xyze.o pmblur2.o \ |
227 |
+ |
psketch.o ttyimage.o: ../common/platform.h |