1 ## Makefile.in for ICU - test/perf/normperf
2 ## Copyright (c) 2001-2011, 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 ## Build directory information
14 subdir = test/perf/normperf
16 ## Extra files to remove for 'make clean'
17 CLEANFILES = *~ $(DEPS)
22 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw
23 LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M)
27 DEPS = $(OBJECTS:.o=.d)
29 ## List of phony targets
30 .PHONY : all all-local install install-local clean clean-local \
31 distclean distclean-local dist dist-local check check-local
36 ## List of standard targets
38 install: install-local
40 distclean : distclean-local
42 check: all check-local
51 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
52 $(RMV) $(OBJECTS) $(TARGET)
54 distclean-local: clean-local
57 check-local: all-local
59 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
61 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
63 $(TARGET) : $(OBJECTS)
64 $(LINK.cc) -o $@ $^ $(LIBS)
68 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
70 ifeq (,$(MAKECMDGOALS))
73 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
74 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)