2001-01-30 18:34:22 +00:00
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public
|
|
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS
|
|
|
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
# implied. See the License for the specific language governing
|
|
|
|
# rights and limitations under the License.
|
|
|
|
#
|
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Brian Ryner <bryner@netscape.com>
|
|
|
|
# Javier Delgadillo <javi@netscape.com>
|
2001-02-06 22:52:10 +00:00
|
|
|
# Terry Hayes <thayes@netscape.com>
|
2001-01-30 18:34:22 +00:00
|
|
|
#
|
|
|
|
# Alternatively, the contents of this file may be used under the
|
|
|
|
# terms of the GNU General Public License Version 2 or later (the
|
|
|
|
# "GPL"), in which case the provisions of the GPL are applicable
|
|
|
|
# instead of those above. If you wish to allow use of your
|
|
|
|
# version of this file only under the terms of the GPL and not to
|
|
|
|
# allow others to use your version of this file under the MPL,
|
|
|
|
# indicate your decision by deleting the provisions above and
|
|
|
|
# replace them with the notice and other provisions required by
|
|
|
|
# the GPL. If you do not delete the provisions above, a recipient
|
|
|
|
# may use your version of this file under either the MPL or the
|
|
|
|
# GPL.
|
|
|
|
#
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2001-01-30 18:34:22 +00:00
|
|
|
XPIDLSRCS = \
|
|
|
|
nsIBadCertListener.idl \
|
|
|
|
nsICertSelect.idl \
|
|
|
|
nsIX509Cert.idl \
|
|
|
|
nsIX509CertDB.idl \
|
|
|
|
nsIPKCS11Slot.idl \
|
2001-02-06 22:52:10 +00:00
|
|
|
nsIPK11TokenDB.idl \
|
2002-09-17 18:51:22 +00:00
|
|
|
nsICertificateDialogs.idl \
|
|
|
|
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 \
|
2001-05-02 22:03:51 +00:00
|
|
|
nsISSLStatus.idl \
|
2002-03-29 02:46:01 +00:00
|
|
|
nsICertTree.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
|
|
|
nsIASN1Object.idl \
|
|
|
|
nsIASN1PrintableItem.idl \
|
|
|
|
nsIASN1Sequence.idl \
|
|
|
|
nsICMSDecoder.idl \
|
|
|
|
nsICMSEncoder.idl \
|
|
|
|
nsICMSMessageErrors.idl \
|
|
|
|
nsICMSMessage.idl \
|
|
|
|
nsICRLInfo.idl \
|
|
|
|
nsIHash.idl \
|
|
|
|
nsINSSCertCache.idl \
|
|
|
|
nsIOCSPResponder.idl \
|
|
|
|
nsIPK11Token.idl \
|
|
|
|
nsIPKCS11ModuleDB.idl \
|
|
|
|
nsIPKCS11Module.idl \
|
|
|
|
nsIX509CertValidity.idl \
|
|
|
|
nsICRLManager.idl \
|
|
|
|
nsISMimeCert.idl \
|
2001-01-30 18:34:22 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|