Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: source/common/Makefile.in

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/aclocal.m4 ('k') | source/common/brkeng.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #****************************************************************************** 1 #******************************************************************************
2 # 2 #
3 # Copyright (C) 1999-2014, International Business Machines 3 # Copyright (C) 1999-2015, 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 loadednormalizer2impl.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 filteredbrk.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 ulistformatter.o \
108 sharedobject.o simplepatternformatter.o unifiedcache.o uloc_keytype.o 108 sharedobject.o simplepatternformatter.o unifiedcache.o uloc_keytype.o \
109 pluralmap.o
109 110
110 ## Header files to install 111 ## Header files to install
111 HEADERS = $(srcdir)/unicode/*.h 112 HEADERS = $(srcdir)/unicode/*.h
112 113
113 STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O)) 114 STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))
114 115
115 DEPS = $(OBJECTS:.o=.d) 116 DEPS = $(OBJECTS:.o=.d)
116 117
117 -include Makefile.local 118 -include Makefile.local
118 119
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 endif # ENABLE_SHARED 218 endif # ENABLE_SHARED
218 219
219 ifeq (,$(MAKECMDGOALS)) 220 ifeq (,$(MAKECMDGOALS))
220 -include $(DEPS) 221 -include $(DEPS)
221 else 222 else
222 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) 223 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
223 -include $(DEPS) 224 -include $(DEPS)
224 endif 225 endif
225 endif 226 endif
226 227
OLDNEW
« no previous file with comments | « source/aclocal.m4 ('k') | source/common/brkeng.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698