OLD | NEW |
1 # -*- icu-dependencies -*- | 1 # -*- icu-dependencies -*- |
2 # Copyright (C) 2011-2015, International Business Machines | 2 # Copyright (C) 2011-2015, International Business Machines |
3 # Corporation and others. All Rights Reserved. | 3 # Corporation and others. All Rights Reserved. |
4 # | 4 # |
5 # file name: dependencies.txt | 5 # file name: dependencies.txt |
6 # | 6 # |
7 # created on: 2011may26 | 7 # created on: 2011may26 |
8 # created by: Markus W. Scherer | 8 # created by: Markus W. Scherer |
9 # | 9 # |
10 # See http://site.icu-project.org/processes/release/tasks/healthy-code#TOC-Check
-library-dependencies | 10 # See http://site.icu-project.org/processes/release/tasks/healthy-code#TOC-Check
-library-dependencies |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 resbund_cnv.o | 552 resbund_cnv.o |
553 deps | 553 deps |
554 conversion resourcebundle ures_cnv | 554 conversion resourcebundle ures_cnv |
555 | 555 |
556 group: ures_cnv # ures_openU, path is a Unicode string | 556 group: ures_cnv # ures_openU, path is a Unicode string |
557 ures_cnv.o | 557 ures_cnv.o |
558 deps | 558 deps |
559 conversion resourcebundle | 559 conversion resourcebundle |
560 | 560 |
561 group: resourcebundle | 561 group: resourcebundle |
562 resbund.o uresbund.o uresdata.o | 562 resource.o resbund.o uresbund.o uresdata.o |
563 locavailable.o | 563 locavailable.o |
564 # uloc_tag.c and uloc_keytype.cpp convert between | 564 # uloc_tag.c and uloc_keytype.cpp convert between |
565 # old ICU/LDML/CLDR locale IDs and newer BCP 47 IDs. | 565 # old ICU/LDML/CLDR locale IDs and newer BCP 47 IDs. |
566 # They use data from resource bundles for some of the mappings. | 566 # They use data from resource bundles for some of the mappings. |
567 # We might want to generate .h files for that data, to #include rather than
load, | 567 # We might want to generate .h files for that data, to #include rather than
load, |
568 # to minimize dependencies from this code. | 568 # to minimize dependencies from this code. |
569 # Then we could separate this higher-level locale ID code from the resource
bundle code. | 569 # Then we could separate this higher-level locale ID code from the resource
bundle code. |
570 uloc.o uloc_tag.o uloc_keytype.o | 570 uloc.o uloc_tag.o uloc_keytype.o |
571 # Even basic locid.cpp via Locale constructors and Locale::getDefault() | 571 # Even basic locid.cpp via Locale constructors and Locale::getDefault() |
572 # depend on canonicalization and data loading. | 572 # depend on canonicalization and data loading. |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
886 fmtable_cnv.o | 886 fmtable_cnv.o |
887 deps | 887 deps |
888 formattable unistr_cnv conversion | 888 formattable unistr_cnv conversion |
889 | 889 |
890 group: format | 890 group: format |
891 format.o fphdlimp.o fpositer.o ufieldpositer.o | 891 format.o fphdlimp.o fpositer.o ufieldpositer.o |
892 deps | 892 deps |
893 resourcebundle parsepos uvector32 | 893 resourcebundle parsepos uvector32 |
894 | 894 |
895 group: pluralrules | 895 group: pluralrules |
896 plurrule.o upluralrules.o | 896 standardplural.o plurrule.o upluralrules.o |
897 deps | 897 deps |
898 digitlist # plurals depend on decimals | 898 digitlist # plurals depend on decimals |
899 patternprops resourcebundle uvector uvector32 unifiedcache | 899 patternprops resourcebundle uvector uvector32 unifiedcache |
900 unistr_case_locale | 900 unistr_case_locale |
901 uclean_i18n | 901 uclean_i18n |
902 | 902 |
903 group: regex_cnv | 903 group: regex_cnv |
904 uregexc.o | 904 uregexc.o |
905 deps | 905 deps |
906 regex unistr_cnv | 906 regex unistr_cnv |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
947 ustream.o | 947 ustream.o |
948 deps | 948 deps |
949 unistr_cnv | 949 unistr_cnv |
950 uchar # for u_isWhitespace() | 950 uchar # for u_isWhitespace() |
951 iostream | 951 iostream |
952 | 952 |
953 group: uclean_io | 953 group: uclean_io |
954 ucln_io.o | 954 ucln_io.o |
955 deps | 955 deps |
956 platform | 956 platform |
OLD | NEW |