## Makefile.in for ICU - test/perf/ustrperf
-## Copyright (c) 2001-2006, International Business Machines Corporation and
+## Copyright (c) 2001-2008, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
CLEANFILES = *~ $(DEPS)
## Target information
-TARGET = ustrperf
+TARGET = stringperf
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)
$(TARGET) : $(OBJECTS)
$(LINK.cc) -o $@ $^ $(LIBS)
+ $(POST_BUILD_STEP)
invoke:
ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)