1 # Copyright (C) 1997, 1998 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Library General Public License as
6 # published by the Free Software Foundation; either version 2 of the
7 # License, or (at your option) any later version.
9 # The GNU C Library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Library General Public License for more details.
14 # You should have received a copy of the GNU Library General Public
15 # License along with the GNU C Library; see the file COPYING.LIB. If
16 # not, write to the Free Software Foundation, Inc.,
17 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 # Makefile for iconv data and code.
24 # Names of all the shared objects which implement the transformations.
25 modules
:= ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5 \
26 ISO8859-6 ISO8859-7 ISO8859-8 ISO8859-9 ISO8859-10 \
27 T
.61 ISO_6937 SJIS KOI-8 HP-ROMAN8 EBCDIC-AT-DE \
28 EBCDIC-AT-DE-A EBCDIC-CA-FR EUC-KR UHC JOHAB libJIS libKSC \
29 BIG5 EUC-JP libGB EUC-CN libCNS EUC-TW ISO646 EBCDIC-DK-NO \
30 EBCDIC-DK-NO-A EBCDIC-ES EBCDIC-ES-A EBCDIC-ES-S EBCDIC-FI-SE \
31 EBCDIC-FI-SE-A EBCDIC-FR EBCDIC-IS-FRISS EBCDIC-IT EBCDIC-PT \
32 EBCDIC-UK EBCDIC-US IBM037 IBM038 IBM274 IBM275 IBM423 \
33 IBM500 IBM870 IBM871 IBM891 IBM903 IBM904 IBM905 IBM1047 \
34 CP874 CP737 CP775 ISO-2022-KR \
35 KOI8-R LATIN-GREEK LATIN-GREEK-1 IBM256 IBM273 IBM277 IBM278 \
36 IBM280 IBM281 IBM284 IBM285 IBM290 IBM297 IBM420 IBM424 \
37 IBM437 IBM850 IBM851 IBM852 IBM855 IBM857 IBM860 IBM861 \
38 IBM862 IBM863 IBM864 IBM865 IBM868 IBM869 IBM875 IBM880 \
39 IBM918 IBM1004 IBM1026 CP1250 CP1251 CP1252 CP1253 CP1254 \
40 CP1255 CP1256 CP1257 ISO-2022-JP MACINTOSH IEC_P27-1 BALTIC \
41 ASMO_449 ANSI_X3.110 CSN_369103 CWI DEC-MCS ECMA-CYRILLIC \
42 GOST_19768-74 GREEK-CCITT GREEK7 GREEK7-OLD INIS INIS-8 \
43 INIS-CYRILLIC ISO_6937-2 ISO_2033 ISO_5427 ISO_5427-EXT \
44 ISO_5428 ISO_10367-BOX MAC-IS NATS-DANO NATS-SEFI
46 modules.so
:= $(addsuffix .so
, $(modules
))
50 ISO8859-1-routines
:= iso8859-1
51 ISO8859-2-routines
:= iso8859-2
52 ISO8859-3-routines
:= iso8859-3
53 ISO8859-4-routines
:= iso8859-4
54 ISO8859-5-routines
:= iso8859-5
55 ISO8859-6-routines
:= iso8859-6
56 ISO8859-7-routines
:= iso8859-7
57 ISO8859-8-routines
:= iso8859-8
58 ISO8859-9-routines
:= iso8859-9
59 ISO8859-10-routines
:= iso8859-10
60 ISO646-routines
:= iso646
62 ISO_6937-routines
:= iso6937
64 KOI-8-routines
:= koi-8
65 KOI8-R-routines
:= koi8-r
66 LATIN-GREEK-routines
:= latin-greek
67 LATIN-GREEK-1-routines
:= latin-greek-1
68 HP-ROMAN8-routines
:= hp-roman8
69 EBCDIC-AT-DE-routines
:= ebcdic-at-de
70 EBCDIC-AT-DE-A-routines
:= ebcdic-at-de-a
71 EBCDIC-CA-FR-routines
:= ebcdic-ca-fr
72 EBCDIC-DK-NO-routines
:= ebcdic-dk-no
73 EBCDIC-DK-NO-A-routines
:= ebcdic-dk-no-a
74 EBCDIC-ES-routines
:= ebcdic-es
75 EBCDIC-ES-A-routines
:= ebcdic-es-a
76 EBCDIC-ES-S-routines
:= ebcdic-es-s
77 EBCDIC-FI-SE-routines
:= ebcdic-fi-se
78 EBCDIC-FI-SE-A-routines
:= ebcdic-fi-se-a
79 EBCDIC-FR-routines
:= ebcdic-fr
80 EBCDIC-IS-FRISS-routines
:= ebcdic-is-friss
81 EBCDIC-IT-routines
:= ebcdic-it
82 EBCDIC-PT-routines
:= ebcdic-pt
83 EBCDIC-UK-routines
:= ebcdic-uk
84 EBCDIC-US-routines
:= ebcdic-us
85 IBM037-routines
:= ibm037
86 IBM038-routines
:= ibm038
87 IBM256-routines
:= ibm256
88 IBM273-routines
:= ibm273
89 IBM274-routines
:= ibm274
90 IBM275-routines
:= ibm275
91 IBM277-routines
:= ibm277
92 IBM278-routines
:= ibm278
93 IBM280-routines
:= ibm280
94 IBM281-routines
:= ibm281
95 IBM284-routines
:= ibm284
96 IBM285-routines
:= ibm285
97 IBM290-routines
:= ibm290
98 IBM297-routines
:= ibm297
99 IBM420-routines
:= ibm420
100 IBM423-routines
:= ibm423
101 IBM424-routines
:= ibm424
102 IBM437-routines
:= ibm437
103 IBM500-routines
:= ibm500
104 IBM850-routines
:= ibm850
105 IBM851-routines
:= ibm851
106 IBM852-routines
:= ibm852
107 IBM855-routines
:= ibm855
108 IBM857-routines
:= ibm857
109 IBM860-routines
:= ibm860
110 IBM861-routines
:= ibm861
111 IBM862-routines
:= ibm862
112 IBM863-routines
:= ibm863
113 IBM864-routines
:= ibm864
114 IBM865-routines
:= ibm865
115 IBM868-routines
:= ibm868
116 IBM869-routines
:= ibm869
117 IBM870-routines
:= ibm870
118 IBM871-routines
:= ibm871
119 IBM875-routines
:= ibm875
120 IBM880-routines
:= ibm880
121 IBM891-routines
:= ibm891
122 IBM903-routines
:= ibm903
123 IBM904-routines
:= ibm904
124 IBM905-routines
:= ibm905
125 IBM918-routines
:= ibm918
126 IBM1004-routines
:= ibm1004
127 IBM1026-routines
:= ibm1026
128 IBM1047-routines
:= ibm1047
129 CP737-routines
:= cp737
130 CP775-routines
:= cp775
131 CP874-routines
:= cp874
132 CP1250-routines
:= cp1250
133 CP1251-routines
:= cp1251
134 CP1252-routines
:= cp1252
135 CP1253-routines
:= cp1253
136 CP1254-routines
:= cp1254
137 CP1255-routines
:= cp1255
138 CP1256-routines
:= cp1256
139 CP1257-routines
:= cp1257
140 EUC-KR-routines
:= euckr
141 JOHAB-routines
:= johab
143 BIG5-routines
:= big5
144 EUC-JP-routines
:= eucjp
145 EUC-CN-routines
:= euccn
146 EUC-TW-routines
:= euctw
147 ISO-2022-JP-routines
:= iso-2022-jp
148 ISO-2022-KR-routines
:= iso-2022-kr
149 MACINTOSH-routines
:= macintosh
150 IEC_P27-1-routines
:= iec_p27-1
151 BALTIC-routines
:= baltic
152 ASMO_449-routines
:= asmo_449
153 ANSI_X3.110
-routines
:= ansi_x3.110
154 CSN_369103-routines
:= csn_369103
156 DEC-MCS-routines
:= dec-mcs
157 ECMA-CYRILLIC-routines
:= ecma-cyrillic
158 GOST_19768-74-routines
:= gost_19768-74
159 GREEK-CCITT-routines
:= greek-ccitt
160 GREEK7-routines
:= greek7
161 GREEK7-OLD-routines
:= greek7-old
162 INIS-routines
:= inis
163 INIS-8-routines
:= inis
164 INIS-CYRILLIC-routines
:= inis
165 ISO_6937-2-routines
:= iso6937-2
166 ISO_2033-routines
:= iso_2033
167 ISO_5427-routines
:= iso_5427
168 ISO_5427-EXT-routines
:= iso_5427-ext
169 ISO_5428-routines
:= iso_5428
170 ISO_10367-BOX-routines
:= iso_10367-box
171 MAC-IS-routines
:= mac-is
172 NATS-DANO-routines
:= nats-dano
173 NATS-SEFI-routines
:= nats-dano
174 libJIS-routines
:= jis0201 jis0208 jis0212
175 libKSC-routines
:= ksc5601
176 libGB-routines
:= gb2312
177 libCNS-routines
:= cns11643l1 cns11643
179 LDFLAGS-EUC-KR.so
= -Wl
,-rpath
,$(gconvdir
)
180 $(objpfx
)EUC-KR.so
: $(objpfx
)libKSC.so
181 LDFLAGS-JOHAB.so
= -Wl
,-rpath
,$(gconvdir
)
182 $(objpfx
)JOHAB.so
: $(objpfx
)libKSC.so
183 LDFLAGS-UHC.so
= -Wl
,-rpath
,$(gconvdir
)
184 $(objpfx
)UHC.so
: $(objpfx
)libKSC.so
185 LDFLAGS-EUC-JP.so
= -Wl
,-rpath
,$(gconvdir
)
186 $(objpfx
)EUC-JP.so
: $(objpfx
)libJIS.so
187 LDFLAGS-EUC-CN.so
= -Wl
,-rpath
,$(gconvdir
)
188 $(objpfx
)EUC-CN.so
: $(objpfx
)libGB.so
189 LDFLAGS-EUC-TW.so
= -Wl
,-rpath
,$(gconvdir
)
190 $(objpfx
)EUC-TW.so
: $(objpfx
)libCNS.so
192 LDFLAGS-ISO-2022-JP.so
= -Wl
,-rpath
,$(gconvdir
)
193 $(objpfx
)ISO-2022-JP.so
: $(objpfx
)libJIS.so
$(objpfx
)libGB.so \
194 $(objpfx
)libCNS.so
$(objpfx
)libKSC.so
195 LDFLAGS-ISO-2022-KR.so
= -Wl
,-rpath
,$(gconvdir
)
196 $(objpfx
)ISO-2022-KR.so
: $(objpfx
)libKSC.so
198 LDFLAGS-libJIS.so
= -Wl
,-soname
,$(@F
)
199 LDFLAGS-libKSC.so
= -Wl
,-soname
,$(@F
)
200 LDFLAGS-libGB.so
= -Wl
,-soname
,$(@F
)
201 LDFLAGS-libCNS.so
= -Wl
,-soname
,$(@F
)
203 distribute
:= 8bit-generic.c
8bit-gap.c gap.awk gaptab.awk gconv-modules \
204 iso8859-1.c iso8859-2.c iso8859-3.c iso8859-4.c iso8859-5.c \
205 iso8859-6.c iso8859-7.c iso8859-8.c iso8859-9.c iso8859-10.c \
206 t61.c iso6937.c sjis.c jis0201.h jis0208.h jis0212.h \
207 koi-8.c koi8-r.c hp-roman8.c latin-greek.c latin-greek-1.c \
208 ebcdic-at-de.c ebcdic-at-de-a.c ebcdic-ca-fr.c jis0201.c \
209 jis0208.c jis0212.c extra-module.mk euckr.c johab.c uhc.c \
210 ksc5601.c ksc5601.h iso646.c big5.c eucjp.c gb2312.c gb2312.h \
211 euccn.c euctw.c cns11643l1.c cns11643l1.h cns11643.h \
212 cns11643.c run-iconv-test.sh TESTS
$(wildcard testdata
/*) \
213 ebcdic-dk-no.c ebcdic-dk-no-a.c ebcdic-es.c ebcdic-es-a.c \
214 ebcdic-es-s.c ebcdic-fi-se.c ebcdic-fi-se-a.c ebcdic-fr.c \
215 ebcdic-is-friss.c ebcdic-it.c ebcdic-pt.c ebcdic-uk.c \
216 ebcdic-us.c ibm037.c ibm038.c ibm256.c ibm273.c ibm274.c \
217 ibm275.c ibm277.c ibm278.c ibm280.c ibm281.c ibm284.c \
218 ibm285.c ibm290.c ibm297.c ibm420.c ibm423.c ibm424.c \
219 ibm437.c ibm500.c ibm850.c ibm851.c ibm852.c ibm855.c \
220 ibm857.c ibm860.c ibm861.c ibm862.c ibm863.c ibm864.c \
221 ibm865.c ibm868.c ibm869.c ibm870.c ibm871.c ibm875.c \
222 ibm880.c ibm891.c ibm903.c ibm904.c ibm905.c ibm918.c \
223 ibm1004.c ibm1026.c ibm1047.c cp1250.c cp1251.c cp1252.c \
224 cp1253.c cp1254.c cp1255.c cp1256.c cp1257.c cp874.c cp874.h \
225 cp737.c cp737.h cp775.c cp775.h iso-2022-jp.c iso-2022-kr.c \
226 gen-8bit.sh gen-8bit-gap.sh gen-8bit-gap-1.sh macintosh.c \
227 iec_p27-1.c baltic.c asmo_449.c ansi_x3.110.c csn_369103.c \
228 cwi.c dec-mcs.c ecma-cyrillic.c gost_19768-74.c greek-ccitt.c \
229 greek7.c greek7-old.c inis.c inis-8.c inis-cyrillic.c \
230 iso6937-2.c iso_2033.c iso_5427.c iso_5427-ext.c \
231 iso_5428.c iso_10367-box.c mac-is.c nats-dano.c nats-sefi.c
233 # We build the transformation modules only when we build shared libs.
234 ifeq (yes
,$(build-shared
))
236 # This macro is similar to build-shlib but it does not define a soname
237 # and it does not depend on the destination name to start with `lib'.
239 $(LINK.o
) -shared
-o
$@
$(sysdep-LDFLAGS
) $(config-LDFLAGS
) \
240 -B
$(csu-objpfx
) $(load-map-file
) \
241 $(LDFLAGS.so
) $(LDFLAGS-
$(@F
:%.so
=%).so
) \
242 -L
$(subst :, -L
,$(rpath-link
)) -Wl
,-rpath-link
=$(rpath-link
) \
243 -Wl
,--whole-archive \
244 $(filter-out $(map-file
) $(+preinit
) $(+postinit
),$^
) \
245 $(no-whole-archive
) $(LDLIBS-
$(@F
:%.so
=%).so
)
248 # Rule to generate the shared objects.
249 extra-modules-left
:= $(modules
)
250 include extra-module.mk
253 extra-objs
+= $(modules.so
)
254 install-others
= $(addprefix $(inst_gconvdir
)/, $(modules.so
)) \
255 $(inst_gconvdir
)/gconv-modules
257 # If we have the localedata add-on available we can build the conversion
258 # tables for numerous charsets.
260 define generate-8bit-table
261 $(make-target-directory
)
262 $(SHELL
) .
/gen-8bit.sh
$< > $(@
:stmp
=T
)
263 $(move-if-change
) $(@
:stmp
=T
) $(@
:stmp
=h
)
267 sed-generated-headers
:= iso8859-2.h iso8859-3.h iso8859-4.h iso8859-6.h \
268 iso8859-9.h koi-8.h hp-roman8.h ebcdic-at-de.h \
269 ebcdic-at-de-a.h ebcdic-ca-fr.h ebcdic-dk-no.h \
270 ebcdic-dk-no-a.h ebcdic-es.h ebcdic-es-a.h \
271 ebcdic-es-s.h ebcdic-fi-se.h ebcdic-fi-se-a.h \
272 ebcdic-fr.h ebcdic-is-friss.h ebcdic-it.h \
273 ebcdic-pt.h ebcdic-uk.h ebcdic-us.h ibm037.h \
274 ibm038.h ibm274.h ibm275.h ibm423.h ibm500.h \
275 ibm870.h ibm871.h ibm891.h ibm903.h ibm904.h \
278 define generate-8bit-gap-table
279 $(make-target-directory
)
280 $(SHELL
) .
/gen-8bit-gap.sh
$< > $(@
:stmp
=T
)
281 $(move-if-change
) $(@
:stmp
=T
) $(@
:stmp
=h
)
287 awk-generated-headers
:= koi8-r.h latin-greek.h latin-greek-1.h \
288 ibm256.h ibm273.h ibm277.h ibm278.h ibm280.h \
289 ibm281.h ibm284.h ibm285.h ibm290.h ibm297.h \
290 ibm420.h ibm424.h ibm437.h ibm850.h ibm851.h \
291 ibm852.h ibm855.h ibm857.h ibm860.h ibm861.h \
292 ibm862.h ibm863.h ibm864.h ibm865.h ibm868.h \
293 ibm869.h ibm875.h ibm880.h ibm918.h ibm1004.h \
294 ibm1026.h cp1250.h cp1251.h cp1252.h cp1253.h \
295 cp1254.h cp1255.h cp1256.h cp1257.h \
296 iso8859-5.h iso8859-7.h iso8859-8.h \
297 iso8859-10.h iso8859-7jp.h macintosh.h \
298 iec_p27-1.h baltic.h asmo_449.h csn_369103.h \
299 cwi.h dec-mcs.h ecma-cyrillic.h gost_19768-74.h\
300 greek-ccitt.h greek7.h greek7-old.h inis.h \
301 inis-8.h inis-cyrillic.h iso_2033.h iso_5427.h \
302 iso_5427-ext.h iso_5428.h iso_10367-box.h \
303 mac-is.h nats-dano.h nats-sefi.h
305 generated
= $(sed-generated-headers
) $(sed-generated-headers
:%.h
=%.stmp
) \
306 $(awk-generated-headers
) $(awk-generated-headers
:%.h
=%.stmp
) \
309 generated
+= $(objpfx
)gconv-modules
312 # The headers must be generated before the compilation.
313 before-compile
= $(addprefix $(objpfx
),\
314 $(sed-generated-headers
) $(awk-generated-headers
))
316 # Rules to generate the headers.
317 $(sed-generated-headers
:%=$(objpfx
)%): $(objpfx
)%.h
: $(objpfx
)%.stmp
320 $(objpfx
)iso8859-2.stmp
: ..
/localedata
/charmaps
/ISO-8859-2 gen-8bit.sh
321 $(generate-8bit-table
)
322 $(objpfx
)iso8859-3.stmp
: ..
/localedata
/charmaps
/ISO-8859-3 gen-8bit.sh
323 $(generate-8bit-table
)
324 $(objpfx
)iso8859-4.stmp
: ..
/localedata
/charmaps
/ISO-8859-4 gen-8bit.sh
325 $(generate-8bit-table
)
326 $(objpfx
)iso8859-6.stmp
: ..
/localedata
/charmaps
/ISO-8859-6 gen-8bit.sh
327 $(generate-8bit-table
)
328 $(objpfx
)iso8859-9.stmp
: ..
/localedata
/charmaps
/ISO-8859-9 gen-8bit.sh
329 $(generate-8bit-table
)
331 $(objpfx
)koi-8.stmp
: ..
/localedata
/charmaps
/KOI-8 gen-8bit.sh
332 $(generate-8bit-table
)
333 $(objpfx
)hp-roman8.stmp
: ..
/localedata
/charmaps
/HP-ROMAN8 gen-8bit.sh
334 $(generate-8bit-table
)
336 $(objpfx
)ebcdic-at-de.stmp
: ..
/localedata
/charmaps
/EBCDIC-AT-DE gen-8bit.sh
337 $(generate-8bit-table
)
338 $(objpfx
)ebcdic-at-de-a.stmp
: ..
/localedata
/charmaps
/EBCDIC-AT-DE-A gen-8bit.sh
339 $(generate-8bit-table
)
340 $(objpfx
)ebcdic-ca-fr.stmp
: ..
/localedata
/charmaps
/EBCDIC-CA-FR gen-8bit.sh
341 $(generate-8bit-table
)
342 $(objpfx
)ebcdic-dk-no.stmp
: ..
/localedata
/charmaps
/EBCDIC-DK-NO gen-8bit.sh
343 $(generate-8bit-table
)
344 $(objpfx
)ebcdic-dk-no-a.stmp
: ..
/localedata
/charmaps
/EBCDIC-DK-NO-A gen-8bit.sh
345 $(generate-8bit-table
)
346 $(objpfx
)ebcdic-es.stmp
: ..
/localedata
/charmaps
/EBCDIC-ES gen-8bit.sh
347 $(generate-8bit-table
)
348 $(objpfx
)ebcdic-es-a.stmp
: ..
/localedata
/charmaps
/EBCDIC-ES-A gen-8bit.sh
349 $(generate-8bit-table
)
350 $(objpfx
)ebcdic-es-s.stmp
: ..
/localedata
/charmaps
/EBCDIC-ES-S gen-8bit.sh
351 $(generate-8bit-table
)
352 $(objpfx
)ebcdic-fi-se.stmp
: ..
/localedata
/charmaps
/EBCDIC-FI-SE gen-8bit.sh
353 $(generate-8bit-table
)
354 $(objpfx
)ebcdic-fi-se-a.stmp
: ..
/localedata
/charmaps
/EBCDIC-FI-SE-A gen-8bit.sh
355 $(generate-8bit-table
)
356 $(objpfx
)ebcdic-fr.stmp
: ..
/localedata
/charmaps
/EBCDIC-FR gen-8bit.sh
357 $(generate-8bit-table
)
358 $(objpfx
)ebcdic-is-friss.stmp
: ..
/localedata
/charmaps
/EBCDIC-IS-FRISS gen-8bit.sh
359 $(generate-8bit-table
)
360 $(objpfx
)ebcdic-it.stmp
: ..
/localedata
/charmaps
/EBCDIC-IT gen-8bit.sh
361 $(generate-8bit-table
)
362 $(objpfx
)ebcdic-pt.stmp
: ..
/localedata
/charmaps
/EBCDIC-PT gen-8bit.sh
363 $(generate-8bit-table
)
364 $(objpfx
)ebcdic-uk.stmp
: ..
/localedata
/charmaps
/EBCDIC-UK gen-8bit.sh
365 $(generate-8bit-table
)
366 $(objpfx
)ebcdic-us.stmp
: ..
/localedata
/charmaps
/EBCDIC-US gen-8bit.sh
367 $(generate-8bit-table
)
369 $(objpfx
)ibm037.stmp
: ..
/localedata
/charmaps
/IBM037 gen-8bit.sh
370 $(generate-8bit-table
)
371 $(objpfx
)ibm038.stmp
: ..
/localedata
/charmaps
/IBM038 gen-8bit.sh
372 $(generate-8bit-table
)
373 $(objpfx
)ibm274.stmp
: ..
/localedata
/charmaps
/IBM274 gen-8bit.sh
374 $(generate-8bit-table
)
375 $(objpfx
)ibm275.stmp
: ..
/localedata
/charmaps
/IBM275 gen-8bit.sh
376 $(generate-8bit-table
)
377 $(objpfx
)ibm423.stmp
: ..
/localedata
/charmaps
/IBM423 gen-8bit.sh
378 $(generate-8bit-table
)
379 $(objpfx
)ibm500.stmp
: ..
/localedata
/charmaps
/IBM500 gen-8bit.sh
380 $(generate-8bit-table
)
381 $(objpfx
)ibm870.stmp
: ..
/localedata
/charmaps
/IBM870 gen-8bit.sh
382 $(generate-8bit-table
)
383 $(objpfx
)ibm871.stmp
: ..
/localedata
/charmaps
/IBM871 gen-8bit.sh
384 $(generate-8bit-table
)
385 $(objpfx
)ibm891.stmp
: ..
/localedata
/charmaps
/IBM891 gen-8bit.sh
386 $(generate-8bit-table
)
387 $(objpfx
)ibm903.stmp
: ..
/localedata
/charmaps
/IBM903 gen-8bit.sh
388 $(generate-8bit-table
)
389 $(objpfx
)ibm904.stmp
: ..
/localedata
/charmaps
/IBM904 gen-8bit.sh
390 $(generate-8bit-table
)
391 $(objpfx
)ibm905.stmp
: ..
/localedata
/charmaps
/IBM905 gen-8bit.sh
392 $(generate-8bit-table
)
393 $(objpfx
)ibm1047.stmp
: ..
/localedata
/charmaps
/IBM1047 gen-8bit.sh
394 $(generate-8bit-table
)
396 $(awk-generated-headers
:%=$(objpfx
)%): $(objpfx
)%.h
: $(objpfx
)%.stmp
399 $(objpfx
)iso8859-5.stmp
: ..
/localedata
/charmaps
/ISO-8859-5 gen-8bit-gap.sh
400 $(generate-8bit-gap-table
)
401 $(objpfx
)iso8859-7.stmp
: ..
/localedata
/charmaps
/ISO-8859-7 gen-8bit-gap.sh
402 $(generate-8bit-gap-table
)
403 $(objpfx
)iso8859-7jp.stmp
: ..
/localedata
/charmaps
/ISO-8859-7 gen-8bit-gap-1.sh
404 $(make-target-directory
)
405 $(SHELL
) .
/gen-8bit-gap-1.sh
$< >$(@
:stmp
=T
)
406 $(move-if-change
) $(@
:stmp
=T
) $(@
:stmp
=h
)
409 $(objpfx
)iso8859-8.stmp
: ..
/localedata
/charmaps
/ISO-8859-8 gen-8bit-gap.sh
410 $(generate-8bit-gap-table
)
411 $(objpfx
)iso8859-10.stmp
: ..
/localedata
/charmaps
/ISO-8859-10 gen-8bit-gap.sh
412 $(generate-8bit-gap-table
)
414 $(objpfx
)koi8-r.stmp
: ..
/localedata
/charmaps
/KOI8-R gen-8bit-gap.sh
415 $(generate-8bit-gap-table
)
416 $(objpfx
)latin-greek.stmp
: ..
/localedata
/charmaps
/LATIN-GREEK gen-8bit-gap.sh
417 $(generate-8bit-gap-table
)
418 $(objpfx
)latin-greek-1.stmp
: ..
/localedata
/charmaps
/LATIN-GREEK-1 gen-8bit-gap.sh
419 $(generate-8bit-gap-table
)
421 $(objpfx
)ibm256.stmp
: ..
/localedata
/charmaps
/IBM256 gen-8bit-gap.sh
422 $(generate-8bit-gap-table
)
423 $(objpfx
)ibm273.stmp
: ..
/localedata
/charmaps
/IBM273 gen-8bit-gap.sh
424 $(generate-8bit-gap-table
)
425 $(objpfx
)ibm277.stmp
: ..
/localedata
/charmaps
/IBM277 gen-8bit-gap.sh
426 $(generate-8bit-gap-table
)
427 $(objpfx
)ibm278.stmp
: ..
/localedata
/charmaps
/IBM278 gen-8bit-gap.sh
428 $(generate-8bit-gap-table
)
429 $(objpfx
)ibm280.stmp
: ..
/localedata
/charmaps
/IBM280 gen-8bit-gap.sh
430 $(generate-8bit-gap-table
)
431 $(objpfx
)ibm281.stmp
: ..
/localedata
/charmaps
/IBM281 gen-8bit-gap.sh
432 $(generate-8bit-gap-table
)
433 $(objpfx
)ibm284.stmp
: ..
/localedata
/charmaps
/IBM284 gen-8bit-gap.sh
434 $(generate-8bit-gap-table
)
435 $(objpfx
)ibm285.stmp
: ..
/localedata
/charmaps
/IBM285 gen-8bit-gap.sh
436 $(generate-8bit-gap-table
)
437 $(objpfx
)ibm290.stmp
: ..
/localedata
/charmaps
/IBM290 gen-8bit-gap.sh
438 $(generate-8bit-gap-table
)
439 $(objpfx
)ibm297.stmp
: ..
/localedata
/charmaps
/IBM297 gen-8bit-gap.sh
440 $(generate-8bit-gap-table
)
441 $(objpfx
)ibm420.stmp
: ..
/localedata
/charmaps
/IBM420 gen-8bit-gap.sh
442 $(generate-8bit-gap-table
)
443 $(objpfx
)ibm424.stmp
: ..
/localedata
/charmaps
/IBM424 gen-8bit-gap.sh
444 $(generate-8bit-gap-table
)
445 $(objpfx
)ibm437.stmp
: ..
/localedata
/charmaps
/IBM437 gen-8bit-gap.sh
446 $(generate-8bit-gap-table
)
447 $(objpfx
)ibm850.stmp
: ..
/localedata
/charmaps
/IBM850 gen-8bit-gap.sh
448 $(generate-8bit-gap-table
)
449 $(objpfx
)ibm851.stmp
: ..
/localedata
/charmaps
/IBM851 gen-8bit-gap.sh
450 $(generate-8bit-gap-table
)
451 $(objpfx
)ibm852.stmp
: ..
/localedata
/charmaps
/IBM852 gen-8bit-gap.sh
452 $(generate-8bit-gap-table
)
453 $(objpfx
)ibm855.stmp
: ..
/localedata
/charmaps
/IBM855 gen-8bit-gap.sh
454 $(generate-8bit-gap-table
)
455 $(objpfx
)ibm857.stmp
: ..
/localedata
/charmaps
/IBM857 gen-8bit-gap.sh
456 $(generate-8bit-gap-table
)
457 $(objpfx
)ibm860.stmp
: ..
/localedata
/charmaps
/IBM860 gen-8bit-gap.sh
458 $(generate-8bit-gap-table
)
459 $(objpfx
)ibm861.stmp
: ..
/localedata
/charmaps
/IBM861 gen-8bit-gap.sh
460 $(generate-8bit-gap-table
)
461 $(objpfx
)ibm862.stmp
: ..
/localedata
/charmaps
/IBM862 gen-8bit-gap.sh
462 $(generate-8bit-gap-table
)
463 $(objpfx
)ibm863.stmp
: ..
/localedata
/charmaps
/IBM863 gen-8bit-gap.sh
464 $(generate-8bit-gap-table
)
465 $(objpfx
)ibm864.stmp
: ..
/localedata
/charmaps
/IBM864 gen-8bit-gap.sh
466 $(generate-8bit-gap-table
)
467 $(objpfx
)ibm865.stmp
: ..
/localedata
/charmaps
/IBM865 gen-8bit-gap.sh
468 $(generate-8bit-gap-table
)
469 $(objpfx
)ibm868.stmp
: ..
/localedata
/charmaps
/IBM868 gen-8bit-gap.sh
470 $(generate-8bit-gap-table
)
471 $(objpfx
)ibm869.stmp
: ..
/localedata
/charmaps
/IBM869 gen-8bit-gap.sh
472 $(generate-8bit-gap-table
)
473 $(objpfx
)ibm875.stmp
: ..
/localedata
/charmaps
/IBM875 gen-8bit-gap.sh
474 $(generate-8bit-gap-table
)
475 $(objpfx
)ibm880.stmp
: ..
/localedata
/charmaps
/IBM880 gen-8bit-gap.sh
476 $(generate-8bit-gap-table
)
477 $(objpfx
)ibm918.stmp
: ..
/localedata
/charmaps
/IBM918 gen-8bit-gap.sh
478 $(generate-8bit-gap-table
)
479 $(objpfx
)ibm1004.stmp
: ..
/localedata
/charmaps
/IBM1004 gen-8bit-gap.sh
480 $(generate-8bit-gap-table
)
481 $(objpfx
)ibm1026.stmp
: ..
/localedata
/charmaps
/IBM1026 gen-8bit-gap.sh
482 $(generate-8bit-gap-table
)
484 $(objpfx
)cp1250.stmp
: ..
/localedata
/charmaps
/CP1250 gen-8bit-gap.sh
485 $(generate-8bit-gap-table
)
486 $(objpfx
)cp1251.stmp
: ..
/localedata
/charmaps
/CP1251 gen-8bit-gap.sh
487 $(generate-8bit-gap-table
)
488 $(objpfx
)cp1252.stmp
: ..
/localedata
/charmaps
/CP1252 gen-8bit-gap.sh
489 $(generate-8bit-gap-table
)
490 $(objpfx
)cp1253.stmp
: ..
/localedata
/charmaps
/CP1253 gen-8bit-gap.sh
491 $(generate-8bit-gap-table
)
492 $(objpfx
)cp1254.stmp
: ..
/localedata
/charmaps
/CP1254 gen-8bit-gap.sh
493 $(generate-8bit-gap-table
)
494 $(objpfx
)cp1255.stmp
: ..
/localedata
/charmaps
/CP1255 gen-8bit-gap.sh
495 $(generate-8bit-gap-table
)
496 $(objpfx
)cp1256.stmp
: ..
/localedata
/charmaps
/CP1256 gen-8bit-gap.sh
497 $(generate-8bit-gap-table
)
498 $(objpfx
)cp1257.stmp
: ..
/localedata
/charmaps
/CP1257 gen-8bit-gap.sh
499 $(generate-8bit-gap-table
)
501 $(objpfx
)macintosh.stmp
: ..
/localedata
/charmaps
/MACINTOSH gen-8bit-gap.sh
502 $(generate-8bit-gap-table
)
503 $(objpfx
)iec_p27-1.stmp
: ..
/localedata
/charmaps
/IEC_P27-1 gen-8bit-gap.sh
504 $(generate-8bit-gap-table
)
505 $(objpfx
)baltic.stmp
: ..
/localedata
/charmaps
/BALTIC gen-8bit-gap.sh
506 $(generate-8bit-gap-table
)
507 $(objpfx
)asmo_449.stmp
: ..
/localedata
/charmaps
/ASMO_449 gen-8bit-gap.sh
508 $(generate-8bit-gap-table
)
509 $(objpfx
)csn_369103.stmp
: ..
/localedata
/charmaps
/CSN_369103 gen-8bit-gap.sh
510 $(generate-8bit-gap-table
)
511 $(objpfx
)cwi.stmp
: ..
/localedata
/charmaps
/CWI gen-8bit-gap.sh
512 $(generate-8bit-gap-table
)
513 $(objpfx
)dec-mcs.stmp
: ..
/localedata
/charmaps
/DEC-MCS gen-8bit-gap.sh
514 $(generate-8bit-gap-table
)
515 $(objpfx
)ecma-cyrillic.stmp
: ..
/localedata
/charmaps
/ECMA-CYRILLIC \
517 $(generate-8bit-gap-table
)
518 $(objpfx
)gost_19768-74.stmp
: ..
/localedata
/charmaps
/GOST_19768-74 \
520 $(generate-8bit-gap-table
)
521 $(objpfx
)greek-ccitt.stmp
: ..
/localedata
/charmaps
/GREEK-CCITT gen-8bit-gap.sh
522 $(generate-8bit-gap-table
)
523 $(objpfx
)greek7.stmp
: ..
/localedata
/charmaps
/GREEK7 gen-8bit-gap.sh
524 $(generate-8bit-gap-table
)
525 $(objpfx
)greek7-old.stmp
: ..
/localedata
/charmaps
/GREEK7-OLD gen-8bit-gap.sh
526 $(generate-8bit-gap-table
)
527 $(objpfx
)inis.stmp
: ..
/localedata
/charmaps
/INIS gen-8bit-gap.sh
528 $(generate-8bit-gap-table
)
529 $(objpfx
)inis-8.stmp
: ..
/localedata
/charmaps
/INIS-8 gen-8bit-gap.sh
530 $(generate-8bit-gap-table
)
531 $(objpfx
)inis-cyrillic.stmp
: ..
/localedata
/charmaps
/INIS-CYRILLIC \
533 $(generate-8bit-gap-table
)
534 $(objpfx
)iso_2033.stmp
: ..
/localedata
/charmaps
/ISO_2033-1983 gen-8bit-gap.sh
535 $(generate-8bit-gap-table
)
536 $(objpfx
)iso_5427.stmp
: ..
/localedata
/charmaps
/ISO_5427 gen-8bit-gap.sh
537 $(generate-8bit-gap-table
)
538 $(objpfx
)iso_5427-ext.stmp
: ..
/localedata
/charmaps
/ISO_5427-EXT gen-8bit-gap.sh
539 $(generate-8bit-gap-table
)
540 $(objpfx
)iso_5428.stmp
: ..
/localedata
/charmaps
/ISO_5428 gen-8bit-gap.sh
541 $(generate-8bit-gap-table
)
542 $(objpfx
)iso_10367-box.stmp
: ..
/localedata
/charmaps
/ISO_10367-BOX \
544 $(generate-8bit-gap-table
)
545 $(objpfx
)mac-is.stmp
: ..
/localedata
/charmaps
/MAC-IS gen-8bit-gap.sh
546 $(generate-8bit-gap-table
)
547 $(objpfx
)nats-dano.stmp
: ..
/localedata
/charmaps
/NATS-DANO gen-8bit-gap.sh
548 $(generate-8bit-gap-table
)
549 $(objpfx
)nats-sefi.stmp
: ..
/localedata
/charmaps
/NATS-SEFI gen-8bit-gap.sh
550 $(generate-8bit-gap-table
)
552 headers
: $(addprefix $(objpfx
),\
553 $(sed-generated-headers
) $(awk-generated-headers
))
555 $(addprefix $(inst_gconvdir
)/, $(modules.so
)): \
556 $(inst_gconvdir
)/%: $(objpfx
)% $(+force)
557 $(do-install-program
)
558 $(inst_gconvdir
)/gconv-modules
: gconv-modules
$(+force)
564 tests
: $(objpfx
)iconv-test.out
566 $(objpfx
)iconv-test.out
: run-iconv-test.sh
$(objpfx
)gconv-modules \
567 $(addprefix $(objpfx
),$(modules.so
)) \
568 $(common-objdir
)/iconv
/iconv_prog TESTS
569 $(SHELL
) -e
$< $(common-objdir
) > $@
572 $(objpfx
)gconv-modules
: gconv-modules