2018-01-19 03:59:58 +08:00
|
|
|
#
|
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
|
|
|
|
CORE_DEPTH = ../../..
|
|
|
|
|
|
2026-06-29 21:29:25 +01:00
|
|
|
DIRS = . testlib
|
|
|
|
|
|
|
|
|
|
testlib: .
|
2020-01-03 13:36:26 +08:00
|
|
|
|
2018-01-19 03:59:58 +08:00
|
|
|
MODULE = nss
|
|
|
|
|
|
|
|
|
|
EXPORTS = \
|
|
|
|
|
nssckbi.h \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
CSRCS = \
|
|
|
|
|
anchor.c \
|
|
|
|
|
constants.c \
|
|
|
|
|
bfind.c \
|
|
|
|
|
binst.c \
|
|
|
|
|
bobject.c \
|
|
|
|
|
bsession.c \
|
|
|
|
|
bslot.c \
|
|
|
|
|
btoken.c \
|
|
|
|
|
certdata.c \
|
|
|
|
|
ckbiver.c \
|
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
|
REQUIRES = nspr
|
|
|
|
|
|
|
|
|
|
LIBRARY_NAME = nssckbi
|
2026-06-29 21:29:25 +01:00
|
|
|
MAPFILE = $(OBJDIR)/$(LIBRARY_NAME).def
|
|
|
|
|
LIBRARY = $(NULL)
|
|
|
|
|
IMPORT_LIBRARY = $(NULL)
|