1 ## Makefile.in for ICU - test/testmap
2 ## Copyright (C) 2016 and later: Unicode, Inc. and others.
3 ## License & terms of use: http://www.unicode.org/copyright.html
4 ## Copyright (c) 2003-2012, International Business Machines Corporation and
5 ## others. All Rights Reserved.
7 ## Source directory information
9 top_srcdir = @top_srcdir@
13 include $(top_builddir)/icudefs.mk
15 ## Build directory information
18 ## Extra files to remove for 'make clean'
19 CLEANFILES = *~ $(DEPS)
22 TARGET = testmap$(EXEEXT)
25 CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n $(SHAREDLIBCPPFLAGS) $(SHAREDLIBCFLAGS)
27 #CXXFLAGS = @CXXFLAGS@
29 LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
33 DEPS = $(OBJECTS:.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
57 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
58 $(RMV) $(OBJECTS) $(TARGET)
60 distclean-local: clean-local
63 check-local: all-local
66 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
68 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
70 $(TARGET) : $(OBJECTS)
71 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS) $(CFLAGS) $(SHAREDLIBCFLAGS)
74 ifeq (,$(MAKECMDGOALS))
77 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
78 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)