## Makefile.in for ICU - test/testmap
-## Copyright (c) 2003-2011, International Business Machines Corporation and
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html
+## Copyright (c) 2003-2012, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
TARGET = testmap$(EXEEXT)
#DEFS = @DEFS@
-CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n
+CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n $(SHAREDLIBCPPFLAGS) $(SHAREDLIBCFLAGS)
#CFLAGS += @CFLAGS@
#CXXFLAGS = @CXXFLAGS@
&& 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))