]> git.ipfire.org Git - thirdparty/glibc.git/blob - iconvdata/Makefile
(modules): Add CSN_369103, CWI, DEC-MCS, ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT...
[thirdparty/glibc.git] / iconvdata / Makefile
1 # Copyright (C) 1997, 1998 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
3
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.
8
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.
13
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.
18
19 #
20 # Makefile for iconv data and code.
21 #
22 subdir := iconvdata
23
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
45
46 modules.so := $(addsuffix .so, $(modules))
47
48 include ../Makeconfig
49
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
61 T.61-routines := t61
62 ISO_6937-routines := iso6937
63 SJIS-routines := sjis
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
142 UHC-routines := uhc
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
155 CWI-routines := cwi
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 libJIS-routines := jis0201 jis0208 jis0212
171 libKSC-routines := ksc5601
172 libGB-routines := gb2312
173 libCNS-routines := cns11643l1 cns11643
174
175 LDFLAGS-EUC-KR.so = -Wl,-rpath,$(gconvdir)
176 $(objpfx)EUC-KR.so: $(objpfx)libKSC.so
177 LDFLAGS-JOHAB.so = -Wl,-rpath,$(gconvdir)
178 $(objpfx)JOHAB.so: $(objpfx)libKSC.so
179 LDFLAGS-UHC.so = -Wl,-rpath,$(gconvdir)
180 $(objpfx)UHC.so: $(objpfx)libKSC.so
181 LDFLAGS-EUC-JP.so = -Wl,-rpath,$(gconvdir)
182 $(objpfx)EUC-JP.so: $(objpfx)libJIS.so
183 LDFLAGS-EUC-CN.so = -Wl,-rpath,$(gconvdir)
184 $(objpfx)EUC-CN.so: $(objpfx)libGB.so
185 LDFLAGS-EUC-TW.so = -Wl,-rpath,$(gconvdir)
186 $(objpfx)EUC-TW.so: $(objpfx)libCNS.so
187
188 LDFLAGS-ISO-2022-JP.so = -Wl,-rpath,$(gconvdir)
189 $(objpfx)ISO-2022-JP.so: $(objpfx)libJIS.so $(objpfx)libGB.so \
190 $(objpfx)libCNS.so $(objpfx)libKSC.so
191 LDFLAGS-ISO-2022-KR.so = -Wl,-rpath,$(gconvdir)
192 $(objpfx)ISO-2022-KR.so: $(objpfx)libKSC.so
193
194 LDFLAGS-libJIS.so = -Wl,-soname,$(@F)
195 LDFLAGS-libKSC.so = -Wl,-soname,$(@F)
196 LDFLAGS-libGB.so = -Wl,-soname,$(@F)
197 LDFLAGS-libCNS.so = -Wl,-soname,$(@F)
198
199 distribute := 8bit-generic.c 8bit-gap.c gap.awk gaptab.awk gconv-modules \
200 iso8859-1.c iso8859-2.c iso8859-3.c iso8859-4.c iso8859-5.c \
201 iso8859-6.c iso8859-7.c iso8859-8.c iso8859-9.c iso8859-10.c \
202 t61.c iso6937.c sjis.c jis0201.h jis0208.h jis0212.h \
203 koi-8.c koi8-r.c hp-roman8.c latin-greek.c latin-greek-1.c \
204 ebcdic-at-de.c ebcdic-at-de-a.c ebcdic-ca-fr.c jis0201.c \
205 jis0208.c jis0212.c extra-module.mk euckr.c johab.c uhc.c \
206 ksc5601.c ksc5601.h iso646.c big5.c eucjp.c gb2312.c gb2312.h \
207 euccn.c euctw.c cns11643l1.c cns11643l1.h cns11643.h \
208 cns11643.c run-iconv-test.sh TESTS $(wildcard testdata/*) \
209 ebcdic-dk-no.c ebcdic-dk-no-a.c ebcdic-es.c ebcdic-es-a.c \
210 ebcdic-es-s.c ebcdic-fi-se.c ebcdic-fi-se-a.c ebcdic-fr.c \
211 ebcdic-is-friss.c ebcdic-it.c ebcdic-pt.c ebcdic-uk.c \
212 ebcdic-us.c ibm037.c ibm038.c ibm256.c ibm273.c ibm274.c \
213 ibm275.c ibm277.c ibm278.c ibm280.c ibm281.c ibm284.c \
214 ibm285.c ibm290.c ibm297.c ibm420.c ibm423.c ibm424.c \
215 ibm437.c ibm500.c ibm850.c ibm851.c ibm852.c ibm855.c \
216 ibm857.c ibm860.c ibm861.c ibm862.c ibm863.c ibm864.c \
217 ibm865.c ibm868.c ibm869.c ibm870.c ibm871.c ibm875.c \
218 ibm880.c ibm891.c ibm903.c ibm904.c ibm905.c ibm918.c \
219 ibm1004.c ibm1026.c ibm1047.c cp1250.c cp1251.c cp1252.c \
220 cp1253.c cp1254.c cp1255.c cp1256.c cp1257.c cp874.c cp874.h \
221 cp737.c cp737.h cp775.c cp775.h iso-2022-jp.c iso-2022-kr.c \
222 gen-8bit.sh gen-8bit-gap.sh gen-8bit-gap-1.sh macintosh.c \
223 iec_p27-1.c baltic.c asmo_449.c ansi_x3.110.c csn_369103.c \
224 cwi.c dec-mcs.c ecma-cyrillic.c gost_19768-74.c greek-ccitt.c \
225 greek7.c greek7-old.c inis.c inis-8.c inis-cyrillic.c \
226 iso6937-2.c iso_2033.c iso_5427.c iso_5427-ext.c \
227 iso_5428.c
228
229 # We build the transformation modules only when we build shared libs.
230 ifeq (yes,$(build-shared))
231
232 # This macro is similar to build-shlib but it does not define a soname
233 # and it does not depend on the destination name to start with `lib'.
234 define build-module
235 $(LINK.o) -shared -o $@ $(sysdep-LDFLAGS) $(config-LDFLAGS) \
236 -B$(csu-objpfx) $(load-map-file) \
237 $(LDFLAGS.so) $(LDFLAGS-$(@F:%.so=%).so) \
238 -L$(subst :, -L,$(rpath-link)) -Wl,-rpath-link=$(rpath-link) \
239 -Wl,--whole-archive \
240 $(filter-out $(map-file) $(+preinit) $(+postinit),$^) \
241 $(no-whole-archive) $(LDLIBS-$(@F:%.so=%).so)
242 endef
243
244 # Rule to generate the shared objects.
245 extra-modules-left := $(modules)
246 include extra-module.mk
247
248
249 extra-objs += $(modules.so)
250 install-others = $(addprefix $(inst_gconvdir)/, $(modules.so)) \
251 $(inst_gconvdir)/gconv-modules
252
253 # If we have the localedata add-on available we can build the conversion
254 # tables for numerous charsets.
255
256 define generate-8bit-table
257 $(make-target-directory)
258 $(SHELL) ./gen-8bit.sh $< > $(@:stmp=T)
259 $(move-if-change) $(@:stmp=T) $(@:stmp=h)
260 touch $@
261 endef
262
263 sed-generated-headers := iso8859-2.h iso8859-3.h iso8859-4.h iso8859-6.h \
264 iso8859-9.h koi-8.h hp-roman8.h ebcdic-at-de.h \
265 ebcdic-at-de-a.h ebcdic-ca-fr.h ebcdic-dk-no.h \
266 ebcdic-dk-no-a.h ebcdic-es.h ebcdic-es-a.h \
267 ebcdic-es-s.h ebcdic-fi-se.h ebcdic-fi-se-a.h \
268 ebcdic-fr.h ebcdic-is-friss.h ebcdic-it.h \
269 ebcdic-pt.h ebcdic-uk.h ebcdic-us.h ibm037.h \
270 ibm038.h ibm274.h ibm275.h ibm423.h ibm500.h \
271 ibm870.h ibm871.h ibm891.h ibm903.h ibm904.h \
272 ibm905.h ibm1047.h
273
274 define generate-8bit-gap-table
275 $(make-target-directory)
276 $(SHELL) ./gen-8bit-gap.sh $< > $(@:stmp=T)
277 $(move-if-change) $(@:stmp=T) $(@:stmp=h)
278 touch $@
279 endef
280
281 export AWK
282
283 awk-generated-headers := koi8-r.h latin-greek.h latin-greek-1.h \
284 ibm256.h ibm273.h ibm277.h ibm278.h ibm280.h \
285 ibm281.h ibm284.h ibm285.h ibm290.h ibm297.h \
286 ibm420.h ibm424.h ibm437.h ibm850.h ibm851.h \
287 ibm852.h ibm855.h ibm857.h ibm860.h ibm861.h \
288 ibm862.h ibm863.h ibm864.h ibm865.h ibm868.h \
289 ibm869.h ibm875.h ibm880.h ibm918.h ibm1004.h \
290 ibm1026.h cp1250.h cp1251.h cp1252.h cp1253.h \
291 cp1254.h cp1255.h cp1256.h cp1257.h \
292 iso8859-5.h iso8859-7.h iso8859-8.h \
293 iso8859-10.h iso8859-7jp.h macintosh.h \
294 iec_p27-1.h baltic.h asmo_449.h csn_369103.h \
295 cwi.h dec-mcs.h ecma-cyrillic.h gost_19768-74.h\
296 greek-ccitt.h greek7.h greek7-old.h inis.h \
297 inis-8.h inis-cyrillic.h iso_2033.h iso_5427.h \
298 iso_5427-ext.h iso_5428.h
299
300 generated = $(sed-generated-headers) $(sed-generated-headers:%.h=%.stmp) \
301 $(awk-generated-headers) $(awk-generated-headers:%.h=%.stmp) \
302 iconv-test.out
303 ifdef objpfx
304 generated += $(objpfx)gconv-modules
305 endif
306
307 # The headers must be generated before the compilation.
308 before-compile = $(addprefix $(objpfx),\
309 $(sed-generated-headers) $(awk-generated-headers))
310
311 # Rules to generate the headers.
312 $(sed-generated-headers:%=$(objpfx)%): $(objpfx)%.h: $(objpfx)%.stmp
313 @:
314
315 $(objpfx)iso8859-2.stmp: ../localedata/charmaps/ISO-8859-2 gen-8bit.sh
316 $(generate-8bit-table)
317 $(objpfx)iso8859-3.stmp: ../localedata/charmaps/ISO-8859-3 gen-8bit.sh
318 $(generate-8bit-table)
319 $(objpfx)iso8859-4.stmp: ../localedata/charmaps/ISO-8859-4 gen-8bit.sh
320 $(generate-8bit-table)
321 $(objpfx)iso8859-6.stmp: ../localedata/charmaps/ISO-8859-6 gen-8bit.sh
322 $(generate-8bit-table)
323 $(objpfx)iso8859-9.stmp: ../localedata/charmaps/ISO-8859-9 gen-8bit.sh
324 $(generate-8bit-table)
325
326 $(objpfx)koi-8.stmp: ../localedata/charmaps/KOI-8 gen-8bit.sh
327 $(generate-8bit-table)
328 $(objpfx)hp-roman8.stmp: ../localedata/charmaps/HP-ROMAN8 gen-8bit.sh
329 $(generate-8bit-table)
330
331 $(objpfx)ebcdic-at-de.stmp: ../localedata/charmaps/EBCDIC-AT-DE gen-8bit.sh
332 $(generate-8bit-table)
333 $(objpfx)ebcdic-at-de-a.stmp: ../localedata/charmaps/EBCDIC-AT-DE-A gen-8bit.sh
334 $(generate-8bit-table)
335 $(objpfx)ebcdic-ca-fr.stmp: ../localedata/charmaps/EBCDIC-CA-FR gen-8bit.sh
336 $(generate-8bit-table)
337 $(objpfx)ebcdic-dk-no.stmp: ../localedata/charmaps/EBCDIC-DK-NO gen-8bit.sh
338 $(generate-8bit-table)
339 $(objpfx)ebcdic-dk-no-a.stmp: ../localedata/charmaps/EBCDIC-DK-NO-A gen-8bit.sh
340 $(generate-8bit-table)
341 $(objpfx)ebcdic-es.stmp: ../localedata/charmaps/EBCDIC-ES gen-8bit.sh
342 $(generate-8bit-table)
343 $(objpfx)ebcdic-es-a.stmp: ../localedata/charmaps/EBCDIC-ES-A gen-8bit.sh
344 $(generate-8bit-table)
345 $(objpfx)ebcdic-es-s.stmp: ../localedata/charmaps/EBCDIC-ES-S gen-8bit.sh
346 $(generate-8bit-table)
347 $(objpfx)ebcdic-fi-se.stmp: ../localedata/charmaps/EBCDIC-FI-SE gen-8bit.sh
348 $(generate-8bit-table)
349 $(objpfx)ebcdic-fi-se-a.stmp: ../localedata/charmaps/EBCDIC-FI-SE-A gen-8bit.sh
350 $(generate-8bit-table)
351 $(objpfx)ebcdic-fr.stmp: ../localedata/charmaps/EBCDIC-FR gen-8bit.sh
352 $(generate-8bit-table)
353 $(objpfx)ebcdic-is-friss.stmp: ../localedata/charmaps/EBCDIC-IS-FRISS gen-8bit.sh
354 $(generate-8bit-table)
355 $(objpfx)ebcdic-it.stmp: ../localedata/charmaps/EBCDIC-IT gen-8bit.sh
356 $(generate-8bit-table)
357 $(objpfx)ebcdic-pt.stmp: ../localedata/charmaps/EBCDIC-PT gen-8bit.sh
358 $(generate-8bit-table)
359 $(objpfx)ebcdic-uk.stmp: ../localedata/charmaps/EBCDIC-UK gen-8bit.sh
360 $(generate-8bit-table)
361 $(objpfx)ebcdic-us.stmp: ../localedata/charmaps/EBCDIC-US gen-8bit.sh
362 $(generate-8bit-table)
363
364 $(objpfx)ibm037.stmp: ../localedata/charmaps/IBM037 gen-8bit.sh
365 $(generate-8bit-table)
366 $(objpfx)ibm038.stmp: ../localedata/charmaps/IBM038 gen-8bit.sh
367 $(generate-8bit-table)
368 $(objpfx)ibm274.stmp: ../localedata/charmaps/IBM274 gen-8bit.sh
369 $(generate-8bit-table)
370 $(objpfx)ibm275.stmp: ../localedata/charmaps/IBM275 gen-8bit.sh
371 $(generate-8bit-table)
372 $(objpfx)ibm423.stmp: ../localedata/charmaps/IBM423 gen-8bit.sh
373 $(generate-8bit-table)
374 $(objpfx)ibm500.stmp: ../localedata/charmaps/IBM500 gen-8bit.sh
375 $(generate-8bit-table)
376 $(objpfx)ibm870.stmp: ../localedata/charmaps/IBM870 gen-8bit.sh
377 $(generate-8bit-table)
378 $(objpfx)ibm871.stmp: ../localedata/charmaps/IBM871 gen-8bit.sh
379 $(generate-8bit-table)
380 $(objpfx)ibm891.stmp: ../localedata/charmaps/IBM891 gen-8bit.sh
381 $(generate-8bit-table)
382 $(objpfx)ibm903.stmp: ../localedata/charmaps/IBM903 gen-8bit.sh
383 $(generate-8bit-table)
384 $(objpfx)ibm904.stmp: ../localedata/charmaps/IBM904 gen-8bit.sh
385 $(generate-8bit-table)
386 $(objpfx)ibm905.stmp: ../localedata/charmaps/IBM905 gen-8bit.sh
387 $(generate-8bit-table)
388 $(objpfx)ibm1047.stmp: ../localedata/charmaps/IBM1047 gen-8bit.sh
389 $(generate-8bit-table)
390
391 $(awk-generated-headers:%=$(objpfx)%): $(objpfx)%.h: $(objpfx)%.stmp
392 @:
393
394 $(objpfx)iso8859-5.stmp: ../localedata/charmaps/ISO-8859-5 gen-8bit-gap.sh
395 $(generate-8bit-gap-table)
396 $(objpfx)iso8859-7.stmp: ../localedata/charmaps/ISO-8859-7 gen-8bit-gap.sh
397 $(generate-8bit-gap-table)
398 $(objpfx)iso8859-7jp.stmp: ../localedata/charmaps/ISO-8859-7 gen-8bit-gap-1.sh
399 $(make-target-directory)
400 $(SHELL) ./gen-8bit-gap-1.sh $< >$(@:stmp=T)
401 $(move-if-change) $(@:stmp=T) $(@:stmp=h)
402 touch $@
403
404 $(objpfx)iso8859-8.stmp: ../localedata/charmaps/ISO-8859-8 gen-8bit-gap.sh
405 $(generate-8bit-gap-table)
406 $(objpfx)iso8859-10.stmp: ../localedata/charmaps/ISO-8859-10 gen-8bit-gap.sh
407 $(generate-8bit-gap-table)
408
409 $(objpfx)koi8-r.stmp: ../localedata/charmaps/KOI8-R gen-8bit-gap.sh
410 $(generate-8bit-gap-table)
411 $(objpfx)latin-greek.stmp: ../localedata/charmaps/LATIN-GREEK gen-8bit-gap.sh
412 $(generate-8bit-gap-table)
413 $(objpfx)latin-greek-1.stmp: ../localedata/charmaps/LATIN-GREEK-1 gen-8bit-gap.sh
414 $(generate-8bit-gap-table)
415
416 $(objpfx)ibm256.stmp: ../localedata/charmaps/IBM256 gen-8bit-gap.sh
417 $(generate-8bit-gap-table)
418 $(objpfx)ibm273.stmp: ../localedata/charmaps/IBM273 gen-8bit-gap.sh
419 $(generate-8bit-gap-table)
420 $(objpfx)ibm277.stmp: ../localedata/charmaps/IBM277 gen-8bit-gap.sh
421 $(generate-8bit-gap-table)
422 $(objpfx)ibm278.stmp: ../localedata/charmaps/IBM278 gen-8bit-gap.sh
423 $(generate-8bit-gap-table)
424 $(objpfx)ibm280.stmp: ../localedata/charmaps/IBM280 gen-8bit-gap.sh
425 $(generate-8bit-gap-table)
426 $(objpfx)ibm281.stmp: ../localedata/charmaps/IBM281 gen-8bit-gap.sh
427 $(generate-8bit-gap-table)
428 $(objpfx)ibm284.stmp: ../localedata/charmaps/IBM284 gen-8bit-gap.sh
429 $(generate-8bit-gap-table)
430 $(objpfx)ibm285.stmp: ../localedata/charmaps/IBM285 gen-8bit-gap.sh
431 $(generate-8bit-gap-table)
432 $(objpfx)ibm290.stmp: ../localedata/charmaps/IBM290 gen-8bit-gap.sh
433 $(generate-8bit-gap-table)
434 $(objpfx)ibm297.stmp: ../localedata/charmaps/IBM297 gen-8bit-gap.sh
435 $(generate-8bit-gap-table)
436 $(objpfx)ibm420.stmp: ../localedata/charmaps/IBM420 gen-8bit-gap.sh
437 $(generate-8bit-gap-table)
438 $(objpfx)ibm424.stmp: ../localedata/charmaps/IBM424 gen-8bit-gap.sh
439 $(generate-8bit-gap-table)
440 $(objpfx)ibm437.stmp: ../localedata/charmaps/IBM437 gen-8bit-gap.sh
441 $(generate-8bit-gap-table)
442 $(objpfx)ibm850.stmp: ../localedata/charmaps/IBM850 gen-8bit-gap.sh
443 $(generate-8bit-gap-table)
444 $(objpfx)ibm851.stmp: ../localedata/charmaps/IBM851 gen-8bit-gap.sh
445 $(generate-8bit-gap-table)
446 $(objpfx)ibm852.stmp: ../localedata/charmaps/IBM852 gen-8bit-gap.sh
447 $(generate-8bit-gap-table)
448 $(objpfx)ibm855.stmp: ../localedata/charmaps/IBM855 gen-8bit-gap.sh
449 $(generate-8bit-gap-table)
450 $(objpfx)ibm857.stmp: ../localedata/charmaps/IBM857 gen-8bit-gap.sh
451 $(generate-8bit-gap-table)
452 $(objpfx)ibm860.stmp: ../localedata/charmaps/IBM860 gen-8bit-gap.sh
453 $(generate-8bit-gap-table)
454 $(objpfx)ibm861.stmp: ../localedata/charmaps/IBM861 gen-8bit-gap.sh
455 $(generate-8bit-gap-table)
456 $(objpfx)ibm862.stmp: ../localedata/charmaps/IBM862 gen-8bit-gap.sh
457 $(generate-8bit-gap-table)
458 $(objpfx)ibm863.stmp: ../localedata/charmaps/IBM863 gen-8bit-gap.sh
459 $(generate-8bit-gap-table)
460 $(objpfx)ibm864.stmp: ../localedata/charmaps/IBM864 gen-8bit-gap.sh
461 $(generate-8bit-gap-table)
462 $(objpfx)ibm865.stmp: ../localedata/charmaps/IBM865 gen-8bit-gap.sh
463 $(generate-8bit-gap-table)
464 $(objpfx)ibm868.stmp: ../localedata/charmaps/IBM868 gen-8bit-gap.sh
465 $(generate-8bit-gap-table)
466 $(objpfx)ibm869.stmp: ../localedata/charmaps/IBM869 gen-8bit-gap.sh
467 $(generate-8bit-gap-table)
468 $(objpfx)ibm875.stmp: ../localedata/charmaps/IBM875 gen-8bit-gap.sh
469 $(generate-8bit-gap-table)
470 $(objpfx)ibm880.stmp: ../localedata/charmaps/IBM880 gen-8bit-gap.sh
471 $(generate-8bit-gap-table)
472 $(objpfx)ibm918.stmp: ../localedata/charmaps/IBM918 gen-8bit-gap.sh
473 $(generate-8bit-gap-table)
474 $(objpfx)ibm1004.stmp: ../localedata/charmaps/IBM1004 gen-8bit-gap.sh
475 $(generate-8bit-gap-table)
476 $(objpfx)ibm1026.stmp: ../localedata/charmaps/IBM1026 gen-8bit-gap.sh
477 $(generate-8bit-gap-table)
478
479 $(objpfx)cp1250.stmp: ../localedata/charmaps/CP1250 gen-8bit-gap.sh
480 $(generate-8bit-gap-table)
481 $(objpfx)cp1251.stmp: ../localedata/charmaps/CP1251 gen-8bit-gap.sh
482 $(generate-8bit-gap-table)
483 $(objpfx)cp1252.stmp: ../localedata/charmaps/CP1252 gen-8bit-gap.sh
484 $(generate-8bit-gap-table)
485 $(objpfx)cp1253.stmp: ../localedata/charmaps/CP1253 gen-8bit-gap.sh
486 $(generate-8bit-gap-table)
487 $(objpfx)cp1254.stmp: ../localedata/charmaps/CP1254 gen-8bit-gap.sh
488 $(generate-8bit-gap-table)
489 $(objpfx)cp1255.stmp: ../localedata/charmaps/CP1255 gen-8bit-gap.sh
490 $(generate-8bit-gap-table)
491 $(objpfx)cp1256.stmp: ../localedata/charmaps/CP1256 gen-8bit-gap.sh
492 $(generate-8bit-gap-table)
493 $(objpfx)cp1257.stmp: ../localedata/charmaps/CP1257 gen-8bit-gap.sh
494 $(generate-8bit-gap-table)
495
496 $(objpfx)macintosh.stmp: ../localedata/charmaps/MACINTOSH gen-8bit-gap.sh
497 $(generate-8bit-gap-table)
498 $(objpfx)iec_p27-1.stmp: ../localedata/charmaps/IEC_P27-1 gen-8bit-gap.sh
499 $(generate-8bit-gap-table)
500 $(objpfx)baltic.stmp: ../localedata/charmaps/BALTIC gen-8bit-gap.sh
501 $(generate-8bit-gap-table)
502 $(objpfx)asmo_449.stmp: ../localedata/charmaps/ASMO_449 gen-8bit-gap.sh
503 $(generate-8bit-gap-table)
504 $(objpfx)csn_369103.stmp: ../localedata/charmaps/CSN_369103 gen-8bit-gap.sh
505 $(generate-8bit-gap-table)
506 $(objpfx)cwi.stmp: ../localedata/charmaps/CWI gen-8bit-gap.sh
507 $(generate-8bit-gap-table)
508 $(objpfx)dec-mcs.stmp: ../localedata/charmaps/DEC-MCS gen-8bit-gap.sh
509 $(generate-8bit-gap-table)
510 $(objpfx)ecma-cyrillic.stmp: ../localedata/charmaps/ECMA-CYRILLIC \
511 gen-8bit-gap.sh
512 $(generate-8bit-gap-table)
513 $(objpfx)gost_19768-74.stmp: ../localedata/charmaps/GOST_19768-74 \
514 gen-8bit-gap.sh
515 $(generate-8bit-gap-table)
516 $(objpfx)greek-ccitt.stmp: ../localedata/charmaps/GREEK-CCITT gen-8bit-gap.sh
517 $(generate-8bit-gap-table)
518 $(objpfx)greek7.stmp: ../localedata/charmaps/GREEK7 gen-8bit-gap.sh
519 $(generate-8bit-gap-table)
520 $(objpfx)greek7-old.stmp: ../localedata/charmaps/GREEK7-OLD gen-8bit-gap.sh
521 $(generate-8bit-gap-table)
522 $(objpfx)inis.stmp: ../localedata/charmaps/INIS gen-8bit-gap.sh
523 $(generate-8bit-gap-table)
524 $(objpfx)inis-8.stmp: ../localedata/charmaps/INIS-8 gen-8bit-gap.sh
525 $(generate-8bit-gap-table)
526 $(objpfx)inis-cyrillic.stmp: ../localedata/charmaps/INIS-CYRILLIC \
527 gen-8bit-gap.sh
528 $(generate-8bit-gap-table)
529 $(objpfx)iso_2033.stmp: ../localedata/charmaps/ISO_2033-1983 gen-8bit-gap.sh
530 $(generate-8bit-gap-table)
531 $(objpfx)iso_5427.stmp: ../localedata/charmaps/ISO_5427 gen-8bit-gap.sh
532 $(generate-8bit-gap-table)
533 $(objpfx)iso_5427-ext.stmp: ../localedata/charmaps/ISO_5427-EXT gen-8bit-gap.sh
534 $(generate-8bit-gap-table)
535 $(objpfx)iso_5428.stmp: ../localedata/charmaps/ISO_5428 gen-8bit-gap.sh
536 $(generate-8bit-gap-table)
537
538 headers: $(addprefix $(objpfx),\
539 $(sed-generated-headers) $(awk-generated-headers))
540
541 $(addprefix $(inst_gconvdir)/, $(modules.so)): \
542 $(inst_gconvdir)/%: $(objpfx)% $(+force)
543 $(do-install-program)
544 $(inst_gconvdir)/gconv-modules: gconv-modules $(+force)
545 $(do-install)
546 endif
547
548 include ../Rules
549
550 tests: $(objpfx)iconv-test.out
551
552 $(objpfx)iconv-test.out: run-iconv-test.sh $(objpfx)gconv-modules \
553 $(addprefix $(objpfx),$(modules.so)) \
554 $(common-objdir)/iconv/iconv_prog TESTS
555 $(SHELL) -e $< $(common-objdir) > $@
556
557 ifdef objpfx
558 $(objpfx)gconv-modules: gconv-modules
559 cp $^ $@
560 endif