]>
Commit | Line | Data |
---|---|---|
b331163b | 1 | # * Copyright (C) 1998-2015, International Business Machines |
374ca955 | 2 | # * Corporation and others. All Rights Reserved. |
b331163b | 3 | BRK_RES_CLDR_VERSION = %version% |
374ca955 | 4 | # A list of txt's to build |
729e4ab9 | 5 | # Note: |
374ca955 | 6 | # |
729e4ab9 | 7 | # If you are thinking of modifying this file, READ THIS. |
374ca955 A |
8 | # |
9 | # Instead of changing this file [unless you want to check it back in], | |
b331163b | 10 | # you should consider creating a '%local%' file in this same directory. |
374ca955 A |
11 | # Then, you can have your local changes remain even if you upgrade or |
12 | # reconfigure ICU. | |
13 | # | |
b331163b | 14 | # Example '%local%' files: |
374ca955 | 15 | # |
729e4ab9 | 16 | # * To add an additional locale to the list: |
374ca955 | 17 | # _____________________________________________________ |
73c04bcf | 18 | # | BRK_RES_SOURCE_LOCAL = myLocale.txt ... |
374ca955 A |
19 | # |
20 | # * To REPLACE the default list and only build with a few | |
729e4ab9 | 21 | # locales: |
374ca955 | 22 | # _____________________________________________________ |
73c04bcf | 23 | # | BRK_RES_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt |
374ca955 A |
24 | # |
25 | # | |
729e4ab9 | 26 | # Generated by LDML2ICUConverter, from LDML source files. |
374ca955 | 27 | |
729e4ab9 | 28 | # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml) |
73c04bcf A |
29 | BRK_RES_SYNTHETIC_ALIAS = |
30 | ||
31 | ||
32 | # All aliases (to not be included under 'installed'), but not including root. | |
33 | BRK_RES_ALIAS_SOURCE = $(BRK_RES_SYNTHETIC_ALIAS) | |
34 | ||
35 | ||
51004dcb | 36 | # List of dictionary files (dict). |
b331163b A |
37 | BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt laodict.txt\ |
38 | thaidict.txt | |
73c04bcf A |
39 | |
40 | ||
41 | # List of break iterator files (brk). | |
b331163b A |
42 | BRK_SOURCE = char.txt line.txt line_fi.txt line_loose.txt\ |
43 | line_loose_cj.txt line_loose_fi.txt line_normal.txt line_normal_cj.txt line_normal_fi.txt\ | |
57a6839d | 44 | sent.txt sent_el.txt title.txt word.txt word_POSIX.txt |
73c04bcf A |
45 | |
46 | ||
47 | # Ordinary resources | |
57a6839d A |
48 | BRK_RES_SOURCE = de.txt el.txt en.txt en_US.txt\ |
49 | en_US_POSIX.txt es.txt fi.txt fr.txt it.txt\ | |
08b89b0a | 50 | ja.txt pt.txt ru.txt zh.txt zh_Hant.txt |
374ca955 | 51 |