comparison spandsp-0.0.3/spandsp-0.0.3/itutests/fax/Makefile.am @ 5:f762bf195c4b

import spandsp-0.0.3
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 16:00:21 +0200
parents
children
comparison
equal deleted inserted replaced
4:26cd8f1ef0b1 5:f762bf195c4b
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2 ##
3 ## This program is free software; you can redistribute it and/or modify
4 ## it under the terms of the GNU General Public License version 2, as
5 ## published by the Free Software Foundation.
6 ##
7 ## This program is distributed in the hope that it will be useful,
8 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
9 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 ## GNU General Public License for more details.
11 ##
12 ## You should have received a copy of the GNU General Public License
13 ## along with this program; if not, write to the Free Software
14 ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15 ##
16 ## $Id: Makefile.am,v 1.8 2006/11/26 13:13:30 steveu Exp $
17
18 AM_CFLAGS = $(COMP_VENDOR_CFLAGS)
19
20 PBM2G3 = pbmtog3
21 FAX2TIFF = fax2tiff
22
23 EXTRA_DIST = itu1.pbm itu2.pbm itu3.pbm itu4.pbm itu5.pbm itu6.pbm itu7.pbm itu8.pbm \
24 test1.pbm test2.pbm test3.pbm test4.pbm
25
26 nobase_data_DATA = itutests.tif \
27 itu1.tif \
28 itu2.tif \
29 itu3.tif \
30 itu4.tif \
31 itu5.tif \
32 itu6.tif \
33 itu7.tif \
34 itu8.tif \
35 test1.tif \
36 test2.tif \
37 test3.tif \
38 test4.tif \
39 dithered.tif \
40 100pages.tif \
41 R16_154_A3.tif \
42 R16_154_A4.tif \
43 R16_154_B4.tif \
44 R16_385_A3.tif \
45 R16_385_A4.tif \
46 R16_385_B4.tif \
47 R16_77_A3.tif \
48 R16_77_A4.tif \
49 R16_77_B4.tif \
50 R8_154_A3.tif \
51 R8_154_A4.tif \
52 R8_154_B4.tif \
53 R8_385_A3.tif \
54 R8_385_A4.tif \
55 R8_385_B4.tif \
56 R8_77_A3.tif \
57 R8_77_A4.tif \
58 R8_77_B4.tif
59
60 noinst_PROGRAMS = generate_dithered_tif \
61 generate_sized_pages
62
63 generate_dithered_tif_SOURCES = generate_dithered_tif.c
64 generate_dithered_tif_LDADD = -ltiff
65
66 generate_sized_pages_SOURCES = generate_sized_pages.c
67 generate_sized_pages_LDADD = -ltiff
68
69 clean:
70 rm -f *.tif *.g3
71
72 itutests.tif: itu1.g3 itu2.g3 itu3.g3 itu4.g3 itu5.g3 itu6.g3 itu7.g3 itu8.g3 \
73 test1.g3 test2.g3 test3.g3 test4.g3
74 $(FAX2TIFF) -M -o $@ itu1.g3 itu2.g3 itu3.g3 itu4.g3 itu5.g3 itu6.g3 itu7.g3 itu8.g3 \
75 test1.g3 test2.g3 test3.g3 test4.g3
76
77 100pages.tif: itu1.g3 itu2.g3 itu3.g3 itu4.g3 itu5.g3 itu6.g3 itu7.g3 itu8.g3 \
78 test1.g3 test2.g3 test3.g3 test4.g3
79 $(FAX2TIFF) -M -o $@ \
80 itu1.g3 itu2.g3 itu3.g3 itu4.g3 itu5.g3 itu6.g3 itu7.g3 itu8.g3 test1.g3 test2.g3 test3.g3 test4.g3 \
81 itu1.g3 itu2.g3 itu3.g3 itu4.g3 itu5.g3 itu6.g3 itu7.g3 itu8.g3 test1.g3 test2.g3 test3.g3 test4.g3 \
82 itu1.g3 itu2.g3 itu3.g3 itu4.g3 itu5.g3 itu6.g3 itu7.g3 itu8.g3 test1.g3 test2.g3 test3.g3 test4.g3 \
83 itu1.g3 itu2.g3 itu3.g3 itu4.g3 itu5.g3 itu6.g3 itu7.g3 itu8.g3 test1.g3 test2.g3 test3.g3 test4.g3 \
84 itu1.g3 itu2.g3 itu3.g3 itu4.g3 itu5.g3 itu6.g3 itu7.g3 itu8.g3 test1.g3 test2.g3 test3.g3 test4.g3 \
85 itu1.g3 itu2.g3 itu3.g3 itu4.g3 itu5.g3 itu6.g3 itu7.g3 itu8.g3 test1.g3 test2.g3 test3.g3 test4.g3 \
86 itu1.g3 itu2.g3 itu3.g3 itu4.g3 itu5.g3 itu6.g3 itu7.g3 itu8.g3 test1.g3 test2.g3 test3.g3 test4.g3 \
87 itu1.g3 itu2.g3 itu3.g3 itu4.g3 itu5.g3 itu6.g3 itu7.g3 itu8.g3 test1.g3 test2.g3 test3.g3 test4.g3 \
88 itu1.g3 itu2.g3 itu3.g3 itu4.g3
89
90 .g3.tif:
91 ${FAX2TIFF} -M -o $*.tif $*.g3
92
93 .pbm.g3:
94 ${PBM2G3} $*.pbm >$*.g3
95
96 dithered.tif: generate_dithered_tif$(EXEEXT)
97 ./generate_dithered_tif$(EXEEXT)
98
99 R16_154_A3.tif R16_154_A4.tif R16_154_B4.tif \
100 R16_385_A3.tif R16_385_A4.tif R16_385_B4.tif \
101 R16_77_A3.tif R16_77_A4.tif R16_77_B4.tif \
102 R8_154_A3.tif R8_154_A4.tif R8_154_B4.tif \
103 R8_385_A3.tif R8_385_A4.tif R8_385_B4.tif \
104 R8_77_A3.tif R8_77_A4.tif R8_77_B4.tif: generate_sized_pages$(EXEEXT)
105 ./generate_sized_pages$(EXEEXT)

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.