]> git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/Makefile.in
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / Makefile.in
1 # Copyright (C) 2016 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html
3 #******************************************************************************
4 #
5 # Copyright (C) 1999-2016, International Business Machines
6 # Corporation and others. All Rights Reserved.
7 #
8 #******************************************************************************
9 ## Makefile.in for ICU - test/intltest
10
11 ## Source directory information
12 srcdir = @srcdir@
13 top_srcdir = @top_srcdir@
14
15 top_builddir = ../..
16
17 ## All the flags and other definitions are included here.
18 include $(top_builddir)/icudefs.mk
19
20 ## Build directory information
21 subdir = test/intltest
22
23 ## Extra files to remove for 'make clean'
24 CLEANFILES = *~ $(DEPS) $(TESTXML)
25
26 ## Target information
27 TARGET = intltest$(EXEEXT)
28
29 BUILDDIR := $(CURR_SRCCODE_FULL_DIR)/../../
30 # Simplify the path for Unix
31 BUILDDIR := $(BUILDDIR:test/intltest/../../=)
32 # Simplify the path for Windows
33 BUILDDIR := $(BUILDDIR:test\\intltest/../../=)
34 # Simplify the path for Windows 98
35 BUILDDIR := $(BUILDDIR:TEST\\INTLTEST/../../=)
36
37 CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw
38 CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT= -DUNISTR_FROM_STRING_EXPLICIT= -DUCHAR_TYPE=char16_t
39 DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(BUILDDIR)"'
40 LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M) $(LIB_THREAD)
41
42 OBJECTS = aliastst.o allcoll.o apicoll.o astrotst.o callimts.o calregts.o caltest.o \
43 caltztst.o canittst.o citrtest.o colldata.o convtest.o currcoll.o collationtest.o \
44 fldset.o dadrfmt.o dadrcal.o dcfmapts.o decoll.o dtfmapts.o dtfmrgts.o dtfmtrtts.o dtfmttst.o \
45 dtptngts.o encoll.o escoll.o ficoll.o frcoll.o g7coll.o intltest.o \
46 itercoll.o itformat.o itmajor.o itutil.o jacoll.o lcukocol.o \
47 loctest.o localebuildertest.o localematchertest.o \
48 miscdtfm.o mnkytst.o msfmrgts.o nmfmapts.o nmfmtrt.o \
49 numfmtst.o numrgts.o plurults.o plurfmts.o pptest.o regcoll.o restest.o restsnew.o \
50 sdtfmtts.o svccoll.o tchcfmt.o selfmts.o \
51 tfsmalls.o tmsgfmt.o trcoll.o tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o \
52 tsmthred.o tsnmfmt.o tsputil.o tstnrapi.o tstnorm.o tzbdtest.o \
53 tzregts.o tztest.o ucdtest.o usettest.o ustrtest.o strcase.o transtst.o strtest.o thcoll.o \
54 bytestrietest.o ucharstrietest.o \
55 itrbbi.o rbbiapts.o rbbitst.o rbbimonkeytest.o ittrans.o transapi.o cpdtrtst.o \
56 testutil.o transrt.o trnserr.o normconf.o sfwdchit.o \
57 jamotest.o srchtest.o reptest.o regextst.o \
58 itrbnf.o itrbnfrt.o itrbnfp.o ucaconf.o icusvtst.o \
59 uobjtest.o idnaref.o idnaconf.o nptrans.o punyref.o testidn.o testidna.o uts46test.o \
60 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \
61 windttst.o winnmtst.o winutil.o csdetest.o tzrulets.o tzoffloc.o tzfmttst.o ssearch.o dtifmtts.o \
62 tufmtts.o itspoof.o simplethread.o bidiconf.o locnmtst.o dcfmtest.o alphaindextst.o listformattertest.o genderinfotest.o compactdecimalformattest.o regiontst.o \
63 reldatefmttest.o simpleformattertest.o measfmttest.o numfmtspectest.o unifiedcachetest.o quantityformattertest.o \
64 scientificnumberformattertest.o datadrivennumberformattestsuite.o \
65 numberformattesttuple.o pluralmaptest.o \
66 numbertest_affixutils.o numbertest_api.o numbertest_decimalquantity.o \
67 numbertest_modifiers.o numbertest_patternmodifier.o numbertest_patternstring.o \
68 string_segment_test.o \
69 numbertest_parse.o numbertest_doubleconversion.o numbertest_skeletons.o \
70 static_unisets_test.o numfmtdatadriventest.o numbertest_range.o erarulestest.o \
71 formattedvaluetest.o formatted_string_builder_test.o numbertest_permutation.o
72
73 DEPS = $(OBJECTS:.o=.d)
74
75 -include Makefile.local
76
77 ## List of phony targets
78 .PHONY : all all-local install install-local clean clean-local \
79 distclean distclean-local dist dist-local check check-local xcheck xcheck-local \
80 check-exhaustive check-exhaustive-local
81
82 ## Clear suffix list
83 .SUFFIXES :
84
85 ## List of standard targets
86 all: all-local
87 install: install-local
88 clean: clean-local
89 distclean : distclean-local
90 dist: dist-local
91 check: all check-local
92 xcheck: all xcheck-local
93 check-exhaustive: all check-exhaustive-local
94
95 all-local: $(TARGET)
96
97 install-local:
98
99 dist-local:
100
101 clean-local:
102 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
103 $(RMV) $(OBJECTS) $(TARGET)
104
105 distclean-local: clean-local
106 $(RMV) Makefile
107
108 # note- intltest gets $(THREADSENVFLAGS) so that it runs threaded on OS400
109 check-local: all-local
110 $(THREADSENVFLAGS) $(INVOKE) ./$(TARGET) $(TEST_OUTPUT_OPTS) $(INTLTEST_OPTS)
111
112 check-exhaustive-local: all-local
113 $(THREADSENVFLAGS) $(INVOKE) ./$(TARGET) $(TEST_OUTPUT_OPTS) -e
114
115 TESTXML=$(top_builddir)/test-$(TARGET).xml
116 xcheck-local: all-local
117 $(THREADSENVFLAGS) $(INVOKE) ./$(TARGET) $(TEST_OUTPUT_OPTS) $(INTLTEST_OPTS) -x $(TESTXML)
118
119 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
120 cd $(top_builddir) \
121 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
122
123 $(TARGET) : $(OBJECTS)
124 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
125 $(POST_BUILD_STEP)
126
127 ifeq (,$(MAKECMDGOALS))
128 -include $(DEPS)
129 else
130 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
131 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)
132 -include $(DEPS)
133 endif
134 endif
135 endif