X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Ficu%2Fsource%2Fstubdata%2FMakefile.in;h=f1e404797045e1463372b946f0e08df919a5ed8a;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=168fe2ceb1784411090b10796d6d14f0ce2c8f91;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/icu/source/stubdata/Makefile.in b/src/third_party/icu/source/stubdata/Makefile.in index 168fe2c..f1e4047 100644 --- a/src/third_party/icu/source/stubdata/Makefile.in +++ b/src/third_party/icu/source/stubdata/Makefile.in @@ -1,6 +1,6 @@ #****************************************************************************** # -# Copyright (C) 1999-2007, International Business Machines +# Copyright (C) 1999-2011, International Business Machines # Corporation and others. All Rights Reserved. # #****************************************************************************** @@ -43,9 +43,6 @@ DYNAMICCPPFLAGS = $(SHAREDLIBCPPFLAGS) DYNAMICCFLAGS = $(SHAREDLIBCFLAGS) DYNAMICCXXFLAGS = $(SHAREDLIBCXXFLAGS) -ifneq ($(top_builddir),$(top_srcdir)) -CPPFLAGS += -I$(top_builddir)/common -endif CPPFLAGS += -I$(top_srcdir)/common $(LIBCPPFLAGS) LDFLAGS += $(LDFLAGSICUDT) @@ -63,7 +60,7 @@ DEPS = $(OBJECTS:.o=.d) ## List of phony targets .PHONY : all all-local install install-local clean clean-local \ distclean distclean-local install-library dist \ -dist-local check check-local +dist-local check check-local check-exhaustive ## Clear suffix list .SUFFIXES : @@ -76,6 +73,8 @@ distclean : distclean-local dist: dist-local check: all check-local +check-exhaustive: check + all-local: $(ALL_TARGETS) install-local: install-library @@ -119,10 +118,6 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -../common/unicode/platform.h: $(srcdir)/../common/unicode/platform.h.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=common/unicode/platform.h CONFIG_HEADERS= $(SHELL) ./config.status - ifneq ($(ENABLE_STATIC),) $(TARGET): $(STATIC_OBJECTS) $(AR) $(ARFLAGS) $(AR_OUTOPT)$@ $^ @@ -132,6 +127,11 @@ endif ifneq ($(ENABLE_SHARED),) $(SHARED_OBJECT): $(OBJECTS) $(SHLIB.c) $(LD_SONAME) $(OUTOPT)$@ $^ $(LIBS) +ifeq ($(ENABLE_RPATH),YES) +ifneq ($(wildcard $(libdir)/$(MIDDLE_SO_TARGET)),) + $(warning RPATH warning: --enable-rpath means test programs may use existing $(libdir)/$(MIDDLE_SO_TARGET)) +endif +endif ifeq ($(OS390BATCH),1) $(BATCH_STUB_TARGET): $(OBJECTS)