Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | # |
michael@0 | 2 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 5 | |
michael@0 | 6 | DEPTH = .. |
michael@0 | 7 | # MODULE = seccmd |
michael@0 | 8 | |
michael@0 | 9 | REQUIRES = nss nspr libdbm |
michael@0 | 10 | |
michael@0 | 11 | DIRS = lib \ |
michael@0 | 12 | addbuiltin \ |
michael@0 | 13 | atob \ |
michael@0 | 14 | $(BLTEST_SRCDIR) \ |
michael@0 | 15 | btoa \ |
michael@0 | 16 | certcgi \ |
michael@0 | 17 | certutil \ |
michael@0 | 18 | checkcert \ |
michael@0 | 19 | chktest \ |
michael@0 | 20 | crlutil \ |
michael@0 | 21 | crmftest \ |
michael@0 | 22 | dbtest \ |
michael@0 | 23 | derdump \ |
michael@0 | 24 | digest \ |
michael@0 | 25 | httpserv \ |
michael@0 | 26 | $(FIPSTEST_SRCDIR) \ |
michael@0 | 27 | $(LOWHASHTEST_SRCDIR) \ |
michael@0 | 28 | listsuites \ |
michael@0 | 29 | makepqg \ |
michael@0 | 30 | multinit \ |
michael@0 | 31 | ocspclnt \ |
michael@0 | 32 | ocspresp \ |
michael@0 | 33 | oidcalc \ |
michael@0 | 34 | p7content \ |
michael@0 | 35 | p7env \ |
michael@0 | 36 | p7sign \ |
michael@0 | 37 | p7verify \ |
michael@0 | 38 | pk12util \ |
michael@0 | 39 | pk11gcmtest \ |
michael@0 | 40 | pk11mode \ |
michael@0 | 41 | pk1sign \ |
michael@0 | 42 | pkix-errcodes \ |
michael@0 | 43 | pp \ |
michael@0 | 44 | pwdecrypt \ |
michael@0 | 45 | rsaperf \ |
michael@0 | 46 | sdrtest \ |
michael@0 | 47 | selfserv \ |
michael@0 | 48 | signtool \ |
michael@0 | 49 | signver \ |
michael@0 | 50 | $(SHLIBSIGN_SRCDIR) \ |
michael@0 | 51 | smimetools \ |
michael@0 | 52 | ssltap \ |
michael@0 | 53 | strsclnt \ |
michael@0 | 54 | symkeyutil \ |
michael@0 | 55 | tests \ |
michael@0 | 56 | tstclnt \ |
michael@0 | 57 | vfychain \ |
michael@0 | 58 | vfyserv \ |
michael@0 | 59 | modutil \ |
michael@0 | 60 | $(NULL) |
michael@0 | 61 | |
michael@0 | 62 | TEMPORARILY_DONT_BUILD = \ |
michael@0 | 63 | $(NULL) |
michael@0 | 64 | |
michael@0 | 65 | # rsaperf \ |
michael@0 | 66 | # |
michael@0 | 67 | # needs to look at what needs to happen to make jar build in |
michael@0 | 68 | # the binary release environment. |
michael@0 | 69 | # |
michael@0 | 70 | # perror requires lib/strerror.c which requires the client code installed |
michael@0 | 71 | # to build (requires allxpstr.h) |
michael@0 | 72 | # |
michael@0 | 73 | DONT_BULD = jar \ |
michael@0 | 74 | perror \ |
michael@0 | 75 | $(NULL) |