]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/charperf/Makefile.in
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / test / perf / charperf / Makefile.in
index 9e1c75163843a21c46ebc3637120da08bcbc09f5..9276a78f032d65e9e306176310cc6fbd35cdc39e 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile.in for ICU - test/perf/charperf
-## Copyright (c) 2001-2006, International Business Machines Corporation and
+## Copyright (c) 2001-2011, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
 ## Source directory information
@@ -19,7 +19,7 @@ CLEANFILES = *~ $(DEPS)
 ## Target information
 TARGET = charperf
 
-CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw
+CPPFLAGS += -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
@@ -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)