1 # Copyright (C) 1996-2014 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 \
41 test-input-data
= $(addsuffix .in
, $(basename $(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-wctype
78 tests-static
= bug-setlocale1-static
79 tests
+= $(tests-static
)
80 ifeq (yes
,$(build-shared
))
82 tests-special
+= $(objpfx
)mtrace-tst-leaks.out
88 install-others
:= $(addprefix $(inst_i18ndir
)/, \
89 $(addsuffix .gz
, $(charmaps
)) \
92 tests
: $(objdir
)/iconvdata
/gconv-modules
94 tests-special
+= $(objpfx
)sort-test.out
$(objpfx
)tst-fmon.out \
95 $(objpfx
)tst-locale.out
$(objpfx
)tst-rpmatch.out \
96 $(objpfx
)tst-trans.out
$(objpfx
)tst-ctype.out \
97 $(objpfx
)tst-langinfo.out
$(objpfx
)tst-langinfo-static.out \
98 $(objpfx
)tst-numeric.out
99 tests-static
+= tst-langinfo-static
101 ifeq ($(run-built-tests
),yes
)
102 # We have to generate locales
103 LOCALES
:= de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4
-1968 \
104 en_US.ISO-8859-1 en_US.UTF-8 ja_JP.EUC-JP da_DK.ISO-8859-1 \
105 hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 \
106 nb_NO.ISO-8859-1 nn_NO.ISO-8859-1 tr_TR.UTF-8 cs_CZ.UTF-8 \
107 zh_TW.EUC-TW fa_IR.UTF-8 fr_FR.UTF-8 ja_JP.UTF-8 si_LK.UTF-8 \
108 tr_TR.ISO-8859-9 en_GB.UTF-8
109 LOCALE_SRCS
:= $(shell echo
"$(LOCALES)"|sed
's/\([^ .]*\)[^ ]*/\1/g')
110 CHARMAPS
:= $(shell echo
"$(LOCALES)" | \
111 sed
-e
's/[^ .]*[.]\([^ ]*\)/\1/g' -e s
/SJIS
/SHIFT_JIS
/g
)
112 CTYPE_FILES
= $(addsuffix /LC_CTYPE
,$(LOCALES
))
113 tests-special
+= $(addprefix $(objpfx
),$(CTYPE_FILES
))
118 # Install the charmap files in gzipped format.
119 $(inst_i18ndir
)/charmaps
/%.gz
: charmaps
/% $(+force)
120 $(make-target-directory
)
122 $(INSTALL_DATA
) $< $(@
:.gz
=)
125 # Install the locale source files in the appropriate directory.
126 $(inst_i18ndir
)/locales
/%: locales
/% $(+force); $(do-install
)
128 # gcc does not know all the format specifiers we are using here.
129 CFLAGS-tst-mbswcs1.c
= -Wno-format
130 CFLAGS-tst-mbswcs2.c
= -Wno-format
131 CFLAGS-tst-mbswcs3.c
= -Wno-format
132 CFLAGS-tst-mbswcs4.c
= -Wno-format
133 CFLAGS-tst-mbswcs5.c
= -Wno-format
134 CFLAGS-tst-trans.c
= -Wno-format
137 ifeq ($(run-built-tests
),yes
)
138 generated-dirs
+= $(LOCALES
)
140 # Dependency for the locale files. We actually make it depend only on
142 $(addprefix $(objpfx
),$(CTYPE_FILES
)): %: \
143 gen-locale.sh
$(common-objpfx
)locale
/localedef Makefile \
144 $(addprefix charmaps
/,$(CHARMAPS
)) $(addprefix locales
/,$(LOCALE_SRCS
))
145 @
$(SHELL
) gen-locale.sh
$(common-objpfx
) \
146 '$(built-program-cmd-before-env)' '$(run-program-env)' \
147 '$(built-program-cmd-after-env)' $@
; \
150 $(addsuffix .out
,$(addprefix $(objpfx
),$(tests
))): %: \
151 $(addprefix $(objpfx
),$(CTYPE_FILES
))
153 $(objpfx
)sort-test.out
: sort-test.sh
$(objpfx
)collate-test
$(objpfx
)xfrm-test \
154 $(test-input-data
) $(addprefix $(objpfx
),$(CTYPE_FILES
))
155 $(SHELL
) $< $(common-objpfx
) '$(test-program-prefix-before-env)' \
156 '$(run-program-env)' '$(test-program-prefix-after-env)' \
160 $(objpfx
)tst-fmon.out
: tst-fmon.sh
$(objpfx
)tst-fmon tst-fmon.data \
161 $(objpfx
)sort-test.out \
162 $(addprefix $(objpfx
),$(CTYPE_FILES
))
163 $(SHELL
) $< $(common-objpfx
) '$(run-program-prefix-before-env)' \
164 '$(run-program-env)' '$(run-program-prefix-after-env)' \
165 '$(test-program-prefix)' tst-fmon.data \
168 $(objpfx
)tst-numeric.out
: tst-numeric.sh
$(objpfx
)tst-numeric tst-numeric.data \
169 $(objpfx
)sort-test.out \
170 $(addprefix $(objpfx
),$(CTYPE_FILES
))
171 $(SHELL
) $< $(common-objpfx
) '$(test-program-prefix)' tst-numeric.data \
174 $(objpfx
)tst-locale.out
: tst-locale.sh
$(common-objpfx
)locale
/localedef \
175 $(ld-test-srcs
) $(addprefix $(objpfx
),$(CTYPE_FILES
))
176 $(SHELL
) $< $(common-objpfx
) '$(built-program-cmd-before-env)' \
177 '$(run-program-env)' '$(built-program-cmd-after-env)' > $@
; \
179 $(objpfx
)tst-rpmatch.out
: tst-rpmatch.sh
$(objpfx
)tst-rpmatch \
180 $(objpfx
)tst-fmon.out \
181 $(addprefix $(objpfx
),$(CTYPE_FILES
))
182 $(SHELL
) $< $(common-objpfx
) '$(test-program-cmd)' > $@
; \
184 $(objpfx
)tst-trans.out
: tst-trans.sh
$(objpfx
)tst-trans \
185 $(addprefix $(objpfx
),$(CTYPE_FILES
))
186 $(SHELL
) $< $(common-objpfx
) '$(run-program-prefix-before-env)' \
187 '$(run-program-env)' '$(run-program-prefix-after-env)' \
188 '$(test-program-prefix-before-env)' \
189 '$(test-program-prefix-after-env)'; \
191 $(objpfx
)tst-ctype.out
: tst-ctype.sh
$(objpfx
)tst-ctype \
192 $(objpfx
)sort-test.out \
193 $(addprefix $(objpfx
),$(CTYPE_FILES
))
194 $(SHELL
) $< $(common-objpfx
) '$(test-program-cmd-before-env)' \
195 '$(run-program-env)' '$(test-program-cmd-after-env)'; \
197 $(objpfx
)tst-langinfo.out
: tst-langinfo.sh
$(objpfx
)tst-langinfo \
198 $(objpfx
)sort-test.out \
199 $(addprefix $(objpfx
),$(CTYPE_FILES
))
200 $(SHELL
) $< $(common-objpfx
) '$(test-program-cmd-before-env)' \
201 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@
; \
203 $(objpfx
)tst-langinfo-static.out
: tst-langinfo.sh
$(objpfx
)tst-langinfo-static \
204 $(objpfx
)sort-test.out \
205 $(addprefix $(objpfx
),$(CTYPE_FILES
))
206 $(SHELL
) $< $(common-objpfx
) '$(test-program-cmd-before-env)' \
207 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@
; \
209 $(objpfx
)tst-digits.out
: $(objpfx
)tst-locale.out
210 $(objpfx
)tst-mbswcs6.out
: $(addprefix $(objpfx
),$(CTYPE_FILES
))
215 INSTALL-SUPPORTED-LOCALES
=$(addprefix install-
, $(SUPPORTED-LOCALES
))
217 # Sometimes the whole collection of locale files should be installed.
218 LOCALEDEF
=I18NPATH
=. GCONV_PATH
=$(common-objpfx
)iconvdata LC_ALL
=C \
219 $(rtld-prefix
) $(common-objpfx
)locale
/localedef
220 install-locales
: $(INSTALL-SUPPORTED-LOCALES
)
223 $(..
).
/scripts
/mkinstalldirs
$(inst_localedir
)
225 $(INSTALL-SUPPORTED-LOCALES
): install-locales-dir
226 @locale
=`echo $@ | sed -e 's/^install-//'`; \
227 charset
=`echo $$locale | sed -e 's,.*/,,'`; \
228 locale
=`echo $$locale | sed -e 's,/[^/]*,,'`; \
229 echo
-n
`echo $$locale | sed 's/\([^.\@]*\).*/\1/'`; \
230 echo
-n
".$$charset"; \
231 echo
-n
`echo $$locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
233 input
=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
234 $(LOCALEDEF
) --alias-file
=..
/intl
/locale.alias \
235 -i locales
/$$input -c
-f charmaps
/$$charset \
236 $(addprefix --prefix=,$(install_root
)) $$locale; \
239 tst-setlocale-ENV
= LC_ALL
=ja_JP.EUC-JP
240 tst-wctype-ENV
= LC_ALL
=ja_JP.EUC-JP
242 tst-leaks-ENV
= MALLOC_TRACE
=$(objpfx
)tst-leaks.mtrace
243 $(objpfx
)mtrace-tst-leaks.out
: $(objpfx
)tst-leaks.out
244 $(common-objpfx
)malloc
/mtrace
$(objpfx
)tst-leaks.mtrace
> $@
; \
247 bug-setlocale1-ARGS
= -- $(host-test-program-cmd
)
248 bug-setlocale1-static-ARGS
= $(bug-setlocale1-ARGS
)
250 $(objdir
)/iconvdata
/gconv-modules
:
251 $(MAKE
) -C ..
/iconvdata subdir
=iconvdata
$@