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
42 modules.so
:= $(addsuffix .so
, $(modules
))
46 ISO8859-1-routines
:= iso8859-1
47 ISO8859-2-routines
:= iso8859-2
48 ISO8859-3-routines
:= iso8859-3
49 ISO8859-4-routines
:= iso8859-4
50 ISO8859-5-routines
:= iso8859-5
51 ISO8859-6-routines
:= iso8859-6
52 ISO8859-7-routines
:= iso8859-7
53 ISO8859-8-routines
:= iso8859-8
54 ISO8859-9-routines
:= iso8859-9
55 ISO8859-10-routines
:= iso8859-10
56 ISO646-routines
:= iso646
58 ISO_6937-routines
:= iso6937
60 KOI-8-routines
:= koi-8
61 KOI8-R-routines
:= koi8-r
62 LATIN-GREEK-routines
:= latin-greek
63 LATIN-GREEK-1-routines
:= latin-greek-1
64 HP-ROMAN8-routines
:= hp-roman8
65 EBCDIC-AT-DE-routines
:= ebcdic-at-de
66 EBCDIC-AT-DE-A-routines
:= ebcdic-at-de-a
67 EBCDIC-CA-FR-routines
:= ebcdic-ca-fr
68 EBCDIC-DK-NO-routines
:= ebcdic-dk-no
69 EBCDIC-DK-NO-A-routines
:= ebcdic-dk-no-a
70 EBCDIC-ES-routines
:= ebcdic-es
71 EBCDIC-ES-A-routines
:= ebcdic-es-a
72 EBCDIC-ES-S-routines
:= ebcdic-es-s
73 EBCDIC-FI-SE-routines
:= ebcdic-fi-se
74 EBCDIC-FI-SE-A-routines
:= ebcdic-fi-se-a
75 EBCDIC-FR-routines
:= ebcdic-fr
76 EBCDIC-IS-FRISS-routines
:= ebcdic-is-friss
77 EBCDIC-IT-routines
:= ebcdic-it
78 EBCDIC-PT-routines
:= ebcdic-pt
79 EBCDIC-UK-routines
:= ebcdic-uk
80 EBCDIC-US-routines
:= ebcdic-us
81 IBM037-routines
:= ibm037
82 IBM038-routines
:= ibm038
83 IBM256-routines
:= ibm256
84 IBM273-routines
:= ibm273
85 IBM274-routines
:= ibm274
86 IBM275-routines
:= ibm275
87 IBM277-routines
:= ibm277
88 IBM278-routines
:= ibm278
89 IBM280-routines
:= ibm280
90 IBM281-routines
:= ibm281
91 IBM284-routines
:= ibm284
92 IBM285-routines
:= ibm285
93 IBM290-routines
:= ibm290
94 IBM297-routines
:= ibm297
95 IBM420-routines
:= ibm420
96 IBM423-routines
:= ibm423
97 IBM424-routines
:= ibm424
98 IBM437-routines
:= ibm437
99 IBM500-routines
:= ibm500
100 IBM850-routines
:= ibm850
101 IBM851-routines
:= ibm851
102 IBM852-routines
:= ibm852
103 IBM855-routines
:= ibm855
104 IBM857-routines
:= ibm857
105 IBM860-routines
:= ibm860
106 IBM861-routines
:= ibm861
107 IBM862-routines
:= ibm862
108 IBM863-routines
:= ibm863
109 IBM864-routines
:= ibm864
110 IBM865-routines
:= ibm865
111 IBM868-routines
:= ibm868
112 IBM869-routines
:= ibm869
113 IBM870-routines
:= ibm870
114 IBM871-routines
:= ibm871
115 IBM875-routines
:= ibm875
116 IBM880-routines
:= ibm880
117 IBM891-routines
:= ibm891
118 IBM903-routines
:= ibm903
119 IBM904-routines
:= ibm904
120 IBM905-routines
:= ibm905
121 IBM918-routines
:= ibm918
122 IBM1004-routines
:= ibm1004
123 IBM1026-routines
:= ibm1026
124 IBM1047-routines
:= ibm1047
125 CP737-routines
:= cp737
126 CP775-routines
:= cp775
127 CP874-routines
:= cp874
128 CP1250-routines
:= cp1250
129 CP1251-routines
:= cp1251
130 CP1252-routines
:= cp1252
131 CP1253-routines
:= cp1253
132 CP1254-routines
:= cp1254
133 CP1255-routines
:= cp1255
134 CP1256-routines
:= cp1256
135 CP1257-routines
:= cp1257
136 EUC-KR-routines
:= euckr
137 JOHAB-routines
:= johab
139 BIG5-routines
:= big5
140 EUC-JP-routines
:= eucjp
141 EUC-CN-routines
:= euccn
142 EUC-TW-routines
:= euctw
143 ISO-2022-JP-routines
:= iso-2022-jp
144 ISO-2022-KR-routines
:= iso-2022-kr
145 MACINTOSH-routines
:= macintosh
146 libJIS-routines
:= jis0201 jis0208 jis0212
147 libKSC-routines
:= ksc5601
148 libGB-routines
:= gb2312
149 libCNS-routines
:= cns11643l1 cns11643
151 LDFLAGS-EUC-KR.so
= -Wl
,-rpath
,$(gconvdir
)
152 $(objpfx
)EUC-KR.so
: $(objpfx
)libKSC.so
153 LDFLAGS-JOHAB.so
= -Wl
,-rpath
,$(gconvdir
)
154 $(objpfx
)JOHAB.so
: $(objpfx
)libKSC.so
155 LDFLAGS-UHC.so
= -Wl
,-rpath
,$(gconvdir
)
156 $(objpfx
)UHC.so
: $(objpfx
)libKSC.so
157 LDFLAGS-EUC-JP.so
= -Wl
,-rpath
,$(gconvdir
)
158 $(objpfx
)EUC-JP.so
: $(objpfx
)libJIS.so
159 LDFLAGS-EUC-CN.so
= -Wl
,-rpath
,$(gconvdir
)
160 $(objpfx
)EUC-CN.so
: $(objpfx
)libGB.so
161 LDFLAGS-EUC-TW.so
= -Wl
,-rpath
,$(gconvdir
)
162 $(objpfx
)EUC-TW.so
: $(objpfx
)libCNS.so
164 LDFLAGS-ISO-2022-JP.so
= -Wl
,-rpath
,$(gconvdir
)
165 $(objpfx
)ISO-2022-JP.so
: $(objpfx
)libJIS.so
$(objpfx
)libGB.so \
166 $(objpfx
)libCNS.so
$(objpfx
)libKSC.so
167 LDFLAGS-ISO-2022-KR.so
= -Wl
,-rpath
,$(gconvdir
)
168 $(objpfx
)ISO-2022-KR.so
: $(objpfx
)libKSC.so
170 LDFLAGS-libJIS.so
= -Wl
,-soname
,$(@F
)
171 LDFLAGS-libKSC.so
= -Wl
,-soname
,$(@F
)
172 LDFLAGS-libGB.so
= -Wl
,-soname
,$(@F
)
173 LDFLAGS-libCNS.so
= -Wl
,-soname
,$(@F
)
175 distribute
:= 8bit-generic.c
8bit-gap.c gap.awk gaptab.awk gconv-modules \
176 iso8859-1.c iso8859-2.c iso8859-3.c iso8859-4.c iso8859-5.c \
177 iso8859-6.c iso8859-7.c iso8859-8.c iso8859-9.c iso8859-10.c \
178 t61.c iso6937.c sjis.c jis0201.h jis0208.h jis0212.h \
179 koi-8.c koi8-r.c hp-roman8.c latin-greek.c latin-greek-1.c \
180 ebcdic-at-de.c ebcdic-at-de-a.c ebcdic-ca-fr.c jis0201.c \
181 jis0208.c jis0212.c extra-module.mk euckr.c johab.c uhc.c \
182 ksc5601.c ksc5601.h iso646.c big5.c eucjp.c gb2312.c gb2312.h \
183 euccn.c euctw.c cns11643l1.c cns11643l1.h cns11643.h \
184 cns11643.c run-iconv-test.sh TESTS
$(wildcard testdata
/*) \
185 ebcdic-dk-no.c ebcdic-dk-no-a.c ebcdic-es.c ebcdic-es-a.c \
186 ebcdic-es-s.c ebcdic-fi-se.c ebcdic-fi-se-a.c ebcdic-fr.c \
187 ebcdic-is-friss.c ebcdic-it.c ebcdic-pt.c ebcdic-uk.c \
188 ebcdic-us.c ibm037.c ibm038.c ibm256.c ibm273.c ibm274.c \
189 ibm275.c ibm277.c ibm278.c ibm280.c ibm281.c ibm284.c \
190 ibm285.c ibm290.c ibm297.c ibm420.c ibm423.c ibm424.c \
191 ibm437.c ibm500.c ibm850.c ibm851.c ibm852.c ibm855.c \
192 ibm857.c ibm860.c ibm861.c ibm862.c ibm863.c ibm864.c \
193 ibm865.c ibm868.c ibm869.c ibm870.c ibm871.c ibm875.c \
194 ibm880.c ibm891.c ibm903.c ibm904.c ibm905.c ibm918.c \
195 ibm1004.c ibm1026.c ibm1047.c cp1250.c cp1251.c cp1252.c \
196 cp1253.c cp1254.c cp1255.c cp1256.c cp1257.c cp874.c cp874.h \
197 cp737.c cp737.h cp775.c cp775.h iso-2022-jp.c iso-2022-kr.c \
198 gen-8bit.sh gen-8bit-gap.sh gen-8bit-gap-1.sh macintosh.c
200 # We build the transformation modules only when we build shared libs.
201 ifeq (yes
,$(build-shared
))
203 # This macro is similar to build-shlib but it does not define a soname
204 # and it does not depend on the destination name to start with `lib'.
206 $(LINK.o
) -shared
-o
$@
$(sysdep-LDFLAGS
) $(config-LDFLAGS
) \
207 -B
$(csu-objpfx
) $(load-map-file
) \
208 $(LDFLAGS.so
) $(LDFLAGS-
$(@F
:%.so
=%).so
) \
209 -L
$(subst :, -L
,$(rpath-link
)) -Wl
,-rpath-link
=$(rpath-link
) \
210 -Wl
,--whole-archive \
211 $(filter-out $(map-file
) $(+preinit
) $(+postinit
),$^
) \
212 $(no-whole-archive
) $(LDLIBS-
$(@F
:%.so
=%).so
)
215 # Rule to generate the shared objects.
216 extra-modules-left
:= $(modules
)
217 include extra-module.mk
220 extra-objs
+= $(modules.so
)
221 install-others
= $(addprefix $(inst_gconvdir
)/, $(modules.so
)) \
222 $(inst_gconvdir
)/gconv-modules
224 # If we have the localedata add-on available we can build the conversion
225 # tables for numerous charsets.
227 define generate-8bit-table
228 $(make-target-directory
)
229 $(SHELL
) .
/gen-8bit.sh
$< > $(@
:stmp
=T
)
230 $(move-if-change
) $(@
:stmp
=T
) $(@
:stmp
=h
)
234 sed-generated-headers
:= iso8859-2.h iso8859-3.h iso8859-4.h iso8859-6.h \
235 iso8859-9.h koi-8.h hp-roman8.h ebcdic-at-de.h \
236 ebcdic-at-de-a.h ebcdic-ca-fr.h ebcdic-dk-no.h \
237 ebcdic-dk-no-a.h ebcdic-es.h ebcdic-es-a.h \
238 ebcdic-es-s.h ebcdic-fi-se.h ebcdic-fi-se-a.h \
239 ebcdic-fr.h ebcdic-is-friss.h ebcdic-it.h \
240 ebcdic-pt.h ebcdic-uk.h ebcdic-us.h ibm037.h \
241 ibm038.h ibm274.h ibm275.h ibm423.h ibm500.h \
242 ibm870.h ibm871.h ibm891.h ibm903.h ibm904.h \
245 define generate-8bit-gap-table
246 $(make-target-directory
)
247 $(SHELL
) .
/gen-8bit-gap.sh
$< > $(@
:stmp
=T
)
248 $(move-if-change
) $(@
:stmp
=T
) $(@
:stmp
=h
)
254 awk-generated-headers
:= koi8-r.h latin-greek.h latin-greek-1.h \
255 ibm256.h ibm273.h ibm277.h ibm278.h ibm280.h \
256 ibm281.h ibm284.h ibm285.h ibm290.h ibm297.h \
257 ibm420.h ibm424.h ibm437.h ibm850.h ibm851.h \
258 ibm852.h ibm855.h ibm857.h ibm860.h ibm861.h \
259 ibm862.h ibm863.h ibm864.h ibm865.h ibm868.h \
260 ibm869.h ibm875.h ibm880.h ibm918.h ibm1004.h \
261 ibm1026.h cp1250.h cp1251.h cp1252.h cp1253.h \
262 cp1254.h cp1255.h cp1256.h cp1257.h \
263 iso8859-5.h iso8859-7.h iso8859-8.h \
264 iso8859-10.h iso8859-7jp.h macintosh.h
266 generated
= $(sed-generated-headers
) $(sed-generated-headers
:%.h
=%.stmp
) \
267 $(awk-generated-headers
) $(awk-generated-headers
:%.h
=%.stmp
) \
270 generated
+= $(objpfx
)gconv-modules
273 # The headers must be generated before the compilation.
274 before-compile
= $(addprefix $(objpfx
),\
275 $(sed-generated-headers
) $(awk-generated-headers
))
277 # Rules to generate the headers.
278 $(sed-generated-headers
:%=$(objpfx
)%): $(objpfx
)%.h
: $(objpfx
)%.stmp
281 $(objpfx
)iso8859-2.stmp
: ..
/localedata
/charmaps
/ISO-8859-2 gen-8bit.sh
282 $(generate-8bit-table
)
283 $(objpfx
)iso8859-3.stmp
: ..
/localedata
/charmaps
/ISO-8859-3 gen-8bit.sh
284 $(generate-8bit-table
)
285 $(objpfx
)iso8859-4.stmp
: ..
/localedata
/charmaps
/ISO-8859-4 gen-8bit.sh
286 $(generate-8bit-table
)
287 $(objpfx
)iso8859-6.stmp
: ..
/localedata
/charmaps
/ISO-8859-6 gen-8bit.sh
288 $(generate-8bit-table
)
289 $(objpfx
)iso8859-9.stmp
: ..
/localedata
/charmaps
/ISO-8859-9 gen-8bit.sh
290 $(generate-8bit-table
)
292 $(objpfx
)koi-8.stmp
: ..
/localedata
/charmaps
/KOI-8 gen-8bit.sh
293 $(generate-8bit-table
)
294 $(objpfx
)hp-roman8.stmp
: ..
/localedata
/charmaps
/HP-ROMAN8 gen-8bit.sh
295 $(generate-8bit-table
)
297 $(objpfx
)ebcdic-at-de.stmp
: ..
/localedata
/charmaps
/EBCDIC-AT-DE gen-8bit.sh
298 $(generate-8bit-table
)
299 $(objpfx
)ebcdic-at-de-a.stmp
: ..
/localedata
/charmaps
/EBCDIC-AT-DE-A gen-8bit.sh
300 $(generate-8bit-table
)
301 $(objpfx
)ebcdic-ca-fr.stmp
: ..
/localedata
/charmaps
/EBCDIC-CA-FR gen-8bit.sh
302 $(generate-8bit-table
)
303 $(objpfx
)ebcdic-dk-no.stmp
: ..
/localedata
/charmaps
/EBCDIC-DK-NO gen-8bit.sh
304 $(generate-8bit-table
)
305 $(objpfx
)ebcdic-dk-no-a.stmp
: ..
/localedata
/charmaps
/EBCDIC-DK-NO-A gen-8bit.sh
306 $(generate-8bit-table
)
307 $(objpfx
)ebcdic-es.stmp
: ..
/localedata
/charmaps
/EBCDIC-ES gen-8bit.sh
308 $(generate-8bit-table
)
309 $(objpfx
)ebcdic-es-a.stmp
: ..
/localedata
/charmaps
/EBCDIC-ES-A gen-8bit.sh
310 $(generate-8bit-table
)
311 $(objpfx
)ebcdic-es-s.stmp
: ..
/localedata
/charmaps
/EBCDIC-ES-S gen-8bit.sh
312 $(generate-8bit-table
)
313 $(objpfx
)ebcdic-fi-se.stmp
: ..
/localedata
/charmaps
/EBCDIC-FI-SE gen-8bit.sh
314 $(generate-8bit-table
)
315 $(objpfx
)ebcdic-fi-se-a.stmp
: ..
/localedata
/charmaps
/EBCDIC-FI-SE-A gen-8bit.sh
316 $(generate-8bit-table
)
317 $(objpfx
)ebcdic-fr.stmp
: ..
/localedata
/charmaps
/EBCDIC-FR gen-8bit.sh
318 $(generate-8bit-table
)
319 $(objpfx
)ebcdic-is-friss.stmp
: ..
/localedata
/charmaps
/EBCDIC-IS-FRISS gen-8bit.sh
320 $(generate-8bit-table
)
321 $(objpfx
)ebcdic-it.stmp
: ..
/localedata
/charmaps
/EBCDIC-IT gen-8bit.sh
322 $(generate-8bit-table
)
323 $(objpfx
)ebcdic-pt.stmp
: ..
/localedata
/charmaps
/EBCDIC-PT gen-8bit.sh
324 $(generate-8bit-table
)
325 $(objpfx
)ebcdic-uk.stmp
: ..
/localedata
/charmaps
/EBCDIC-UK gen-8bit.sh
326 $(generate-8bit-table
)
327 $(objpfx
)ebcdic-us.stmp
: ..
/localedata
/charmaps
/EBCDIC-US gen-8bit.sh
328 $(generate-8bit-table
)
330 $(objpfx
)ibm037.stmp
: ..
/localedata
/charmaps
/IBM037 gen-8bit.sh
331 $(generate-8bit-table
)
332 $(objpfx
)ibm038.stmp
: ..
/localedata
/charmaps
/IBM038 gen-8bit.sh
333 $(generate-8bit-table
)
334 $(objpfx
)ibm274.stmp
: ..
/localedata
/charmaps
/IBM274 gen-8bit.sh
335 $(generate-8bit-table
)
336 $(objpfx
)ibm275.stmp
: ..
/localedata
/charmaps
/IBM275 gen-8bit.sh
337 $(generate-8bit-table
)
338 $(objpfx
)ibm423.stmp
: ..
/localedata
/charmaps
/IBM423 gen-8bit.sh
339 $(generate-8bit-table
)
340 $(objpfx
)ibm500.stmp
: ..
/localedata
/charmaps
/IBM500 gen-8bit.sh
341 $(generate-8bit-table
)
342 $(objpfx
)ibm870.stmp
: ..
/localedata
/charmaps
/IBM870 gen-8bit.sh
343 $(generate-8bit-table
)
344 $(objpfx
)ibm871.stmp
: ..
/localedata
/charmaps
/IBM871 gen-8bit.sh
345 $(generate-8bit-table
)
346 $(objpfx
)ibm891.stmp
: ..
/localedata
/charmaps
/IBM891 gen-8bit.sh
347 $(generate-8bit-table
)
348 $(objpfx
)ibm903.stmp
: ..
/localedata
/charmaps
/IBM903 gen-8bit.sh
349 $(generate-8bit-table
)
350 $(objpfx
)ibm904.stmp
: ..
/localedata
/charmaps
/IBM904 gen-8bit.sh
351 $(generate-8bit-table
)
352 $(objpfx
)ibm905.stmp
: ..
/localedata
/charmaps
/IBM905 gen-8bit.sh
353 $(generate-8bit-table
)
354 $(objpfx
)ibm1047.stmp
: ..
/localedata
/charmaps
/IBM1047 gen-8bit.sh
355 $(generate-8bit-table
)
357 $(awk-generated-headers
:%=$(objpfx
)%): $(objpfx
)%.h
: $(objpfx
)%.stmp
360 $(objpfx
)iso8859-5.stmp
: ..
/localedata
/charmaps
/ISO-8859-5 gen-8bit-gap.sh
361 $(generate-8bit-gap-table
)
362 $(objpfx
)iso8859-7.stmp
: ..
/localedata
/charmaps
/ISO-8859-7 gen-8bit-gap.sh
363 $(generate-8bit-gap-table
)
364 $(objpfx
)iso8859-7jp.stmp
: ..
/localedata
/charmaps
/ISO-8859-7 gen-8bit-gap-1.sh
365 $(make-target-directory
)
366 $(SHELL
) .
/gen-8bit-gap-1.sh
$< >$(@
:stmp
=T
)
367 $(move-if-change
) $(@
:stmp
=T
) $(@
:stmp
=h
)
370 $(objpfx
)iso8859-8.stmp
: ..
/localedata
/charmaps
/ISO-8859-8 gen-8bit-gap.sh
371 $(generate-8bit-gap-table
)
372 $(objpfx
)iso8859-10.stmp
: ..
/localedata
/charmaps
/ISO-8859-10 gen-8bit-gap.sh
373 $(generate-8bit-gap-table
)
375 $(objpfx
)koi8-r.stmp
: ..
/localedata
/charmaps
/KOI8-R gen-8bit-gap.sh
376 $(generate-8bit-gap-table
)
377 $(objpfx
)latin-greek.stmp
: ..
/localedata
/charmaps
/LATIN-GREEK gen-8bit-gap.sh
378 $(generate-8bit-gap-table
)
379 $(objpfx
)latin-greek-1.stmp
: ..
/localedata
/charmaps
/LATIN-GREEK-1 gen-8bit-gap.sh
380 $(generate-8bit-gap-table
)
382 $(objpfx
)ibm256.stmp
: ..
/localedata
/charmaps
/IBM256 gen-8bit-gap.sh
383 $(generate-8bit-gap-table
)
384 $(objpfx
)ibm273.stmp
: ..
/localedata
/charmaps
/IBM273 gen-8bit-gap.sh
385 $(generate-8bit-gap-table
)
386 $(objpfx
)ibm277.stmp
: ..
/localedata
/charmaps
/IBM277 gen-8bit-gap.sh
387 $(generate-8bit-gap-table
)
388 $(objpfx
)ibm278.stmp
: ..
/localedata
/charmaps
/IBM278 gen-8bit-gap.sh
389 $(generate-8bit-gap-table
)
390 $(objpfx
)ibm280.stmp
: ..
/localedata
/charmaps
/IBM280 gen-8bit-gap.sh
391 $(generate-8bit-gap-table
)
392 $(objpfx
)ibm281.stmp
: ..
/localedata
/charmaps
/IBM281 gen-8bit-gap.sh
393 $(generate-8bit-gap-table
)
394 $(objpfx
)ibm284.stmp
: ..
/localedata
/charmaps
/IBM284 gen-8bit-gap.sh
395 $(generate-8bit-gap-table
)
396 $(objpfx
)ibm285.stmp
: ..
/localedata
/charmaps
/IBM285 gen-8bit-gap.sh
397 $(generate-8bit-gap-table
)
398 $(objpfx
)ibm290.stmp
: ..
/localedata
/charmaps
/IBM290 gen-8bit-gap.sh
399 $(generate-8bit-gap-table
)
400 $(objpfx
)ibm297.stmp
: ..
/localedata
/charmaps
/IBM297 gen-8bit-gap.sh
401 $(generate-8bit-gap-table
)
402 $(objpfx
)ibm420.stmp
: ..
/localedata
/charmaps
/IBM420 gen-8bit-gap.sh
403 $(generate-8bit-gap-table
)
404 $(objpfx
)ibm424.stmp
: ..
/localedata
/charmaps
/IBM424 gen-8bit-gap.sh
405 $(generate-8bit-gap-table
)
406 $(objpfx
)ibm437.stmp
: ..
/localedata
/charmaps
/IBM437 gen-8bit-gap.sh
407 $(generate-8bit-gap-table
)
408 $(objpfx
)ibm850.stmp
: ..
/localedata
/charmaps
/IBM850 gen-8bit-gap.sh
409 $(generate-8bit-gap-table
)
410 $(objpfx
)ibm851.stmp
: ..
/localedata
/charmaps
/IBM851 gen-8bit-gap.sh
411 $(generate-8bit-gap-table
)
412 $(objpfx
)ibm852.stmp
: ..
/localedata
/charmaps
/IBM852 gen-8bit-gap.sh
413 $(generate-8bit-gap-table
)
414 $(objpfx
)ibm855.stmp
: ..
/localedata
/charmaps
/IBM855 gen-8bit-gap.sh
415 $(generate-8bit-gap-table
)
416 $(objpfx
)ibm857.stmp
: ..
/localedata
/charmaps
/IBM857 gen-8bit-gap.sh
417 $(generate-8bit-gap-table
)
418 $(objpfx
)ibm860.stmp
: ..
/localedata
/charmaps
/IBM860 gen-8bit-gap.sh
419 $(generate-8bit-gap-table
)
420 $(objpfx
)ibm861.stmp
: ..
/localedata
/charmaps
/IBM861 gen-8bit-gap.sh
421 $(generate-8bit-gap-table
)
422 $(objpfx
)ibm862.stmp
: ..
/localedata
/charmaps
/IBM862 gen-8bit-gap.sh
423 $(generate-8bit-gap-table
)
424 $(objpfx
)ibm863.stmp
: ..
/localedata
/charmaps
/IBM863 gen-8bit-gap.sh
425 $(generate-8bit-gap-table
)
426 $(objpfx
)ibm864.stmp
: ..
/localedata
/charmaps
/IBM864 gen-8bit-gap.sh
427 $(generate-8bit-gap-table
)
428 $(objpfx
)ibm865.stmp
: ..
/localedata
/charmaps
/IBM865 gen-8bit-gap.sh
429 $(generate-8bit-gap-table
)
430 $(objpfx
)ibm868.stmp
: ..
/localedata
/charmaps
/IBM868 gen-8bit-gap.sh
431 $(generate-8bit-gap-table
)
432 $(objpfx
)ibm869.stmp
: ..
/localedata
/charmaps
/IBM869 gen-8bit-gap.sh
433 $(generate-8bit-gap-table
)
434 $(objpfx
)ibm875.stmp
: ..
/localedata
/charmaps
/IBM875 gen-8bit-gap.sh
435 $(generate-8bit-gap-table
)
436 $(objpfx
)ibm880.stmp
: ..
/localedata
/charmaps
/IBM880 gen-8bit-gap.sh
437 $(generate-8bit-gap-table
)
438 $(objpfx
)ibm918.stmp
: ..
/localedata
/charmaps
/IBM918 gen-8bit-gap.sh
439 $(generate-8bit-gap-table
)
440 $(objpfx
)ibm1004.stmp
: ..
/localedata
/charmaps
/IBM1004 gen-8bit-gap.sh
441 $(generate-8bit-gap-table
)
442 $(objpfx
)ibm1026.stmp
: ..
/localedata
/charmaps
/IBM1026 gen-8bit-gap.sh
443 $(generate-8bit-gap-table
)
445 $(objpfx
)cp1250.stmp
: ..
/localedata
/charmaps
/CP1250 gen-8bit-gap.sh
446 $(generate-8bit-gap-table
)
447 $(objpfx
)cp1251.stmp
: ..
/localedata
/charmaps
/CP1251 gen-8bit-gap.sh
448 $(generate-8bit-gap-table
)
449 $(objpfx
)cp1252.stmp
: ..
/localedata
/charmaps
/CP1252 gen-8bit-gap.sh
450 $(generate-8bit-gap-table
)
451 $(objpfx
)cp1253.stmp
: ..
/localedata
/charmaps
/CP1253 gen-8bit-gap.sh
452 $(generate-8bit-gap-table
)
453 $(objpfx
)cp1254.stmp
: ..
/localedata
/charmaps
/CP1254 gen-8bit-gap.sh
454 $(generate-8bit-gap-table
)
455 $(objpfx
)cp1255.stmp
: ..
/localedata
/charmaps
/CP1255 gen-8bit-gap.sh
456 $(generate-8bit-gap-table
)
457 $(objpfx
)cp1256.stmp
: ..
/localedata
/charmaps
/CP1256 gen-8bit-gap.sh
458 $(generate-8bit-gap-table
)
459 $(objpfx
)cp1257.stmp
: ..
/localedata
/charmaps
/CP1257 gen-8bit-gap.sh
460 $(generate-8bit-gap-table
)
462 $(objpfx
)macintosh.stmp
: ..
/localedata
/charmaps
/MACINTOSH gen-8bit-gap.sh
463 $(generate-8bit-gap-table
)
465 headers
: $(addprefix $(objpfx
),\
466 $(sed-generated-headers
) $(awk-generated-headers
))
468 $(addprefix $(inst_gconvdir
)/, $(modules.so
)): \
469 $(inst_gconvdir
)/%: $(objpfx
)% $(+force)
470 $(do-install-program
)
471 $(inst_gconvdir
)/gconv-modules
: gconv-modules
$(+force)
477 tests
: $(objpfx
)iconv-test.out
479 $(objpfx
)iconv-test.out
: run-iconv-test.sh
$(objpfx
)gconv-modules \
480 $(addprefix $(objpfx
),$(modules.so
)) \
481 $(common-objdir
)/iconv
/iconv_prog TESTS
482 $(SHELL
) -e
$< $(common-objdir
) > $@
485 $(objpfx
)gconv-modules
: gconv-modules