1999-08-16 21:50:52 +00:00
|
|
|
## Makefile.in for ICU - test/cintltst
|
2001-03-21 19:46:49 +00:00
|
|
|
## Copyright (c) 2001, International Business Machines Corporation and
|
2000-01-17 19:48:20 +00:00
|
|
|
## others. All Rights Reserved.
|
1999-08-16 21:50:52 +00:00
|
|
|
|
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 = ../..
|
|
|
|
|
|
|
|
include $(top_builddir)/icudefs.mk
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
## Platform-specific setup
|
2000-10-24 19:50:20 +00:00
|
|
|
include @platform_make_fragment@
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
## Build directory information
|
|
|
|
subdir = test/cintltst
|
|
|
|
|
|
|
|
## Extra files to remove for 'make clean'
|
2000-10-02 23:37:16 +00:00
|
|
|
CLEANFILES = *~ $(DEPS)
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
## Target information
|
|
|
|
TARGET = cintltst
|
|
|
|
|
2000-09-22 22:58:36 +00:00
|
|
|
ENABLE_STATIC = @ENABLE_STATIC@
|
|
|
|
|
|
|
|
# Oh, this hurts my sensibility. This is supposedly a C test and we need to
|
|
|
|
# link using a C++ compiler?! Better fix this depency on ustring.o and
|
|
|
|
# the ostream !@(*$!@.
|
|
|
|
|
|
|
|
ifneq ($(ENABLE_STATIC),)
|
|
|
|
LINK = $(LINK.cc)
|
|
|
|
else
|
|
|
|
LINK = $(LINK.c)
|
|
|
|
endif
|
1999-11-23 04:49:35 +00:00
|
|
|
|
1999-08-16 21:50:52 +00:00
|
|
|
DEFS = @DEFS@
|
1999-11-23 04:49:35 +00:00
|
|
|
|
2001-11-02 02:24:15 +00:00
|
|
|
BUILDDIR := $(shell pwd)/../..
|
2001-09-28 00:31:53 +00:00
|
|
|
|
1999-11-23 04:49:35 +00:00
|
|
|
# we define ICU_UNICODE_VERSION so we can test it
|
2001-01-23 23:50:52 +00:00
|
|
|
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/ctestfw -I$(top_srcdir)/tools/toolutil \
|
2001-11-02 02:24:15 +00:00
|
|
|
-DICU_UNICODE_VERSION=\"$(UNICODE_VERSION)\" -DICU_VERSION=\"@VERSION@\" -DICUDATA_NAME=\"$(ICUDATA_NAME)\" -DU_TOPSRCDIR=\"$(top_srcdir)/\" -DU_TOPBUILDDIR=\"$(BUILDDIR)\"
|
1999-08-16 21:50:52 +00:00
|
|
|
CFLAGS = @CFLAGS@
|
|
|
|
CXXFLAGS = @CXXFLAGS@
|
2000-10-03 23:19:26 +00:00
|
|
|
ENABLE_RPATH = @ENABLE_RPATH@
|
|
|
|
ifeq ($(ENABLE_RPATH),YES)
|
|
|
|
RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir)
|
|
|
|
endif
|
|
|
|
LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS)
|
2001-01-23 23:50:52 +00:00
|
|
|
LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) @LIBS@ @LIB_M@
|
1999-08-16 21:50:52 +00:00
|
|
|
|
2001-09-19 01:48:46 +00:00
|
|
|
OBJECTS = callcoll.o calltest.o capitst.o cbiapts.o cbkittst.o \
|
2001-08-16 01:11:30 +00:00
|
|
|
ccaltst.o ccapitst.o ccolltst.o cconvtst.o ccurrtst.o cdantst.o \
|
2001-09-19 01:48:46 +00:00
|
|
|
cdattst.o cdetst.o cdtdptst.o cdtrgtst.o cestst.o cfintst.o cformtst.o \
|
2001-03-03 02:03:05 +00:00
|
|
|
cfrtst.o cg7coll.o chashtst.o cintltst.o citertst.o cjaptst.o cloctst.o \
|
2001-09-19 01:48:46 +00:00
|
|
|
cmsccoll.o cmsgtst.o \
|
|
|
|
cnmdptst.o cnormtst.o cnumtst.o cregrtst.o crestst.o creststn.o cturtst.o \
|
1999-09-30 23:47:52 +00:00
|
|
|
cucdtst.o cutiltst.o encoll.o nucnvtst.o susctest.o nccbtst.o \
|
2000-07-13 22:43:29 +00:00
|
|
|
cbiditst.o cbididat.o eurocreg.o udatatst.o utf16tst.o utransts.o \
|
2000-08-10 01:33:28 +00:00
|
|
|
ncnvfbts.o ncnvtst.o putiltst.o cstrtest.o mstrmtst.o utf8tst.o ucmptst.o \
|
2001-09-19 01:48:46 +00:00
|
|
|
stdnmtst.o ctstdep.o usrchtst.o custrtrn.o
|
1999-08-16 21:50:52 +00:00
|
|
|
|
|
|
|
DEPS = $(OBJECTS:.o=.d)
|
|
|
|
|
|
|
|
## List of phony targets
|
|
|
|
.PHONY : all all-local install install-local clean clean-local \
|
|
|
|
distclean distclean-local dist dist-local check check-local
|
|
|
|
|
|
|
|
## 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
|
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-12-01 20:17:41 +00:00
|
|
|
-include Makefile.local
|
|
|
|
|
2000-08-01 01:55:54 +00:00
|
|
|
check-local: all-local
|
2001-08-10 20:50:07 +00:00
|
|
|
TZ=PST8PDT $(INVOKE) ./$(TARGET) $(CINTLTEST_OPTS)
|
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)
|
2000-09-22 22:58:36 +00:00
|
|
|
$(LINK) -o $@ $^ $(LIBS)
|
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)),)
|
1999-08-16 21:50:52 +00:00
|
|
|
-include $(DEPS)
|
|
|
|
endif
|
2000-04-13 22:08:07 +00:00
|
|
|
endif
|