2012-02-02 22:53:19 +00:00
|
|
|
# * Copyright (C) 1998-2012, International Business Machines
|
2004-07-14 18:35:16 +00:00
|
|
|
# * Corporation and others. All Rights Reserved.
|
2011-12-09 08:39:46 +00:00
|
|
|
RBNF_CLDR_VERSION = 21.0
|
2004-07-14 18:35:16 +00:00
|
|
|
# A list of txt's to build
|
2010-02-18 14:30:15 +00:00
|
|
|
# Note:
|
2004-07-14 18:35:16 +00:00
|
|
|
#
|
2010-02-18 14:30:15 +00:00
|
|
|
# If you are thinking of modifying this file, READ THIS.
|
2004-07-14 18:35:16 +00:00
|
|
|
#
|
|
|
|
# Instead of changing this file [unless you want to check it back in],
|
2008-12-12 01:04:38 +00:00
|
|
|
# you should consider creating a 'rbnflocal.mk' file in this same directory.
|
2004-07-14 18:35:16 +00:00
|
|
|
# Then, you can have your local changes remain even if you upgrade or
|
|
|
|
# reconfigure ICU.
|
|
|
|
#
|
2004-07-18 01:14:10 +00:00
|
|
|
# Example 'rbnflocal.mk' files:
|
2004-07-14 18:35:16 +00:00
|
|
|
#
|
2010-02-18 14:30:15 +00:00
|
|
|
# * To add an additional locale to the list:
|
2004-07-14 18:35:16 +00:00
|
|
|
# _____________________________________________________
|
2004-07-18 01:14:10 +00:00
|
|
|
# | RBNF_SOURCE_LOCAL = myLocale.txt ...
|
2004-07-14 18:35:16 +00:00
|
|
|
#
|
|
|
|
# * To REPLACE the default list and only build with a few
|
2010-02-18 14:30:15 +00:00
|
|
|
# locales:
|
2004-07-14 18:35:16 +00:00
|
|
|
# _____________________________________________________
|
2004-07-18 01:14:10 +00:00
|
|
|
# | RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
|
2004-07-14 18:35:16 +00:00
|
|
|
#
|
|
|
|
#
|
2010-02-18 14:30:15 +00:00
|
|
|
# Generated by LDML2ICUConverter, from LDML source files.
|
2004-07-14 18:35:16 +00:00
|
|
|
|
2010-02-18 14:30:15 +00:00
|
|
|
# Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
2008-12-12 01:04:38 +00:00
|
|
|
RBNF_SYNTHETIC_ALIAS =
|
2004-07-14 18:35:16 +00:00
|
|
|
|
|
|
|
|
2008-12-12 01:04:38 +00:00
|
|
|
# All aliases (to not be included under 'installed'), but not including root.
|
|
|
|
RBNF_ALIAS_SOURCE = $(RBNF_SYNTHETIC_ALIAS)
|
2004-07-14 18:35:16 +00:00
|
|
|
|
|
|
|
|
2008-12-12 01:04:38 +00:00
|
|
|
# Ordinary resources
|
2009-03-30 15:00:49 +00:00
|
|
|
RBNF_SOURCE = af.txt am.txt ar.txt az.txt\
|
2010-09-13 19:12:47 +00:00
|
|
|
be.txt bg.txt bs.txt ca.txt cs.txt\
|
2011-07-12 19:55:07 +00:00
|
|
|
cy.txt da.txt de.txt ee.txt el.txt\
|
|
|
|
en.txt eo.txt es.txt es_419.txt es_AR.txt\
|
|
|
|
es_BO.txt es_CL.txt es_CO.txt es_CR.txt es_DO.txt\
|
|
|
|
es_EC.txt es_GT.txt es_HN.txt es_MX.txt es_NI.txt\
|
|
|
|
es_PA.txt es_PE.txt es_PR.txt es_PY.txt es_SV.txt\
|
|
|
|
es_US.txt es_UY.txt es_VE.txt et.txt fa.txt\
|
|
|
|
fa_AF.txt fi.txt fil.txt fo.txt fr.txt\
|
|
|
|
fr_BE.txt fr_CH.txt ga.txt he.txt hi.txt\
|
|
|
|
hr.txt hu.txt hy.txt id.txt is.txt\
|
|
|
|
it.txt ja.txt ka.txt kl.txt ko.txt\
|
|
|
|
lt.txt lv.txt mk.txt ms.txt mt.txt\
|
|
|
|
nb.txt nl.txt nn.txt pl.txt pt.txt\
|
|
|
|
pt_AO.txt pt_GW.txt pt_MZ.txt pt_PT.txt pt_ST.txt\
|
|
|
|
ro.txt ru.txt sk.txt sl.txt sq.txt\
|
|
|
|
sr.txt sr_Latn.txt sv.txt ta.txt th.txt\
|
|
|
|
tr.txt uk.txt vi.txt zh.txt zh_Hant.txt
|
2008-12-12 01:04:38 +00:00
|
|
|
|