ICU-3967 Update the performance test to the current way of building ICU.

X-SVN-Rev: 19396
This commit is contained in:
George Rhoten 2006-03-21 23:25:04 +00:00
parent 02470e105b
commit 01e946968d
2 changed files with 8 additions and 19 deletions

View file

@ -1,20 +1,17 @@
## Makefile.in for ICU - test/ubrkperf
## Copyright (c) 2001, International Business Machines Corporation and
## Makefile.in for ICU - test/perf/ubrkperf
## Copyright (c) 2001-2006, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = ../..
top_builddir = ../../..
include $(top_builddir)/icudefs.mk
## Platform-specific setup
include @platform_make_fragment@
## Build directory information
subdir = test/ubrkperf
subdir = test/perf/ubrkperf
## Extra files to remove for 'make clean'
CLEANFILES = *~ $(DEPS)
@ -22,16 +19,8 @@ CLEANFILES = *~ $(DEPS)
## Target information
TARGET = ubrkperf
DEFS = @DEFS@
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n
CFLAGS = @CFLAGS@
CXXFLAGS = @CXXFLAGS@
ENABLE_RPATH = @ENABLE_RPATH@
ifeq ($(ENABLE_RPATH),YES)
RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir)
endif
LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS)
LIBS = $(LIBICUI18N) $(LIBICUUC) @LIBS@ @LIB_M@
CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw
LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M)
OBJECTS = ubrkperf.o

View file

@ -1,6 +1,6 @@
#******************************************************************************
#
# Copyright (C) 1999-2005, International Business Machines
# Copyright (C) 1999-2006, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
@ -49,7 +49,7 @@ DEFS += -DT_CTEST_IMPLEMENTATION
LDFLAGS += $(LDFLAGSCTESTFW)
LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS)
OBJECTS = ctest.o tstdtmod.o testdata.o datamap.o
OBJECTS = ctest.o tstdtmod.o testdata.o datamap.o uperf.o
STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))