]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | #****************************************************************************** |
2 | # | |
4388f060 | 3 | # Copyright (C) 1999-2012, International Business Machines |
73c04bcf A |
4 | # Corporation and others. All Rights Reserved. |
5 | # | |
6 | #****************************************************************************** | |
b75a7d8f | 7 | ## Makefile.in for ICU - test/intltest |
b75a7d8f A |
8 | |
9 | ## Source directory information | |
10 | srcdir = @srcdir@ | |
11 | top_srcdir = @top_srcdir@ | |
12 | ||
13 | top_builddir = ../.. | |
14 | ||
73c04bcf | 15 | ## All the flags and other definitions are included here. |
b75a7d8f A |
16 | include $(top_builddir)/icudefs.mk |
17 | ||
18 | ## Build directory information | |
19 | subdir = test/intltest | |
20 | ||
21 | ## Extra files to remove for 'make clean' | |
729e4ab9 | 22 | CLEANFILES = *~ $(DEPS) $(TESTXML) |
b75a7d8f A |
23 | |
24 | ## Target information | |
25 | TARGET = intltest$(EXEEXT) | |
26 | ||
374ca955 | 27 | BUILDDIR := $(CURR_SRCCODE_FULL_DIR)/../../ |
73c04bcf | 28 | # Simplify the path for Unix |
b75a7d8f | 29 | BUILDDIR := $(BUILDDIR:test/intltest/../../=) |
73c04bcf A |
30 | # Simplify the path for Windows |
31 | BUILDDIR := $(BUILDDIR:test\\intltest/../../=) | |
32 | # Simplify the path for Windows 98 | |
33 | BUILDDIR := $(BUILDDIR:TEST\\INTLTEST/../../=) | |
b75a7d8f | 34 | |
73c04bcf | 35 | CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw |
b75a7d8f | 36 | DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(BUILDDIR)"' |
46f4442e | 37 | LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M) $(LIB_THREAD) |
b75a7d8f | 38 | |
73c04bcf A |
39 | OBJECTS = aliastst.o allcoll.o apicoll.o astrotst.o callimts.o calregts.o caltest.o \ |
40 | caltztst.o canittst.o citrtest.o cntabcol.o convtest.o currcoll.o \ | |
46f4442e A |
41 | fldset.o dadrfmt.o dadrcal.o dadrcoll.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 \ | |
b75a7d8f A |
43 | 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 \ | |
46f4442e | 45 | numfmtst.o numrgts.o plurults.o plurfmts.o pptest.o regcoll.o restest.o restsnew.o \ |
729e4ab9 | 46 | sdtfmtts.o svccoll.o tchcfmt.o selfmts.o \ |
b75a7d8f | 47 | tfsmalls.o tmsgfmt.o trcoll.o tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o \ |
374ca955 | 48 | tsmthred.o tsnmfmt.o tsputil.o tstnrapi.o tstnorm.o tzbdtest.o \ |
b75a7d8f | 49 | tzregts.o tztest.o ucdtest.o usettest.o ustrtest.o strcase.o transtst.o strtest.o thcoll.o \ |
4388f060 | 50 | bytestrietest.o ucharstrietest.o \ |
374ca955 A |
51 | itrbbi.o rbbiapts.o rbbitst.o ittrans.o transapi.o cpdtrtst.o \ |
52 | testutil.o transrt.o trnserr.o normconf.o sfwdchit.o \ | |
b75a7d8f | 53 | jamotest.o srchtest.o reptest.o regextst.o \ |
374ca955 | 54 | itrbnf.o itrbnfrt.o itrbnfp.o ucaconf.o icusvtst.o \ |
729e4ab9 A |
55 | uobjtest.o idnaref.o idnaconf.o nptrans.o punyref.o testidn.o testidna.o uts46test.o \ |
56 | 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 ssearch.o dtifmtts.o \ | |
4388f060 | 58 | tufmtts.o itspoof.o simplethread.o bidiconf.o locnmtst.o dcfmtest.o alphaindextst.o |
b75a7d8f A |
59 | |
60 | DEPS = $(OBJECTS:.o=.d) | |
61 | ||
73c04bcf A |
62 | -include Makefile.local |
63 | ||
b75a7d8f | 64 | ## List of phony targets |
73c04bcf | 65 | .PHONY : all all-local install install-local clean clean-local \ |
4388f060 A |
66 | distclean distclean-local dist dist-local check check-local xcheck xcheck-local \ |
67 | check-exhaustive check-exhaustive-local | |
b75a7d8f A |
68 | |
69 | ## Clear suffix list | |
70 | .SUFFIXES : | |
71 | ||
72 | ## List of standard targets | |
73 | all: all-local | |
74 | install: install-local | |
75 | clean: clean-local | |
76 | distclean : distclean-local | |
77 | dist: dist-local | |
78 | check: all check-local | |
729e4ab9 | 79 | xcheck: all xcheck-local |
4388f060 | 80 | check-exhaustive: all check-exhaustive-local |
b75a7d8f A |
81 | |
82 | all-local: $(TARGET) | |
83 | ||
84 | install-local: | |
85 | ||
86 | dist-local: | |
87 | ||
88 | clean-local: | |
89 | test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES) | |
90 | $(RMV) $(OBJECTS) $(TARGET) | |
91 | ||
92 | distclean-local: clean-local | |
93 | $(RMV) Makefile | |
94 | ||
b75a7d8f | 95 | check-local: all-local |
46f4442e | 96 | $(INVOKE) ./$(TARGET) $(INTLTEST_OPTS) |
b75a7d8f | 97 | |
4388f060 A |
98 | check-exhaustive-local: all-local |
99 | $(INVOKE) ./$(TARGET) -e | |
100 | ||
729e4ab9 A |
101 | TESTXML=$(top_builddir)/test-$(TARGET).xml |
102 | xcheck-local: all-local | |
103 | $(INVOKE) ./$(TARGET) $(INTLTEST_OPTS) -x $(TESTXML) | |
104 | ||
b75a7d8f A |
105 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
106 | cd $(top_builddir) \ | |
107 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
108 | ||
109 | $(TARGET) : $(OBJECTS) | |
110 | $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS) | |
46f4442e | 111 | $(POST_BUILD_STEP) |
b75a7d8f | 112 | |
b75a7d8f A |
113 | ifeq (,$(MAKECMDGOALS)) |
114 | -include $(DEPS) | |
115 | else | |
116 | ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),) | |
117 | ifneq ($(patsubst %install,,$(MAKECMDGOALS)),) | |
118 | -include $(DEPS) | |
119 | endif | |
120 | endif | |
121 | endif | |
122 |