X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Ficu%2Fsource%2Ftools%2Ficuinfo%2FMakefile.in;h=89c0b74be6e6a1f36fc6ab2dc14fc72c9c3da8fc;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=7fc10a35fc025255c594f88136efa54a1834706d;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/icu/source/tools/icuinfo/Makefile.in b/src/third_party/icu/source/tools/icuinfo/Makefile.in index 7fc10a3..89c0b74 100644 --- a/src/third_party/icu/source/tools/icuinfo/Makefile.in +++ b/src/third_party/icu/source/tools/icuinfo/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU - tools/icuinfo -## Copyright (c) 1999-2010, International Business Machines Corporation and +## Copyright (c) 1999-2012, International Business Machines Corporation and ## others. All Rights Reserved. ## Madhu Katragadda @@ -20,9 +20,6 @@ CLEANFILES = *~ $(DEPS) $(PLUGIN_OBJECTS) $(PLUGINFILE) $(PLUGIN) ## Target information TARGET = icuinfo$(EXEEXT) -ifneq ($(top_builddir),$(top_srcdir)) -CPPFLAGS += -I$(top_builddir)/common -endif CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil -I$(top_srcdir)/tools/ctestfw CPPFLAGS+= -I$(top_srcdir)/i18n LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) @@ -34,11 +31,7 @@ DEPS = $(OBJECTS:.o=.d) # pass some information -ICUINFO_OPTS=-i ../../data/out/build/$(ICUDATA_PLATFORM_NAME) - -CPPFLAGS+= -DU_PLATFORM=\"@platform@\" -DU_BUILD=\"@build@\" -DU_HOST=\"@host@\" -DU_CC=\"@CC@\" -DU_CXX=\"@CXX@\" -# -DENABLE_RELEASE=@ENABLE_RELEASE@ -DENABLE_DEBUG=@ENABLE_DEBUG@ " - +ICUINFO_OPTS=-i ../../data/out/build/$(ICUDATA_PLATFORM_NAME) -x $(top_builddir)/config/icuinfo.xml -v -K ## List of phony targets .PHONY : all all-local install install-local clean clean-local \ @@ -82,7 +75,7 @@ $(TARGET) : $(OBJECTS) $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS) $(POST_BUILD_STEP) -PLUGIN=$(LIBPREFIX)plugin.$(SO) +PLUGIN=$(LIBPREFIX)plugin.$(SO) SO_TARGET=$(PLUGIN) PLUGINDIR=$(shell pwd)