2 # Makefile to create the encoding vectors.
3 # Copyright (c) 1995-1998 Markku Rossi.
5 # Author: Markku Rossi <mtr@iki.fi>
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.
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.
19 # You should have received a copy of the GNU General Public License
21 # along with Enscript. If not, see <http://www.gnu.org/licenses/>.
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_pc.c e_mac.c e_vms.c e_hp8.c e_koi8.c
32 e_88591.c: make-encoding.pl ../88591.txt
33 ./make-encoding.pl ../88591.txt >e_88591.c
35 e_88592.c: make-encoding.pl ../88592.txt
36 ./make-encoding.pl ../88592.txt >e_88592.c
38 e_88593.c: make-encoding.pl ../88593.txt
39 ./make-encoding.pl ../88593.txt >e_88593.c
41 e_88594.c: make-encoding.pl ../88594.txt
42 ./make-encoding.pl ../88594.txt >e_88594.c
44 e_88595.c: make-encoding.pl ../88595.txt
45 ./make-encoding.pl ../88595.txt >e_88595.c
47 e_88597.c: make-encoding.pl ../88597.txt
48 ./make-encoding.pl ../88597.txt >e_88597.c
50 e_88599.c: make-encoding.pl ../88599.txt
51 ./make-encoding.pl ../88599.txt >e_88599.c
53 e_885910.c: make-encoding.pl ../885910.txt
54 ./make-encoding.pl ../885910.txt >e_885910.c
56 e_pc.c: make-encoding.pl ../ibmpc.txt
57 ./make-encoding.pl ../ibmpc.txt >e_pc.c
59 e_mac.c: make-encoding.pl ../mac.txt
60 ./make-encoding.pl ../mac.txt >e_mac.c
62 e_vms.c: make-encoding.pl ../vms.txt
63 ./make-encoding.pl ../vms.txt >e_vms.c
65 e_hp8.c: make-encoding.pl ../hp8.txt
66 ./make-encoding.pl ../hp8.txt >e_hp8.c
68 e_koi8.c: make-encoding.pl ../koi8.txt
69 ./make-encoding.pl ../koi8.txt >e_koi8.c