michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: DEPTH = .. michael@0: # MODULE = seccmd michael@0: michael@0: REQUIRES = nss nspr libdbm michael@0: michael@0: DIRS = lib \ michael@0: addbuiltin \ michael@0: atob \ michael@0: $(BLTEST_SRCDIR) \ michael@0: btoa \ michael@0: certcgi \ michael@0: certutil \ michael@0: checkcert \ michael@0: chktest \ michael@0: crlutil \ michael@0: crmftest \ michael@0: dbtest \ michael@0: derdump \ michael@0: digest \ michael@0: httpserv \ michael@0: $(FIPSTEST_SRCDIR) \ michael@0: $(LOWHASHTEST_SRCDIR) \ michael@0: listsuites \ michael@0: makepqg \ michael@0: multinit \ michael@0: ocspclnt \ michael@0: ocspresp \ michael@0: oidcalc \ michael@0: p7content \ michael@0: p7env \ michael@0: p7sign \ michael@0: p7verify \ michael@0: pk12util \ michael@0: pk11gcmtest \ michael@0: pk11mode \ michael@0: pk1sign \ michael@0: pkix-errcodes \ michael@0: pp \ michael@0: pwdecrypt \ michael@0: rsaperf \ michael@0: sdrtest \ michael@0: selfserv \ michael@0: signtool \ michael@0: signver \ michael@0: $(SHLIBSIGN_SRCDIR) \ michael@0: smimetools \ michael@0: ssltap \ michael@0: strsclnt \ michael@0: symkeyutil \ michael@0: tests \ michael@0: tstclnt \ michael@0: vfychain \ michael@0: vfyserv \ michael@0: modutil \ michael@0: $(NULL) michael@0: michael@0: TEMPORARILY_DONT_BUILD = \ michael@0: $(NULL) michael@0: michael@0: # rsaperf \ michael@0: # michael@0: # needs to look at what needs to happen to make jar build in michael@0: # the binary release environment. michael@0: # michael@0: # perror requires lib/strerror.c which requires the client code installed michael@0: # to build (requires allxpstr.h) michael@0: # michael@0: DONT_BULD = jar \ michael@0: perror \ michael@0: $(NULL)