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: CORE_DEPTH = ../../../.. michael@0: michael@0: EXPORTS = \ michael@0: $(NULL) michael@0: michael@0: PRIVATE_EXPORTS = \ michael@0: pkix_basicconstraintschecker.h \ michael@0: pkix_certchainchecker.h \ michael@0: pkix_crlchecker.h \ michael@0: pkix_ekuchecker.h \ michael@0: pkix_expirationchecker.h \ michael@0: pkix_namechainingchecker.h \ michael@0: pkix_nameconstraintschecker.h \ michael@0: pkix_ocspchecker.h \ michael@0: pkix_policychecker.h \ michael@0: pkix_revocationmethod.h \ michael@0: pkix_revocationchecker.h \ michael@0: pkix_signaturechecker.h \ michael@0: pkix_targetcertchecker.h \ michael@0: $(NULL) michael@0: michael@0: MODULE = nss michael@0: michael@0: CSRCS = \ michael@0: pkix_basicconstraintschecker.c \ michael@0: pkix_certchainchecker.c \ michael@0: pkix_crlchecker.c \ michael@0: pkix_ekuchecker.c \ michael@0: pkix_expirationchecker.c \ michael@0: pkix_namechainingchecker.c \ michael@0: pkix_nameconstraintschecker.c \ michael@0: pkix_ocspchecker.c \ michael@0: pkix_revocationmethod.c \ michael@0: pkix_revocationchecker.c \ michael@0: pkix_policychecker.c \ michael@0: pkix_signaturechecker.c \ michael@0: pkix_targetcertchecker.c \ michael@0: $(NULL) michael@0: michael@0: LIBRARY_NAME = pkixchecker michael@0: