Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(849)

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

Issue 343170043: Renaming numparse_unisets.h to static_unicode_sets.h and refactoring to guarantee safety in no-data… (Closed) Base URL: svn+icussh://source.icu-project.org/repos/icu/trunk/
Patch Set: Replying to Markus feedback round2 Created 5 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | icu4c/source/common/common.vcxproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (C) 2016 and later: Unicode, Inc. and others. 1 # Copyright (C) 2016 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html 2 # License & terms of use: http://www.unicode.org/copyright.html
3 #****************************************************************************** 3 #******************************************************************************
4 # 4 #
5 # Copyright (C) 1999-2016, International Business Machines 5 # Copyright (C) 1999-2016, International Business Machines
6 # Corporation and others. All Rights Reserved. 6 # Corporation and others. All Rights Reserved.
7 # 7 #
8 #****************************************************************************** 8 #******************************************************************************
9 ## Makefile.in for ICU - icuuc.so 9 ## Makefile.in for ICU - icuuc.so
10 ## Stephen F. Booth 10 ## Stephen F. Booth
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 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 \ 105 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 \
106 uarrsort.o brkiter.o ubrk.o brkeng.o dictbe.o filteredbrk.o \ 106 uarrsort.o brkiter.o ubrk.o brkeng.o dictbe.o filteredbrk.o \
107 rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb. o rbbi_cache.o \ 107 rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb. o rbbi_cache.o \
108 serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o \ 108 serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o \
109 uidna.o usprep.o uts46.o punycode.o \ 109 uidna.o usprep.o uts46.o punycode.o \
110 util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o dtintrv.o ucnvsel.o p ropsvec.o \ 110 util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o dtintrv.o ucnvsel.o p ropsvec.o \
111 ulist.o uloc_tag.o icudataver.o icuplug.o listformatter.o ulistformatter.o \ 111 ulist.o uloc_tag.o icudataver.o icuplug.o listformatter.o ulistformatter.o \
112 sharedobject.o simpleformatter.o unifiedcache.o uloc_keytype.o \ 112 sharedobject.o simpleformatter.o unifiedcache.o uloc_keytype.o \
113 ubiditransform.o \ 113 ubiditransform.o \
114 pluralmap.o \ 114 pluralmap.o \
115 numparse_unisets.o 115 static_unicode_sets.o
116 116
117 ## Header files to install 117 ## Header files to install
118 HEADERS = $(srcdir)/unicode/*.h 118 HEADERS = $(srcdir)/unicode/*.h
119 119
120 STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O)) 120 STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))
121 121
122 DEPS = $(OBJECTS:.o=.d) 122 DEPS = $(OBJECTS:.o=.d)
123 123
124 -include Makefile.local 124 -include Makefile.local
125 125
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 endif # ENABLE_SHARED 224 endif # ENABLE_SHARED
225 225
226 ifeq (,$(MAKECMDGOALS)) 226 ifeq (,$(MAKECMDGOALS))
227 -include $(DEPS) 227 -include $(DEPS)
228 else 228 else
229 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) 229 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
230 -include $(DEPS) 230 -include $(DEPS)
231 endif 231 endif
232 endif 232 endif
233 233
OLDNEW
« no previous file with comments | « no previous file | icu4c/source/common/common.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b