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

Side by Side Diff: source/test/intltest/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/test/hdrtst/pfiles.txt ('k') | source/test/intltest/alphaindextst.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 - 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 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 \
51 bytestrietest.o ucharstrietest.o \ 51 bytestrietest.o ucharstrietest.o \
52 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 \
53 testutil.o transrt.o trnserr.o normconf.o sfwdchit.o \ 53 testutil.o transrt.o trnserr.o normconf.o sfwdchit.o \
54 jamotest.o srchtest.o reptest.o regextst.o \ 54 jamotest.o srchtest.o reptest.o regextst.o \
55 itrbnf.o itrbnfrt.o itrbnfp.o ucaconf.o icusvtst.o \ 55 itrbnf.o itrbnfrt.o itrbnfp.o ucaconf.o icusvtst.o \
56 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 \
57 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 \
58 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 \
59 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 60 reldatefmttest.o simplepatternformattertest.o measfmttest.o numfmtspectest.o uni fiedcachetest.o quantityformattertest.o \
61 scientificnumberformattertest.o datadrivennumberformattestsuite.o \
62 numberformattesttuple.o numberformat2test.o pluralmaptest.o
61 63
62 DEPS = $(OBJECTS:.o=.d) 64 DEPS = $(OBJECTS:.o=.d)
63 65
64 -include Makefile.local 66 -include Makefile.local
65 67
66 ## List of phony targets 68 ## List of phony targets
67 .PHONY : all all-local install install-local clean clean-local \ 69 .PHONY : all all-local install install-local clean clean-local \
68 distclean distclean-local dist dist-local check check-local xcheck xcheck-local \ 70 distclean distclean-local dist dist-local check check-local xcheck xcheck-local \
69 check-exhaustive check-exhaustive-local 71 check-exhaustive check-exhaustive-local
70 72
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 117
116 ifeq (,$(MAKECMDGOALS)) 118 ifeq (,$(MAKECMDGOALS))
117 -include $(DEPS) 119 -include $(DEPS)
118 else 120 else
119 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) 121 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
120 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),) 122 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)
121 -include $(DEPS) 123 -include $(DEPS)
122 endif 124 endif
123 endif 125 endif
124 endif 126 endif
OLDNEW
« no previous file with comments | « source/test/hdrtst/pfiles.txt ('k') | source/test/intltest/alphaindextst.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698