~ubuntu-branches/ubuntu/quantal/enigmail/quantal-security

« back to all changes in this revision

Viewing changes to netwerk/base/public/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2013-09-13 16:02:15 UTC
  • mfrom: (0.12.16)
  • Revision ID: package-import@ubuntu.com-20130913160215-u3g8nmwa0pdwagwc
Tags: 2:1.5.2-0ubuntu0.12.10.1
* New upstream release v1.5.2 for Thunderbird 24

* Build enigmail using a stripped down Thunderbird 17 build system, as it's
  now quite difficult to build the way we were doing previously, with the
  latest Firefox build system
* Add debian/patches/no_libxpcom.patch - Don't link against libxpcom, as it
  doesn't exist anymore (but exists in the build system)
* Add debian/patches/use_sdk.patch - Use the SDK version of xpt.py and
  friends
* Drop debian/patches/ipc-pipe_rename.diff (not needed anymore)
* Drop debian/patches/makefile_depth.diff (not needed anymore)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# vim:set noet:
2
 
# This Source Code Form is subject to the terms of the Mozilla Public
3
 
# License, v. 2.0. If a copy of the MPL was not distributed with this
4
 
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5
 
 
6
 
DEPTH           = @DEPTH@
7
 
topsrcdir       = @top_srcdir@
8
 
srcdir          = @srcdir@
9
 
VPATH           = @srcdir@
10
 
 
11
 
include $(DEPTH)/config/autoconf.mk
12
 
 
13
 
MODULE          = necko
14
 
GRE_MODULE      = 1
15
 
 
16
 
SDK_XPIDLSRCS   = \
17
 
                nsIChannel.idl \
18
 
                nsILoadGroup.idl \
19
 
                nsIProtocolHandler.idl \
20
 
                nsIRequest.idl \
21
 
                nsIRequestObserver.idl \
22
 
                nsIStreamListener.idl \
23
 
                nsIIOService.idl \
24
 
                nsIURI.idl \
25
 
                nsIURL.idl \
26
 
                nsIFileURL.idl \
27
 
                nsIUploadChannel.idl \
28
 
                nsITraceableChannel.idl \
29
 
                $(NULL)
30
 
 
31
 
XPIDLSRCS       = \
32
 
                nsIApplicationCache.idl \
33
 
                nsIApplicationCacheChannel.idl \
34
 
                nsIApplicationCacheContainer.idl \
35
 
                nsIApplicationCacheService.idl \
36
 
                nsIAuthInformation.idl \
37
 
                nsIAuthPrompt.idl \
38
 
                nsIAuthPrompt2.idl \
39
 
                nsIAuthPromptAdapterFactory.idl \
40
 
                nsIAuthPromptCallback.idl \
41
 
                nsIAsyncStreamCopier.idl \
42
 
                nsIAsyncVerifyRedirectCallback.idl \
43
 
                nsIBufferedStreams.idl \
44
 
                nsICancelable.idl \
45
 
                nsIChannelPolicy.idl \
46
 
                nsICryptoHash.idl \
47
 
                nsICryptoHMAC.idl \
48
 
                nsIDownloader.idl \
49
 
                nsIEncodedChannel.idl \
50
 
                nsIFileStreams.idl \
51
 
                nsIIncrementalDownload.idl \
52
 
                nsIInputStreamPump.idl \
53
 
                nsIInputStreamChannel.idl \
54
 
                nsIIOService2.idl \
55
 
                nsIMIMEInputStream.idl \
56
 
                nsINetAddr.idl \
57
 
                nsINetworkLinkService.idl \
58
 
                nsIPermission.idl \
59
 
                nsIPermissionManager.idl \
60
 
                nsIPrivateBrowsingService.idl \
61
 
                nsIProgressEventSink.idl \
62
 
                nsIPrompt.idl \
63
 
                nsIProtocolProxyService.idl \
64
 
                nsIProtocolProxyService2.idl \
65
 
                nsIProtocolProxyFilter.idl \
66
 
                nsIProtocolProxyCallback.idl \
67
 
                nsIProxiedProtocolHandler.idl \
68
 
                nsIProxyAutoConfig.idl \
69
 
                nsIProxyInfo.idl \
70
 
                nsITransport.idl \
71
 
                nsISocketTransport.idl \
72
 
                nsISocketTransportService.idl \
73
 
                nsISpeculativeConnect.idl \
74
 
                nsIServerSocket.idl \
75
 
                nsIResumableChannel.idl \
76
 
                nsIRequestObserverProxy.idl \
77
 
                nsISecurityInfoProvider.idl \
78
 
                nsIStreamListenerTee.idl \
79
 
                nsISimpleStreamListener.idl \
80
 
                nsIStreamTransportService.idl \
81
 
                nsIStreamLoader.idl \
82
 
                nsISyncStreamListener.idl \
83
 
                nsISystemProxySettings.idl \
84
 
                nsITimedChannel.idl \
85
 
                nsIUnicharStreamLoader.idl \
86
 
                nsIUploadChannel2.idl \
87
 
                nsIStandardURL.idl \
88
 
                nsINestedURI.idl \
89
 
                nsIURLParser.idl \
90
 
                nsIURIChecker.idl \
91
 
                nsISecurityEventSink.idl \
92
 
                nsISecretDecoderRing.idl \
93
 
                nsISecureBrowserUI.idl \
94
 
                nsICryptoFIPSInfo.idl \
95
 
                nsINSSErrorsService.idl \
96
 
                nsICacheInfoChannel.idl \
97
 
                nsICachingChannel.idl \
98
 
                nsIByteRangeRequest.idl \
99
 
                nsIMultiPartChannel.idl \
100
 
                nsIExternalProtocolHandler.idl \
101
 
                nsIAuthModule.idl \
102
 
                nsIContentSniffer.idl \
103
 
                nsIAuthPromptProvider.idl \
104
 
                nsPISocketTransportService.idl \
105
 
                nsIChannelEventSink.idl \
106
 
                nsINetUtil.idl \
107
 
                nsIProxiedChannel.idl \
108
 
                nsIRandomGenerator.idl \
109
 
                nsIStrictTransportSecurityService.idl \
110
 
                nsIURIWithPrincipal.idl \
111
 
                nsIURIClassifier.idl \
112
 
                nsIRedirectResultListener.idl \
113
 
                mozIThirdPartyUtil.idl \
114
 
                nsISerializationHelper.idl \
115
 
                nsIChildChannel.idl \
116
 
                nsIParentChannel.idl \
117
 
                nsIParentRedirectingChannel.idl \
118
 
                nsIRedirectChannelRegistrar.idl \
119
 
                $(NULL)
120
 
 
121
 
ifdef MOZ_TOOLKIT_SEARCH
122
 
XPIDLSRCS       += nsIBrowserSearchService.idl
123
 
endif
124
 
 
125
 
EXPORTS         = \
126
 
                netCore.h \
127
 
                nsNetUtil.h \
128
 
                nsNetStrings.h \
129
 
                nsChannelProperties.h \
130
 
                nsURIHashKey.h \
131
 
                nsReadLine.h \
132
 
                nsASocketHandler.h \
133
 
                nsAsyncRedirectVerifyHelper.h \
134
 
                nsStreamListenerWrapper.h \
135
 
                $(NULL)
136
 
 
137
 
include $(topsrcdir)/config/rules.mk
138
 
 
139
 
DEFINES += -DIMPL_NS_NET