]> git.ipfire.org Git - thirdparty/glibc.git/blob - localedata/Makefile
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / localedata / Makefile
1 # Copyright (C) 1996-2019 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 Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the 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 # Lesser General Public License for more details.
13
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, see
16 # <http://www.gnu.org/licenses/>.
17
18 # Makefile for installing locale data source files.
19
20 subdir := localedata
21
22 include ../Makeconfig
23
24 # List with all available character set descriptions.
25 charmaps := $(wildcard charmaps/[A-I]*) $(wildcard charmaps/[J-Z]*)
26
27 # List with all available character set descriptions.
28 locales := $(wildcard locales/*)
29
30
31 subdir-dirs = tests-mbwc
32 vpath %.c tests-mbwc
33 vpath %.h tests-mbwc
34
35
36 test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch tst-trans \
37 tst-ctype tst-langinfo-newlocale tst-langinfo-setlocale \
38 tst-langinfo-newlocale-static tst-langinfo-setlocale-static \
39 tst-numeric
40 # List of test input files (list sorted alphabetically):
41 test-input := \
42 am_ET.UTF-8 \
43 az_AZ.UTF-8 \
44 be_BY.UTF-8 \
45 ber_DZ.UTF-8 \
46 ber_MA.UTF-8 \
47 bg_BG.UTF-8 \
48 br_FR.UTF-8 \
49 bs_BA.UTF-8 \
50 cmn_TW.UTF-8 \
51 crh_UA.UTF-8 \
52 cs_CZ.UTF-8 \
53 csb_PL.UTF-8 \
54 cv_RU.UTF-8 \
55 cy_GB.UTF-8 \
56 da_DK.ISO-8859-1 \
57 de_DE.ISO-8859-1 \
58 dsb_DE.UTF-8 \
59 dz_BT.UTF-8 \
60 en_US.ISO-8859-1 \
61 en_US.UTF-8 \
62 eo.UTF-8 \
63 es_ES.UTF-8 \
64 et_EE.UTF-8 \
65 fa_IR.UTF-8 \
66 fi_FI.UTF-8 \
67 fil_PH.UTF-8 \
68 fr_CA.UTF-8 \
69 fr_FR.UTF-8 \
70 fur_IT.UTF-8 \
71 gez_ER.UTF-8@abegede \
72 ha_NG.UTF-8 \
73 hr_HR.ISO-8859-2 \
74 hr_HR.UTF-8 \
75 hsb_DE.UTF-8 \
76 hu_HU.UTF-8 \
77 ig_NG.UTF-8 \
78 ik_CA.UTF-8 \
79 is_IS.UTF-8 \
80 kk_KZ.UTF-8 \
81 ku_TR.UTF-8 \
82 ky_KG.UTF-8 \
83 ln_CD.UTF-8 \
84 lt_LT.UTF-8 \
85 lv_LV.UTF-8 \
86 mi_NZ.UTF-8 \
87 ml_IN.UTF-8 \
88 mn_MN.UTF-8 \
89 mr_IN.UTF-8 \
90 mt_MT.UTF-8 \
91 nan_TW.UTF-8@latin \
92 nb_NO.UTF-8 \
93 om_KE.UTF-8 \
94 os_RU.UTF-8 \
95 pl_PL.UTF-8 \
96 ps_AF.UTF-8 \
97 ro_RO.UTF-8 \
98 ru_RU.UTF-8 \
99 sah_RU.UTF-8 \
100 sc_IT.UTF-8 \
101 se_NO.UTF-8 \
102 si_LK.UTF-8 \
103 sq_AL.UTF-8 \
104 sr_RS.UTF-8 \
105 sv_SE.ISO-8859-1 \
106 sv_SE.UTF-8 \
107 szl_PL.UTF-8 \
108 tg_TJ.UTF-8 \
109 tk_TM.UTF-8 \
110 tr_TR.UTF-8 \
111 tt_RU.UTF-8 \
112 tt_RU.UTF-8@iqtelif \
113 ug_CN.UTF-8 \
114 uk_UA.UTF-8 \
115 uz_UZ.UTF-8 \
116 vi_VN.UTF-8 \
117 yi_US.UTF-8 \
118 yo_NG.UTF-8 \
119 zh_CN.UTF-8 \
120 $(NULL)
121
122 test-input-data = $(addsuffix .in, $(test-input))
123 test-output := $(foreach s, .out .xout, \
124 $(addsuffix $s, $(basename $(test-input))))
125 ld-test-names := test1 test2 test3 test4 test5 test6 test7
126 ld-test-srcs := $(addprefix tests/,$(addsuffix .cm,$(ld-test-names)) \
127 $(addsuffix .def,$(ld-test-names)) \
128 $(addsuffix .ds,test5 test6) \
129 test6.c trans.def)
130
131 fmon-tests = n01y12 n02n40 n10y31 n11y41 n12y11 n20n32 n30y20 n41n00 \
132 y01y10 y02n22 y22n42 y30y21 y32n31 y40y00 y42n21
133
134 generated += $(test-input) $(test-output) sort-test.out tst-locale.out \
135 tst-leaks.mtrace mtrace-tst-leaks.out
136 generated-dirs += $(ld-test-names) tt_TT de_DE.437 \
137 $(addprefix tstfmon_,$(fmon-tests)) \
138
139 ifeq ($(run-built-tests),yes)
140 locale_test_suite := tst_iswalnum tst_iswalpha tst_iswcntrl \
141 tst_iswctype tst_iswdigit tst_iswgraph \
142 tst_iswlower tst_iswprint tst_iswpunct \
143 tst_iswspace tst_iswupper tst_iswxdigit tst_mblen \
144 tst_mbrlen tst_mbrtowc tst_mbsrtowcs tst_mbstowcs \
145 tst_mbtowc tst_strcoll tst_strfmon tst_strxfrm \
146 tst_swscanf tst_towctrans tst_towlower \
147 tst_towupper tst_wcrtomb tst_wcscat tst_wcschr \
148 tst_wcscmp tst_wcscoll tst_wcscpy tst_wcscspn \
149 tst_wcslen tst_wcsncat tst_wcsncmp tst_wcsncpy \
150 tst_wcspbrk tst_wcsrtombs tst_wcsspn tst_wcsstr \
151 tst_wcstod tst_wcstok tst_wcstombs tst_wcswidth \
152 tst_wcsxfrm tst_wctob tst_wctomb tst_wctrans \
153 tst_wctype tst_wcwidth
154
155 tests = $(locale_test_suite) tst-digits tst-setlocale bug-iconv-trans \
156 tst-leaks tst-mbswcs1 tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5 \
157 tst-mbswcs6 tst-xlocale1 tst-xlocale2 bug-usesetlocale \
158 tst-strfmon1 tst-sscanf bug-setlocale1 tst-setlocale2 tst-setlocale3 \
159 tst-wctype
160 tests-static = bug-setlocale1-static
161 tests += $(tests-static)
162 ifeq (yes,$(build-shared))
163 ifneq (no,$(PERL))
164 tests-special += $(objpfx)mtrace-tst-leaks.out
165 endif
166 endif
167 endif
168
169 # Files to install.
170 install-others := $(addprefix $(inst_i18ndir)/, \
171 $(addsuffix .gz, $(charmaps)) \
172 $(locales))
173
174 tests: $(objdir)/iconvdata/gconv-modules
175
176 tests-static += tst-langinfo-newlocale-static tst-langinfo-setlocale-static
177
178 ifeq ($(run-built-tests),yes)
179 tests-special += $(objpfx)sort-test.out $(objpfx)tst-fmon.out \
180 $(objpfx)tst-locale.out $(objpfx)tst-rpmatch.out \
181 $(objpfx)tst-trans.out $(objpfx)tst-ctype.out \
182 $(objpfx)tst-langinfo-newlocale.out \
183 $(objpfx)tst-langinfo-setlocale.out \
184 $(objpfx)tst-langinfo-newlocale-static.out \
185 $(objpfx)tst-langinfo-setlocale-static.out \
186 $(objpfx)tst-numeric.out
187 # We have to generate locales (list sorted alphabetically)
188 LOCALES := \
189 am_ET.UTF-8 \
190 az_AZ.UTF-8 \
191 be_BY.UTF-8 \
192 ber_DZ.UTF-8 \
193 ber_MA.UTF-8 \
194 bg_BG.UTF-8 \
195 br_FR.UTF-8 \
196 bs_BA.UTF-8 \
197 cmn_TW.UTF-8 \
198 crh_UA.UTF-8 \
199 cs_CZ.UTF-8 \
200 csb_PL.UTF-8 \
201 cv_RU.UTF-8 \
202 cy_GB.UTF-8 \
203 da_DK.ISO-8859-1 \
204 de_DE.ISO-8859-1 \
205 de_DE.UTF-8 \
206 dsb_DE.UTF-8 \
207 dz_BT.UTF-8 \
208 en_GB.UTF-8 \
209 en_US.ANSI_X3.4-1968 \
210 en_US.ISO-8859-1\
211 en_US.UTF-8 \
212 eo.UTF-8 \
213 es_ES.UTF-8 \
214 et_EE.UTF-8 \
215 fa_IR.UTF-8 \
216 fi_FI.UTF-8 \
217 fil_PH.UTF-8 \
218 fr_CA.UTF-8 \
219 fr_FR.ISO-8859-1 \
220 fr_FR.UTF-8 \
221 fur_IT.UTF-8 \
222 gez_ER.UTF-8@abegede \
223 ha_NG.UTF-8 \
224 hr_HR.ISO-8859-2 \
225 hr_HR.UTF-8 \
226 hsb_DE.UTF-8 \
227 hu_HU.UTF-8 \
228 ig_NG.UTF-8 \
229 ik_CA.UTF-8 \
230 is_IS.UTF-8 \
231 ja_JP.EUC-JP \
232 ja_JP.SJIS \
233 ja_JP.UTF-8 \
234 kk_KZ.UTF-8 \
235 ku_TR.UTF-8 \
236 ky_KG.UTF-8 \
237 ln_CD.UTF-8 \
238 lt_LT.UTF-8 \
239 lv_LV.UTF-8 \
240 mi_NZ.UTF-8 \
241 ml_IN.UTF-8 \
242 mn_MN.UTF-8 \
243 mr_IN.UTF-8 \
244 mt_MT.UTF-8 \
245 nan_TW.UTF-8@latin \
246 nb_NO.ISO-8859-1 \
247 nb_NO.UTF-8 \
248 nn_NO.ISO-8859-1 \
249 om_KE.UTF-8 \
250 os_RU.UTF-8 \
251 pl_PL.UTF-8 \
252 ps_AF.UTF-8 \
253 ro_RO.UTF-8 \
254 ru_RU.UTF-8 \
255 sah_RU.UTF-8 \
256 sc_IT.UTF-8 \
257 se_NO.UTF-8 \
258 si_LK.UTF-8 \
259 sq_AL.UTF-8 \
260 sr_RS.UTF-8 \
261 sv_SE.ISO-8859-1 \
262 sv_SE.UTF-8 \
263 szl_PL.UTF-8 \
264 tg_TJ.UTF-8 \
265 tk_TM.UTF-8 \
266 tr_TR.ISO-8859-9 \
267 tr_TR.UTF-8 \
268 tt_RU.UTF-8 \
269 tt_RU.UTF-8@iqtelif \
270 ug_CN.UTF-8 \
271 uk_UA.UTF-8 \
272 uz_UZ.UTF-8 \
273 vi_VN.UTF-8 \
274 yi_US.UTF-8 \
275 yo_NG.UTF-8 \
276 zh_CN.UTF-8 \
277 zh_TW.EUC-TW \
278 $(NULL)
279
280 include ../gen-locales.mk
281 endif
282
283 include ../Rules
284
285 # Install the charmap files in gzipped format.
286 $(inst_i18ndir)/charmaps/%.gz: charmaps/% $(+force)
287 $(make-target-directory)
288 rm -f $(@:.gz=) $@
289 $(INSTALL_DATA) $< $(@:.gz=)
290 gzip -9n $(@:.gz=)
291
292 # Install the locale source files in the appropriate directory.
293 $(inst_i18ndir)/locales/%: locales/% $(+force); $(do-install)
294
295 ifeq ($(run-built-tests),yes)
296 generated-dirs += $(LOCALES)
297
298 $(addsuffix .out,$(addprefix $(objpfx),$(tests))): %: \
299 $(addprefix $(objpfx),$(CTYPE_FILES))
300
301 $(objpfx)sort-test.out: sort-test.sh $(objpfx)collate-test $(objpfx)xfrm-test \
302 $(test-input-data) $(addprefix $(objpfx),$(CTYPE_FILES))
303 $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
304 '$(run-program-env)' '$(test-program-prefix-after-env)' \
305 $(test-input) \
306 > $@; \
307 $(evaluate-test)
308 $(objpfx)tst-fmon.out: tst-fmon.sh $(objpfx)tst-fmon tst-fmon.data \
309 $(objpfx)sort-test.out \
310 $(addprefix $(objpfx),$(CTYPE_FILES))
311 $(SHELL) $< $(common-objpfx) '$(run-program-prefix-before-env)' \
312 '$(run-program-env)' '$(run-program-prefix-after-env)' \
313 '$(test-program-prefix)' tst-fmon.data \
314 > $@; \
315 $(evaluate-test)
316 $(objpfx)tst-numeric.out: tst-numeric.sh $(objpfx)tst-numeric tst-numeric.data \
317 $(objpfx)sort-test.out \
318 $(addprefix $(objpfx),$(CTYPE_FILES))
319 $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' tst-numeric.data \
320 > $@; \
321 $(evaluate-test)
322 $(objpfx)tst-locale.out: tst-locale.sh $(common-objpfx)locale/localedef \
323 $(ld-test-srcs) $(addprefix $(objpfx),$(CTYPE_FILES))
324 $(SHELL) $< $(common-objpfx) '$(built-program-cmd-before-env)' \
325 '$(run-program-env)' '$(built-program-cmd-after-env)' > $@; \
326 $(evaluate-test)
327 $(objpfx)tst-rpmatch.out: tst-rpmatch.sh $(objpfx)tst-rpmatch \
328 $(objpfx)tst-fmon.out \
329 $(addprefix $(objpfx),$(CTYPE_FILES))
330 $(SHELL) $< $(common-objpfx) '$(test-program-cmd)' > $@; \
331 $(evaluate-test)
332 $(objpfx)tst-trans.out: tst-trans.sh $(objpfx)tst-trans \
333 $(addprefix $(objpfx),$(CTYPE_FILES))
334 $(SHELL) $< $(common-objpfx) '$(run-program-prefix-before-env)' \
335 '$(run-program-env)' '$(run-program-prefix-after-env)' \
336 '$(test-program-prefix-before-env)' \
337 '$(test-program-prefix-after-env)' > $@; \
338 $(evaluate-test)
339 $(objpfx)tst-ctype.out: tst-ctype.sh $(objpfx)tst-ctype \
340 $(objpfx)sort-test.out \
341 $(addprefix $(objpfx),$(CTYPE_FILES))
342 $(SHELL) $< $(common-objpfx) '$(test-program-cmd-before-env)' \
343 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@; \
344 $(evaluate-test)
345 $(objpfx)tst-langinfo-newlocale.out: tst-langinfo.sh \
346 $(objpfx)tst-langinfo-newlocale \
347 $(objpfx)sort-test.out \
348 $(addprefix $(objpfx),$(CTYPE_FILES))
349 $(SHELL) $< $(common-objpfx) '$(test-program-cmd-before-env)' \
350 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@; \
351 $(evaluate-test)
352 $(objpfx)tst-langinfo-newlocale-static.out: tst-langinfo.sh \
353 $(objpfx)tst-langinfo-newlocale-static \
354 $(objpfx)sort-test.out \
355 $(addprefix $(objpfx),$(CTYPE_FILES))
356 $(SHELL) $< $(common-objpfx) '$(test-program-cmd-before-env)' \
357 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@; \
358 $(evaluate-test)
359 # Static use of newlocale is known not to work. See Bug 23164.
360 test-xfail-tst-langinfo-newlocale-static = yes
361
362 $(objpfx)tst-langinfo-setlocale.out: tst-langinfo.sh \
363 $(objpfx)tst-langinfo-setlocale \
364 $(objpfx)sort-test.out \
365 $(addprefix $(objpfx),$(CTYPE_FILES))
366 $(SHELL) $< $(common-objpfx) '$(test-program-cmd-before-env)' \
367 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@; \
368 $(evaluate-test)
369 $(objpfx)tst-langinfo-setlocale-static.out: tst-langinfo.sh \
370 $(objpfx)tst-langinfo-setlocale-static \
371 $(objpfx)sort-test.out \
372 $(addprefix $(objpfx),$(CTYPE_FILES))
373 $(SHELL) $< $(common-objpfx) '$(test-program-cmd-before-env)' \
374 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@; \
375 $(evaluate-test)
376
377 $(objpfx)tst-digits.out: $(objpfx)tst-locale.out
378 $(objpfx)tst-mbswcs6.out: $(addprefix $(objpfx),$(CTYPE_FILES))
379 endif
380
381 include SUPPORTED
382
383 INSTALL-SUPPORTED-LOCALE-ARCHIVE=$(addprefix install-archive-, $(SUPPORTED-LOCALES))
384 INSTALL-SUPPORTED-LOCALE-FILES=$(addprefix install-files-, $(SUPPORTED-LOCALES))
385
386 # Sometimes the whole collection of locale files should be installed.
387 LOCALEDEF=I18NPATH=. GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \
388 $(rtld-prefix) $(common-objpfx)locale/localedef
389 install-locales: install-locale-archive
390
391 # Create and install the locale-archive file.
392 install-locale-archive: $(INSTALL-SUPPORTED-LOCALE-ARCHIVE)
393 # Create and install the locales individually (no archive).
394 install-locale-files: $(INSTALL-SUPPORTED-LOCALE-FILES)
395
396 install-locales-dir:
397 $(..)./scripts/mkinstalldirs $(inst_complocaledir)
398
399 # The SHIFT_JIS and SHIFT_JISX0213 character maps are not ASCII compatible,
400 # therefore we have to use --no-warnings=ascii to disable the ASCII check.
401 # See localedata/gen-locale.sh for the same logic.
402 define build-one-locale
403 locale=`echo $@ | sed -e 's/^install-[a-z]*-//'`; \
404 charset=`echo $$locale | sed -e 's,.*/,,'`; \
405 locale=`echo $$locale | sed -e 's,/[^/]*,,'`; \
406 if [ "$$charset" = 'SHIFT_JIS' ] \
407 || [ "$$charset" = 'SHIFT_JISX0213' ]; then \
408 flags="$$flags --no-warnings=ascii"; \
409 fi; \
410 echo -n `echo $$locale | sed 's/\([^.\@]*\).*/\1/'`; \
411 echo -n ".$$charset"; \
412 echo -n `echo $$locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
413 echo -n '...'; \
414 input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
415 $(LOCALEDEF) $$flags --alias-file=../intl/locale.alias \
416 -i locales/$$input -f charmaps/$$charset \
417 $(addprefix --prefix=,$(install_root)) $$locale \
418 && echo ' done';
419 endef
420
421 $(INSTALL-SUPPORTED-LOCALE-ARCHIVE): install-locales-dir
422 @flags="-c"; \
423 $(build-one-locale)
424
425 $(INSTALL-SUPPORTED-LOCALE-FILES): install-locales-dir
426 @flags="-c --no-archive --no-hard-links"; \
427 $(build-one-locale)
428
429 tst-setlocale-ENV = LC_ALL=ja_JP.EUC-JP
430 tst-wctype-ENV = LC_ALL=ja_JP.EUC-JP
431
432 tst-leaks-ENV = MALLOC_TRACE=$(objpfx)tst-leaks.mtrace
433 $(objpfx)mtrace-tst-leaks.out: $(objpfx)tst-leaks.out
434 $(common-objpfx)malloc/mtrace $(objpfx)tst-leaks.mtrace > $@; \
435 $(evaluate-test)
436
437 bug-setlocale1-ENV-only = LOCPATH=$(objpfx) LC_CTYPE=de_DE.UTF-8
438 bug-setlocale1-static-ENV-only = $(bug-setlocale1-ENV-only)
439
440 $(objdir)/iconvdata/gconv-modules:
441 $(MAKE) -C ../iconvdata subdir=iconvdata $@