]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/ustrperf/Makefile.in
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / test / perf / ustrperf / Makefile.in
index 6432ae793de448d7a8b867dda10e64c85e6e34fe..654d4a2f6eabcab1cae39605cef0bcdac7a47475 100644 (file)
@@ -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)