X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/test/testmap/Makefile.in diff --git a/icuSources/test/testmap/Makefile.in b/icuSources/test/testmap/Makefile.in index 2bf2b688..863f195d 100644 --- a/icuSources/test/testmap/Makefile.in +++ b/icuSources/test/testmap/Makefile.in @@ -1,5 +1,7 @@ ## 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 @@ -20,7 +22,7 @@ CLEANFILES = *~ $(DEPS) 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@ @@ -66,7 +68,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status && 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))