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

Side by Side Diff: source/test/intltest/Makefile.in

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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/test/hdrtst/cxxfiles.txt ('k') | source/test/intltest/alphaindextst.h » ('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-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 - test/intltest 7 ## Makefile.in for ICU - test/intltest
8 8
9 ## Source directory information 9 ## Source directory information
10 srcdir = @srcdir@ 10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@ 11 top_srcdir = @top_srcdir@
12 12
13 top_builddir = ../.. 13 top_builddir = ../..
(...skipping 12 matching lines...) Expand all
26 26
27 BUILDDIR := $(CURR_SRCCODE_FULL_DIR)/../../ 27 BUILDDIR := $(CURR_SRCCODE_FULL_DIR)/../../
28 # Simplify the path for Unix 28 # Simplify the path for Unix
29 BUILDDIR := $(BUILDDIR:test/intltest/../../=) 29 BUILDDIR := $(BUILDDIR:test/intltest/../../=)
30 # Simplify the path for Windows 30 # Simplify the path for Windows
31 BUILDDIR := $(BUILDDIR:test\\intltest/../../=) 31 BUILDDIR := $(BUILDDIR:test\\intltest/../../=)
32 # Simplify the path for Windows 98 32 # Simplify the path for Windows 98
33 BUILDDIR := $(BUILDDIR:TEST\\INTLTEST/../../=) 33 BUILDDIR := $(BUILDDIR:TEST\\INTLTEST/../../=)
34 34
35 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/to olutil -I$(top_srcdir)/tools/ctestfw 35 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/to olutil -I$(top_srcdir)/tools/ctestfw
36 CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT= -DUNISTR_FROM_STRING_EXPLICIT=
36 DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(BUILDDIR)"' 37 DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(BUILDDIR)"'
37 LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M) $(LIB_THREAD) 38 LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M) $(LIB_THREAD)
38 39
39 OBJECTS = aliastst.o allcoll.o apicoll.o astrotst.o callimts.o calregts.o caltes t.o \ 40 OBJECTS = aliastst.o allcoll.o apicoll.o astrotst.o callimts.o calregts.o caltes t.o \
40 caltztst.o canittst.o citrtest.o cntabcol.o colldata.o convtest.o currcoll.o \ 41 caltztst.o canittst.o citrtest.o colldata.o convtest.o currcoll.o collationtest. o \
41 fldset.o dadrfmt.o dadrcal.o dadrcoll.o dcfmapts.o decoll.o dtfmapts.o dtfmrgts. o dtfmtrtts.o dtfmttst.o» \ 42 fldset.o dadrfmt.o dadrcal.o dcfmapts.o decoll.o dtfmapts.o dtfmrgts.o dtfmtrtts .o dtfmttst.o» \
42 dtptngts.o encoll.o escoll.o ficoll.o frcoll.o g7coll.o intltest.o \ 43 dtptngts.o encoll.o escoll.o ficoll.o frcoll.o g7coll.o intltest.o \
43 itercoll.o itformat.o itmajor.o itutil.o jacoll.o lcukocol.o \ 44 itercoll.o itformat.o itmajor.o itutil.o jacoll.o lcukocol.o \
44 loctest.o miscdtfm.o mnkytst.o msfmrgts.o nmfmapts.o nmfmtrt.o \ 45 loctest.o miscdtfm.o mnkytst.o msfmrgts.o nmfmapts.o nmfmtrt.o \
45 numfmtst.o numrgts.o plurults.o plurfmts.o pptest.o regcoll.o restest.o restsne w.o \ 46 numfmtst.o numrgts.o plurults.o plurfmts.o pptest.o regcoll.o restest.o restsne w.o \
46 sdtfmtts.o svccoll.o tchcfmt.o selfmts.o \ 47 sdtfmtts.o svccoll.o tchcfmt.o selfmts.o \
47 tfsmalls.o tmsgfmt.o trcoll.o tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o \ 48 tfsmalls.o tmsgfmt.o trcoll.o tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o \
48 tsmthred.o tsnmfmt.o tsputil.o tstnrapi.o tstnorm.o tzbdtest.o \ 49 tsmthred.o tsnmfmt.o tsputil.o tstnrapi.o tstnorm.o tzbdtest.o \
49 tzregts.o tztest.o ucdtest.o usettest.o ustrtest.o strcase.o transtst.o strtest. o thcoll.o \ 50 tzregts.o tztest.o ucdtest.o usettest.o ustrtest.o strcase.o transtst.o strtest. o thcoll.o \
50 bytestrietest.o ucharstrietest.o \ 51 bytestrietest.o ucharstrietest.o \
51 itrbbi.o rbbiapts.o rbbitst.o ittrans.o transapi.o cpdtrtst.o \ 52 itrbbi.o rbbiapts.o rbbitst.o ittrans.o transapi.o cpdtrtst.o \
52 testutil.o transrt.o trnserr.o normconf.o sfwdchit.o \ 53 testutil.o transrt.o trnserr.o normconf.o sfwdchit.o \
53 jamotest.o srchtest.o reptest.o regextst.o \ 54 jamotest.o srchtest.o reptest.o regextst.o \
54 itrbnf.o itrbnfrt.o itrbnfp.o ucaconf.o icusvtst.o \ 55 itrbnf.o itrbnfrt.o itrbnfp.o ucaconf.o icusvtst.o \
55 uobjtest.o idnaref.o idnaconf.o nptrans.o punyref.o testidn.o testidna.o uts46te st.o \ 56 uobjtest.o idnaref.o idnaconf.o nptrans.o punyref.o testidn.o testidna.o uts46te st.o \
56 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \ 57 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \
57 windttst.o winnmtst.o winutil.o csdetest.o tzrulets.o tzoffloc.o tzfmttst.o ssea rch.o dtifmtts.o \ 58 windttst.o winnmtst.o winutil.o csdetest.o tzrulets.o tzoffloc.o tzfmttst.o ssea rch.o dtifmtts.o \
58 tufmtts.o itspoof.o simplethread.o bidiconf.o locnmtst.o dcfmtest.o alphaindexts t.o listformattertest.o genderinfotest.o compactdecimalformattest.o regiontst.o 59 tufmtts.o itspoof.o simplethread.o bidiconf.o locnmtst.o dcfmtest.o alphaindexts t.o listformattertest.o genderinfotest.o compactdecimalformattest.o regiontst.o \
60 reldatefmttest.o simplepatternformattertest.o measfmttest.o scientificformathelp ertest.o numfmtspectest.o unifiedcachetest.o quantityformattertest.o
59 61
60 DEPS = $(OBJECTS:.o=.d) 62 DEPS = $(OBJECTS:.o=.d)
61 63
62 -include Makefile.local 64 -include Makefile.local
63 65
64 ## List of phony targets 66 ## List of phony targets
65 .PHONY : all all-local install install-local clean clean-local \ 67 .PHONY : all all-local install install-local clean clean-local \
66 distclean distclean-local dist dist-local check check-local xcheck xcheck-local \ 68 distclean distclean-local dist dist-local check check-local xcheck xcheck-local \
67 check-exhaustive check-exhaustive-local 69 check-exhaustive check-exhaustive-local
68 70
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 115
114 ifeq (,$(MAKECMDGOALS)) 116 ifeq (,$(MAKECMDGOALS))
115 -include $(DEPS) 117 -include $(DEPS)
116 else 118 else
117 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) 119 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
118 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),) 120 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)
119 -include $(DEPS) 121 -include $(DEPS)
120 endif 122 endif
121 endif 123 endif
122 endif 124 endif
OLDNEW
« no previous file with comments | « source/test/hdrtst/cxxfiles.txt ('k') | source/test/intltest/alphaindextst.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698