## Makefile.in for ICU - test/testmap
-## Copyright (c) 2003, International Business Machines Corporation and
+## Copyright (c) 2003-2012, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
TARGET = testmap$(EXEEXT)
#DEFS = @DEFS@
-CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n
+CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n $(SHAREDLIBCPPFLAGS) $(SHAREDLIBCFLAGS)
#CFLAGS += @CFLAGS@
#CXXFLAGS = @CXXFLAGS@
LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
-# Data packaging options are set at configure time with --with-data-packaging.
-CPPFLAGS += @DATA_PACKAGING_CPPFLAGS@
-
-#ifeq ($(PKGDATA_MODE),dll)
-#CPPFLAGS += -DUDATA_MAP_DLL
-#LIBICUDATA= -L$(top_srcdir)/../data -licudata
-
OBJECTS = testmap.o
DEPS = $(OBJECTS:.o=.d)
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
$(TARGET) : $(OBJECTS)
- $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
+ $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS) $(CFLAGS) $(SHAREDLIBCFLAGS)
+ $(POST_BUILD_STEP)
ifeq (,$(MAKECMDGOALS))
-include $(DEPS)