]> git.ipfire.org Git - thirdparty/glibc.git/blame - locale/Makefile
locale/tst-locale-locpath: Fix arguments passing
[thirdparty/glibc.git] / locale / Makefile
CommitLineData
04277e02 1# Copyright (C) 1991-2019 Free Software Foundation, Inc.
28f540f4
RM
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
41bdb6e2
AJ
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.
28f540f4
RM
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
41bdb6e2 12# Lesser General Public License for more details.
28f540f4 13
41bdb6e2 14# You should have received a copy of the GNU Lesser General Public
59ba27a6
PE
15# License along with the GNU C Library; if not, see
16# <http://www.gnu.org/licenses/>.
28f540f4
RM
17
18#
19# Makefile for locales.
20#
21subdir := locale
22
a5f891ac
JM
23include ../Makeconfig
24
f0be25b6
ZW
25headers = langinfo.h locale.h bits/locale.h \
26 bits/types/locale_t.h bits/types/__locale_t.h
cb09a2cd
RM
27routines = setlocale findlocale loadlocale loadarchive \
28 localeconv nl_langinfo nl_langinfo_l mb_cur_max \
30c14c31 29 newlocale duplocale freelocale uselocale
74432447 30tests = tst-C-locale tst-locname tst-duplocale
4b10dd6c
UD
31categories = ctype messages monetary numeric time paper name \
32 address telephone measurement identification collate
5db91571 33aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name \
25337753 34 xlocale localename global-locale coll-lookup
cd33623e 35others = localedef locale
70e51ab9 36#others-static = localedef locale
299a95b9 37install-bin = localedef locale
9649be24
UD
38extra-objs = $(localedef-modules:=.o) $(localedef-aux:=.o) \
39 $(locale-modules:=.o) $(lib-modules:=.o)
053c52b1
FW
40generated += C-translit.h
41before-compile += $(objpfx)C-translit.h
2b83a2a4 42
6259ec0d
UD
43extra-libs = libBrokenLocale
44extra-libs-others = $(extra-libs)
45
46libBrokenLocale-routines = broken_cur_max
47
df7c0d23 48subdir-dirs = programs
a7b65cdc 49vpath %.c programs ../crypt
19bc17a9 50vpath %.h programs
f127cd28 51vpath %.gperf programs
19bc17a9 52
675456ef
RM
53localedef-modules := localedef $(categories:%=ld-%) \
54 charmap linereader locfile \
934b77ac
UD
55 repertoire locarchive
56localedef-aux := md5
675456ef 57locale-modules := locale locale-spec
02eec681
CD
58lib-modules := charmap-dir simple-hash xmalloc xstrdup \
59 record-status
2b83a2a4
RM
60
61
62GPERF = gperf
4b10dd6c 63GPERFFLAGS = -acCgopt -k1,2,5,9,$$ -L ANSI-C
28f540f4 64
439bf534
FW
65ifeq ($(run-built-tests),yes)
66tests-special += $(objpfx)tst-locale-locpath.out
67endif
68
28f540f4 69include ../Rules
2b83a2a4 70
36975e8e 71CFLAGS-md5.c += -I../crypt
3a0d900a 72
19bc17a9 73programs/%-kw.h: programs/%-kw.gperf
00c2b3b9
UD
74 cd programs \
75 && $(GPERF) $(GPERFFLAGS) -N $(@F:-kw.h=_hash) $(<F) > $(@F).new
2b83a2a4
RM
76 mv -f $@.new $@
77
78$(objpfx)localedef: $(localedef-modules:%=$(objpfx)%.o)
934b77ac 79$(objpfx)localedef: $(localedef-aux:%=$(objpfx)%.o)
2b83a2a4
RM
80$(objpfx)locale: $(locale-modules:%=$(objpfx)%.o)
81$(objpfx)localedef $(objpfx)locale: $(lib-modules:%=$(objpfx)%.o)
82
053c52b1
FW
83$(objpfx)C-translit.h: C-translit.h.in gen-translit.py
84 $(make-target-directory)
85 $(PYTHON) gen-translit.py < $< > $@.tmp
69c69fe1 86 mv -f $@.tmp $@
04fbc779 87
90fe682d
CD
88# The path to the compiled binary locale archive or compiled locales,
89# along with the parent path to the source locales and source
90# charmaps.
91localepath = "$(complocaledir):$(i18ndir)"
e4cf5070 92
675456ef
RM
93# -Iprograms doesn't really belong here, but this gets it at the head
94# of the list instead of the tail, where CPPFLAGS-$(lib) gets added.
95# We need it before the standard -I's to see programs/config.h first.
90fe682d 96locale-CPPFLAGS = -DCOMPLOCALEDIR='"$(complocaledir)"' \
314f6dee 97 -DLOCALE_ALIAS_PATH='"$(localedir)"' \
675456ef
RM
98 -Iprograms
99
100CPPFLAGS-locale-programs = -DLOCALE_PATH='$(localepath)' \
101 -DCHARMAP_PATH='"$(i18ndir)/charmaps"' \
102 -DREPERTOIREMAP_PATH='"$(i18ndir)/repertoiremaps"' \
4f41c682 103 -DLOCSRCDIR='"$(i18ndir)/locales"'
0793d348 104
36975e8e
L
105CFLAGS-charmap.c += -Wno-write-strings -Wno-char-subscripts
106CFLAGS-locfile.c += -Wno-write-strings -Wno-char-subscripts
107CFLAGS-charmap-dir.c += -Wno-write-strings
6259ec0d 108
4f41c682 109# Set libof-* for each routine.
9cd47470
SP
110cpp-srcs-left := $(localedef-modules) $(localedef-aux) $(locale-modules) \
111 $(lib-modules)
675456ef 112lib := locale-programs
2bfdaedd 113include $(patsubst %,$(..)libof-iterator.mk,$(cpp-srcs-left))
e485b2b6
FW
114
115$(objpfx)tst-locale-locpath.out : tst-locale-locpath.sh $(objpfx)locale
7901d4ee 116 $(SHELL) $< '$(common-objpfx)' '$(test-wrapper-env)' '$(run-program-env)' > $@; \
e485b2b6 117 $(evaluate-test)