# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. #
ifeq ($(DISABLE_DYNLOADING),TRUE)
gb_STDLIBS := -static-libstdc++
endif
# No unit testing can be run
gb_CppunitTest_CPPTESTPRECOMMAND := :
# Re-define this from unxgcc.mk with some small but important # changes. Just temporarily done this way, shm_get promised to # eventually enable this to be done this in some more elegant and less # redundant fashion.
# No use for Cppunit targets now for Android (which would be just # static archives), they are just a waste of disk space. define gb_LinkTarget__command
$(call gb_Output_announce,$(2),$(true),LNK,4)
$(call gb_Trace_StartRange,$(2),LNK)
$(if $(filter CppunitTest,$(TARGETTYPE)), \
touch $(1), \
$(call gb_LinkTarget__command_staticlink,$(1)))
$(call gb_Trace_EndRange,$(2),LNK) endef
endif
# No DT_RPATH or DT_RUNPATH support in the Bionic dynamic linker so # don't bother generating such.
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.