security/nss/coreconf/module.mk

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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