michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: CORE_DEPTH = ../.. michael@0: michael@0: # DEFINES = -DTRACE michael@0: michael@0: EXPORTS = \ michael@0: ssl.h \ michael@0: sslt.h \ michael@0: sslerr.h \ michael@0: sslproto.h \ michael@0: preenc.h \ michael@0: $(NULL) michael@0: michael@0: MODULE = nss michael@0: MAPFILE = $(OBJDIR)/ssl.def michael@0: michael@0: CSRCS = \ michael@0: derive.c \ michael@0: dtlscon.c \ michael@0: prelib.c \ michael@0: ssl3con.c \ michael@0: ssl3gthr.c \ michael@0: sslauth.c \ michael@0: sslcon.c \ michael@0: ssldef.c \ michael@0: sslenum.c \ michael@0: sslerr.c \ michael@0: sslerrstrs.c \ michael@0: sslinit.c \ michael@0: ssl3ext.c \ michael@0: sslgathr.c \ michael@0: sslmutex.c \ michael@0: sslnonce.c \ michael@0: sslreveal.c \ michael@0: sslsecur.c \ michael@0: sslsnce.c \ michael@0: sslsock.c \ michael@0: ssltrace.c \ michael@0: sslver.c \ michael@0: authcert.c \ michael@0: cmpcert.c \ michael@0: sslinfo.c \ michael@0: ssl3ecc.c \ michael@0: $(NULL) michael@0: michael@0: LIBRARY_NAME = ssl michael@0: LIBRARY_VERSION = 3 michael@0: michael@0: # This part of the code, including all sub-dirs, can be optimized for size michael@0: export ALLOW_OPT_CODE_SIZE = 1