Ready for testing
[enscript.git] / afmlib / Makefile-encodings
1 #
2 # Makefile to create the encoding vectors.
3 # Copyright (c) 1995-1998 Markku Rossi.
4 #
5 # Author: Markku Rossi <mtr@iki.fi>
6 #
7
8 #
9 # Enscript is free software: you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
13 #
14 # Enscript is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 # GNU General Public License for more details.
18 #
19 # You should have received a copy of the GNU General Public License
20 #
21 # along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
22 #
23
24 ENCODINGS = e_88591.c e_88592.c e_88593.c e_88594.c e_88595.c \
25 e_88597.c e_88599.c e_885910.c e_885915.c e_pc.c e_mac.c e_vms.c e_hp8.c e_koi8.c
26
27 all: $(ENCODINGS)
28
29 clean:
30         rm -f $(ENCODINGS)
31
32 e_88591.c: make-encoding.pl ../88591.txt
33         ./make-encoding.pl ../88591.txt >e_88591.c
34
35 e_88592.c: make-encoding.pl ../88592.txt
36         ./make-encoding.pl ../88592.txt >e_88592.c
37
38 e_88593.c: make-encoding.pl ../88593.txt
39         ./make-encoding.pl ../88593.txt >e_88593.c
40
41 e_88594.c: make-encoding.pl ../88594.txt
42         ./make-encoding.pl ../88594.txt >e_88594.c
43
44 e_88595.c: make-encoding.pl ../88595.txt
45         ./make-encoding.pl ../88595.txt >e_88595.c
46
47 e_88597.c: make-encoding.pl ../88597.txt
48         ./make-encoding.pl ../88597.txt >e_88597.c
49
50 e_88599.c: make-encoding.pl ../88599.txt
51         ./make-encoding.pl ../88599.txt >e_88599.c
52
53 e_885910.c: make-encoding.pl ../885910.txt
54         ./make-encoding.pl ../885910.txt >e_885910.c
55
56 e_885915.c: make-encoding.pl ../885915.txt
57         ./make-encoding.pl ../885915.txt >e_885915.c
58
59 e_pc.c: make-encoding.pl ../ibmpc.txt
60         ./make-encoding.pl ../ibmpc.txt >e_pc.c
61
62 e_mac.c: make-encoding.pl ../mac.txt
63         ./make-encoding.pl ../mac.txt >e_mac.c
64
65 e_vms.c: make-encoding.pl ../vms.txt
66         ./make-encoding.pl ../vms.txt >e_vms.c
67
68 e_hp8.c: make-encoding.pl ../hp8.txt
69         ./make-encoding.pl ../hp8.txt >e_hp8.c
70
71 e_koi8.c: make-encoding.pl ../koi8.txt
72         ./make-encoding.pl ../koi8.txt >e_koi8.c