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.
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 | # DEFINES = -DTRACE |
michael@0 | 8 | |
michael@0 | 9 | EXPORTS = \ |
michael@0 | 10 | ssl.h \ |
michael@0 | 11 | sslt.h \ |
michael@0 | 12 | sslerr.h \ |
michael@0 | 13 | sslproto.h \ |
michael@0 | 14 | preenc.h \ |
michael@0 | 15 | $(NULL) |
michael@0 | 16 | |
michael@0 | 17 | MODULE = nss |
michael@0 | 18 | MAPFILE = $(OBJDIR)/ssl.def |
michael@0 | 19 | |
michael@0 | 20 | CSRCS = \ |
michael@0 | 21 | derive.c \ |
michael@0 | 22 | dtlscon.c \ |
michael@0 | 23 | prelib.c \ |
michael@0 | 24 | ssl3con.c \ |
michael@0 | 25 | ssl3gthr.c \ |
michael@0 | 26 | sslauth.c \ |
michael@0 | 27 | sslcon.c \ |
michael@0 | 28 | ssldef.c \ |
michael@0 | 29 | sslenum.c \ |
michael@0 | 30 | sslerr.c \ |
michael@0 | 31 | sslerrstrs.c \ |
michael@0 | 32 | sslinit.c \ |
michael@0 | 33 | ssl3ext.c \ |
michael@0 | 34 | sslgathr.c \ |
michael@0 | 35 | sslmutex.c \ |
michael@0 | 36 | sslnonce.c \ |
michael@0 | 37 | sslreveal.c \ |
michael@0 | 38 | sslsecur.c \ |
michael@0 | 39 | sslsnce.c \ |
michael@0 | 40 | sslsock.c \ |
michael@0 | 41 | ssltrace.c \ |
michael@0 | 42 | sslver.c \ |
michael@0 | 43 | authcert.c \ |
michael@0 | 44 | cmpcert.c \ |
michael@0 | 45 | sslinfo.c \ |
michael@0 | 46 | ssl3ecc.c \ |
michael@0 | 47 | $(NULL) |
michael@0 | 48 | |
michael@0 | 49 | LIBRARY_NAME = ssl |
michael@0 | 50 | LIBRARY_VERSION = 3 |
michael@0 | 51 | |
michael@0 | 52 | # This part of the code, including all sub-dirs, can be optimized for size |
michael@0 | 53 | export ALLOW_OPT_CODE_SIZE = 1 |