2005-03-07 19:46:06 +00:00
|
|
|
# vim:set noet:
|
2004-04-18 22:01:16 +00:00
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
1999-04-25 19:25:24 +00:00
|
|
|
#
|
2004-04-18 22:01:16 +00: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 19:25:24 +00:00
|
|
|
#
|
1999-11-06 03:40:37 +00:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
2004-04-18 22:01:16 +00: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 03:40:37 +00:00
|
|
|
#
|
2004-04-18 22:01:16 +00: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 00:41:10 +00:00
|
|
|
#
|
2004-04-18 22:01:16 +00:00
|
|
|
# ***** END LICENSE BLOCK *****
|
1999-04-25 19:25:24 +00:00
|
|
|
|
1999-09-09 00:41:10 +00:00
|
|
|
DEPTH = ../../..
|
1999-04-25 19:25:24 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-09-09 00:41:10 +00:00
|
|
|
MODULE = necko
|
2002-12-28 01:15:07 +00:00
|
|
|
GRE_MODULE = 1
|
1999-09-09 00:41:10 +00:00
|
|
|
|
2002-08-27 01:05:21 +00:00
|
|
|
SDK_XPIDLSRCS = \
|
|
|
|
nsIChannel.idl \
|
|
|
|
nsILoadGroup.idl \
|
|
|
|
nsIProtocolHandler.idl \
|
|
|
|
nsIRequest.idl \
|
|
|
|
nsIRequestObserver.idl \
|
|
|
|
nsIStreamListener.idl \
|
2002-11-12 01:42:33 +00:00
|
|
|
nsIIOService.idl \
|
2002-08-27 01:05:21 +00:00
|
|
|
nsIURI.idl \
|
|
|
|
nsIURL.idl \
|
2002-10-06 02:28:27 +00:00
|
|
|
nsIFileURL.idl \
|
2002-11-14 20:36:20 +00:00
|
|
|
nsIUploadChannel.idl \
|
2004-11-02 19:52:32 +00:00
|
|
|
nsIUnicharStreamListener.idl \
|
2002-08-27 01:05:21 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-09-09 00:41:10 +00:00
|
|
|
XPIDLSRCS = \
|
2006-08-26 21:42:54 +00:00
|
|
|
nsIAuthInformation.idl \
|
2001-04-10 18:30:25 +00:00
|
|
|
nsIAuthPrompt.idl \
|
2006-08-26 21:42:54 +00:00
|
|
|
nsIAuthPrompt2.idl \
|
|
|
|
nsIAuthPromptAdapterFactory.idl \
|
|
|
|
nsIAuthPromptCallback.idl \
|
2003-01-18 02:15:14 +00:00
|
|
|
nsIAsyncStreamCopier.idl \
|
2004-07-19 22:00:03 +00:00
|
|
|
nsISafeOutputStream.idl \
|
2003-01-18 02:15:14 +00:00
|
|
|
nsIBufferedStreams.idl \
|
2005-04-01 23:31:04 +00:00
|
|
|
nsICancelable.idl \
|
2006-09-15 22:06:31 +00:00
|
|
|
nsICryptoHash.idl \
|
2000-09-15 19:27:05 +00:00
|
|
|
nsIDownloader.idl \
|
2002-09-27 19:23:21 +00:00
|
|
|
nsIEncodedChannel.idl \
|
2000-09-12 02:35:29 +00:00
|
|
|
nsIFileStreams.idl \
|
2005-06-01 18:05:36 +00:00
|
|
|
nsIIncrementalDownload.idl \
|
2003-01-18 02:15:14 +00:00
|
|
|
nsIInputStreamPump.idl \
|
|
|
|
nsIInputStreamChannel.idl \
|
2006-04-04 21:26:17 +00:00
|
|
|
nsIIOService2.idl \
|
2002-02-16 01:19:24 +00:00
|
|
|
nsIMIMEInputStream.idl \
|
2006-04-04 21:26:17 +00:00
|
|
|
nsINetworkLinkService.idl \
|
2001-06-05 12:34:54 +00:00
|
|
|
nsIPasswordManager.idl \
|
2002-03-26 01:13:39 +00:00
|
|
|
nsIPasswordManagerInternal.idl \
|
2005-12-06 01:32:59 +00:00
|
|
|
nsIPermission.idl \
|
2004-06-08 03:11:21 +00:00
|
|
|
nsIPermissionManager.idl \
|
2000-09-12 02:35:29 +00:00
|
|
|
nsIProgressEventSink.idl \
|
|
|
|
nsIPrompt.idl \
|
|
|
|
nsIProtocolProxyService.idl \
|
2006-03-30 17:31:15 +00:00
|
|
|
nsIProtocolProxyService2.idl \
|
2005-03-25 03:41:33 +00:00
|
|
|
nsIProtocolProxyFilter.idl \
|
|
|
|
nsIProtocolProxyCallback.idl \
|
2001-09-13 02:21:05 +00:00
|
|
|
nsIProxiedProtocolHandler.idl \
|
2000-09-12 02:35:29 +00:00
|
|
|
nsIProxyAutoConfig.idl \
|
2001-09-13 02:21:05 +00:00
|
|
|
nsIProxyInfo.idl \
|
2001-02-21 20:38:08 +00:00
|
|
|
nsITransport.idl \
|
2000-09-12 02:35:29 +00:00
|
|
|
nsISocketTransport.idl \
|
1999-09-16 01:16:22 +00:00
|
|
|
nsISocketTransportService.idl \
|
2003-11-15 00:13:59 +00:00
|
|
|
nsIServerSocket.idl \
|
2002-02-14 03:10:19 +00:00
|
|
|
nsIResumableChannel.idl \
|
2001-04-10 06:01:08 +00:00
|
|
|
nsIRequestObserverProxy.idl \
|
2002-05-03 07:49:43 +00:00
|
|
|
nsIStreamListenerTee.idl \
|
|
|
|
nsISimpleStreamListener.idl \
|
2003-01-18 02:15:14 +00:00
|
|
|
nsIStreamTransportService.idl \
|
2000-02-02 23:04:47 +00:00
|
|
|
nsIStreamLoader.idl \
|
2003-10-08 04:27:13 +00:00
|
|
|
nsISyncStreamListener.idl \
|
2008-01-29 18:38:15 +00:00
|
|
|
nsISystemProxySettings.idl \
|
2002-08-27 23:47:25 +00:00
|
|
|
nsIUnicharStreamLoader.idl \
|
2002-03-06 07:48:55 +00:00
|
|
|
nsIStandardURL.idl \
|
2006-05-02 18:54:19 +00:00
|
|
|
nsINestedURI.idl \
|
2000-02-03 03:44:22 +00:00
|
|
|
nsIURLParser.idl \
|
2002-08-27 13:09:16 +00:00
|
|
|
nsIURIChecker.idl \
|
2000-09-14 22:56:56 +00:00
|
|
|
nsISecurityEventSink.idl \
|
2000-09-22 04:42:20 +00:00
|
|
|
nsISecretDecoderRing.idl \
|
|
|
|
nsISecureBrowserUI.idl \
|
2003-03-27 19:31:53 +00:00
|
|
|
nsICryptoFIPSInfo.idl \
|
2007-02-17 03:47:28 +00:00
|
|
|
nsINSSErrorsService.idl \
|
2001-03-13 11:15:06 +00:00
|
|
|
nsICachingChannel.idl \
|
2001-11-16 02:09:13 +00:00
|
|
|
nsIByteRangeRequest.idl \
|
2001-11-27 23:12:16 +00:00
|
|
|
nsIMultiPartChannel.idl \
|
2003-02-27 22:46:42 +00:00
|
|
|
nsIExternalProtocolHandler.idl \
|
2003-11-18 02:20:34 +00:00
|
|
|
nsIAuthModule.idl \
|
2004-07-19 18:53:02 +00:00
|
|
|
nsIContentSniffer.idl \
|
2004-09-02 05:13:25 +00:00
|
|
|
nsIAuthPromptProvider.idl \
|
2005-04-14 23:18:34 +00:00
|
|
|
nsPISocketTransportService.idl \
|
2005-03-07 19:46:06 +00:00
|
|
|
nsIChannelEventSink.idl \
|
2005-07-25 20:27:04 +00:00
|
|
|
nsINetUtil.idl \
|
2006-08-01 21:28:31 +00:00
|
|
|
nsIProxiedChannel.idl \
|
2007-10-12 22:48:07 +00:00
|
|
|
nsIRandomGenerator.idl \
|
1999-09-09 00:41:10 +00:00
|
|
|
$(NULL)
|
1999-04-25 19:25:24 +00:00
|
|
|
|
1999-09-09 00:41:10 +00:00
|
|
|
EXPORTS = \
|
|
|
|
netCore.h \
|
2002-12-04 04:18:08 +00:00
|
|
|
nsNetError.h \
|
1999-11-30 04:50:42 +00:00
|
|
|
nsNetUtil.h \
|
2005-04-05 17:40:32 +00:00
|
|
|
nsNetStrings.h \
|
|
|
|
nsChannelProperties.h \
|
2003-07-27 15:20:11 +00:00
|
|
|
nsURIHashKey.h \
|
2001-06-28 03:19:51 +00:00
|
|
|
nsReadLine.h \
|
2002-03-26 01:13:39 +00:00
|
|
|
nsCPasswordManager.h \
|
2002-05-03 07:49:43 +00:00
|
|
|
nsCPasswordManagerInternal.h \
|
2008-02-26 20:39:50 +00:00
|
|
|
nsASocketHandler.h \
|
1999-09-09 00:41:10 +00:00
|
|
|
$(NULL)
|
1999-06-17 19:07:58 +00:00
|
|
|
|
2000-09-22 04:42:20 +00:00
|
|
|
PREF_JS_EXPORTS = $(srcdir)/security-prefs.js
|
|
|
|
|
1999-06-27 05:47:04 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
1999-09-09 00:41:10 +00:00
|
|
|
|
2005-04-05 17:40:32 +00:00
|
|
|
DEFINES += -DIMPL_NS_NET
|