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

X-SVN-Rev: 19398
This commit is contained in:
George Rhoten 2006-03-22 05:00:27 +00:00
parent e8641af8d2
commit a7b05e0c3d
3 changed files with 14 additions and 35 deletions

View file

@ -1,5 +1,5 @@
## Makefile.in for ICU - test/charperf
## Copyright (c) 2001-2005, International Business Machines Corporation and
## Makefile.in for ICU - test/perf/charperf
## Copyright (c) 2001-2006, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
@ -10,11 +10,8 @@ top_builddir = ../../..
include $(top_builddir)/icudefs.mk
## Platform-specific setup
include @platform_make_fragment@
## Build directory information
subdir = test/charperf
subdir = test/perf/charperf
## Extra files to remove for 'make clean'
CLEANFILES = *~ $(DEPS)
@ -22,16 +19,8 @@ CLEANFILES = *~ $(DEPS)
## Target information
TARGET = charperf
DEFS = @DEFS@
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/tools/toolutil
CFLAGS = @CFLAGS@
CXXFLAGS = @CXXFLAGS@
ENABLE_RPATH = @ENABLE_RPATH@
ifeq ($(ENABLE_RPATH),YES)
RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir)
endif
LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS)
LIBS = $(LIBICUUC) $(LIBICUI18N) $(LIBICUTOOLUTIL) @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 = charperf.o

View file

@ -1,20 +1,17 @@
## Makefile.in for ICU - test/collperf
## Copyright (c) 2001, International Business Machines Corporation and
## Makefile.in for ICU - test/perf/collperf
## 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/normperf
subdir = test/perf/normperf
## Extra files to remove for 'make clean'
CLEANFILES = *~ $(DEPS)
@ -22,16 +19,8 @@ CLEANFILES = *~ $(DEPS)
## Target information
TARGET = normperf
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 = normperf.o

View file

@ -1,6 +1,6 @@
/*
**********************************************************************
* Copyright (c) 2002-2005, International Business Machines
* Copyright (c) 2002-2006, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
**********************************************************************
@ -349,4 +349,5 @@ int32_t WinNormNFKC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLe
#endif
#endif // NORMPERF_H
#endif // NORMPERF_H