security/nss/cmd/manifest.mn

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/cmd/manifest.mn	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,75 @@
     1.4 +#
     1.5 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 +
     1.9 +DEPTH	= ..
    1.10 +# MODULE	= seccmd
    1.11 +
    1.12 +REQUIRES = nss nspr libdbm
    1.13 +
    1.14 +DIRS = lib  \
    1.15 + addbuiltin \
    1.16 + atob  \
    1.17 + $(BLTEST_SRCDIR) \
    1.18 + btoa  \
    1.19 + certcgi \
    1.20 + certutil  \
    1.21 + checkcert  \
    1.22 + chktest  \
    1.23 + crlutil  \
    1.24 + crmftest \
    1.25 + dbtest \
    1.26 + derdump  \
    1.27 + digest  \
    1.28 + httpserv  \
    1.29 + $(FIPSTEST_SRCDIR)  \
    1.30 + $(LOWHASHTEST_SRCDIR)  \
    1.31 + listsuites \
    1.32 + makepqg  \
    1.33 + multinit \
    1.34 + ocspclnt  \
    1.35 + ocspresp \
    1.36 + oidcalc  \
    1.37 + p7content  \
    1.38 + p7env  \
    1.39 + p7sign  \
    1.40 + p7verify  \
    1.41 + pk12util \
    1.42 + pk11gcmtest \
    1.43 + pk11mode \
    1.44 + pk1sign  \
    1.45 + pkix-errcodes \
    1.46 + pp  \
    1.47 + pwdecrypt \
    1.48 + rsaperf \
    1.49 + sdrtest \
    1.50 + selfserv  \
    1.51 + signtool \
    1.52 + signver \
    1.53 + $(SHLIBSIGN_SRCDIR) \
    1.54 + smimetools  \
    1.55 + ssltap  \
    1.56 + strsclnt \
    1.57 + symkeyutil \
    1.58 + tests \
    1.59 + tstclnt  \
    1.60 + vfychain \
    1.61 + vfyserv \
    1.62 + modutil \
    1.63 + $(NULL)
    1.64 +
    1.65 +TEMPORARILY_DONT_BUILD = \
    1.66 + $(NULL)
    1.67 +
    1.68 +# rsaperf  \
    1.69 +#
    1.70 +#       needs to look at what needs to happen to make jar build in
    1.71 +# the binary release environment.
    1.72 +#
    1.73 +# perror requires lib/strerror.c which requires the client code installed 
    1.74 +# to build (requires allxpstr.h)
    1.75 +#
    1.76 +DONT_BULD = jar \
    1.77 + perror \
    1.78 +$(NULL)

mercurial