X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..4d9eefca008a7bc544144ef830fa144ce89deaa0:/icuSources/test/perf/collperf/Makefile.in?ds=sidebyside diff --git a/icuSources/test/perf/collperf/Makefile.in b/icuSources/test/perf/collperf/Makefile.in index 46e509a1..b2dce681 100644 --- a/icuSources/test/perf/collperf/Makefile.in +++ b/icuSources/test/perf/collperf/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU - test/perf/collperf -## 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 = collperf -CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw +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 = collperf.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)