X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/fd0068a84e9996f225edba706498f6ed413d0673..46f4442e9a5a4f3b98b7c1083586332f6a8a99a4:/icuSources/test/perf/ustrperf/Makefile.in diff --git a/icuSources/test/perf/ustrperf/Makefile.in b/icuSources/test/perf/ustrperf/Makefile.in index 6432ae79..654d4a2f 100644 --- a/icuSources/test/perf/ustrperf/Makefile.in +++ b/icuSources/test/perf/ustrperf/Makefile.in @@ -1,5 +1,5 @@ ## 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 @@ -17,7 +17,7 @@ subdir = test/perf/ustrperf 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) @@ -62,6 +62,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(TARGET) : $(OBJECTS) $(LINK.cc) -o $@ $^ $(LIBS) + $(POST_BUILD_STEP) invoke: ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)