Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | # |
michael@0 | 2 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 5 | CORE_DEPTH = ../.. |
michael@0 | 6 | |
michael@0 | 7 | EXPORTS = \ |
michael@0 | 8 | base64.h \ |
michael@0 | 9 | ciferfam.h \ |
michael@0 | 10 | hasht.h \ |
michael@0 | 11 | nssb64.h \ |
michael@0 | 12 | nssb64t.h \ |
michael@0 | 13 | nsslocks.h \ |
michael@0 | 14 | nssilock.h \ |
michael@0 | 15 | nssilckt.h \ |
michael@0 | 16 | nssrwlk.h \ |
michael@0 | 17 | nssrwlkt.h \ |
michael@0 | 18 | nssutil.h \ |
michael@0 | 19 | pkcs11.h \ |
michael@0 | 20 | pkcs11f.h \ |
michael@0 | 21 | pkcs11p.h \ |
michael@0 | 22 | pkcs11t.h \ |
michael@0 | 23 | pkcs11n.h \ |
michael@0 | 24 | pkcs11u.h \ |
michael@0 | 25 | pkcs1sig.h \ |
michael@0 | 26 | portreg.h \ |
michael@0 | 27 | secasn1.h \ |
michael@0 | 28 | secasn1t.h \ |
michael@0 | 29 | seccomon.h \ |
michael@0 | 30 | secder.h \ |
michael@0 | 31 | secdert.h \ |
michael@0 | 32 | secdig.h \ |
michael@0 | 33 | secdigt.h \ |
michael@0 | 34 | secitem.h \ |
michael@0 | 35 | secoid.h \ |
michael@0 | 36 | secoidt.h \ |
michael@0 | 37 | secport.h \ |
michael@0 | 38 | secerr.h \ |
michael@0 | 39 | utilmodt.h \ |
michael@0 | 40 | utilrename.h \ |
michael@0 | 41 | utilpars.h \ |
michael@0 | 42 | utilparst.h \ |
michael@0 | 43 | $(NULL) |
michael@0 | 44 | |
michael@0 | 45 | PRIVATE_EXPORTS = \ |
michael@0 | 46 | templates.c \ |
michael@0 | 47 | $(NULL) |
michael@0 | 48 | |
michael@0 | 49 | CSRCS = \ |
michael@0 | 50 | quickder.c \ |
michael@0 | 51 | secdig.c \ |
michael@0 | 52 | derdec.c \ |
michael@0 | 53 | derenc.c \ |
michael@0 | 54 | dersubr.c \ |
michael@0 | 55 | dertime.c \ |
michael@0 | 56 | errstrs.c \ |
michael@0 | 57 | nssb64d.c \ |
michael@0 | 58 | nssb64e.c \ |
michael@0 | 59 | nssrwlk.c \ |
michael@0 | 60 | nssilock.c \ |
michael@0 | 61 | oidstring.c \ |
michael@0 | 62 | pkcs1sig.c \ |
michael@0 | 63 | portreg.c \ |
michael@0 | 64 | secalgid.c \ |
michael@0 | 65 | secasn1d.c \ |
michael@0 | 66 | secasn1e.c \ |
michael@0 | 67 | secasn1u.c \ |
michael@0 | 68 | secitem.c \ |
michael@0 | 69 | secload.c \ |
michael@0 | 70 | secoid.c \ |
michael@0 | 71 | sectime.c \ |
michael@0 | 72 | secport.c \ |
michael@0 | 73 | templates.c \ |
michael@0 | 74 | utf8.c \ |
michael@0 | 75 | utilmod.c \ |
michael@0 | 76 | utilpars.c \ |
michael@0 | 77 | $(NULL) |
michael@0 | 78 | |
michael@0 | 79 | MODULE = nss |
michael@0 | 80 | |
michael@0 | 81 | # don't duplicate module name in REQUIRES |
michael@0 | 82 | MAPFILE = $(OBJDIR)/nssutil.def |
michael@0 | 83 | |
michael@0 | 84 | LIBRARY_NAME = nssutil |
michael@0 | 85 | LIBRARY_VERSION = 3 |
michael@0 | 86 | |
michael@0 | 87 | # This part of the code, including all sub-dirs, can be optimized for size |
michael@0 | 88 | export ALLOW_OPT_CODE_SIZE = 1 |