1 ## Makefile.in for ICU - test/perf/normperf
2 ## Copyright (C) 2016 and later: Unicode, Inc. and others.
3 ## License & terms of use: http://www.unicode.org/copyright.html#License
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/normperf
19 ## Extra files to remove for 'make clean'
20 CLEANFILES = *~ $(DEPS) $(SIMPLE_DEPS)
24 SIMPLE = simplenormperf
26 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/tools/toolutil -I$(top_srcdir)/tools/ctestfw
27 LIBS = $(LIBCTESTFW) $(LIBICUI18N) $(LIBICUUC) $(LIBICUTOOLUTIL) $(DEFAULT_LIBS) $(LIB_M)
30 SIMPLE_OBJ = simplenormperf.o
32 DEPS = $(OBJECTS:.o=.d)
33 SIMPLE_DEPS = $(SIMPLE_OBJ:.o=.d)
35 ## List of phony targets
36 .PHONY : all all-local install install-local clean clean-local \
37 distclean distclean-local dist dist-local check check-local
42 ## List of standard targets
44 install: install-local
46 distclean : distclean-local
48 check: all check-local
50 all-local: $(TARGET) $(SIMPLE)
57 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
58 $(RMV) $(OBJECTS) $(SIMPLE_OBJ) $(TARGET) $(SIMPLE)
60 distclean-local: clean-local
63 check-local: all-local
65 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
67 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
69 $(TARGET) : $(OBJECTS)
70 $(LINK.cc) -o $@ $^ $(LIBS)
73 $(SIMPLE) : $(SIMPLE_OBJ)
74 $(LINK.cc) -o $@ $^ $(LIBS)
78 ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) $(INVOCATION)
80 ifeq (,$(MAKECMDGOALS))
82 -include $(SIMPLE_DEPS)
84 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
85 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)
87 -include $(SIMPLE_DEPS)