1 ## Makefile.in for ICU - test/intltest
2 ## Copyright (c) 1999-2003, 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 := $(shell pwd)/../../
23 BUILDDIR := $(BUILDDIR:test/intltest/../../=)
25 CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil
26 DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(BUILDDIR)"'
27 LIBS = $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M)
29 OBJECTS = allcoll.o apicoll.o callimts.o calregts.o caltest.o \
30 caltztst.o canittst.o citrtest.o cntabcol.o cputilst.o currcoll.o dacoll.o \
31 dadrcoll.o dcfmapts.o decoll.o dtfmapts.o dtfmrgts.o dtfmtrtts.o dtfmttst.o \
32 encoll.o escoll.o ficoll.o frcoll.o g7coll.o intltest.o \
33 itercoll.o itformat.o itmajor.o itutil.o jacoll.o lcukocol.o \
34 loctest.o miscdtfm.o mnkytst.o msfmrgts.o nmfmapts.o nmfmtrt.o \
35 numfmtst.o numrgts.o pptest.o regcoll.o restest.o restsnew.o sdtfmtts.o svccoll.o tchcfmt.o \
36 tfsmalls.o tmsgfmt.o trcoll.o tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o \
37 tsmthred.o tsmutex.o tsnmfmt.o tsputil.o tstnrapi.o tstnorm.o tzbdtest.o \
38 tzregts.o tztest.o ucdtest.o usettest.o ustrtest.o strcase.o transtst.o strtest.o thcoll.o \
39 itrbbi.o rbbiapts.o rbbitst.o ittrans.o transapi.o cpdtrtst.o unhxtrts.o hxuntrts.o \
40 ufltlgts.o testutil.o transrt.o trnserr.o normconf.o sfwdchit.o \
41 jamotest.o srchtest.o reptest.o regextst.o \
42 itrbnf.o itrbnfrt.o tstdtmod.o testdata.o datamap.o ucaconf.o icusvtst.o \
43 uobjtest.o idnaref.o nptrans.o punyref.o testidn.o testidna.o incaltst.o
46 DEPS = $(OBJECTS:.o=.d)
48 ## List of phony targets
49 .PHONY : all all-local install install-local clean clean-local \
50 distclean distclean-local dist dist-local check check-local
55 ## List of standard targets
57 install: install-local
59 distclean : distclean-local
61 check: all check-local
70 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
71 $(RMV) $(OBJECTS) $(TARGET)
73 distclean-local: clean-local
76 -include Makefile.local
78 check-local: all-local
79 TZ=PST8PDT $(INVOKE) ./$(TARGET) $(INTLTEST_OPTS) || true
81 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
83 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
85 $(TARGET) : $(OBJECTS)
86 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
89 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
91 ifeq (,$(MAKECMDGOALS))
94 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
95 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)