Blame nss/coreconf/module.mk

Packit 40b132
#
Packit 40b132
# This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 40b132
Packit 40b132
#######################################################################
Packit 40b132
# The master "Core Components" source and release component directory #
Packit 40b132
# names are ALWAYS identical and are the value of $(MODULE).          #
Packit 40b132
# NOTE:  A component is also called a module or a subsystem.          #
Packit 40b132
#######################################################################
Packit 40b132
Packit 40b132
#
Packit 40b132
#  All "Core Components" <component>-specific source-side tags must
Packit 40b132
#  always be identified for compiling/linking purposes
Packit 40b132
#
Packit 40b132
Packit 40b132
ifndef JAVA_SOURCE_COMPONENT
Packit 40b132
    JAVA_SOURCE_COMPONENT = java
Packit 40b132
endif
Packit 40b132
Packit 40b132
ifndef NETLIB_SOURCE_COMPONENT
Packit 40b132
    NETLIB_SOURCE_COMPONENT = netlib
Packit 40b132
endif
Packit 40b132
Packit 40b132
ifndef NSPR_SOURCE_COMPONENT
Packit 40b132
    NSPR_SOURCE_COMPONENT = nspr20
Packit 40b132
endif
Packit 40b132
Packit 40b132
ifndef SECTOOLS_SOURCE_COMPONENT
Packit 40b132
    SECTOOLS_SOURCE_COMPONENT = sectools
Packit 40b132
endif
Packit 40b132
Packit 40b132
ifndef SECURITY_SOURCE_COMPONENT
Packit 40b132
    SECURITY_SOURCE_COMPONENT = security
Packit 40b132
endif
Packit 40b132
Packit 40b132
MK_MODULE = included