X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/test/perf/ubrkperf/Makefile.in diff --git a/icuSources/test/perf/ubrkperf/Makefile.in b/icuSources/test/perf/ubrkperf/Makefile.in index 33e6752f..68f2d252 100644 --- a/icuSources/test/perf/ubrkperf/Makefile.in +++ b/icuSources/test/perf/ubrkperf/Makefile.in @@ -1,5 +1,8 @@ +## Copyright (C) 2016 and later: Unicode, Inc. and others. +## License & terms of use: http://www.unicode.org/copyright.html#License +## ## Makefile.in for ICU - test/perf/ubrkperf -## 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 +22,7 @@ CLEANFILES = *~ $(DEPS) ## Target information TARGET = ubrkperf -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 = ubrkperf.o @@ -62,6 +65,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)