Wed, 31 Dec 2014 06:09:35 +0100
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/.
6 CORE_DEPTH = ../..
8 DIRS = builtins
10 PRIVATE_EXPORTS = \
11 ck.h \
12 ckfw.h \
13 ckfwm.h \
14 ckfwtm.h \
15 ckmd.h \
16 ckt.h \
17 $(NULL)
19 EXPORTS = \
20 nssck.api \
21 nssckepv.h \
22 nssckft.h \
23 nssckfw.h \
24 nssckfwc.h \
25 nssckfwt.h \
26 nssckg.h \
27 nssckmdt.h \
28 nssckt.h \
29 $(NULL)
31 MODULE = nss
33 CSRCS = \
34 crypto.c \
35 find.c \
36 hash.c \
37 instance.c \
38 mutex.c \
39 object.c \
40 session.c \
41 sessobj.c \
42 slot.c \
43 token.c \
44 wrap.c \
45 mechanism.c \
46 $(NULL)
48 REQUIRES = nspr
50 LIBRARY_NAME = nssckfw
52 # This part of the code, including all sub-dirs, can be optimized for size
53 export ALLOW_OPT_CODE_SIZE = 1