]>
Commit | Line | Data |
---|---|---|
4388f060 | 1 | # * Copyright (C) 1998-2012, International Business Machines |
374ca955 | 2 | # * Corporation and others. All Rights Reserved. |
4388f060 | 3 | BRK_RES_CLDR_VERSION = 21.0.1 |
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], | |
10 | # you should consider creating a 'brklocal.mk' file in this same directory. | |
11 | # Then, you can have your local changes remain even if you upgrade or | |
12 | # reconfigure ICU. | |
13 | # | |
14 | # Example 'brklocal.mk' files: | |
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 | ||
36 | # List of compact trie dictionary files (ctd). | |
4388f060 | 37 | BRK_CTD_SOURCE = thaidict.txt khmerdict.txt |
73c04bcf A |
38 | |
39 | ||
40 | # List of break iterator files (brk). | |
4388f060 | 41 | BRK_SOURCE = sent_el.txt word_POSIX.txt line_fi.txt word_ja.txt line_ja.txt char.txt word.txt line.txt sent.txt title.txt |
73c04bcf A |
42 | |
43 | ||
44 | # Ordinary resources | |
729e4ab9 | 45 | BRK_RES_SOURCE = el.txt en.txt en_US.txt en_US_POSIX.txt\ |
4388f060 | 46 | fi.txt ja.txt |
374ca955 | 47 |