Index: source/test/perf/collperf2/Makefile.in |
diff --git a/source/test/perf/convperf/Makefile.in b/source/test/perf/collperf2/Makefile.in |
similarity index 89% |
copy from source/test/perf/convperf/Makefile.in |
copy to source/test/perf/collperf2/Makefile.in |
index 538c49b16c6101c1ede2af1750da2d79f09d823b..9c43c76da78b0c64f662d2e92c8a8fb7e915dbfd 100644 |
--- a/source/test/perf/convperf/Makefile.in |
+++ b/source/test/perf/collperf2/Makefile.in |
@@ -1,5 +1,5 @@ |
-## Makefile.in for ICU - test/perf/collperf |
-## Copyright (c) 2001-2011, International Business Machines Corporation and |
+## Makefile.in for ICU - test/perf/collperf2 |
+## Copyright (c) 2013, International Business Machines Corporation and |
## others. All Rights Reserved. |
## Source directory information |
@@ -11,18 +11,18 @@ top_builddir = ../../.. |
include $(top_builddir)/icudefs.mk |
## Build directory information |
-subdir = test/perf/convperf |
+subdir = test/perf/collperf2 |
## Extra files to remove for 'make clean' |
CLEANFILES = *~ $(DEPS) |
## Target information |
-TARGET = collperf |
+TARGET = collperf2 |
CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw |
LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M) |
-OBJECTS = convperf.o |
+OBJECTS = collperf2.o |
DEPS = $(OBJECTS:.o=.d) |