X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/layout/Makefile.in diff --git a/icuSources/layout/Makefile.in b/icuSources/layout/Makefile.in index 5e9ec498..d63a2449 100644 --- a/icuSources/layout/Makefile.in +++ b/icuSources/layout/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. # #****************************************************************************** @@ -52,9 +52,6 @@ DYNAMICCXXFLAGS = $(SHAREDLIBCXXFLAGS) CFLAGS += $(LIBCFLAGS) CXXFLAGS += $(LIBCXXFLAGS) -ifneq ($(top_builddir),$(top_srcdir)) -CPPFLAGS += -I$(top_builddir)/common -endif CPPFLAGS += -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)/common -I$(srcdir)/unicode $(LIBCPPFLAGS) DEFS += -DU_LAYOUT_IMPLEMENTATION LDFLAGS += $(LDFLAGSICULE) @@ -147,7 +144,7 @@ DEPS = $(OBJECTS:.o=.d) ## List of phony targets .PHONY : all all-local install install-local clean clean-local \ distclean distclean-local install-library install-headers dist \ -dist-local check check-local +dist-local check check-local check-exhaustive ## Clear suffix list .SUFFIXES : @@ -160,6 +157,8 @@ distclean : distclean-local dist: dist-local check: all check-local +check-exhaustive: check + all-local: $(ALL_TARGETS) install-local: install-headers install-library @@ -219,6 +218,11 @@ endif ifneq ($(ENABLE_SHARED),) $(SHARED_OBJECT): $(OBJECTS) $(SO_VERSION_DATA) $(SHLIB.cc) $(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_TARGET):$(OBJECTS)