]> 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 20167276d794f0756390e421f5232a3fc637aa2d..9276a78f032d65e9e306176310cc6fbd35cdc39e 100644 (file)
@@ -1,39 +1,28 @@
-## Makefile.in for ICU - test/ucharperf
-## Copyright (c) 2001, International Business Machines Corporation and
+## Makefile.in for ICU - test/perf/charperf
+## 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/ucharperf
+subdir = test/perf/charperf
 
 ## Extra files to remove for 'make clean'
 CLEANFILES = *~ $(DEPS)
 
 ## Target information
-TARGET = ucharperf
-
-DEFS = @DEFS@
-CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/common -I$(top_srcdir)/common 
-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) @LIBS@ @LIB_M@
+TARGET = charperf
+
+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 = ucharperf.o
+OBJECTS = charperf.o
 
 DEPS = $(OBJECTS:.o=.d)
 
@@ -73,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)