#! gmake
java.lang.NullPointerException # 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/.
CORE_DEPTH = ..
DEPTH = ..
include $(CORE_DEPTH)/coreconf/config.mk
# This"jungle" of conditionals evaluates which DIRS to build! # The main reason for it is AFAIK /automation/taskcluster/scripts/split.sh
java.lang.NullPointerException # The fundamental organisation is: # if NSS_BUILD_UTIL_ONLY # else # if NSS_BUILD_SOFTOKEN_ONLY # else# build "all" the rest of NSS # endif
java.lang.NullPointerException # But there is even some build (NSS_BUILD_WITHOUT_SOFTOKEN), which # depends on a previous partial build!
java.lang.NullPointerException # FWIW, the dependencies are sorted and"compacted" instead of single # lines for smaller patches, as these probably won't change much and # it's easier to read this way.
# Building softoken (and freebl) only requires that the paths # to the locations where the util headers and libraries were # previously installed by a prior util-only build - likely in # in a system location that varies with the distribution. This # cannot be addressed here and requires that downstream package # mantainers add suitable modifications. Building full nss will # not have that problem as everything is available.
else
ifeq ($(NSS_BUILD_SOFTOKEN_ONLY),1)
FREEBL_SRCDIR = freebl
SOFTOKEN_SRCDIR = softoken else # Not included when building nss without softoken # This build type uses the build results of the prior # NSS_BUILD_UTIL_ONLY and NSS_BUILD_SOFTOKEN_ONLY builds
ifneq ($(NSS_BUILD_WITHOUT_SOFTOKEN),1)
FREEBL_SRCDIR = freebl
SOFTOKEN_SRCDIR = softoken
UTIL_SRCDIR = util
endif
endif
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.