mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
locale: Sort Makefile variables.
Sort Makefile variables using scrips/sort-makefile-lines.py. No regressions on x86_64.
This commit is contained in:
parent
874214db62
commit
7190fd9ebf
1 changed files with 96 additions and 28 deletions
124
locale/Makefile
124
locale/Makefile
|
@ -22,43 +22,111 @@ subdir := locale
|
||||||
|
|
||||||
include ../Makeconfig
|
include ../Makeconfig
|
||||||
|
|
||||||
headers = langinfo.h locale.h bits/locale.h \
|
headers = \
|
||||||
bits/types/locale_t.h bits/types/__locale_t.h
|
bits/locale.h \
|
||||||
routines = setlocale findlocale loadlocale loadarchive \
|
bits/types/__locale_t.h \
|
||||||
localeconv nl_langinfo nl_langinfo_l mb_cur_max \
|
bits/types/locale_t.h \
|
||||||
newlocale duplocale freelocale uselocale
|
langinfo.h \
|
||||||
tests = tst-C-locale tst-locname tst-duplocale
|
locale.h \
|
||||||
tests-container = tst-localedef-path-norm
|
# headers
|
||||||
categories = ctype messages monetary numeric time paper name \
|
routines = \
|
||||||
address telephone measurement identification collate
|
duplocale \
|
||||||
aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name \
|
findlocale \
|
||||||
xlocale localename global-locale coll-lookup
|
freelocale \
|
||||||
others = localedef locale
|
loadarchive \
|
||||||
#others-static = localedef locale
|
loadlocale \
|
||||||
install-bin = localedef locale
|
localeconv \
|
||||||
extra-objs = $(localedef-modules:=.o) $(localedef-aux:=.o) \
|
mb_cur_max \
|
||||||
$(locale-modules:=.o) $(lib-modules:=.o)
|
newlocale \
|
||||||
generated += C-translit.h
|
nl_langinfo \
|
||||||
before-compile += $(objpfx)C-translit.h
|
nl_langinfo_l \
|
||||||
|
setlocale \
|
||||||
|
uselocale
|
||||||
|
# routines
|
||||||
|
tests = \
|
||||||
|
tst-C-locale \
|
||||||
|
tst-duplocale \
|
||||||
|
tst-locname \
|
||||||
|
# tests
|
||||||
|
tests-container = \
|
||||||
|
tst-localedef-path-norm \
|
||||||
|
# tests-container
|
||||||
|
categories = \
|
||||||
|
address \
|
||||||
|
collate \
|
||||||
|
ctype \
|
||||||
|
identification \
|
||||||
|
measurement \
|
||||||
|
messages \
|
||||||
|
monetary \
|
||||||
|
name \
|
||||||
|
numeric \
|
||||||
|
paper \
|
||||||
|
telephone \
|
||||||
|
time \
|
||||||
|
# categories
|
||||||
|
aux = \
|
||||||
|
$(categories:%=C-%) \
|
||||||
|
$(categories:%=lc-%) \
|
||||||
|
C_name \
|
||||||
|
SYS_libc \
|
||||||
|
coll-lookup \
|
||||||
|
global-locale \
|
||||||
|
localename \
|
||||||
|
xlocale \
|
||||||
|
# aux
|
||||||
|
others = \
|
||||||
|
locale \
|
||||||
|
localedef \
|
||||||
|
# others
|
||||||
|
#others-static = \
|
||||||
|
# localedef \
|
||||||
|
# locale \
|
||||||
|
# # others-static
|
||||||
|
install-bin = \
|
||||||
|
locale \
|
||||||
|
localedef \
|
||||||
|
# install-bin
|
||||||
|
extra-objs = \
|
||||||
|
$(lib-modules:=.o) \
|
||||||
|
$(locale-modules:=.o) \
|
||||||
|
$(localedef-aux:=.o) \
|
||||||
|
$(localedef-modules:=.o) \
|
||||||
|
# extra-objs
|
||||||
|
generated += C-translit.h
|
||||||
|
before-compile += $(objpfx)C-translit.h
|
||||||
|
|
||||||
extra-libs = libBrokenLocale
|
extra-libs = libBrokenLocale
|
||||||
extra-libs-others = $(extra-libs)
|
extra-libs-others = $(extra-libs)
|
||||||
|
|
||||||
libBrokenLocale-routines = broken_cur_max
|
libBrokenLocale-routines = broken_cur_max
|
||||||
|
|
||||||
subdir-dirs = programs
|
subdir-dirs = programs
|
||||||
vpath %.c programs
|
vpath %.c programs
|
||||||
vpath %.h programs
|
vpath %.h programs
|
||||||
vpath %.gperf programs
|
vpath %.gperf programs
|
||||||
|
|
||||||
localedef-modules := localedef $(categories:%=ld-%) \
|
localedef-modules := \
|
||||||
charmap linereader locfile \
|
charmap \
|
||||||
repertoire locarchive
|
linereader \
|
||||||
localedef-aux := md5
|
localedef $(categories:%=ld-%) \
|
||||||
locale-modules := locale locale-spec
|
locarchive \
|
||||||
lib-modules := charmap-dir simple-hash xmalloc xstrdup \
|
locfile \
|
||||||
record-status xasprintf
|
repertoire \
|
||||||
|
# localedef-modules
|
||||||
|
localedef-aux := md5
|
||||||
|
locale-modules := \
|
||||||
|
locale \
|
||||||
|
locale-spec \
|
||||||
|
# locale-modules
|
||||||
|
lib-modules := \
|
||||||
|
charmap-dir \
|
||||||
|
record-status \
|
||||||
|
simple-hash \
|
||||||
|
xasprintf \
|
||||||
|
xmalloc \
|
||||||
|
xstrdup \
|
||||||
|
# lib-modules
|
||||||
|
|
||||||
GPERF = gperf
|
GPERF = gperf
|
||||||
GPERFFLAGS = -acCgopt -k1,2,5,9,$$ -L ANSI-C
|
GPERFFLAGS = -acCgopt -k1,2,5,9,$$ -L ANSI-C
|
||||||
|
|
Loading…
Add table
Reference in a new issue