52ed7b035f
ok'ed by core and releng. (thanks for agc@, snj@ and i'm sorry for long time patience). [libc] - localeio.[ch] and lc*.[ch] in src/lib/libc/locale was replaced by new locale-db implementation using citrus_db backend, see src/lib/libc/citrus/citrus_lc_*.[ch]. - add citrus_bcs_strtou?l.c. don't use strtou?l locale implementation internally, because they're locale-aware function. - add some stubs for multi-locale issue, see {current,global}_locale.c. - remove some obsolete file, setrunelocale.c, ___runetype_mb.c. - remove __savectype() from ctypeio.[ch]. [tools] - mklocale(1): add new option ``-t'' that generates new style LC_{MONETARY,NUMERIC,TIME,MESSAGES} locale-db format. - chrtbl(1): added ctypeio.[ch] for __savectype(). [locale-db] - added en_US.US-ASCII locale. - removed some shareable locale definition file: en_US.US-ASCII -> en_US.ISO8859-1, en_US.UTF-8 zh_CN.eucCN -> zh_CN.GB18030 and more...see src/share/locale/*/Makefile. - remove obsoleted locale sr_YU, added new locale sr_ME, sr_RS. - change locale name ja_JP.ISO2022-JP* -> ja_JP.ISO-2022-JP* for X11's locale.alias file alignments. - fix regression test, wrong wcs?width(3), NAN/INF usage. i tested release-build following arch: i386, amd64, hpc{mips,arm,sh}, sparc64, vax. citrus_lc_*.[ch] also can read old-plain-text style locale-db. so that backward compatibility is keeped, but lc*.[ch] can't read new citrus_db'ed locale-db and localeio.c never check sanity, so forward compatibility is broken ;-< old mklocale(1) doesn't know -t option, so you have to rebuild toolchain.
92 lines
3.2 KiB
Makefile
92 lines
3.2 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2009/01/02 00:20:23 tnozaki Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
# pull LOCALEDIR and other declarations
|
|
.include <bsd.own.mk>
|
|
|
|
LOCALEFILE= LC_NUMERIC
|
|
|
|
LOCALESRC_af_ZA.ISO8859-15= af_ZA.ISO8859-1
|
|
#LOCALESRC_am_ET.UTF-8= en_US.US-ASCII
|
|
LOCALESRC_be_BY.ISO8859-5= be_BY.CP1251
|
|
LOCALESRC_ca_ES.ISO8859-15= ca_ES.ISO8859-1
|
|
LOCALESRC_da_DK.ISO8859-15= da_DK.ISO8859-1
|
|
LOCALESRC_de_AT.ISO8859-1= de_DE.ISO8859-1
|
|
LOCALESRC_de_AT.ISO8859-15= de_DE.ISO8859-1
|
|
LOCALESRC_de_CH.ISO8859-1= de_DE.ISO8859-1
|
|
LOCALESRC_de_CH.ISO8859-15= de_DE.ISO8859-1
|
|
LOCALESRC_de_DE.ISO8859-15= de_DE.ISO8859-1
|
|
LOCALESRC_en_AU.ISO8859-1= en_US.US-ASCII
|
|
LOCALESRC_en_AU.ISO8859-15= en_US.US-ASCII
|
|
LOCALESRC_en_CA.ISO8859-1= en_US.US-ASCII
|
|
LOCALESRC_en_CA.ISO8859-15= en_US.US-ASCII
|
|
LOCALESRC_en_GB.ISO8859-1= en_US.US-ASCII
|
|
LOCALESRC_en_GB.ISO8859-15= en_US.US-ASCII
|
|
LOCALESRC_en_NZ.ISO8859-1= en_US.US-ASCII
|
|
LOCALESRC_en_NZ.ISO8859-15= en_US.US-ASCII
|
|
LOCALESRC_en_US.ISO8859-1= en_US.US-ASCII
|
|
LOCALESRC_en_US.ISO8859-15= en_US.US-ASCII
|
|
LOCALESRC_en_US.UTF-8= en_US.US-ASCII
|
|
LOCALESRC_es_ES.ISO8859-15= es_ES.ISO8859-1
|
|
LOCALESRC_eu_ES.ISO8859-15= eu_ES.ISO8859-1
|
|
LOCALESRC_fi_FI.ISO8859-15= fi_FI.ISO8859-1
|
|
LOCALESRC_fr_BE.ISO8859-15= fr_BE.ISO8859-1
|
|
LOCALESRC_fr_CA.ISO8859-1= fr_FR.ISO8859-1
|
|
LOCALESRC_fr_CA.ISO8859-15= fr_FR.ISO8859-1
|
|
LOCALESRC_fr_CH.ISO8859-1= fr_FR.ISO8859-1
|
|
LOCALESRC_fr_CH.ISO8859-15= fr_FR.ISO8859-1
|
|
LOCALESRC_fr_FR.ISO8859-15= fr_FR.ISO8859-1
|
|
#LOCALESRC_he_IL.UTF-8= en_US.US-ASCII
|
|
LOCALESRC_is_IS.ISO8859-15= is_IS.ISO8859-1
|
|
LOCALESRC_it_CH.ISO8859-1= it_IT.ISO8859-1
|
|
LOCALESRC_it_CH.ISO8859-15= it_IT.ISO8859-1
|
|
LOCALESRC_it_IT.ISO8859-15= it_IT.ISO8859-1
|
|
LOCALESRC_ja_JP.ISO-2022-JP= en_US.US-ASCII
|
|
LOCALESRC_ja_JP.ISO-2022-JP-2= en_US.US-ASCII
|
|
LOCALESRC_ja_JP.SJIS= en_US.US-ASCII
|
|
LOCALESRC_ja_JP.ct= en_US.US-ASCII
|
|
LOCALESRC_ja_JP.eucJP= en_US.US-ASCII
|
|
LOCALESRC_ko_KR.eucKR= en_US.US-ASCII
|
|
LOCALESRC_lt_LT.ISO8859-4= lt_LT.ISO8859-13
|
|
#LOCALESRC_mn_MN.UTF-8= en_US.US-ASCII
|
|
LOCALESRC_nl_BE.ISO8859-1= fr_BE.ISO8859-1
|
|
LOCALESRC_nl_BE.ISO8859-15= fr_BE.ISO8859-1
|
|
LOCALESRC_nl_NL.ISO8859-15= nl_NL.ISO8859-1
|
|
LOCALESRC_nn_NO.ISO8859-1= no_NO.ISO8859-1
|
|
LOCALESRC_nn_NO.ISO8859-15= no_NO.ISO8859-1
|
|
LOCALESRC_no_NO.ISO8859-15= no_NO.ISO8859-1
|
|
LOCALESRC_pt_PT.ISO8859-15= pt_PT.ISO8859-1
|
|
LOCALESRC_ru_BY.CP1251= ru_RU.KOI8-R
|
|
LOCALESRC_ru_RU.CP1251= ru_RU.KOI8-R
|
|
LOCALESRC_ru_RU.CP866= ru_RU.KOI8-R
|
|
LOCALESRC_ru_RU.ISO8859-5= ru_RU.KOI8-R
|
|
LOCALESRC_sr_ME.ISO8859-5= sr_ME.ISO8859-2
|
|
LOCALESRC_sr_RS.ISO8859-2= sr_ME.ISO8859-2
|
|
LOCALESRC_sr_RS.ISO8859-5= sr_ME.ISO8859-2
|
|
LOCALESRC_sv_SE.ISO8859-15= sv_SE.ISO8859-1
|
|
LOCALESRC_uk_UA.CP1251= uk_UA.KOI8-U
|
|
LOCALESRC_uk_UA.ISO8859-5= uk_UA.KOI8-U
|
|
LOCALESRC_zh_CN.GB18030= en_US.US-ASCII
|
|
LOCALESRC_zh_CN.eucCN= en_US.US-ASCII
|
|
LOCALESRC_zh_HK.Big5hkscs= en_US.US-ASCII
|
|
LOCALESRC_zh_TW.Big5= en_US.US-ASCII
|
|
LOCALESRC_zh_TW.eucTW= en_US.US-ASCII
|
|
|
|
.include"${.CURDIR}/../Makefile.locale"
|
|
|
|
all: ${LOCALES:S/$/.out/g}
|
|
realall: ${LOCALES:S/$/.out/g}
|
|
|
|
FILES= ${LOCALES:S/$/.out/g}
|
|
CLEANFILES+= ${LOCALES:S/$/.out/g}
|
|
|
|
.for locale in ${LOCALES}
|
|
${locale}.out: ${LOCALESRC_${locale}}.src
|
|
${_MKTARGET_CREATE}
|
|
${TOOL_MKLOCALE} -t numeric -o ${.TARGET} \
|
|
< ${.CURDIR}/${LOCALESRC_${locale}}.src
|
|
.endfor
|
|
|
|
.include <bsd.prog.mk>
|