|
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_basicconstraintschecker.h \ |
|
12 pkix_certchainchecker.h \ |
|
13 pkix_crlchecker.h \ |
|
14 pkix_ekuchecker.h \ |
|
15 pkix_expirationchecker.h \ |
|
16 pkix_namechainingchecker.h \ |
|
17 pkix_nameconstraintschecker.h \ |
|
18 pkix_ocspchecker.h \ |
|
19 pkix_policychecker.h \ |
|
20 pkix_revocationmethod.h \ |
|
21 pkix_revocationchecker.h \ |
|
22 pkix_signaturechecker.h \ |
|
23 pkix_targetcertchecker.h \ |
|
24 $(NULL) |
|
25 |
|
26 MODULE = nss |
|
27 |
|
28 CSRCS = \ |
|
29 pkix_basicconstraintschecker.c \ |
|
30 pkix_certchainchecker.c \ |
|
31 pkix_crlchecker.c \ |
|
32 pkix_ekuchecker.c \ |
|
33 pkix_expirationchecker.c \ |
|
34 pkix_namechainingchecker.c \ |
|
35 pkix_nameconstraintschecker.c \ |
|
36 pkix_ocspchecker.c \ |
|
37 pkix_revocationmethod.c \ |
|
38 pkix_revocationchecker.c \ |
|
39 pkix_policychecker.c \ |
|
40 pkix_signaturechecker.c \ |
|
41 pkix_targetcertchecker.c \ |
|
42 $(NULL) |
|
43 |
|
44 LIBRARY_NAME = pkixchecker |
|
45 |