intl/icu/source/test/cintltst/Makefile.in

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 #******************************************************************************
michael@0 2 #
michael@0 3 # Copyright (C) 1999-2013, International Business Machines
michael@0 4 # Corporation and others. All Rights Reserved.
michael@0 5 #
michael@0 6 #******************************************************************************
michael@0 7 ## Makefile.in for ICU - test/cintltst
michael@0 8
michael@0 9 ## Source directory information
michael@0 10 srcdir = @srcdir@
michael@0 11 top_srcdir = @top_srcdir@
michael@0 12
michael@0 13 top_builddir = ../..
michael@0 14
michael@0 15 ## All the flags and other definitions are included here.
michael@0 16 include $(top_builddir)/icudefs.mk
michael@0 17
michael@0 18 ## Build directory information
michael@0 19 subdir = test/cintltst
michael@0 20
michael@0 21 ## Extra files to remove for 'make clean'
michael@0 22 CLEANFILES = *~ $(DEPS) $(TESTXML)
michael@0 23
michael@0 24 ## Target information
michael@0 25 TARGET = cintltst$(EXEEXT)
michael@0 26
michael@0 27 BUILDDIR := $(CURR_SRCCODE_FULL_DIR)/../../
michael@0 28 # Simplify the path for Unix
michael@0 29 BUILDDIR := $(BUILDDIR:test/cintltst/../../=)
michael@0 30 # Simplify the path for Windows
michael@0 31 BUILDDIR := $(BUILDDIR:test\\cintltst/../../=)
michael@0 32 # Simplify the path for Windows 98
michael@0 33 BUILDDIR := $(BUILDDIR:TEST\\CINTLTST/../../=)
michael@0 34
michael@0 35 # we define ICU_UNICODE_VERSION so we can test it
michael@0 36 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/ctestfw -I$(top_srcdir)/tools/toolutil
michael@0 37 DEFS += -D'ICU_UNICODE_VERSION="$(UNICODE_VERSION)"' -D'ICU_VERSION="@VERSION@"' -D'ICUDATA_NAME="$(ICUDATA_PLATFORM_NAME)"' -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(BUILDDIR)"'
michael@0 38 LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUTOOLUTIL) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
michael@0 39
michael@0 40 OBJECTS = callcoll.o calltest.o capitst.o cbiapts.o cbkittst.o \
michael@0 41 ccaltst.o ucnvseltst.o cctest.o ccapitst.o ccolltst.o encoll.o cconvtst.o ccurrtst.o \
michael@0 42 cdateintervalformattest.o cdattst.o cdetst.o cdtdptst.o cdtrgtst.o cestst.o cfintst.o \
michael@0 43 cformtst.o cfrtst.o cg7coll.o chashtst.o cintltst.o citertst.o cjaptst.o cloctst.o \
michael@0 44 cmsccoll.o cmsgtst.o cpluralrulestest.o cposxtst.o cldrtest.o \
michael@0 45 cnmdptst.o cnormtst.o cnumtst.o crestst.o creststn.o cturtst.o \
michael@0 46 cucdapi.o cucdtst.o custrtst.o cstrcase.o cutiltst.o nucnvtst.o nccbtst.o bocu1tst.o \
michael@0 47 cbiditst.o cbididat.o eurocreg.o udatatst.o utf16tst.o utransts.o \
michael@0 48 ncnvfbts.o ncnvtst.o putiltst.o cstrtest.o udatpg_test.o utf8tst.o \
michael@0 49 stdnmtst.o usrchtst.o custrtrn.o sorttest.o trietest.o trie2test.o usettest.o \
michael@0 50 uenumtst.o utmstest.o currtest.o \
michael@0 51 idnatest.o nfsprep.o spreptst.o sprpdata.o \
michael@0 52 hpmufn.o tracetst.o reapits.o uregiontest.o utexttst.o ucsdetst.o spooftest.o \
michael@0 53 cgendtst.o
michael@0 54
michael@0 55 DEPS = $(OBJECTS:.o=.d)
michael@0 56
michael@0 57 -include Makefile.local
michael@0 58
michael@0 59 ## List of phony targets
michael@0 60 .PHONY : all all-local install install-local clean clean-local \
michael@0 61 distclean distclean-local dist dist-local check check-local xcheck \
michael@0 62 check-exhaustive check-exhaustive-local
michael@0 63
michael@0 64 ## Clear suffix list
michael@0 65 .SUFFIXES :
michael@0 66
michael@0 67 ## List of standard targets
michael@0 68 all: all-local
michael@0 69 install: install-local
michael@0 70 clean: clean-local
michael@0 71 distclean : distclean-local
michael@0 72 dist: dist-local
michael@0 73 check: all check-local
michael@0 74 xcheck: all xcheck-local
michael@0 75 check-exhaustive: all check-exhaustive-local
michael@0 76
michael@0 77 all-local: $(TARGET)
michael@0 78
michael@0 79 install-local:
michael@0 80
michael@0 81 dist-local:
michael@0 82
michael@0 83 clean-local:
michael@0 84 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
michael@0 85 $(RMV) $(OBJECTS) $(TARGET)
michael@0 86
michael@0 87 distclean-local: clean-local
michael@0 88 $(RMV) Makefile
michael@0 89
michael@0 90 # cintltest gets $(THREADSENVFLAGS) - just in case we get a threaded cintltst.
michael@0 91
michael@0 92 check-local: all-local
michael@0 93 $(THREADSENVFLAGS) $(INVOKE) ./$(TARGET) $(TEST_OUTPUT_OPTS) $(CINTLTST_OPTS)
michael@0 94
michael@0 95 check-exhaustive-local: all-local
michael@0 96 $(THREADSENVFLAGS) $(INVOKE) ./$(TARGET) $(TEST_OUTPUT_OPTS) -e
michael@0 97
michael@0 98 TESTXML=$(top_builddir)/test-$(TARGET).xml
michael@0 99 xcheck-local: all-local
michael@0 100 $(THREADSENVFLAGS) $(INVOKE) ./$(TARGET) $(TEST_OUTPUT_OPTS) $(CINTLTST_OPTS) -x $(TESTXML)
michael@0 101
michael@0 102 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
michael@0 103 cd $(top_builddir) \
michael@0 104 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
michael@0 105
michael@0 106 $(TARGET) : $(OBJECTS)
michael@0 107 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
michael@0 108 $(POST_BUILD_STEP)
michael@0 109
michael@0 110 ifeq (,$(MAKECMDGOALS))
michael@0 111 -include $(DEPS)
michael@0 112 else
michael@0 113 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
michael@0 114 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)
michael@0 115 -include $(DEPS)
michael@0 116 endif
michael@0 117 endif
michael@0 118 endif

mercurial