| OLD | NEW |
| (Empty) |
| 1 # * Copyright (C) 1998-2010, International Business Machines | |
| 2 # * Corporation and others. All Rights Reserved. | |
| 3 RBNF_CLDR_VERSION = 1.9 | |
| 4 # A list of txt's to build | |
| 5 # Note: | |
| 6 # | |
| 7 # | |
| 8 # * To add an additional locale to the list: | |
| 9 # _____________________________________________________ | |
| 10 # | RBNF_SOURCE_LOCAL = myLocale.txt ... | |
| 11 # | |
| 12 # * To REPLACE the default list and only build with a few | |
| 13 # locales: | |
| 14 # _____________________________________________________ | |
| 15 # | RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt | |
| 16 # | |
| 17 # Chrome note: RBNF is not used by Chrome/Webkit. So, we don't include them. | |
| 18 | |
| 19 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml) | |
| 20 RBNF_SYNTHETIC_ALIAS = | |
| 21 | |
| 22 | |
| 23 # All aliases (to not be included under 'installed'), but not including root. | |
| 24 RBNF_ALIAS_SOURCE = $(RBNF_SYNTHETIC_ALIAS) | |
| 25 | |
| 26 | |
| 27 # Ordinary resources | |
| 28 RBNF_SOURCE = | |
| OLD | NEW |