2008-06-06 16:40:11 +04:00
|
|
|
#
|
2012-10-01 22:02:15 +04: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/.
|
2008-06-06 16:40:11 +04:00
|
|
|
|
2013-04-12 03:46:53 +04:00
|
|
|
DEPTH = ..
|
2008-06-06 16:40:11 +04:00
|
|
|
# MODULE = seccmd
|
|
|
|
|
2016-01-25 18:14:18 +03:00
|
|
|
SOFTOKEN_SRCDIRS=
|
|
|
|
NSS_SRCDIRS=
|
|
|
|
LIB_SRCDIRS=
|
|
|
|
|
|
|
|
ifdef NSS_BUILD_UTIL_ONLY
|
|
|
|
REQUIRES = nspr
|
|
|
|
else
|
2008-06-06 16:40:11 +04:00
|
|
|
REQUIRES = nss nspr libdbm
|
2016-01-25 18:14:18 +03:00
|
|
|
LIB_SRCDIRS = \
|
|
|
|
lib \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
2008-06-06 16:40:11 +04:00
|
|
|
|
2016-01-25 18:14:18 +03:00
|
|
|
ifndef NSS_BUILD_UTIL_ONLY
|
|
|
|
SOFTOKEN_SRCDIRS = \
|
|
|
|
$(BLTEST_SRCDIR) \
|
2016-08-19 12:20:21 +03:00
|
|
|
$(ECPERF_SRCDIR) \
|
2016-10-15 09:45:05 +03:00
|
|
|
$(FREEBL_ECTEST_SRCDIR) \
|
2016-01-25 18:14:18 +03:00
|
|
|
$(FIPSTEST_SRCDIR) \
|
|
|
|
$(LOWHASHTEST_SRCDIR) \
|
|
|
|
$(SHLIBSIGN_SRCDIR) \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifndef NSS_BUILD_SOFTOKEN_ONLY
|
|
|
|
ifndef NSS_BUILD_UTIL_ONLY
|
|
|
|
NSS_SRCDIRS = \
|
2008-06-06 16:40:11 +04:00
|
|
|
addbuiltin \
|
|
|
|
atob \
|
|
|
|
btoa \
|
|
|
|
certcgi \
|
|
|
|
certutil \
|
2011-08-19 19:27:10 +04:00
|
|
|
chktest \
|
2008-06-06 16:40:11 +04:00
|
|
|
crlutil \
|
|
|
|
crmftest \
|
|
|
|
dbtest \
|
|
|
|
derdump \
|
|
|
|
digest \
|
2012-10-01 22:02:15 +04:00
|
|
|
httpserv \
|
|
|
|
listsuites \
|
2008-06-06 16:40:11 +04:00
|
|
|
makepqg \
|
2010-02-07 14:54:28 +03:00
|
|
|
multinit \
|
2008-06-06 16:40:11 +04:00
|
|
|
ocspclnt \
|
2012-12-06 03:19:18 +04:00
|
|
|
ocspresp \
|
2008-06-06 16:40:11 +04:00
|
|
|
oidcalc \
|
|
|
|
p7content \
|
|
|
|
p7env \
|
|
|
|
p7sign \
|
|
|
|
p7verify \
|
|
|
|
pk12util \
|
2016-10-15 09:45:05 +03:00
|
|
|
pk11ectest \
|
2013-04-12 03:46:53 +04:00
|
|
|
pk11gcmtest \
|
2008-06-06 16:40:11 +04:00
|
|
|
pk11mode \
|
2012-10-01 22:02:15 +04:00
|
|
|
pk1sign \
|
2008-06-06 16:40:11 +04:00
|
|
|
pp \
|
2012-10-01 22:02:15 +04:00
|
|
|
pwdecrypt \
|
2008-06-06 16:40:11 +04:00
|
|
|
rsaperf \
|
2017-11-01 17:38:36 +03:00
|
|
|
rsapoptst \
|
2008-06-06 16:40:11 +04:00
|
|
|
sdrtest \
|
|
|
|
selfserv \
|
|
|
|
signtool \
|
|
|
|
signver \
|
|
|
|
smimetools \
|
|
|
|
ssltap \
|
|
|
|
strsclnt \
|
|
|
|
symkeyutil \
|
2008-08-15 08:12:54 +04:00
|
|
|
tests \
|
2008-06-06 16:40:11 +04:00
|
|
|
tstclnt \
|
|
|
|
vfychain \
|
|
|
|
vfyserv \
|
|
|
|
modutil \
|
|
|
|
$(NULL)
|
2016-06-30 09:42:30 +03:00
|
|
|
|
|
|
|
ifndef NSS_DISABLE_LIBPKIX
|
|
|
|
NSS_SRCDIRS += \
|
|
|
|
pkix-errcodes \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2016-01-25 18:14:18 +03:00
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
DIRS = \
|
|
|
|
$(LIB_SRCDIRS) \
|
|
|
|
$(SOFTOKEN_SRCDIRS) \
|
|
|
|
$(NSS_SRCDIRS)
|
2008-06-06 16:40:11 +04:00
|
|
|
|
|
|
|
TEMPORARILY_DONT_BUILD = \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
# rsaperf \
|
|
|
|
#
|
|
|
|
# needs to look at what needs to happen to make jar build in
|
|
|
|
# the binary release environment.
|
|
|
|
#
|
|
|
|
# perror requires lib/strerror.c which requires the client code installed
|
|
|
|
# to build (requires allxpstr.h)
|
|
|
|
#
|
|
|
|
DONT_BULD = jar \
|
|
|
|
perror \
|
|
|
|
$(NULL)
|