2005-12-02 10:21:39 +00:00
|
|
|
#******************************************************************************
|
|
|
|
#
|
2011-05-03 19:33:19 +00:00
|
|
|
# Copyright (C) 1999-2011, International Business Machines
|
2005-12-02 10:21:39 +00:00
|
|
|
# Corporation and others. All Rights Reserved.
|
|
|
|
#
|
|
|
|
#******************************************************************************
|
1999-08-16 21:50:52 +00:00
|
|
|
## Makefile.in for ICU - test/cintltst
|
|
|
|
|
2000-10-24 19:50:20 +00:00
|
|
|
## Source directory information
|
1999-08-16 21:50:52 +00:00
|
|
|
srcdir = @srcdir@
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
|
2000-10-26 19:28:33 +00:00
|
|
|
top_builddir = ../..
|
|
|
|
|
2005-12-02 10:21:39 +00:00
|
|
|
## All the flags and other definitions are included here.
|
2000-10-26 19:28:33 +00:00
|
|
|
include $(top_builddir)/icudefs.mk
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
## Build directory information
|
|
|
|
subdir = test/cintltst
|
|
|
|
|
|
|
|
## Extra files to remove for 'make clean'
|
2010-07-12 15:24:57 +00:00
|
|
|
CLEANFILES = *~ $(DEPS) $(TESTXML)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
## Target information
|
2003-02-11 00:13:48 +00:00
|
|
|
TARGET = cintltst$(EXEEXT)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2004-03-31 22:33:46 +00:00
|
|
|
BUILDDIR := $(CURR_SRCCODE_FULL_DIR)/../../
|
2005-03-22 00:11:20 +00:00
|
|
|
# Simplify the path for Unix
|
|
|
|
BUILDDIR := $(BUILDDIR:test/cintltst/../../=)
|
|
|
|
# Simplify the path for Windows
|
2005-03-22 03:37:06 +00:00
|
|
|
BUILDDIR := $(BUILDDIR:test\\cintltst/../../=)
|
2005-03-22 00:11:20 +00:00
|
|
|
# Simplify the path for Windows 98
|
2005-03-22 03:37:06 +00:00
|
|
|
BUILDDIR := $(BUILDDIR:TEST\\CINTLTST/../../=)
|
2001-09-28 00:31:53 +00:00
|
|
|
|
2005-12-02 10:21:39 +00:00
|
|
|
ifneq ($(top_builddir),$(top_srcdir))
|
|
|
|
CPPFLAGS += -I$(top_builddir)/common
|
|
|
|
endif
|
1999-11-23 04:49:35 +00:00
|
|
|
# we define ICU_UNICODE_VERSION so we can test it
|
2005-12-02 10:21:39 +00:00
|
|
|
CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/ctestfw -I$(top_srcdir)/tools/toolutil
|
2004-11-02 06:37:49 +00:00
|
|
|
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)"'
|
2010-04-16 19:18:06 +00:00
|
|
|
LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUTOOLUTIL) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2003-05-15 16:28:58 +00:00
|
|
|
OBJECTS = callcoll.o calltest.o colutil.o capitst.o cbiapts.o cbkittst.o \
|
2008-08-04 21:56:02 +00:00
|
|
|
ccaltst.o ucnvseltst.o cctest.o ccapitst.o ccolltst.o encoll.o cconvtst.o ccurrtst.o \
|
2011-05-03 19:33:19 +00:00
|
|
|
cdateintervalformattest.o cdattst.o cdetst.o cdtdptst.o cdtrgtst.o cestst.o cfintst.o \
|
|
|
|
cformtst.o cfrtst.o cg7coll.o chashtst.o cintltst.o citertst.o cjaptst.o cloctst.o \
|
2004-09-03 20:51:11 +00:00
|
|
|
cmsccoll.o cmsgtst.o cposxtst.o cldrtest.o \
|
2004-12-15 02:26:24 +00:00
|
|
|
cnmdptst.o cnormtst.o cnumtst.o crestst.o creststn.o cturtst.o \
|
2005-06-09 20:41:43 +00:00
|
|
|
cucdapi.o cucdtst.o custrtst.o cstrcase.o cutiltst.o nucnvtst.o nccbtst.o bocu1tst.o \
|
2002-08-22 16:16:09 +00:00
|
|
|
cbiditst.o cbididat.o eurocreg.o udatatst.o utf16tst.o utransts.o \
|
2007-08-03 18:43:04 +00:00
|
|
|
ncnvfbts.o ncnvtst.o putiltst.o cstrtest.o udatpg_test.o utf8tst.o \
|
2008-10-22 19:50:07 +00:00
|
|
|
stdnmtst.o usrchtst.o custrtrn.o sorttest.o trietest.o trie2test.o usettest.o \
|
2005-06-16 18:44:30 +00:00
|
|
|
uenumtst.o utmstest.o currtest.o \
|
2006-03-24 21:24:39 +00:00
|
|
|
idnatest.o nfsprep.o spreptst.o sprpdata.o \
|
2009-03-09 23:40:15 +00:00
|
|
|
hpmufn.o tracetst.o reapits.o utexttst.o ucsdetst.o spooftest.o
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
DEPS = $(OBJECTS:.o=.d)
|
|
|
|
|
2005-12-02 10:21:39 +00:00
|
|
|
-include Makefile.local
|
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
## List of phony targets
|
|
|
|
.PHONY : all all-local install install-local clean clean-local \
|
2010-07-12 15:24:57 +00:00
|
|
|
distclean distclean-local dist dist-local check check-local xcheck
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
## Clear suffix list
|
|
|
|
.SUFFIXES :
|
|
|
|
|
|
|
|
## List of standard targets
|
|
|
|
all: all-local
|
|
|
|
install: install-local
|
|
|
|
clean: clean-local
|
|
|
|
distclean : distclean-local
|
|
|
|
dist: dist-local
|
2000-08-01 01:55:54 +00:00
|
|
|
check: all check-local
|
2010-07-12 15:24:57 +00:00
|
|
|
xcheck: all xcheck-local
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
all-local: $(TARGET)
|
|
|
|
|
2000-10-12 03:13:46 +00:00
|
|
|
install-local:
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
dist-local:
|
|
|
|
|
|
|
|
clean-local:
|
2000-05-15 22:32:11 +00:00
|
|
|
test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
|
|
|
|
$(RMV) $(OBJECTS) $(TARGET)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
distclean-local: clean-local
|
2000-10-02 23:37:16 +00:00
|
|
|
$(RMV) Makefile
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2000-08-01 01:55:54 +00:00
|
|
|
check-local: all-local
|
2003-10-07 22:22:34 +00:00
|
|
|
$(INVOKE) ./$(TARGET) $(CINTLTST_OPTS)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2010-07-12 15:24:57 +00:00
|
|
|
TESTXML=$(top_builddir)/test-$(TARGET).xml
|
|
|
|
xcheck-local: all-local
|
|
|
|
$(INVOKE) ./$(TARGET) $(CINTLTST_OPTS) -x $(TESTXML)
|
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
cd $(top_builddir) \
|
|
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
|
|
|
|
$(TARGET) : $(OBJECTS)
|
2008-05-01 21:49:29 +00:00
|
|
|
$(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
|
2006-12-19 06:09:48 +00:00
|
|
|
$(POST_BUILD_STEP)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2000-04-13 22:08:07 +00:00
|
|
|
ifeq (,$(MAKECMDGOALS))
|
|
|
|
-include $(DEPS)
|
|
|
|
else
|
2000-04-05 22:14:24 +00:00
|
|
|
ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
|
2002-02-06 02:08:02 +00:00
|
|
|
ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)
|
1999-08-16 21:50:52 +00:00
|
|
|
-include $(DEPS)
|
|
|
|
endif
|
2000-04-13 22:08:07 +00:00
|
|
|
endif
|
2002-02-06 02:08:02 +00:00
|
|
|
endif
|
2005-12-02 10:21:39 +00:00
|
|
|
|