Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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/.
6 DEPTH = ..
7 # MODULE = seccmd
9 REQUIRES = nss nspr libdbm
11 DIRS = lib \
12 addbuiltin \
13 atob \
14 $(BLTEST_SRCDIR) \
15 btoa \
16 certcgi \
17 certutil \
18 checkcert \
19 chktest \
20 crlutil \
21 crmftest \
22 dbtest \
23 derdump \
24 digest \
25 httpserv \
26 $(FIPSTEST_SRCDIR) \
27 $(LOWHASHTEST_SRCDIR) \
28 listsuites \
29 makepqg \
30 multinit \
31 ocspclnt \
32 ocspresp \
33 oidcalc \
34 p7content \
35 p7env \
36 p7sign \
37 p7verify \
38 pk12util \
39 pk11gcmtest \
40 pk11mode \
41 pk1sign \
42 pkix-errcodes \
43 pp \
44 pwdecrypt \
45 rsaperf \
46 sdrtest \
47 selfserv \
48 signtool \
49 signver \
50 $(SHLIBSIGN_SRCDIR) \
51 smimetools \
52 ssltap \
53 strsclnt \
54 symkeyutil \
55 tests \
56 tstclnt \
57 vfychain \
58 vfyserv \
59 modutil \
60 $(NULL)
62 TEMPORARILY_DONT_BUILD = \
63 $(NULL)
65 # rsaperf \
66 #
67 # needs to look at what needs to happen to make jar build in
68 # the binary release environment.
69 #
70 # perror requires lib/strerror.c which requires the client code installed
71 # to build (requires allxpstr.h)
72 #
73 DONT_BULD = jar \
74 perror \
75 $(NULL)