1999-04-25 23:25:24 +04:00
|
|
|
#
|
2004-04-19 02:01:16 +04:00
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
1999-04-25 23:25:24 +04:00
|
|
|
#
|
2004-04-19 02:01:16 +04:00
|
|
|
# The contents of this file are subject to the Mozilla 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/MPL/
|
|
|
|
#
|
|
|
|
# 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.
|
1999-04-25 23:25:24 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
2004-04-19 02:01:16 +04:00
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Netscape Communications Corporation.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 1998
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-11-06 06:40:37 +03:00
|
|
|
#
|
2004-04-19 02:01:16 +04:00
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
# the provisions above, a recipient may use your version of this file under
|
|
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
1999-09-09 04:41:10 +04:00
|
|
|
#
|
2004-04-19 02:01:16 +04:00
|
|
|
# ***** END LICENSE BLOCK *****
|
1999-04-25 23:25:24 +04:00
|
|
|
|
1999-09-09 04:41:10 +04:00
|
|
|
DEPTH = ../../..
|
1999-04-25 23:25:24 +04:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-09-09 04:41:10 +04:00
|
|
|
MODULE = necko
|
2002-12-28 04:15:07 +03:00
|
|
|
GRE_MODULE = 1
|
1999-09-09 04:41:10 +04:00
|
|
|
|
2002-08-27 05:05:21 +04:00
|
|
|
SDK_XPIDLSRCS = \
|
|
|
|
nsIChannel.idl \
|
|
|
|
nsILoadGroup.idl \
|
|
|
|
nsIProtocolHandler.idl \
|
|
|
|
nsIRequest.idl \
|
|
|
|
nsIRequestObserver.idl \
|
|
|
|
nsIStreamListener.idl \
|
2002-11-12 04:42:33 +03:00
|
|
|
nsIIOService.idl \
|
2002-08-27 05:05:21 +04:00
|
|
|
nsIURI.idl \
|
|
|
|
nsIURL.idl \
|
2002-10-06 06:28:27 +04:00
|
|
|
nsIFileURL.idl \
|
2002-11-14 23:36:20 +03:00
|
|
|
nsIUploadChannel.idl \
|
2002-08-27 05:05:21 +04:00
|
|
|
$(NULL)
|
|
|
|
|
1999-09-09 04:41:10 +04:00
|
|
|
XPIDLSRCS = \
|
2001-04-10 22:30:25 +04:00
|
|
|
nsIAuthPrompt.idl \
|
2003-01-18 05:15:14 +03:00
|
|
|
nsIAsyncStreamCopier.idl \
|
|
|
|
nsIBufferedStreams.idl \
|
2002-02-20 05:14:17 +03:00
|
|
|
nsIDirectoryListing.idl \
|
2000-09-15 23:27:05 +04:00
|
|
|
nsIDownloader.idl \
|
2002-09-27 23:23:21 +04:00
|
|
|
nsIEncodedChannel.idl \
|
2000-09-12 06:35:29 +04:00
|
|
|
nsIFileStreams.idl \
|
2003-01-18 05:15:14 +03:00
|
|
|
nsIInputStreamPump.idl \
|
|
|
|
nsIInputStreamChannel.idl \
|
2002-02-16 04:19:24 +03:00
|
|
|
nsIMIMEInputStream.idl \
|
2001-06-05 16:34:54 +04:00
|
|
|
nsIPasswordManager.idl \
|
2002-03-26 04:13:39 +03:00
|
|
|
nsIPasswordManagerInternal.idl \
|
2000-09-12 06:35:29 +04:00
|
|
|
nsIProgressEventSink.idl \
|
|
|
|
nsIPrompt.idl \
|
|
|
|
nsIProtocolProxyService.idl \
|
2001-09-13 06:21:05 +04:00
|
|
|
nsIProxiedProtocolHandler.idl \
|
2000-09-12 06:35:29 +04:00
|
|
|
nsIProxy.idl \
|
|
|
|
nsIProxyAutoConfig.idl \
|
2001-09-13 06:21:05 +04:00
|
|
|
nsIProxyInfo.idl \
|
2001-02-21 23:38:08 +03:00
|
|
|
nsITransport.idl \
|
2000-09-12 06:35:29 +04:00
|
|
|
nsISocketTransport.idl \
|
1999-09-16 05:16:22 +04:00
|
|
|
nsISocketTransportService.idl \
|
2003-11-15 03:13:59 +03:00
|
|
|
nsIServerSocket.idl \
|
2002-02-14 06:10:19 +03:00
|
|
|
nsIResumableChannel.idl \
|
|
|
|
nsIResumableEntityID.idl \
|
2001-04-10 10:01:08 +04:00
|
|
|
nsIRequestObserverProxy.idl \
|
2002-05-03 11:49:43 +04:00
|
|
|
nsIStreamListenerProxy.idl \
|
|
|
|
nsIStreamListenerTee.idl \
|
|
|
|
nsISimpleStreamListener.idl \
|
2003-01-18 05:15:14 +03:00
|
|
|
nsIStreamTransportService.idl \
|
2000-02-03 02:04:47 +03:00
|
|
|
nsIStreamLoader.idl \
|
2003-10-08 08:27:13 +04:00
|
|
|
nsISyncStreamListener.idl \
|
2002-08-28 03:47:25 +04:00
|
|
|
nsIUnicharStreamLoader.idl \
|
2002-03-06 10:48:55 +03:00
|
|
|
nsIStandardURL.idl \
|
2000-02-03 06:44:22 +03:00
|
|
|
nsIURLParser.idl \
|
2002-08-27 17:09:16 +04:00
|
|
|
nsIURIChecker.idl \
|
2000-09-15 02:56:56 +04:00
|
|
|
nsISecurityEventSink.idl \
|
2000-09-22 08:42:20 +04:00
|
|
|
nsISecretDecoderRing.idl \
|
|
|
|
nsISecureBrowserUI.idl \
|
2003-03-27 22:31:53 +03:00
|
|
|
nsICryptoFIPSInfo.idl \
|
2001-03-13 14:15:06 +03:00
|
|
|
nsICachingChannel.idl \
|
2001-11-16 05:09:13 +03:00
|
|
|
nsIByteRangeRequest.idl \
|
2001-11-28 02:12:16 +03:00
|
|
|
nsIMultiPartChannel.idl \
|
2003-02-28 01:46:42 +03:00
|
|
|
nsIExternalProtocolHandler.idl \
|
2003-11-18 05:20:34 +03:00
|
|
|
nsIAuthModule.idl \
|
1999-09-09 04:41:10 +04:00
|
|
|
$(NULL)
|
1999-04-25 23:25:24 +04:00
|
|
|
|
1999-09-09 04:41:10 +04:00
|
|
|
EXPORTS = \
|
|
|
|
netCore.h \
|
2002-12-04 07:18:08 +03:00
|
|
|
nsNetError.h \
|
1999-11-30 07:50:42 +03:00
|
|
|
nsNetUtil.h \
|
2003-07-27 19:20:11 +04:00
|
|
|
nsURIHashKey.h \
|
2001-06-28 07:19:51 +04:00
|
|
|
nsReadLine.h \
|
2002-03-26 04:13:39 +03:00
|
|
|
nsCPasswordManager.h \
|
2002-05-03 11:49:43 +04:00
|
|
|
nsCPasswordManagerInternal.h \
|
1999-09-09 04:41:10 +04:00
|
|
|
$(NULL)
|
1999-06-17 23:07:58 +04:00
|
|
|
|
2000-09-22 08:42:20 +04:00
|
|
|
PREF_JS_EXPORTS = $(srcdir)/security-prefs.js
|
|
|
|
|
1999-06-27 09:47:04 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
1999-09-09 04:41:10 +04:00
|
|
|
|