1 ## Makefile.in for ICU - test/intltest
2 ## Copyright (c) 1999-2004, International Business Machines Corporation and
3 ## others. All Rights Reserved.
5 ## Source directory information
7 top_srcdir = @top_srcdir@
11 include $(top_builddir)/icudefs.mk
13 ## Build directory information
14 subdir = test/intltest
16 ## Extra files to remove for 'make clean'
17 CLEANFILES = *~ $(DEPS)
20 TARGET = intltest$(EXEEXT)
22 BUILDDIR := $(CURR_SRCCODE_FULL_DIR)/../../
23 BUILDDIR := $(BUILDDIR:test/intltest/../../=)
24 BUILDDIR := $(BUILDDIR:test\\\\intltest/../../=)
26 CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw
27 DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(BUILDDIR)"'
28 LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M)
30 OBJECTS = allcoll.o apicoll.o astrotst.o callimts.o calregts.o caltest.o \
31 caltztst.o canittst.o citrtest.o cntabcol.o convtest.o currcoll.o dacoll.o \
32 dadrcoll.o dcfmapts.o decoll.o dtfmapts.o dtfmrgts.o dtfmtrtts.o dtfmttst.o \
33 encoll.o escoll.o ficoll.o frcoll.o g7coll.o intltest.o \
34 itercoll.o itformat.o itmajor.o itutil.o jacoll.o lcukocol.o \
35 loctest.o miscdtfm.o mnkytst.o msfmrgts.o nmfmapts.o nmfmtrt.o \
36 numfmtst.o numrgts.o pptest.o regcoll.o restest.o restsnew.o sdtfmtts.o svccoll.o tchcfmt.o \
37 tfsmalls.o tmsgfmt.o trcoll.o tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o \
38 tsmthred.o tsnmfmt.o tsputil.o tstnrapi.o tstnorm.o tzbdtest.o \
39 tzregts.o tztest.o ucdtest.o usettest.o ustrtest.o strcase.o transtst.o strtest.o thcoll.o \
40 itrbbi.o rbbiapts.o rbbitst.o ittrans.o transapi.o cpdtrtst.o \
41 testutil.o transrt.o trnserr.o normconf.o sfwdchit.o \
42 jamotest.o srchtest.o reptest.o regextst.o \
43 itrbnf.o itrbnfrt.o itrbnfp.o ucaconf.o icusvtst.o \
44 uobjtest.o idnaref.o nptrans.o punyref.o testidn.o testidna.o incaltst.o \
45 calcasts.o v32test.o textfile.o tokiter.o
48 DEPS = $(OBJECTS:.o=.d)
50 ## List of phony targets
51 .PHONY : all all-local install install-local clean clean-local \
52 distclean distclean-local dist dist-local check check-local
57 ## List of standard targets
59 install: install-local
61 distclean : distclean-local
63 check: all check-local
72 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
73 $(RMV) $(OBJECTS) $(TARGET)
75 distclean-local: clean-local
78 -include Makefile.local
80 check-local: all-local
81 $(INVOKE) ./$(TARGET) $(INTLTEST_OPTS) || true
83 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
85 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
87 $(TARGET) : $(OBJECTS)
88 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
90 ifeq (,$(MAKECMDGOALS))
93 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
94 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)