diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/test/perf/charperf/Makefile.in')
-rw-r--r-- | Build/source/libs/icu-xetex/test/perf/charperf/Makefile.in | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/Build/source/libs/icu-xetex/test/perf/charperf/Makefile.in b/Build/source/libs/icu-xetex/test/perf/charperf/Makefile.in index e28833e1619..9e1c7516384 100644 --- a/Build/source/libs/icu-xetex/test/perf/charperf/Makefile.in +++ b/Build/source/libs/icu-xetex/test/perf/charperf/Makefile.in @@ -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 |