X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..c5116b9f5a666b9d59f443b3770acd6ef64dc6c3:/icuSources/test/perf/ubrkperf/Makefile.in diff --git a/icuSources/test/perf/ubrkperf/Makefile.in b/icuSources/test/perf/ubrkperf/Makefile.in index 908e9fbe..68f2d252 100644 --- a/icuSources/test/perf/ubrkperf/Makefile.in +++ b/icuSources/test/perf/ubrkperf/Makefile.in @@ -1,20 +1,20 @@ -## Makefile.in for ICU - test/ubrkperf -## Copyright (c) 2001, International Business Machines Corporation and +## 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-2011, International Business Machines Corporation and ## others. All Rights Reserved. ## Source directory information srcdir = @srcdir@ top_srcdir = @top_srcdir@ -top_builddir = ../.. +top_builddir = ../../.. include $(top_builddir)/icudefs.mk -## Platform-specific setup -include @platform_make_fragment@ - ## Build directory information -subdir = test/ubrkperf +subdir = test/perf/ubrkperf ## Extra files to remove for 'make clean' CLEANFILES = *~ $(DEPS) @@ -22,16 +22,8 @@ CLEANFILES = *~ $(DEPS) ## Target information TARGET = ubrkperf -DEFS = @DEFS@ -CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n -CFLAGS = @CFLAGS@ -CXXFLAGS = @CXXFLAGS@ -ENABLE_RPATH = @ENABLE_RPATH@ -ifeq ($(ENABLE_RPATH),YES) -RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir) -endif -LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS) -LIBS = $(LIBICUI18N) $(LIBICUUC) @LIBS@ @LIB_M@ +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 @@ -73,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)