security/nss/coreconf/module.mk

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 #
     2 # This Source Code Form is subject to the terms of the Mozilla Public
     3 # License, v. 2.0. If a copy of the MPL was not distributed with this
     4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     6 #######################################################################
     7 # The master "Core Components" source and release component directory #
     8 # names are ALWAYS identical and are the value of $(MODULE).          #
     9 # NOTE:  A component is also called a module or a subsystem.          #
    10 #######################################################################
    12 #
    13 #  All "Core Components" <component>-specific source-side tags must
    14 #  always be identified for compiling/linking purposes
    15 #
    17 ifndef JAVA_SOURCE_COMPONENT
    18     JAVA_SOURCE_COMPONENT = java
    19 endif
    21 ifndef NETLIB_SOURCE_COMPONENT
    22     NETLIB_SOURCE_COMPONENT = netlib
    23 endif
    25 ifndef NSPR_SOURCE_COMPONENT
    26     NSPR_SOURCE_COMPONENT = nspr20
    27 endif
    29 ifndef SECTOOLS_SOURCE_COMPONENT
    30     SECTOOLS_SOURCE_COMPONENT = sectools
    31 endif
    33 ifndef SECURITY_SOURCE_COMPONENT
    34     SECURITY_SOURCE_COMPONENT = security
    35 endif
    37 MK_MODULE = included

mercurial