]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/perf/charperf/Makefile.in
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / perf / charperf / Makefile.in
index dc73dd917517193a964da525d98e0a40e66387ea..a40e517cde3740a724177ef15d3b5b23b156f4d4 100644 (file)
@@ -1,5 +1,8 @@
-## Makefile.in for ICU - test/charperf
-## Copyright (c) 2001-2003, International Business Machines Corporation and
+## Makefile.in for ICU - test/perf/charperf
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html#License
+##
+## Copyright (c) 2001-2011, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
 ## Source directory information
@@ -10,11 +13,8 @@ top_builddir = ../../..
 
 include $(top_builddir)/icudefs.mk
 
-## Platform-specific setup
-include @platform_make_fragment@
-
 ## Build directory information
-subdir = test/charperf
+subdir = test/perf/charperf
 
 ## Extra files to remove for 'make clean'
 CLEANFILES = *~ $(DEPS)
@@ -22,16 +22,8 @@ CLEANFILES = *~ $(DEPS)
 ## Target information
 TARGET = charperf
 
-DEFS = @DEFS@
-CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/tools/toolutil 
-CFLAGS = @CFLAGS@
-CXXFLAGS = @CXXFLAGS@
-ENABLE_RPATH = @ENABLE_RPATH@
-ifeq ($(ENABLE_RPATH),YES)
-RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir)
-endif
-LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS)
-LIBS = $(LIBICUUC) $(LIBICUTOOLUTIL) @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 = charperf.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)