1 ## Makefile.in for ICU - test/testmap
2 ## Copyright (c) 2003-2006, International Business Machines Corporation and
3 ## others. All Rights Reserved.
5 ## Source directory information
7 top_srcdir = @top_srcdir@
11 include $(top_builddir)/icudefs.mk
13 ## Build directory information
16 ## Extra files to remove for 'make clean'
17 CLEANFILES = *~ $(DEPS)
20 TARGET = testmap$(EXEEXT)
23 CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n
25 #CXXFLAGS = @CXXFLAGS@
27 LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
31 DEPS = $(OBJECTS:.o=.d)
33 ## List of phony targets
34 .PHONY : all all-local install install-local clean clean-local \
35 distclean distclean-local dist dist-local check check-local
40 ## List of standard targets
42 install: install-local
44 distclean : distclean-local
46 check: all check-local
55 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES)
56 $(RMV) $(OBJECTS) $(TARGET)
58 distclean-local: clean-local
61 check-local: all-local
64 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
66 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
68 $(TARGET) : $(OBJECTS)
69 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
72 ifeq (,$(MAKECMDGOALS))
75 ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
76 ifneq ($(patsubst %install,,$(MAKECMDGOALS)),)