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/.
5CORE_DEPTH = ../..
6
7PRIVATE_EXPORTS = \
8	nssrenam.h \
9	nssoptions.h \
10	$(NULL)
11
12EXPORTS = \
13	nss.h \
14	$(NULL)
15
16MODULE = nss
17
18CSRCS = \
19	nssinit.c \
20	nssoptions.c \
21	nssver.c \
22	utilwrap.c \
23	$(NULL)
24
25LIBRARY_NAME = nss
26LIBRARY_VERSION = 3
27MAPFILE = $(OBJDIR)/$(LIBRARY_NAME).def
28
29# This part of the code, including all sub-dirs, can be optimized for size
30export ALLOW_OPT_CODE_SIZE = 1
31