OLD | NEW |
1 #****************************************************************************** | 1 #****************************************************************************** |
2 # | 2 # |
3 # Copyright (C) 1999-2013, International Business Machines | 3 # Copyright (C) 1999-2014, International Business Machines |
4 # Corporation and others. All Rights Reserved. | 4 # Corporation and others. All Rights Reserved. |
5 # | 5 # |
6 #****************************************************************************** | 6 #****************************************************************************** |
7 ## Makefile.in for ICU - icuuc.so | 7 ## Makefile.in for ICU - icuuc.so |
8 ## Stephen F. Booth | 8 ## Stephen F. Booth |
9 | 9 |
10 ## Source directory information | 10 ## Source directory information |
11 srcdir = @srcdir@ | 11 srcdir = @srcdir@ |
12 top_srcdir = @top_srcdir@ | 12 top_srcdir = @top_srcdir@ |
13 | 13 |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 uresbund.o ures_cnv.o uresdata.o resbund.o resbund_cnv.o \ | 87 uresbund.o ures_cnv.o uresdata.o resbund.o resbund_cnv.o \ |
88 messagepattern.o ucat.o locmap.o uloc.o locid.o locutil.o locavailable.o locdisp
names.o loclikely.o locresdata.o \ | 88 messagepattern.o ucat.o locmap.o uloc.o locid.o locutil.o locavailable.o locdisp
names.o loclikely.o locresdata.o \ |
89 bytestream.o stringpiece.o \ | 89 bytestream.o stringpiece.o \ |
90 stringtriebuilder.o bytestriebuilder.o \ | 90 stringtriebuilder.o bytestriebuilder.o \ |
91 bytestrie.o bytestrieiterator.o \ | 91 bytestrie.o bytestrieiterator.o \ |
92 ucharstrie.o ucharstriebuilder.o ucharstrieiterator.o \ | 92 ucharstrie.o ucharstriebuilder.o ucharstrieiterator.o \ |
93 dictionarydata.o \ | 93 dictionarydata.o \ |
94 appendable.o ustr_cnv.o unistr_cnv.o unistr.o unistr_case.o unistr_props.o \ | 94 appendable.o ustr_cnv.o unistr_cnv.o unistr.o unistr_case.o unistr_props.o \ |
95 utf_impl.o ustring.o ustrcase.o ucasemap.o ucasemap_titlecase_brkiter.o cstring.
o ustrfmt.o ustrtrns.o ustr_wcs.o utext.o \ | 95 utf_impl.o ustring.o ustrcase.o ucasemap.o ucasemap_titlecase_brkiter.o cstring.
o ustrfmt.o ustrtrns.o ustr_wcs.o utext.o \ |
96 unistr_case_locale.o ustrcase_locale.o unistr_titlecase_brkiter.o ustr_titlecase
_brkiter.o \ | 96 unistr_case_locale.o ustrcase_locale.o unistr_titlecase_brkiter.o ustr_titlecase
_brkiter.o \ |
97 normalizer2impl.o normalizer2.o filterednormalizer2.o normlzr.o unorm.o unormcmp
.o unorm_it.o \ | 97 normalizer2impl.o normalizer2.o filterednormalizer2.o normlzr.o unorm.o unormcmp
.o loadednormalizer2impl.o \ |
98 chariter.o schriter.o uchriter.o uiter.o \ | 98 chariter.o schriter.o uchriter.o uiter.o \ |
99 patternprops.o uchar.o uprops.o ucase.o propname.o ubidi_props.o ubidi.o ubidiwr
t.o ubidiln.o ushape.o \ | 99 patternprops.o uchar.o uprops.o ucase.o propname.o ubidi_props.o ubidi.o ubidiwr
t.o ubidiln.o ushape.o \ |
100 uscript.o uscript_props.o usc_impl.o unames.o \ | 100 uscript.o uscript_props.o usc_impl.o unames.o \ |
101 utrie.o utrie2.o utrie2_builder.o bmpset.o unisetspan.o uset_props.o uniset_prop
s.o uniset_closure.o uset.o uniset.o usetiter.o ruleiter.o caniter.o unifilt.o u
nifunct.o \ | 101 utrie.o utrie2.o utrie2_builder.o bmpset.o unisetspan.o uset_props.o uniset_prop
s.o uniset_closure.o uset.o uniset.o usetiter.o ruleiter.o caniter.o unifilt.o u
nifunct.o \ |
102 uarrsort.o brkiter.o ubrk.o brkeng.o dictbe.o \ | 102 uarrsort.o brkiter.o ubrk.o brkeng.o dictbe.o \ |
103 rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.
o \ | 103 rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.
o \ |
104 serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o \ | 104 serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o \ |
105 uidna.o usprep.o uts46.o punycode.o \ | 105 uidna.o usprep.o uts46.o punycode.o \ |
106 util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o dtintrv.o ucnvsel.o p
ropsvec.o \ | 106 util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o dtintrv.o ucnvsel.o p
ropsvec.o \ |
107 ulist.o uloc_tag.o icudataver.o icuplug.o listformatter.o | 107 ulist.o uloc_tag.o icudataver.o icuplug.o listformatter.o \ |
| 108 sharedobject.o simplepatternformatter.o unifiedcache.o uloc_keytype.o |
108 | 109 |
109 ## Header files to install | 110 ## Header files to install |
110 HEADERS = $(srcdir)/unicode/*.h | 111 HEADERS = $(srcdir)/unicode/*.h |
111 | 112 |
112 STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O)) | 113 STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O)) |
113 | 114 |
114 DEPS = $(OBJECTS:.o=.d) | 115 DEPS = $(OBJECTS:.o=.d) |
115 | 116 |
116 -include Makefile.local | 117 -include Makefile.local |
117 | 118 |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 endif # ENABLE_SHARED | 217 endif # ENABLE_SHARED |
217 | 218 |
218 ifeq (,$(MAKECMDGOALS)) | 219 ifeq (,$(MAKECMDGOALS)) |
219 -include $(DEPS) | 220 -include $(DEPS) |
220 else | 221 else |
221 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) | 222 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) |
222 -include $(DEPS) | 223 -include $(DEPS) |
223 endif | 224 endif |
224 endif | 225 endif |
225 | 226 |
OLD | NEW |