]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/testmap/Makefile.in
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / test / testmap / Makefile.in
index 2bf2b68840a1b8864ea77ec15c07260ecfc0a6d0..863f195d732baf24105081a89e154d436c15a4c2 100644 (file)
@@ -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))