2001-01-30 18:34:22 +00:00
|
|
|
#
|
2012-05-29 15:52:43 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2001-01-30 18:34:22 +00:00
|
|
|
|
|
|
|
DEPTH = ../../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2002-12-28 01:15:07 +00:00
|
|
|
MODULE = pipnss
|
|
|
|
GRE_MODULE = 1
|
|
|
|
|
2004-12-11 13:24:31 +00:00
|
|
|
SDK_XPIDLSRCS = \
|
|
|
|
nsIASN1Object.idl \
|
|
|
|
nsIASN1Sequence.idl \
|
|
|
|
nsICertificateDialogs.idl \
|
|
|
|
nsICRLInfo.idl \
|
2011-03-02 03:11:22 +00:00
|
|
|
nsIX509Cert.idl \
|
2001-01-30 18:34:22 +00:00
|
|
|
nsIX509CertDB.idl \
|
2004-12-11 13:24:31 +00:00
|
|
|
nsIX509CertValidity.idl \
|
2012-03-01 16:29:48 +00:00
|
|
|
nsINSSVersion.idl \
|
2004-12-11 13:24:31 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
2008-08-25 22:26:08 +00:00
|
|
|
nsISSLCertErrorDialog.idl \
|
2008-03-05 22:08:20 +00:00
|
|
|
nsIBadCertListener2.idl \
|
|
|
|
nsISSLErrorListener.idl \
|
|
|
|
nsIIdentityInfo.idl \
|
2008-04-12 04:47:22 +00:00
|
|
|
nsIAssociatedContentSecurity.idl \
|
2007-10-03 11:47:26 +00:00
|
|
|
nsICertOverrideService.idl \
|
2007-10-19 19:16:34 +00:00
|
|
|
nsIRecentBadCertsService.idl \
|
2004-12-11 13:24:31 +00:00
|
|
|
nsIFormSigningDialog.idl \
|
2006-01-10 02:07:47 +00:00
|
|
|
nsIX509Cert2.idl \
|
2006-04-06 14:02:29 +00:00
|
|
|
nsIX509Cert3.idl \
|
2003-10-20 15:00:17 +00:00
|
|
|
nsIX509CertDB2.idl \
|
2006-01-10 02:07:47 +00:00
|
|
|
nsIX509CertList.idl \
|
2009-04-10 17:21:04 +00:00
|
|
|
nsIPKCS11.idl \
|
2001-01-30 18:34:22 +00:00
|
|
|
nsIPKCS11Slot.idl \
|
2001-02-06 22:52:10 +00:00
|
|
|
nsIPK11TokenDB.idl \
|
2002-09-17 18:51:22 +00:00
|
|
|
nsICertPickDialogs.idl \
|
|
|
|
nsIClientAuthDialogs.idl \
|
|
|
|
nsIDOMCryptoDialogs.idl \
|
2002-09-17 19:43:13 +00:00
|
|
|
nsIGenKeypairInfoDlg.idl \
|
2002-09-17 18:51:22 +00:00
|
|
|
nsITokenDialogs.idl \
|
|
|
|
nsITokenPasswordDialogs.idl \
|
2011-03-02 03:11:22 +00:00
|
|
|
nsISSLStatus.idl \
|
2001-08-15 23:27:42 +00:00
|
|
|
nsIKeygenThread.idl \
|
2001-10-30 23:52:01 +00:00
|
|
|
nsICMSSecureMessage.idl \
|
|
|
|
nsIUserCertPicker.idl \
|
2002-09-17 18:51:22 +00:00
|
|
|
nsIASN1PrintableItem.idl \
|
|
|
|
nsICMSDecoder.idl \
|
|
|
|
nsICMSEncoder.idl \
|
|
|
|
nsICMSMessageErrors.idl \
|
|
|
|
nsICMSMessage.idl \
|
2006-04-04 13:14:40 +00:00
|
|
|
nsICMSMessage2.idl \
|
2002-09-17 18:51:22 +00:00
|
|
|
nsINSSCertCache.idl \
|
|
|
|
nsIOCSPResponder.idl \
|
|
|
|
nsIPK11Token.idl \
|
|
|
|
nsIPKCS11ModuleDB.idl \
|
|
|
|
nsIPKCS11Module.idl \
|
|
|
|
nsICRLManager.idl \
|
|
|
|
nsISMimeCert.idl \
|
2006-08-12 06:39:47 +00:00
|
|
|
nsIStreamCipher.idl \
|
|
|
|
nsIKeyModule.idl \
|
2007-12-05 07:34:55 +00:00
|
|
|
nsIProtectedAuthThread.idl \
|
2007-09-03 17:32:39 +00:00
|
|
|
nsIDataSignatureVerifier.idl \
|
2001-01-30 18:34:22 +00:00
|
|
|
$(NULL)
|
|
|
|
|
2003-04-11 00:56:27 +00:00
|
|
|
ifdef MOZ_XUL
|
|
|
|
XPIDLSRCS += nsICertTree.idl
|
|
|
|
endif
|
|
|
|
|
2001-01-30 18:34:22 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|