Require autoconf 2.69
[glibc.git] / localedata / Makefile
blobb6235f26c7f9e9697ab8b247af200a6bc672ff09
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.
20 subdir := localedata
22 include ../Makeconfig
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
32 vpath %.c tests-mbwc
33 vpath %.h 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
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) \
48 test6.c trans.def)
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 \
78 tst-wctype
79 tests-static = bug-setlocale1-static
80 tests += $(tests-static)
81 ifeq (yes,$(build-shared))
82 ifneq (no,$(PERL))
83 tests-special += $(objpfx)mtrace-tst-leaks.out
84 endif
85 endif
86 endif
88 # Files to install.
89 install-others := $(addprefix $(inst_i18ndir)/, \
90 $(addsuffix .gz, $(charmaps)) \
91 $(locales))
93 tests: $(objdir)/iconvdata/gconv-modules
95 tests-special += $(objpfx)sort-test.out $(objpfx)tst-fmon.out \
96 $(objpfx)tst-locale.out $(objpfx)tst-rpmatch.out \
97 $(objpfx)tst-trans.out $(objpfx)tst-ctype.out \
98 $(objpfx)tst-langinfo.out $(objpfx)tst-langinfo-static.out \
99 $(objpfx)tst-numeric.out
100 tests-static += tst-langinfo-static
102 ifeq ($(run-built-tests),yes)
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
110 LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g')
111 CHARMAPS := $(shell echo "$(LOCALES)" | \
112 sed -e 's/[^ .]*[.]\([^ ]*\)/\1/g' -e s/SJIS/SHIFT_JIS/g)
113 CTYPE_FILES = $(addsuffix /LC_CTYPE,$(LOCALES))
114 tests-special += $(addprefix $(objpfx),$(CTYPE_FILES))
115 endif
117 include ../Rules
119 # Install the charmap files in gzipped format.
120 $(inst_i18ndir)/charmaps/%.gz: charmaps/% $(+force)
121 $(make-target-directory)
122 rm -f $(@:.gz=) $@
123 $(INSTALL_DATA) $< $(@:.gz=)
124 gzip -9n $(@:.gz=)
126 # Install the locale source files in the appropriate directory.
127 $(inst_i18ndir)/locales/%: locales/% $(+force); $(do-install)
129 # gcc does not know all the format specifiers we are using here.
130 CFLAGS-tst-mbswcs1.c = -Wno-format
131 CFLAGS-tst-mbswcs2.c = -Wno-format
132 CFLAGS-tst-mbswcs3.c = -Wno-format
133 CFLAGS-tst-mbswcs4.c = -Wno-format
134 CFLAGS-tst-mbswcs5.c = -Wno-format
135 CFLAGS-tst-trans.c = -Wno-format
138 ifeq ($(run-built-tests),yes)
139 generated-dirs += $(LOCALES)
141 # Dependency for the locale files. We actually make it depend only on
142 # one of the files.
143 $(addprefix $(objpfx),$(CTYPE_FILES)): %: \
144 gen-locale.sh $(common-objpfx)locale/localedef Makefile \
145 $(addprefix charmaps/,$(CHARMAPS)) $(addprefix locales/,$(LOCALE_SRCS))
146 @$(SHELL) gen-locale.sh $(common-objpfx) \
147 '$(built-program-cmd-before-env)' '$(run-program-env)' \
148 '$(built-program-cmd-after-env)' $@; \
149 $(evaluate-test)
151 $(addsuffix .out,$(addprefix $(objpfx),$(tests))): %: \
152 $(addprefix $(objpfx),$(CTYPE_FILES))
154 $(objpfx)sort-test.out: sort-test.sh $(objpfx)collate-test $(objpfx)xfrm-test \
155 $(test-input-data) $(addprefix $(objpfx),$(CTYPE_FILES))
156 $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
157 '$(run-program-env)' '$(test-program-prefix-after-env)' \
158 $(test-input) \
159 > $@; \
160 $(evaluate-test)
161 $(objpfx)tst-fmon.out: tst-fmon.sh $(objpfx)tst-fmon tst-fmon.data \
162 $(objpfx)sort-test.out \
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)' tst-fmon.data \
167 > $@; \
168 $(evaluate-test)
169 $(objpfx)tst-numeric.out: tst-numeric.sh $(objpfx)tst-numeric tst-numeric.data \
170 $(objpfx)sort-test.out \
171 $(addprefix $(objpfx),$(CTYPE_FILES))
172 $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' tst-numeric.data \
173 > $@; \
174 $(evaluate-test)
175 $(objpfx)tst-locale.out: tst-locale.sh $(common-objpfx)locale/localedef \
176 $(ld-test-srcs) $(addprefix $(objpfx),$(CTYPE_FILES))
177 $(SHELL) $< $(common-objpfx) '$(built-program-cmd-before-env)' \
178 '$(run-program-env)' '$(built-program-cmd-after-env)' > $@; \
179 $(evaluate-test)
180 $(objpfx)tst-rpmatch.out: tst-rpmatch.sh $(objpfx)tst-rpmatch \
181 $(objpfx)tst-fmon.out \
182 $(addprefix $(objpfx),$(CTYPE_FILES))
183 $(SHELL) $< $(common-objpfx) '$(test-program-cmd)' > $@; \
184 $(evaluate-test)
185 $(objpfx)tst-trans.out: tst-trans.sh $(objpfx)tst-trans \
186 $(addprefix $(objpfx),$(CTYPE_FILES))
187 $(SHELL) $< $(common-objpfx) '$(run-program-prefix-before-env)' \
188 '$(run-program-env)' '$(run-program-prefix-after-env)' \
189 '$(test-program-prefix-before-env)' \
190 '$(test-program-prefix-after-env)'; \
191 $(evaluate-test)
192 $(objpfx)tst-ctype.out: tst-ctype.sh $(objpfx)tst-ctype \
193 $(objpfx)sort-test.out \
194 $(addprefix $(objpfx),$(CTYPE_FILES))
195 $(SHELL) $< $(common-objpfx) '$(test-program-cmd-before-env)' \
196 '$(run-program-env)' '$(test-program-cmd-after-env)'; \
197 $(evaluate-test)
198 $(objpfx)tst-langinfo.out: tst-langinfo.sh $(objpfx)tst-langinfo \
199 $(objpfx)sort-test.out \
200 $(addprefix $(objpfx),$(CTYPE_FILES))
201 $(SHELL) $< $(common-objpfx) '$(test-program-cmd-before-env)' \
202 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@; \
203 $(evaluate-test)
204 $(objpfx)tst-langinfo-static.out: tst-langinfo.sh $(objpfx)tst-langinfo-static \
205 $(objpfx)sort-test.out \
206 $(addprefix $(objpfx),$(CTYPE_FILES))
207 $(SHELL) $< $(common-objpfx) '$(test-program-cmd-before-env)' \
208 '$(run-program-env)' '$(test-program-cmd-after-env)' > $@; \
209 $(evaluate-test)
210 $(objpfx)tst-digits.out: $(objpfx)tst-locale.out
211 $(objpfx)tst-mbswcs6.out: $(addprefix $(objpfx),$(CTYPE_FILES))
212 endif
214 include SUPPORTED
216 INSTALL-SUPPORTED-LOCALES=$(addprefix install-, $(SUPPORTED-LOCALES))
218 # Sometimes the whole collection of locale files should be installed.
219 LOCALEDEF=I18NPATH=. GCONV_PATH=$(common-objpfx)iconvdata LC_ALL=C \
220 $(rtld-prefix) $(common-objpfx)locale/localedef
221 install-locales: $(INSTALL-SUPPORTED-LOCALES)
223 install-locales-dir:
224 $(..)./scripts/mkinstalldirs $(inst_localedir)
226 $(INSTALL-SUPPORTED-LOCALES): install-locales-dir
227 @locale=`echo $@ | sed -e 's/^install-//'`; \
228 charset=`echo $$locale | sed -e 's,.*/,,'`; \
229 locale=`echo $$locale | sed -e 's,/[^/]*,,'`; \
230 echo -n `echo $$locale | sed 's/\([^.\@]*\).*/\1/'`; \
231 echo -n ".$$charset"; \
232 echo -n `echo $$locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`; \
233 echo -n '...'; \
234 input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
235 $(LOCALEDEF) --alias-file=../intl/locale.alias \
236 -i locales/$$input -c -f charmaps/$$charset \
237 $(addprefix --prefix=,$(install_root)) $$locale; \
238 echo ' done'; \
240 tst-setlocale-ENV = LC_ALL=ja_JP.EUC-JP
241 tst-wctype-ENV = LC_ALL=ja_JP.EUC-JP
243 tst-leaks-ENV = MALLOC_TRACE=$(objpfx)tst-leaks.mtrace
244 $(objpfx)mtrace-tst-leaks.out: $(objpfx)tst-leaks.out
245 $(common-objpfx)malloc/mtrace $(objpfx)tst-leaks.mtrace > $@; \
246 $(evaluate-test)
248 bug-setlocale1-ARGS = -- $(host-test-program-cmd)
249 bug-setlocale1-static-ARGS = $(bug-setlocale1-ARGS)
251 $(objdir)/iconvdata/gconv-modules:
252 $(MAKE) -C ../iconvdata subdir=iconvdata $@