1 ## Makefile.in for ICU - test/perf/collperf
2 ## Copyright (c) 2001-2013, International Business Machines Corporation and
3 ## others. All Rights Reserved.
5 ## Source directory information
7 top_srcdir = @top_srcdir@
9 top_builddir = ../../..
11 include $(top_builddir)/icudefs.mk
13 -include Makefile.local
15 ## Build directory information
16 subdir = test/perf/leperf
18 ## Extra files to remove for 'make clean'
19 CLEANFILES = *~ $(DEPS)
24 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/layout/.. -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw -I$(top_srcdir)/io -I$(top_srcdir)/i18n
25 LIBS = $(LIBCTESTFW) $(LIBICUIO) $(LIBICULE) $(LIBICUUC) $(LIBICUI18N) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M)
29 DEPS = $(OBJECTS:.o=.d)
31 ## List of phony targets
32 .PHONY : all all-local install install-local clean clean-local \
33 distclean distclean-local dist dist-local check check-local
38 ## List of standard targets
40 install: install-local
42 distclean : distclean-local
44 check: all check-local
53 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
54 $(RMV) $(OBJECTS) $(TARGET)
56 distclean-local: clean-local
59 check-local: all-local
61 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
63 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
65 $(TARGET) : $(OBJECTS)
66 $(LINK.cc) -o $@ $^ $(LIBS)
71 # following is bash specific
72 set -o pipefail && ( ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) $(INVOCATION) | tee current.out )
74 ifeq (,$(MAKECMDGOALS))
77 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
78 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)