|
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 EXPORTS = \ |
|
8 $(NULL) |
|
9 |
|
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) |
|
25 |
|
26 MODULE = nss |
|
27 |
|
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) |
|
44 |
|
45 LIBRARY_NAME = pkixsystem |
|
46 |