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