1999-04-25 23:25:24 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +03: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/
|
1999-04-25 23:25:24 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +03:00
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-04-25 23:25:24 +04:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:40:37 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-09-09 04:41:10 +04:00
|
|
|
#
|
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
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
2000-06-02 04:23:56 +04:00
|
|
|
nsIAuthenticator.idl \
|
1999-09-09 04:41:10 +04:00
|
|
|
nsIChannel.idl \
|
2001-03-13 01:41:28 +03:00
|
|
|
nsIFileChannel.idl \
|
2000-09-15 23:27:05 +04:00
|
|
|
nsIDownloader.idl \
|
2000-09-12 06:35:29 +04:00
|
|
|
nsIFileStreams.idl \
|
|
|
|
nsIFileTransportService.idl \
|
1999-09-09 04:41:10 +04:00
|
|
|
nsIIOService.idl \
|
2000-09-12 06:35:29 +04:00
|
|
|
nsILoadGroup.idl \
|
1999-09-09 04:41:10 +04:00
|
|
|
nsINetModRegEntry.idl \
|
|
|
|
nsINetModuleMgr.idl \
|
|
|
|
nsINetNotify.idl \
|
2000-09-12 06:35:29 +04:00
|
|
|
nsIProgressEventSink.idl \
|
|
|
|
nsIPrompt.idl \
|
|
|
|
nsIProtocolHandler.idl \
|
|
|
|
nsIProtocolProxyService.idl \
|
|
|
|
nsIProxy.idl \
|
|
|
|
nsIProxyAutoConfig.idl \
|
|
|
|
nsIProxyAutoConfigUtils.idl \
|
|
|
|
nsIRequest.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 \
|
2000-04-13 13:20:50 +04:00
|
|
|
nsIStreamIO.idl \
|
2001-03-13 01:41:28 +03:00
|
|
|
nsIStreamIOChannel.idl \
|
2001-04-10 10:01:08 +04:00
|
|
|
nsIRequestObserver.idl \
|
|
|
|
nsIRequestObserverProxy.idl \
|
2000-09-12 06:35:29 +04:00
|
|
|
nsIStreamListener.idl \
|
2001-01-24 01:10:34 +03:00
|
|
|
nsIStreamProvider.idl \
|
2000-02-03 02:04:47 +03:00
|
|
|
nsIStreamLoader.idl \
|
2000-09-12 06:35:29 +04:00
|
|
|
nsIURI.idl \
|
|
|
|
nsIURL.idl \
|
2000-02-03 06:44:22 +03:00
|
|
|
nsIURLParser.idl \
|
2000-05-05 13:35:50 +04:00
|
|
|
nsIWebFilters.idl \
|
2000-09-15 02:56:56 +04:00
|
|
|
nsISecurityEventSink.idl \
|
2000-09-22 08:42:20 +04:00
|
|
|
nsISecretDecoderRing.idl \
|
|
|
|
nsISecureBrowserUI.idl \
|
|
|
|
nsISecurityManagerComponent.idl \
|
2001-03-13 14:15:06 +03:00
|
|
|
nsICachingChannel.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 \
|
1999-11-30 07:50:42 +03:00
|
|
|
nsNetUtil.h \
|
2000-05-17 09:46:40 +04:00
|
|
|
nsUnixColorPrintf.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
|
|
|
|