# Copyright (C) 2016 and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html #******************************************************************************
java.lang.NullPointerException # Copyright (C) 2002-2011, International Business Machines # Corporation and others. All Rights Reserved.
java.lang.NullPointerException #******************************************************************************
# override if you have an out-of-source build (not yet working.)
BUILDDIR = $(top_builddir)
ICUDIR=ICUunrenamed
# Extra flags to prevent internal API from being hidden. # This is important because ELF (Linux) based platforms that don't hide internal # API will allow a duplicate internal name to resolve to an external library. # See the gcc manual on the "visibility" attribute for details.
FLAG_OVERRIDE= LIBCFLAGS= LIBCXXFLAGS= $(EXTRA_MAKE_OPTIONS)
## any local overrides
-include Makefile.local
# load definition of .SO, etc (but notif we are doing 'make clean')
ifneq ($(patsubst %clean,,$(MAKECMDGOALS)),)
include $(BUILDDIR)/icudefs.mk
endif
# For MinGW, do we want the DLL to go in the bin location?
ifeq ($(MINGW_MOVEDLLSTOBINDIR),YES)
installdir = bin else
installdir = lib
endif
# We use config.status to mean we have a valid out of source tree.
$(ICUDIR)/config.status:
-mv $(ICUDIR) $(ICUDIR)old
-(rm -rf $(ICUDIR)old &)
mkdir $(ICUDIR)
( cd $(ICUDIR) ; CPPFLAGS="-DU_DISABLE_RENAMING=1 -DUCONFIG_ENABLE_PLUGINS" $(GENREN_CONFIGURE_ENV) $(top_srcdir)/../configure --with-data-packaging=archive --enable-tests=no --prefix=`pwd` $(GENREN_CONFIGURE_OPTS) ) # cause lib and bin to be created, and any other general sanity
$(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR) clean
$(MAKE) $(FLAG_OVERRIDE) -C $(ICUDIR) all-local
# This is still here, but less useful with the "new" macro-based rename. Just use 'svn diff'.
sorts: urename.sort urename.old.sort
@echo "*** Please check urename.h manually before committing it."
@echo "Try 'diff --side-by-side urename.old.sort urename.sort'"
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.