1 # Copyright (C) 1996-2017 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 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.
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.
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/>.
18 # Makefile for installing locale data source files.
24 # List with all available character set descriptions.
25 charmaps
:= $(wildcard charmaps
/[A-I
]*) $(wildcard charmaps
/[J-Z
]*)
27 # List with all available character set descriptions.
28 locales
:= $(wildcard locales
/*)
31 subdir-dirs
= tests-mbwc
36 test-srcs
:= collate-test xfrm-test tst-fmon tst-rpmatch tst-trans \
37 tst-ctype tst-langinfo tst-langinfo-static tst-numeric
38 test-input
:= de_DE.ISO-8859-1 en_US.ISO-8859-1 da_DK.ISO-8859-1 \
39 hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 tr_TR.UTF-8 fr_FR.UTF-8 \
40 si_LK.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8
41 test-input-data
= $(addsuffix .in
, $(test-input
))
42 test-output
:= $(foreach s
, .out .xout
, \
43 $(addsuffix $s, $(basename $(test-input
))))
44 ld-test-names
:= test1 test2 test3 test4 test5 test6 test7
45 ld-test-srcs
:= $(addprefix tests
/,$(addsuffix .cm
,$(ld-test-names
)) \
46 $(addsuffix .def
,$(ld-test-names
)) \
47 $(addsuffix .ds
,test5 test6
) \
50 fmon-tests
= n01y12 n02n40 n10y31 n11y41 n12y11 n20n32 n30y20 n41n00 \
51 y01y10 y02n22 y22n42 y30y21 y32n31 y40y00 y42n21
53 generated
+= $(test-input
) $(test-output
) sort-test.out tst-locale.out \
54 tst-leaks.mtrace mtrace-tst-leaks.out
55 generated-dirs
+= $(ld-test-names
) tt_TT de_DE
.437 \
56 $(addprefix tstfmon_
,$(fmon-tests
)) \
58 ifeq ($(run-built-tests
),yes
)
59 locale_test_suite
:= tst_iswalnum tst_iswalpha tst_iswcntrl \
60 tst_iswctype tst_iswdigit tst_iswgraph \
61 tst_iswlower tst_iswprint tst_iswpunct \
62 tst_iswspace tst_iswupper tst_iswxdigit tst_mblen \
63 tst_mbrlen tst_mbrtowc tst_mbsrtowcs tst_mbstowcs \
64 tst_mbtowc tst_strcoll tst_strfmon tst_strxfrm \
65 tst_swscanf tst_towctrans tst_towlower \
66 tst_towupper tst_wcrtomb tst_wcscat tst_wcschr \
67 tst_wcscmp tst_wcscoll tst_wcscpy tst_wcscspn \
68 tst_wcslen tst_wcsncat tst_wcsncmp tst_wcsncpy \
69 tst_wcspbrk tst_wcsrtombs tst_wcsspn tst_wcsstr \
70 tst_wcstod tst_wcstok tst_wcstombs tst_wcswidth \
71 tst_wcsxfrm tst_wctob tst_wctomb tst_wctrans \
72 tst_wctype tst_wcwidth
74 tests
= $(locale_test_suite
) tst-digits tst-setlocale bug-iconv-trans \
75 tst-leaks tst-mbswcs1 tst-mbswcs2 tst-mbswcs3 tst-mbswcs4 tst-mbswcs5 \
76 tst-mbswcs6 tst-xlocale1 tst-xlocale2 bug-usesetlocale \
77 tst-strfmon1 tst-sscanf bug-setlocale1 tst-setlocale2 tst-setlocale3 \
79 tests-static
= bug-setlocale1-static
80 tests
+= $(tests-static
)
81 ifeq (yes
,$(build-shared
))
83 tests-special
+= $(objpfx
)mtrace-tst-leaks.out
89 install-others
:= $(addprefix $(inst_i18ndir
)/, \
90 $(addsuffix .gz
, $(charmaps
)) \
93 tests
: $(objdir
)/iconvdata
/gconv-modules
95 tests-static
+= tst-langinfo-static
97 ifeq ($(run-built-tests
),yes
)
98 tests-special
+= $(objpfx
)sort-test.out
$(objpfx
)tst-fmon.out \
99 $(objpfx
)tst-locale.out
$(objpfx
)tst-rpmatch.out \
100 $(objpfx
)tst-trans.out
$(objpfx
)tst-ctype.out \
101 $(objpfx
)tst-langinfo.out
$(objpfx
)tst-langinfo-static.out \
102 $(objpfx
)tst-numeric.out
103 # We have to generate locales
104 LOCALES
:= de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4
-1968 \
105 en_US.ISO-8859-1 en_US.UTF-8 ja_JP.EUC-JP da_DK.ISO-8859-1 \
106 hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 \
107 nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 tr_TR.UTF-8 cs_CZ.UTF-8 \
108 zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \
109 tr_TR.ISO-8859-9 en_GB.UTF-8 uk_UA.UTF-8 hu_HU.UTF-8
110 include ..
/gen-locales.mk
115 # Install the charmap files in gzipped format.
116 $(inst_i18ndir
)/charmaps
/%.gz
: charmaps
/% $(+force)
117 $(make-target-directory
)
119 $(INSTALL_DATA
) $< $(@
:.gz
=)
122 # Install the locale source files in the appropriate directory.
123 $(inst_i18ndir
)/locales
/%: locales
/% $(+force); $(do-install
)
125 ifeq ($(run-built-tests
),yes
)
126 generated-dirs
+= $(LOCALES
)
128 $(addsuffix .out
,$(addprefix $(objpfx
),$(tests
))): %: \
129 $(addprefix $(objpfx
),$(CTYPE_FILES
))
131 $(objpfx
)sort-test.out
: sort-test.sh
$(objpfx
)collate-test
$(objpfx
)xfrm-test \
132 $(test-input-data
) $(addprefix $(objpfx
),$(CTYPE_FILES
))
133 $(SHELL
) $< $(common-objpfx
) '$(test-program-prefix-before-env)' \
134 '$(run-program-env)' '$(test-program-prefix-after-env)' \
138 $(objpfx
)tst-fmon.out
: tst-fmon.sh
$(objpfx
)tst-fmon tst-fmon.data \
139 $(objpfx
)sort-test.out \
140 $(addprefix $(objpfx
),$(CTYPE_FILES
))
141 $(SHELL
) $< $(common-objpfx
) '$(run-program-prefix-before-env)' \
142 '$(run-program-env)' '$(run-program-prefix-after-env)' \
143 '$(test-program-prefix)' tst-fmon.data \
146 $(objpfx
)tst-numeric.out
: tst-numeric.sh
$(objpfx
)tst-numeric tst-numeric.data \
147 $(objpfx
)sort-test.out \
148 $(addprefix $(objpfx
),$(CTYPE_FILES
))
149 $(SHELL
) $< $(common-objpfx
) '$(test-program-prefix)' tst-numeric.data \
152 $(objpfx
)tst-locale.out
: tst-locale.sh
$(common-objpfx
)locale
/localedef \
153 $(ld-test-srcs
) $(addprefix $(objpfx
),$(CTYPE_FILES
))
154 $(SHELL
) $< $(common-objpfx
) '$(built-program-cmd-before-env)' \
155 '$(run-program-env)' '$(built-program-cmd-after-env)' > $@
; \
157 $(objpfx
)tst-rpmatch.out
: tst-rpmatch.sh
$(objpfx
)tst-rpmatch \
158 $(objpfx
)tst-fmon.out \
159 $(addprefix $(objpfx
),$(CTYPE_FILES
))
160 $(SHELL
) $< $(common-objpfx
) '$(test-program-cmd)' > $@
; \
162 $(objpfx
)tst-trans.out
: tst-trans.sh
$(objpfx
)tst-trans \
163 $(addprefix $(objpfx
),$(CTYPE_FILES
))
164 $(SHELL
) $< $(common-objpfx
) '$(run-program-prefix-before-env)' \
165 '$(run-program-env)' '$(run-program-prefix-after-env)' \
166 '$(test-program-prefix-before-env)' \
167 '$(test-program-prefix-after-env)' > $@
; \
169 $(objpfx
)tst-ctype.out
: tst-ctype.sh
$(objpfx
)tst-ctype \
170 $(objpfx
)sort-test.out \
171 $(addprefix $(objpfx
),$(CTYPE_FILES
))
172 $(SHELL
) $< $(common-objpfx
) '$(test-program-cmd-before-env)' \
173 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@
; \
175 $(objpfx
)tst-langinfo.out
: tst-langinfo.sh
$(objpfx
)tst-langinfo \
176 $(objpfx
)sort-test.out \
177 $(addprefix $(objpfx
),$(CTYPE_FILES
))
178 $(SHELL
) $< $(common-objpfx
) '$(test-program-cmd-before-env)' \
179 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@
; \
181 $(objpfx
)tst-langinfo-static.out
: tst-langinfo.sh
$(objpfx
)tst-langinfo-static \
182 $(objpfx
)sort-test.out \
183 $(addprefix $(objpfx
),$(CTYPE_FILES
))
184 $(SHELL
) $< $(common-objpfx
) '$(test-program-cmd-before-env)' \
185 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@
; \
187 $(objpfx
)tst-digits.out
: $(objpfx
)tst-locale.out
188 $(objpfx
)tst-mbswcs6.out
: $(addprefix $(objpfx
),$(CTYPE_FILES
))
193 INSTALL-SUPPORTED-LOCALES
=$(addprefix install-
, $(SUPPORTED-LOCALES
))
195 # Sometimes the whole collection of locale files should be installed.
196 LOCALEDEF
=I18NPATH
=. GCONV_PATH
=$(common-objpfx
)iconvdata LC_ALL
=C \
197 $(rtld-prefix
) $(common-objpfx
)locale
/localedef
198 install-locales
: $(INSTALL-SUPPORTED-LOCALES
)
201 $(..
).
/scripts
/mkinstalldirs
$(inst_complocaledir
)
203 # The SHIFT_JIS and SHIFT_JISX0213 character maps are not ASCII compatible,
204 # therefore we have to use --no-warnings=ascii to disable the ASCII check.
205 # See localedata/gen-locale.sh for the same logic.
206 $(INSTALL-SUPPORTED-LOCALES
): install-locales-dir
207 @locale
=`echo $@ | sed -e 's/^install-//'`; \
208 charset
=`echo $$locale | sed -e 's,.*/,,'`; \
209 locale
=`echo $$locale | sed -e 's,/[^/]*,,'`; \
210 flags
="--quiet -c"; \
211 if
[ "$$charset" = 'SHIFT_JIS' ] \
212 ||
[ "$$charset" = 'SHIFT_JISX0213' ]; then \
213 flags
="$$flags --no-warnings=ascii"; \
215 echo
-n
`echo $$locale | sed 's/\([^.\@]*\).*/\1/'`; \
216 echo
-n
".$$charset"; \
217 echo
-n
`echo $$locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
219 input
=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
220 $(LOCALEDEF
) $$flags --alias-file
=..
/intl
/locale.alias \
221 -i locales
/$$input -f charmaps
/$$charset \
222 $(addprefix --prefix=,$(install_root
)) $$locale \
225 tst-setlocale-ENV
= LC_ALL
=ja_JP.EUC-JP
226 tst-wctype-ENV
= LC_ALL
=ja_JP.EUC-JP
228 tst-leaks-ENV
= MALLOC_TRACE
=$(objpfx
)tst-leaks.mtrace
229 $(objpfx
)mtrace-tst-leaks.out
: $(objpfx
)tst-leaks.out
230 $(common-objpfx
)malloc
/mtrace
$(objpfx
)tst-leaks.mtrace
> $@
; \
233 bug-setlocale1-ENV-only
= LOCPATH
=$(objpfx
) LC_CTYPE
=de_DE.UTF-8
234 bug-setlocale1-static-ENV-only
= $(bug-setlocale1-ENV-only
)
236 $(objdir
)/iconvdata
/gconv-modules
:
237 $(MAKE
) -C ..
/iconvdata subdir
=iconvdata
$@