security/nss/coreconf/module.mk

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/coreconf/module.mk	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,37 @@
     1.4 +#
     1.5 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 +
     1.9 +#######################################################################
    1.10 +# The master "Core Components" source and release component directory #
    1.11 +# names are ALWAYS identical and are the value of $(MODULE).          #
    1.12 +# NOTE:  A component is also called a module or a subsystem.          #
    1.13 +#######################################################################
    1.14 +
    1.15 +#
    1.16 +#  All "Core Components" <component>-specific source-side tags must
    1.17 +#  always be identified for compiling/linking purposes
    1.18 +#
    1.19 +
    1.20 +ifndef JAVA_SOURCE_COMPONENT
    1.21 +    JAVA_SOURCE_COMPONENT = java
    1.22 +endif
    1.23 +
    1.24 +ifndef NETLIB_SOURCE_COMPONENT
    1.25 +    NETLIB_SOURCE_COMPONENT = netlib
    1.26 +endif
    1.27 +
    1.28 +ifndef NSPR_SOURCE_COMPONENT
    1.29 +    NSPR_SOURCE_COMPONENT = nspr20
    1.30 +endif
    1.31 +
    1.32 +ifndef SECTOOLS_SOURCE_COMPONENT
    1.33 +    SECTOOLS_SOURCE_COMPONENT = sectools
    1.34 +endif
    1.35 +
    1.36 +ifndef SECURITY_SOURCE_COMPONENT
    1.37 +    SECURITY_SOURCE_COMPONENT = security
    1.38 +endif
    1.39 +
    1.40 +MK_MODULE = included

mercurial