security/nss/coreconf/module.mk

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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