1 ## Copyright (C) 2016 and later: Unicode, Inc. and others.
2 ## License & terms of use: http://www.unicode.org/copyright.html#License
4 ## Makefile.in for ICU - test/perf/collperf
5 ## Copyright (c) 2001-2011, International Business Machines Corporation and
6 ## others. All Rights Reserved.
8 ## Source directory information
10 top_srcdir = @top_srcdir@
12 top_builddir = ../../..
14 include $(top_builddir)/icudefs.mk
16 ## Build directory information
17 subdir = test/perf/convperf
19 ## Extra files to remove for 'make clean'
20 CLEANFILES = *~ $(DEPS)
25 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw
26 LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M)
30 DEPS = $(OBJECTS:.o=.d)
32 ## List of phony targets
33 .PHONY : all all-local install install-local clean clean-local \
34 distclean distclean-local dist dist-local check check-local
39 ## List of standard targets
41 install: install-local
43 distclean : distclean-local
45 check: all check-local
54 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
55 $(RMV) $(OBJECTS) $(TARGET)
57 distclean-local: clean-local
60 check-local: all-local
62 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
64 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
66 $(TARGET) : $(OBJECTS)
67 $(LINK.cc) -o $@ $^ $(LIBS)
71 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
73 ifeq (,$(MAKECMDGOALS))
76 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
77 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)