security/nss/lib/libpkix/pkix_pl_nss/system/manifest.mn

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
-rwxr-xr-x

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/.
     5 CORE_DEPTH = ../../../..
     7 EXPORTS = \
     8 	$(NULL)
    10 PRIVATE_EXPORTS = \
    11 	pkix_pl_common.h \
    12 	pkix_pl_mem.h \
    13 	pkix_pl_object.h \
    14 	pkix_pl_string.h \
    15 	pkix_pl_primhash.h \
    16 	pkix_pl_bigint.h \
    17 	pkix_pl_mutex.h \
    18 	pkix_pl_bytearray.h \
    19 	pkix_pl_lifecycle.h \
    20 	pkix_pl_oid.h \
    21 	pkix_pl_hashtable.h \
    22 	pkix_pl_rwlock.h \
    23 	pkix_pl_monitorlock.h \
    24 	$(NULL)
    26 MODULE = nss
    28 CSRCS = \
    29 	pkix_pl_bigint.c \
    30 	pkix_pl_bytearray.c \
    31 	pkix_pl_common.c \
    32 	pkix_pl_error.c \
    33 	pkix_pl_hashtable.c \
    34 	pkix_pl_lifecycle.c \
    35 	pkix_pl_mem.c \
    36 	pkix_pl_monitorlock.c \
    37 	pkix_pl_mutex.c \
    38 	pkix_pl_object.c \
    39 	pkix_pl_oid.c \
    40 	pkix_pl_primhash.c \
    41 	pkix_pl_rwlock.c \
    42 	pkix_pl_string.c \
    43 	$(NULL)
    45 LIBRARY_NAME = pkixsystem

mercurial