зеркало из https://github.com/mozilla/pjs.git
Bug 73353: clean up the REQUIRES lines in Makefiles.
This commit is contained in:
Родитель
c9a208a037
Коммит
4d73a251ab
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = accessibility
|
||||
LIBRARY_NAME = accessibility_s
|
||||
REQUIRES = xpcom string layout widget dom view locale gfx2 js intl docshell webshell necko uriloader htmlparser xuldoc
|
||||
REQUIRES = xpcom string layout widget dom view locale intl docshell webshell necko htmlparser xuldoc
|
||||
|
||||
CPPSRCS = \
|
||||
nsAccessible.cpp \
|
||||
|
|
|
@ -32,7 +32,7 @@ EXPORT_LIBRARY = 1
|
|||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsSecurityManagerModule
|
||||
|
||||
REQUIRES = xpcom string pref js dom xpconnect necko jar widget plugin intl locale layout docshell uriloader gfx2 windowwatcher unicharutil
|
||||
REQUIRES = xpcom string pref js dom xpconnect necko jar widget plugin intl docshell windowwatcher
|
||||
|
||||
CPPSRCS = \
|
||||
nsBasePrincipal.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkconbase_s
|
||||
REQUIRES = xpcom string dom widget view locale timer htmlparser js webshell necko caps lwbrk uconv chrome docshell pref uriloader xpconnect util unicharutil gfx2 xsl_doc
|
||||
REQUIRES = xpcom string dom widget view locale timer htmlparser js webshell necko caps lwbrk uconv chrome docshell pref xpconnect util unicharutil xsl_doc
|
||||
|
||||
CPPSRCS = \
|
||||
nsCommentNode.cpp \
|
||||
|
|
|
@ -35,7 +35,7 @@ SHORT_LIBNAME = gkcontnt
|
|||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsContentModule
|
||||
EXTRA_DSO_LIBS = gkgfx
|
||||
REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk js pref caps xul xuldoc xultmpl gfx2 timer
|
||||
REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk js pref xul xuldoc xultmpl timer
|
||||
|
||||
CPPSRCS = \
|
||||
nsContentDLF.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkconevents_s
|
||||
REQUIRES = xpcom string dom js locale widget timer caps xpconnect docshell webshell pref necko uriloader htmlparser view gfx2
|
||||
REQUIRES = xpcom string dom js locale widget timer caps xpconnect docshell webshell pref htmlparser view
|
||||
|
||||
CPPSRCS = \
|
||||
nsEventListenerManager.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkconhtmlcon_s
|
||||
REQUIRES = xpcom string widget dom js locale webshell htmlparser necko view pref oji java plugin docshell uriloader xpconnect xuldoc caps editor uconv gfx2 imglib2 txmgr
|
||||
REQUIRES = xpcom string widget dom js locale webshell htmlparser necko view pref docshell xpconnect xuldoc caps editor uconv gfx2 imglib2
|
||||
|
||||
CPPSRCS = \
|
||||
nsAttributeContent.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkconhtmlstyle_s
|
||||
REQUIRES = xpcom string dom widget caps locale js necko webshell xul htmlparser docshell uconv xuldoc xpconnect gfx2
|
||||
REQUIRES = xpcom string dom widget caps locale js necko webshell xul htmlparser docshell uconv xuldoc xpconnect
|
||||
|
||||
CPPSRCS = \
|
||||
nsCSSDeclaration.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkconshared_s
|
||||
REQUIRES = xpcom string widget locale dom webshell pref necko gfx2 htmlparser unicharutil
|
||||
REQUIRES = xpcom string widget locale dom webshell pref necko htmlparser unicharutil
|
||||
|
||||
CPPSRCS = \
|
||||
nsCSSAtoms.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkconxbl_s
|
||||
REQUIRES = xpcom string js dom widget caps locale htmlparser necko xpconnect pref docshell uriloader chrome lwbrk xul xuldoc gfx2 imglib2
|
||||
REQUIRES = xpcom string js dom widget caps htmlparser necko xpconnect pref docshell chrome lwbrk xul xuldoc gfx2 imglib2
|
||||
|
||||
CPPSRCS = \
|
||||
nsXBLBinding.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkconxmlcon_s
|
||||
REQUIRES = xpcom string js dom widget locale necko caps webshell docshell htmlparser uriloader gfx2 xpconnect
|
||||
REQUIRES = xpcom string js dom widget necko caps webshell docshell htmlparser xpconnect
|
||||
|
||||
CPPSRCS = \
|
||||
nsXMLElement.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkconxmldoc_s
|
||||
REQUIRES = xpcom string js dom locale widget caps htmlparser necko view docshell webshell uriloader pref xpconnect uconv chardet expat lwbrk exthandler mimetype gfx2
|
||||
REQUIRES = xpcom string js dom widget caps htmlparser necko view docshell webshell uriloader pref xpconnect uconv chardet lwbrk exthandler mimetype
|
||||
|
||||
CPPSRCS = \
|
||||
nsXMLContentSink.cpp \
|
||||
|
|
|
@ -24,7 +24,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = xsl_doc
|
||||
LIBRARY_NAME = gkconxsldoc_s
|
||||
REQUIRES = xpcom string htmlparser view widget dom necko gfx2 layout
|
||||
REQUIRES = xpcom string htmlparser view widget dom necko layout
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkconxulcon_s
|
||||
REQUIRES = xpcom string widget htmlparser necko dom js caps rdf xpconnect locale timer lwbrk pref xul xuldoc xultmpl gfx2 webshell
|
||||
REQUIRES = xpcom string widget htmlparser necko dom js caps rdf xpconnect locale timer lwbrk pref xul xuldoc xultmpl webshell
|
||||
|
||||
CPPSRCS = \
|
||||
nsRDFDOMNodeList.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkconxuldoc_s
|
||||
REQUIRES = xpcom string exthandler mimetype widget dom rdf js xpconnect caps locale view necko uriloader htmlparser lwbrk timer chrome docshell pref xul xuldoc xultmpl gfx2
|
||||
REQUIRES = xpcom string exthandler mimetype widget dom rdf js xpconnect caps locale view necko uriloader htmlparser lwbrk timer chrome docshell pref xul xuldoc xultmpl
|
||||
|
||||
CPPSRCS = \
|
||||
nsControllerCommandManager.cpp \
|
||||
|
|
|
@ -25,7 +25,7 @@ VPATH = @srcdir@
|
|||
|
||||
MODULE = docshell
|
||||
LIBRARY_NAME = basedocshell_s
|
||||
REQUIRES = xpcom string caps necko layout dom js uriloader exthandler htmlparser view pref locale webbrwsr xpconnect timer widget shistory intl plugin webshell chardet uconv appcomps xuldoc gfx2 find unicharutil
|
||||
REQUIRES = xpcom string caps necko layout dom js uriloader exthandler htmlparser view pref locale webbrwsr xpconnect timer widget shistory intl plugin webshell chardet uconv appcomps xuldoc find
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
LIBRARY_NAME = docshell
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = xpcom string dom shistory necko layout uriloader timer webshell widget pref locale view intl htmlparser chardet appcomps gfx2 find js
|
||||
REQUIRES = xpcom string dom shistory necko layout uriloader timer webshell widget pref view intl htmlparser chardet appcomps find
|
||||
|
||||
CPPSRCS = \
|
||||
nsDocShellModule.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = dom
|
||||
LIBRARY_NAME = jsdombase_s
|
||||
REQUIRES = xpcom string webbrwsr js widget layout caps docshell xpconnect pref oji necko java locale uriloader sidebar xuldoc timer webshell view uconv shistory plugin windowwatcher gfx2 htmlparser chardet transformiix xmlextras xsl_doc
|
||||
REQUIRES = xpcom string webbrwsr js widget layout caps docshell xpconnect pref oji necko java locale uriloader sidebar xuldoc timer webshell view uconv shistory plugin windowwatcher htmlparser chardet transformiix xmlextras xsl_doc
|
||||
|
||||
CPPSRCS = \
|
||||
nsBarProps.cpp \
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = dom
|
||||
LIBRARY_NAME = jsdom
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = xpcom string js xpconnect widget layout pref caps timer locale webbrwsr gfx2 xuldoc docshell sidebar plugin necko
|
||||
REQUIRES = xpcom string js xpconnect widget layout caps timer webbrwsr xuldoc docshell sidebar plugin necko
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = DOM_components
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = dom
|
||||
LIBRARY_NAME = jsdomevents_s
|
||||
REQUIRES = xpcom string js caps xpconnect widget layout
|
||||
REQUIRES = xpcom string js caps xpconnect
|
||||
|
||||
CPPSRCS = \
|
||||
nsJSEventListener.cpp \
|
||||
|
|
|
@ -31,7 +31,7 @@ LIBRARY_NAME = jsurl
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = javascript__protocol
|
||||
REQUIRES = xpcom string js dom necko caps widget layout docshell uriloader locale appshell rdf gfx2 xpconnect jsconsole
|
||||
REQUIRES = xpcom string js dom necko caps widget appshell rdf xpconnect jsconsole
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIEvaluateStringProxy.idl \
|
||||
|
|
|
@ -31,7 +31,7 @@ LIBRARY_NAME = editor
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsEditorModule
|
||||
REQUIRES = xpcom string dom js locale layout uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome caps appcomps xuldoc gfx2 mozcomps windowwatcher exthandler mimetype
|
||||
REQUIRES = xpcom string dom locale layout uriloader widget txmgr htmlparser necko pref view appshell rdf webshell timer txtsvc intl lwbrk docshell chrome appcomps xuldoc windowwatcher exthandler mimetype
|
||||
|
||||
CPPSRCS = \
|
||||
nsAOLCiter.cpp \
|
||||
|
|
|
@ -31,7 +31,7 @@ LIBRARY_NAME = txtsvc
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsTextServicesModule
|
||||
REQUIRES = xpcom string editor layout dom widget txmgr
|
||||
REQUIRES = xpcom string editor layout dom widget
|
||||
|
||||
CPPSRCS = \
|
||||
nsFindAndReplace.cpp \
|
||||
|
|
|
@ -29,7 +29,7 @@ XPIDL_MODULE = embed_base
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
REQUIRES = xpcom string widget view dom necko rdf appshell uriloader layout editor intl chrome locale embedcomponents txmgr
|
||||
REQUIRES = xpcom string widget view dom necko rdf appshell uriloader layout editor intl chrome embedcomponents
|
||||
|
||||
EXPORTS = \
|
||||
nsEmbedAPI.h \
|
||||
|
|
|
@ -32,7 +32,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
LIBRARY_NAME = webbrwsr
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = xpcom string docshell dom widget layout locale necko uriloader shistory timer gfx2 windowwatcher js
|
||||
REQUIRES = xpcom string docshell dom widget layout necko uriloader shistory timer windowwatcher
|
||||
|
||||
CPPSRCS = \
|
||||
nsWebBrowserModule.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = gtkembedmoz
|
||||
LIBRARY_NAME = gtkembedmoz
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = xpcom string docshell webshell necko widget dom layout locale js uriloader webbrwsr shistory embed_base pref windowwatcher gfx2 mpfilelocprovider
|
||||
REQUIRES = xpcom string docshell webshell necko widget dom layout uriloader webbrwsr shistory embed_base pref windowwatcher mpfilelocprovider
|
||||
|
||||
CPPSRCS = \
|
||||
gtkmozembed2.cpp \
|
||||
|
|
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
|||
MODULE = webbrwsr
|
||||
XPIDL_MODULE = webBrowser_core
|
||||
LIBRARY_NAME = nsWebBrowser_s
|
||||
REQUIRES = xpcom string docshell widget layout dom js locale necko uriloader shistory webshell mimetype exthandler timer windowwatcher txtsvc gfx2 wallet appcomps content
|
||||
REQUIRES = xpcom string docshell widget layout dom js necko uriloader shistory webshell mimetype exthandler timer windowwatcher wallet appcomps
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = embedcomponents
|
||||
LIBRARY_NAME = find_s
|
||||
REQUIRES = string xpcom find txtsvc dom docshell uriloader layout widget gfx necko js gfx2 locale
|
||||
REQUIRES = string xpcom find txtsvc dom docshell layout widget
|
||||
|
||||
CPPSRCS = nsWebBrowserFind.cpp \
|
||||
$(NULL)
|
||||
|
|
|
@ -26,7 +26,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = embedcomponents
|
||||
LIBRARY_NAME = jsconsole_s
|
||||
REQUIRES = jsconsole xpcom string dom windowwatcher widget js xpconnect caps layout uriloader necko docshell locale webbrwsr embed_base gfx2 wallet intl appshell
|
||||
REQUIRES = jsconsole xpcom string dom windowwatcher js
|
||||
|
||||
CPPSRCS = nsJSConsoleService.cpp \
|
||||
$(NULL)
|
||||
|
|
|
@ -26,7 +26,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = embedcomponents
|
||||
LIBRARY_NAME = windowwatcher_s
|
||||
REQUIRES = xpcom string dom windowwatcher widget js xpconnect caps layout uriloader necko docshell locale webbrwsr embed_base gfx2 wallet intl appshell
|
||||
REQUIRES = xpcom string dom windowwatcher widget js xpconnect caps layout necko docshell webbrwsr embed_base wallet intl
|
||||
|
||||
CPPSRCS = nsDialogParamBlock.cpp \
|
||||
nsPrompt.cpp \
|
||||
|
|
|
@ -24,7 +24,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
REQUIRES = xpcom string webbrwsr widget necko docshell layout webshell dom locale uriloader embed_base windowwatcher gfx2 js pref mpfilelocprovider
|
||||
REQUIRES = xpcom string webbrwsr widget necko docshell layout webshell dom uriloader embed_base windowwatcher pref mpfilelocprovider
|
||||
|
||||
CPPSRCS = \
|
||||
WebBrowserChrome.cpp \
|
||||
|
|
|
@ -36,7 +36,7 @@ MODULE = accessproxy
|
|||
XPIDL_MODULE = accessproxy
|
||||
LIBRARY_NAME = accessproxy
|
||||
SHORT_LIBNAME = accproxy
|
||||
REQUIRES = xpcom string docshell dom js widget necko layout uriloader gfx2 locale mozcomps pref
|
||||
REQUIRES = xpcom string docshell dom widget layout uriloader locale mozcomps pref
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsAccessProxy
|
||||
|
|
|
@ -31,7 +31,7 @@ LIBRARY_NAME = cookie
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsCookieModule
|
||||
REQUIRES = xpcom string necko dom js widget layout pref intl locale uriloader windowwatcher
|
||||
REQUIRES = xpcom string necko dom widget layout pref intl uriloader windowwatcher
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS = tests
|
||||
|
|
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
REQUIRES = xpcom string cookie necko intl locale
|
||||
REQUIRES = xpcom string cookie necko intl
|
||||
|
||||
PROGRAM = TestCookie$(BIN_SUFFIX)
|
||||
CPPSRCS = TestCookie.cpp
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE=inspector
|
||||
LIBRARY_NAME=inspector_s
|
||||
REQUIRES=xpcom string dom rdf rdfutil layout js widget locale gfx2 necko docshell view uriloader timer imglib2 mimetype exthandler
|
||||
REQUIRES=xpcom string dom rdf rdfutil layout widget locale gfx2 necko docshell view timer imglib2 mimetype exthandler
|
||||
|
||||
CPPSRCS= \
|
||||
inDOMDataSource.cpp \
|
||||
|
|
|
@ -30,7 +30,7 @@ MODULE = inspector
|
|||
LIBRARY_NAME = inspector
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = inspectr
|
||||
REQUIRES = xpcom string layout dom widget js rdf rdfutil locale gfx2 timer necko imglib2
|
||||
REQUIRES = xpcom string layout dom widget rdf rdfutil locale gfx2 timer necko imglib2
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsInspectorModule
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ MODULE = transformiix
|
|||
LIBRARY_NAME = transformiix
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = t8iix
|
||||
REQUIRES = xpcom string dom docshell necko layout widget caps webbrwsr js uriloader locale xpconnect gfx2 appshell embedcomponents xsl_doc
|
||||
REQUIRES = xpcom string dom layout widget webbrwsr xsl_doc
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = TransformiixModule
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
ifndef TX_EXE
|
||||
MODULE = transformiix
|
||||
REQUIRES = string xpcom necko dom layout widget webbrwsr js docshell webshell gfx2 uriloader locale appshell xpconnect
|
||||
REQUIRES = string xpcom necko dom layout widget webbrwsr js docshell appshell xpconnect
|
||||
endif
|
||||
|
||||
CPPSRCS = XMLParser.cpp
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
ifndef TX_EXE
|
||||
MODULE = transformiix
|
||||
REQUIRES = string xpcom dom layout widget caps js
|
||||
REQUIRES = string xpcom dom layout widget
|
||||
endif
|
||||
|
||||
CPPSRCS = AdditiveExpr.cpp \
|
||||
|
|
|
@ -32,7 +32,7 @@ EXPORT_LIBRARY = 1
|
|||
SHORT_LIBNAME = wlltvwrs
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsWalletViewerModule
|
||||
REQUIRES = xpcom string dom js
|
||||
REQUIRES = xpcom
|
||||
|
||||
CPPSRCS = nsWalletViewerFactory.cpp
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = walletviewers
|
||||
LIBRARY_NAME = walleteditor_s
|
||||
XPIDL_MODULE = walleteditor
|
||||
REQUIRES = xpcom string wallet dom docshell js necko uriloader widget layout locale gfx2
|
||||
REQUIRES = xpcom string wallet dom docshell necko widget
|
||||
|
||||
CPPSRCS = nsWalletEditor.cpp
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = walletviewers
|
||||
LIBRARY_NAME = signonviewer_s
|
||||
XPIDL_MODULE = signonviewer
|
||||
REQUIRES = xpcom string wallet dom js widget layout necko
|
||||
REQUIRES = xpcom string wallet dom widget necko
|
||||
|
||||
CPPSRCS = nsSignonViewer.cpp
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ LIBRARY_NAME = wallet
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsWalletModule
|
||||
REQUIRES = xpcom string necko dom js layout widget uriloader pref webshell docshell appshell locale intl gfx2 windowwatcher
|
||||
REQUIRES = xpcom string necko dom layout widget uriloader pref webshell docshell appshell intl windowwatcher
|
||||
|
||||
CPPSRCS = \
|
||||
nsWalletFactory.cpp \
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = walletviewers
|
||||
LIBRARY_NAME = walletpreview_s
|
||||
XPIDL_MODULE = walletpreview
|
||||
REQUIRES = xpcom string wallet dom js layout widget necko docshell locale uriloader gfx2
|
||||
REQUIRES = xpcom string wallet dom widget necko docshell
|
||||
|
||||
CPPSRCS = nsWalletPreview.cpp
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = xmlextras
|
||||
LIBRARY_NAME = xmlextrasbase_s
|
||||
REQUIRES = xpcom string dom js layout widget caps uconv necko docshell xpconnect uriloader locale webbrwsr gfx2
|
||||
REQUIRES = xpcom string dom js layout widget caps uconv necko docshell xpconnect webbrwsr
|
||||
|
||||
CPPSRCS = \
|
||||
nsDOMSerializer.cpp \
|
||||
|
|
|
@ -94,7 +94,7 @@ CPPSRCS = \
|
|||
MODULE = xmlterm
|
||||
IS_COMPONENT = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = xpcom string pref js dom docshell view locale caps layout uriloader necko widget webshell appshell gfx2
|
||||
REQUIRES = xpcom string pref dom docshell view locale caps layout uriloader necko widget webshell appshell
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
-L$(DIST)/bin \
|
||||
|
|
|
@ -30,7 +30,7 @@ MODULE = layout
|
|||
EXPORTS = nsFontList.h
|
||||
LIBRARY_NAME = gkgfx
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = xpcom string img widget util dom locale view necko pref timer uriloader gfx2 imglib2 intl mimetype
|
||||
REQUIRES = xpcom string img widget util locale view necko pref timer uriloader gfx2 imglib2 intl mimetype
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
DIRS =
|
||||
|
|
|
@ -31,7 +31,7 @@ LIBRARY_NAME = gfx_gtk
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsGfxGTKModule
|
||||
REQUIRES = xpcom string img widget view util dom pref js uconv necko unicharutil gfx2 mozcomps windowwatcher locale intl
|
||||
REQUIRES = xpcom string img widget view util dom pref uconv unicharutil windowwatcher locale intl
|
||||
|
||||
CSRCS = nsPrintdGTK.c
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ EXPORT_LIBRARY = 1
|
|||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsGfxPSModule
|
||||
EXTRA_DSO_LIBS = img_s mozutil_s
|
||||
REQUIRES = xpcom string img widget util pref uconv dom view gfx2 necko imglib2 intl
|
||||
REQUIRES = xpcom string img widget util pref uconv view gfx2 necko imglib2 intl
|
||||
EXTRA_DSO_LIBS += gkgfx
|
||||
|
||||
CSRCS = font_metrics.c
|
||||
|
|
|
@ -34,7 +34,7 @@ IS_COMPONENT = 1
|
|||
MODULE_NAME = nsGfxXprintModule
|
||||
|
||||
EXTRA_DSO_LIBS = gkgfx
|
||||
REQUIRES = xpcom string widget view img util dom pref locale uconv unicharutil gfx2 necko imglib2 intl
|
||||
REQUIRES = xpcom string widget view img util pref locale uconv unicharutil gfx2 imglib2 intl
|
||||
|
||||
CSRCS = \
|
||||
../xlibrgb/xlibrgb.c \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
LIBRARY_NAME = DebugRobot
|
||||
SHORT_LIBNAME = dbgrobot
|
||||
REQUIRES = xpcom string htmlparser necko docshell dom widget layout locale webshell uriloader gfx2
|
||||
REQUIRES = xpcom string htmlparser necko docshell dom uriloader
|
||||
|
||||
CPPSRCS = nsDebugRobot.cpp nsRobotSink.cpp
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ EXPORT_LIBRARY = 1
|
|||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsParserModule
|
||||
SHORT_LIBNAME = gkparser
|
||||
REQUIRES = xpcom string necko util uconv expat layout dom unicharutil pref nkcache
|
||||
REQUIRES = xpcom string necko util uconv expat layout dom pref nkcache
|
||||
|
||||
SHARED_LIBRARY_LIBS = \
|
||||
$(DIST)/lib/libexpat_s.$(LIB_SUFFIX) \
|
||||
|
|
|
@ -31,7 +31,7 @@ LIBRARY_NAME = chardet
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsCharDetModule
|
||||
REQUIRES = xpcom string uconv webshell uriloader docshell htmlparser dom necko widget layout locale gfx2 embedcomponents unicharutil
|
||||
REQUIRES = xpcom string uconv webshell uriloader docshell htmlparser dom necko widget layout embedcomponents
|
||||
|
||||
CPPSRCS = \
|
||||
nsCharDetModule.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = locale
|
||||
LIBRARY_NAME = nslocale_s
|
||||
REQUIRES = xpcom string uconv unicharutil necko dom windowwatcher uriloader js intl
|
||||
REQUIRES = xpcom string uconv unicharutil necko dom windowwatcher uriloader intl
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
DIRS = os2
|
||||
|
|
|
@ -27,7 +27,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
CPPSRCS = StringBundleTest.cpp
|
||||
REQUIRES = xpcom string locale necko intl appshell
|
||||
REQUIRES = xpcom string locale necko intl
|
||||
|
||||
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ EXPORT_LIBRARY = 1
|
|||
SHORT_LIBNAME = xpconect
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = xpconnect
|
||||
REQUIRES = xpcom string js dom widget layout caps
|
||||
REQUIRES = xpcom string js dom caps
|
||||
|
||||
CPPSRCS = \
|
||||
nsScriptError.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkbase_s
|
||||
REQUIRES = xpcom string dom widget view locale timer htmlparser webshell necko uconv pref uriloader gfx2 unicharutil js
|
||||
REQUIRES = xpcom string dom widget view locale timer htmlparser webshell necko uconv pref uriloader unicharutil
|
||||
|
||||
CPPSRCS = \
|
||||
nsAutoCopy.cpp \
|
||||
|
|
|
@ -33,7 +33,7 @@ SHORT_LIBNAME = gkhtml
|
|||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsLayoutModule
|
||||
EXTRA_DSO_LIBS = gkgfx
|
||||
REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale timer xuldoc gfx2
|
||||
REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale timer xuldoc
|
||||
|
||||
CPPSRCS = \
|
||||
nsLayoutDLF.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkhtmlbase_s
|
||||
REQUIRES = xpcom string dom widget locale view necko js caps pref htmlparser webshell plugin timer docshell mimetype webbrwsr oji util uriloader unicharutil lwbrk gfx2 imglib2 accessibility xpconnect java
|
||||
REQUIRES = xpcom string dom widget locale view necko js caps pref htmlparser webshell plugin timer docshell mimetype webbrwsr oji util unicharutil lwbrk gfx2 imglib2 accessibility xpconnect java
|
||||
|
||||
CPPSRCS = \
|
||||
nsSelectsAreaFrame.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkhtmldoc_s
|
||||
REQUIRES = xpcom string widget dom necko locale view js webshell docshell caps pref uriloader shistory gfx2 xpconnect accessibility
|
||||
REQUIRES = xpcom string widget dom necko locale view js webshell docshell caps pref uriloader shistory xpconnect accessibility
|
||||
|
||||
CPPSRCS = \
|
||||
nsFrameFrame.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkhtmlstyle_s
|
||||
REQUIRES = xpcom string dom widget timer editor locale js view necko webshell pref txmgr docshell uriloader gfx2 plugin
|
||||
REQUIRES = xpcom string dom widget timer locale view necko webshell pref docshell plugin
|
||||
|
||||
CPPSRCS = \
|
||||
nsCSSFrameConstructor.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkhtmltable_s
|
||||
REQUIRES = xpcom string dom widget locale webshell view gfx2 accessibility
|
||||
REQUIRES = xpcom string dom widget locale webshell view accessibility
|
||||
|
||||
CPPSRCS = \
|
||||
BasicTableLayoutStrategy.cpp \
|
||||
|
|
|
@ -30,7 +30,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkxulbase_s
|
||||
REQUIRES = xpcom string dom locale js widget view caps timer docshell uriloader necko editor htmlparser webshell pref intl txmgr gfx2 imglib2 unicharutil
|
||||
REQUIRES = xpcom string dom locale widget view timer docshell necko editor htmlparser webshell pref intl gfx2 imglib2 unicharutil
|
||||
|
||||
CPPSRCS = \
|
||||
nsBulletinBoardLayout.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkxuloutliner_s
|
||||
REQUIRES = xpcom string dom widget timer js locale caps view xultmpl rdf necko gfx2 imglib2
|
||||
REQUIRES = xpcom string dom widget timer locale view xultmpl rdf necko gfx2 imglib2
|
||||
|
||||
CPPSRCS = \
|
||||
nsOutlinerBodyFrame.cpp \
|
||||
|
|
|
@ -33,7 +33,7 @@ EXPORT_LIBRARY = 1
|
|||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsAbSyncModule
|
||||
SHORT_LIBNAME = absyncsv
|
||||
REQUIRES = xpcom string necko docshell uriloader msgbase intl locale layout widget addrbook dom mork gfx2
|
||||
REQUIRES = xpcom string necko docshell uriloader msgbase intl addrbook dom mork
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
|
|
|
@ -30,7 +30,7 @@ MODULE = absyncsvc
|
|||
XPIDL_MODULE = absync
|
||||
LIBRARY_NAME = absync_s
|
||||
META_COMPONENT = mail
|
||||
REQUIRES = xpcom string necko mime cookie docshell locale uriloader pref layout widget msgbase msgbaseutil dom rdf addrbook intl locale mork mimetype gfx2 windowwatcher js
|
||||
REQUIRES = xpcom string necko mime cookie docshell uriloader pref widget msgbase msgbaseutil dom rdf addrbook intl mork mimetype windowwatcher
|
||||
|
||||
CPPSRCS = \
|
||||
nsAbSyncPostEngine.cpp \
|
||||
|
|
|
@ -32,7 +32,7 @@ META_COMPONENT = mail
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsAbModule
|
||||
REQUIRES = xpcom string addrbook necko msgcompose mime msgbase rdf rdfutil docshell appshell dom widget uriloader layout locale mork xuldoc gfx2 appcomps js
|
||||
REQUIRES = xpcom string addrbook necko msgcompose mime msgbase rdf rdfutil docshell appshell dom widget locale mork appcomps
|
||||
|
||||
CPPSRCS = nsAbFactory.cpp
|
||||
EXPORTS = nsAbBaseCID.h
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = addrbook
|
||||
LIBRARY_NAME = addrbook_s
|
||||
META_COMPONENT = mail
|
||||
REQUIRES = xpcom string rdf rdfutil appshell dom js layout widget mork docshell pref necko locale uriloader webshell uconv msgbase msgbaseutil mime msgcompose xuldoc gfx2 appcomps
|
||||
REQUIRES = xpcom string rdf rdfutil appshell dom layout widget mork docshell pref necko locale webshell uconv msgbase msgbaseutil mime msgcompose appcomps
|
||||
|
||||
CPPSRCS = \
|
||||
nsAddressBook.cpp \
|
||||
|
|
|
@ -32,7 +32,7 @@ META_COMPONENT = mail
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsMsgBaseModule
|
||||
REQUIRES = xpcom string necko intl locale timer rdf dom js docshell widget layout webshell mime uriloader mailnews mork txmgr pref msgcompose msgbaseutil appcomps msgdb editor appshell xuldoc caps msgnews gfx2 mozcomps msgimap
|
||||
REQUIRES = xpcom string necko intl locale timer rdf dom docshell widget layout webshell mime uriloader mailnews mork txmgr pref msgcompose msgbaseutil appcomps msgdb editor appshell msgnews msgimap
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
|
|
|
@ -30,7 +30,7 @@ MODULE = msgbase
|
|||
XPIDL_MODULE = msgsearch
|
||||
LIBRARY_NAME = msgsearch_s
|
||||
META_COMPONENT = mail
|
||||
REQUIRES = xpcom string mailnews msgdb msgbaseutil necko mime appshell msgimap rdf msglocal intl locale pref timer msgnews txmgr
|
||||
REQUIRES = xpcom string mailnews msgdb msgbaseutil necko mime msgimap rdf msglocal intl pref timer msgnews txmgr
|
||||
|
||||
CPPSRCS = \
|
||||
nsMsgFilterService.cpp \
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = msgbase
|
||||
LIBRARY_NAME = msgbase_s
|
||||
META_COMPONENT = mail
|
||||
REQUIRES = xpcom string necko dom js appshell appcomps uconv intl htmlparser widget docshell rdf editor layout mailnews locale msgbaseutil webshell txmgr msgcompose msgdb uriloader pref msglocal msgimap timer mork msgnews addrbook prefmigr chrome xuldoc caps mime mimetype gfx2 mozcomps windowwatcher
|
||||
REQUIRES = xpcom string necko dom appshell appcomps uconv intl htmlparser widget docshell rdf editor layout mailnews locale msgbaseutil webshell txmgr msgcompose msgdb uriloader pref msglocal msgimap timer mork msgnews addrbook prefmigr chrome mime mimetype windowwatcher
|
||||
|
||||
CPPSRCS = \
|
||||
nsMessenger.cpp \
|
||||
|
|
|
@ -31,7 +31,7 @@ LIBRARY_NAME = msgbaseutil
|
|||
META_COMPONENT = mail
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = msgbsutl
|
||||
REQUIRES = xpcom string msgbase rdf necko msgdb intl mork mailnews locale pref rdfutil rdfutil mime msgcompose docshell webshell wallet dom widget layout uriloader appshell msgimap msglocal msgnews txmgr uconv unicharutil nkcache mimetype gfx2 windowwatcher js
|
||||
REQUIRES = xpcom string msgbase rdf necko msgdb intl mork mailnews locale pref rdfutil rdfutil mime msgcompose docshell webshell wallet dom uriloader appshell msgimap msglocal msgnews txmgr uconv unicharutil nkcache mimetype windowwatcher
|
||||
|
||||
CPPSRCS = \
|
||||
nsMsgGroupRecord.cpp \
|
||||
|
|
|
@ -33,7 +33,7 @@ EXPORT_LIBRARY = 1
|
|||
SHORT_LIBNAME = msgcompo
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsMsgComposeModule
|
||||
REQUIRES = xpcom string msgbase msgbaseutil editor necko dom js uriloader mime addrbook rdf intl locale mailnews widget layout msgdb appshell nkcache txmgr gfx2
|
||||
REQUIRES = xpcom string msgbase msgbaseutil editor necko dom uriloader mime addrbook rdf intl mailnews widget msgdb appshell nkcache
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = msgcompose
|
||||
LIBRARY_NAME = msgcompose_s
|
||||
META_COMPONENT = mail
|
||||
REQUIRES = xpcom string dom editor uriloader msgbase mailnews necko mime pref intl locale layout js msgbaseutil msgdb rdf appshell msgimap msgnews uconv docshell webshell addrbook widget htmlparser txmgr exthandler mork wallet nkcache xuldoc mimetype gfx2 windowwatcher
|
||||
REQUIRES = xpcom string dom editor uriloader msgbase mailnews necko mime pref intl locale layout msgbaseutil msgdb rdf appshell msgimap msgnews uconv docshell webshell addrbook widget htmlparser txmgr exthandler mork wallet nkcache mimetype windowwatcher
|
||||
|
||||
CPPSRCS = \
|
||||
nsMsgCompFields.cpp \
|
||||
|
|
|
@ -32,7 +32,7 @@ META_COMPONENT = mail
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = IMAP_factory
|
||||
REQUIRES = xpcom string mailnews msgimap msgbase msgbaseutil rdf rdfutil necko msgdb txmgr mime pref intl locale msglocal nkcache
|
||||
REQUIRES = xpcom string mailnews msgimap msgbase msgbaseutil rdf rdfutil necko msgdb txmgr mime pref intl msglocal nkcache
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = msgimap
|
||||
LIBRARY_NAME = msgimap_s
|
||||
META_COMPONENT = mail
|
||||
REQUIRES = xpcom string mailnews rdf msgbase msgbaseutil rdfutil necko msgdb uconv mime pref js intl nkcache timer locale txmgr dom docshell msglocal widget layout uriloader xuldoc msgnews mimetype gfx2 windowwatcher
|
||||
REQUIRES = xpcom string mailnews rdf msgbase msgbaseutil rdfutil necko msgdb uconv mime pref intl nkcache timer txmgr dom docshell msglocal msgnews mimetype windowwatcher
|
||||
|
||||
EXPORTS = \
|
||||
nsIMAPBodyShell.h \
|
||||
|
|
|
@ -32,7 +32,7 @@ META_COMPONENT = mail
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsImportServiceModule
|
||||
REQUIRES = xpcom string mailnews addrbook uconv mork msgbase msgbaseutil intl locale necko rdf msgdb
|
||||
REQUIRES = xpcom string mailnews addrbook uconv mork msgbase msgbaseutil intl necko rdf msgdb
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
|
|
|
@ -32,7 +32,7 @@ META_COMPONENT = mail
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsTextImportModule
|
||||
REQUIRES = xpcom string import intl locale necko addrbook pref mork
|
||||
REQUIRES = xpcom string import intl necko addrbook pref mork
|
||||
|
||||
CPPSRCS = nsTextFactory.cpp \
|
||||
nsTextStringBundle.cpp \
|
||||
|
|
|
@ -33,7 +33,7 @@ EXPORT_LIBRARY = 1
|
|||
SHORT_LIBNAME = msglocal
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = local_mail_services
|
||||
REQUIRES = xpcom string mailnews msgbase msgbaseutil msgdb necko txmgr rdf rdfutil mime intl locale pref nkcache
|
||||
REQUIRES = xpcom string mailnews msgbase msgbaseutil msgdb necko txmgr rdf rdfutil mime intl pref nkcache
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = msglocal
|
||||
LIBRARY_NAME = msglocal_s
|
||||
META_COMPONENT = mail
|
||||
REQUIRES = xpcom string msgbase msgbaseutil mailnews pref js necko msgdb rdf intl locale mime dom rdfutil txmgr widget layout docshell uriloader msgimap chrome appshell nkcache xuldoc gfx2
|
||||
REQUIRES = xpcom string msgbase msgbaseutil mailnews pref necko msgdb rdf intl mime dom rdfutil txmgr docshell msgimap chrome nkcache
|
||||
|
||||
CPPSRCS = \
|
||||
nsPop3Protocol.cpp \
|
||||
|
|
|
@ -33,7 +33,7 @@ EXPORT_LIBRARY = 1
|
|||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsVCardModule
|
||||
HAS_EXTRAEXPORTS = 1
|
||||
REQUIRES = xpcom string mime msgbase msgbaseutil uconv necko intl locale pref mailnews msgdb
|
||||
REQUIRES = xpcom string mime msgbase msgbaseutil uconv necko intl pref mailnews msgdb
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME),1)
|
||||
EXTRA_DSO_LIBS = msgbsutl
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = mime
|
||||
LIBRARY_NAME = mime_s
|
||||
META_COMPONENT = mail
|
||||
REQUIRES = xpcom string msgbase msgbaseutil pref js necko uconv msgcompose editor dom layout intl msgimap exthandler mailnews locale msgdb chardet caps txmgr mimetype uriloader xpconnect
|
||||
REQUIRES = xpcom string msgbase msgbaseutil pref js necko uconv msgcompose editor dom intl msgimap exthandler mailnews msgdb chardet caps mimetype uriloader xpconnect
|
||||
|
||||
CPPSRCS = \
|
||||
nsMimeObjectClassAccess.cpp \
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = msgnews
|
||||
LIBRARY_NAME = msgnews_s
|
||||
META_COMPONENT = mail
|
||||
REQUIRES = xpcom string mailnews msgbase msgbaseutil necko msgdb locale mork dom js rdf docshell layout widget pref uriloader appshell mime intl timer webshell wallet rdfutil nkcache gfx2 windowwatcher
|
||||
REQUIRES = xpcom string mailnews msgbase msgbaseutil necko msgdb locale mork dom rdf docshell layout pref uriloader appshell mime intl timer webshell wallet rdfutil nkcache windowwatcher
|
||||
|
||||
CPPSRCS = \
|
||||
nsNNTPArticleList.cpp \
|
||||
|
|
|
@ -30,7 +30,7 @@ LIBRARY_NAME = nsgif
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsGIFModule
|
||||
REQUIRES = xpcom string img layout locale util unicharutil
|
||||
REQUIRES = xpcom string img layout util
|
||||
|
||||
CPPSRCS = \
|
||||
gif.cpp \
|
||||
|
|
|
@ -1,62 +0,0 @@
|
|||
#
|
||||
# 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):
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = nsjpg
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsJPGModule
|
||||
REQUIRES = xpcom string img util layout locale jpeg unicharutil
|
||||
|
||||
CPPSRCS = \
|
||||
jpeg.cpp \
|
||||
nsJPGDecoder.cpp \
|
||||
nsJPGModule.cpp \
|
||||
$(NULL)
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)
|
||||
|
||||
EXTRA_DSO_LDOPTS = $(JPEG_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_LIBS = $(NSPR_LIBS)
|
||||
|
||||
ifndef MOZ_JAVA
|
||||
LOCAL_JMC_SUBDIR = .
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq ($(OS_ARCH)$(OS_RELEASE),SunOS5)
|
||||
ifeq ($(shell uname -r),5.3)
|
||||
# In this special case (jpeg.cpp), the compiler has to know
|
||||
# the OS version to a finer granularity than normal.
|
||||
DEFINES += -DOSMINOR=3
|
||||
endif
|
||||
endif
|
||||
|
|
@ -30,7 +30,7 @@ MODULE = mng
|
|||
LIBRARY_NAME = mozmng
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
REQUIRES = jpeg
|
||||
REQUIRES =
|
||||
|
||||
CSRCS = \
|
||||
libmng_callback_xs.c \
|
||||
|
|
|
@ -1,53 +0,0 @@
|
|||
#
|
||||
# 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):
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = nsmng
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsMNGModule
|
||||
REQUIRES = xpcom string img layout util locale mng jpeg unicharutil
|
||||
|
||||
CPPSRCS = \
|
||||
nsMNGDecoder.cpp \
|
||||
nsMNGModule.cpp \
|
||||
$(NULL)
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)
|
||||
|
||||
EXTRA_DSO_LDOPTS = $(MNG_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_LIBS = $(NSPR_LIBS)
|
||||
|
||||
ifndef MOZ_JAVA
|
||||
LOCAL_JMC_SUBDIR = .
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
#
|
||||
# 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):
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = nspng
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsPNGModule
|
||||
REQUIRES = xpcom string img util layout locale png unicharutil
|
||||
|
||||
CPPSRCS = \
|
||||
ipng.cpp \
|
||||
nsPNGDecoder.cpp \
|
||||
nsPNGModule.cpp \
|
||||
$(NULL)
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)
|
||||
|
||||
EXTRA_DSO_LDOPTS = $(PNG_LIBS) $(ZLIB_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_LIBS = $(NSPR_LIBS)
|
||||
|
||||
ifndef MOZ_JAVA
|
||||
LOCAL_JMC_SUBDIR = .
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
@ -1,64 +0,0 @@
|
|||
#
|
||||
# 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):
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = img
|
||||
LIBRARY_NAME = img_s
|
||||
REQUIRES = xpcom string layout util locale cookie necko timer jpeg unicharutil
|
||||
|
||||
CPPSRCS = \
|
||||
ilNetReader.cpp \
|
||||
color.cpp \
|
||||
colormap.cpp \
|
||||
dither.cpp \
|
||||
if.cpp \
|
||||
ilclient.cpp \
|
||||
il_util.cpp \
|
||||
scale.cpp \
|
||||
xpcompat.cpp \
|
||||
$(NULL)
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)
|
||||
|
||||
ifndef MOZ_JAVA
|
||||
LOCAL_JMC_SUBDIR = .
|
||||
endif
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq ($(OS_ARCH),Linux)
|
||||
DEFINES += -D_BSD_SOURCE -D_XOPEN_SOURCE=500
|
||||
endif
|
||||
ifeq ($(OS_ARCH)$(OS_RELEASE),SunOS5)
|
||||
ifeq ($(shell uname -r),5.3)
|
||||
# In this special case (dither.cpp), the compiler has to know
|
||||
# the OS version to a finer granularity than normal.
|
||||
DEFINES += -DOSMINOR=3
|
||||
endif
|
||||
endif
|
|
@ -32,7 +32,7 @@ EXPORT_LIBRARY = 1
|
|||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsJPEGDecoderModule
|
||||
|
||||
REQUIRES = xpcom string necko layout jpeg gfx2 imglib2
|
||||
REQUIRES = xpcom string necko layout gfx2 imglib2
|
||||
|
||||
CPPSRCS = nsJPEGDecoder.cpp nsJPEGFactory.cpp
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ LIBRARY_NAME = pref
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsPrefModule
|
||||
REQUIRES = xpcom string js xpconnect caps dom intl locale timer necko embedcomponents profile
|
||||
REQUIRES = xpcom string js xpconnect caps intl timer necko embedcomponents profile
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ MODULE = oji
|
|||
XPIDL_MODULE = ojiimpl
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsCJVMManagerModule
|
||||
REQUIRES = xpcom string java js plugin caps pref js jar layout necko dom widget xpconnect
|
||||
REQUIRES = xpcom string java js plugin caps pref js jar necko dom widget xpconnect
|
||||
|
||||
ifdef MOZ_OJI
|
||||
LIBRARY_NAME = oji
|
||||
|
|
|
@ -32,7 +32,7 @@ LIBRARY_NAME = gkplugin
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsPluginModule
|
||||
REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom locale layout widget cookie mimetype oji exthandler docshell webbrwsr nkcache gfx2 timer windowwatcher js
|
||||
REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom layout widget cookie mimetype oji exthandler docshell webbrwsr timer windowwatcher
|
||||
# for xlib port
|
||||
REQUIRES += xlibrgb
|
||||
|
||||
|
|
|
@ -1,106 +0,0 @@
|
|||
#
|
||||
# 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):
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = plugin
|
||||
XPIDL_MODULE = layout
|
||||
LIBRARY_NAME = gkplugin
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsPluginModule
|
||||
REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom locale layout widget cookie mimetype oji exthandler docshell webbrwsr nkcache gfx2 timer windowwatcher js
|
||||
# for xlib port
|
||||
REQUIRES += xlibrgb
|
||||
|
||||
CPPSRCS = \
|
||||
ns4xPlugin.cpp \
|
||||
ns4xPluginInstance.cpp \
|
||||
nsPluginDocLoaderFactory.cpp \
|
||||
nsPluginHostImpl.cpp \
|
||||
nsPluginModule.cpp \
|
||||
nsPluginInstancePeer.cpp \
|
||||
nsPluginViewer.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(OS_ARCH), BeOS)
|
||||
CPPSRCS += nsPluginsDirBeOS.cpp
|
||||
else
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
CPPSRCS += nsPluginsDirOS2.cpp
|
||||
else
|
||||
CPPSRCS += nsPluginsDirUnix.cpp
|
||||
endif
|
||||
endif
|
||||
|
||||
EXPORTS = \
|
||||
nsPluginsCID.h \
|
||||
nsIPluginHost.h \
|
||||
nsIPluginInstanceOwner.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
EXTRA_DSO_LIBS += gkgfx
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(MOZ_NECKO_UTIL_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
||||
ifndef MOZ_MONOLITHIC_TOOLKIT
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_GTK_LDFLAGS)
|
||||
else
|
||||
EXTRA_DSO_LDOPTS += $(TK_LIBS)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_PLUGIN
|
||||
|
||||
ifdef MOZ_ENABLE_GTK
|
||||
ifndef MOZ_MONOLITHIC_TOOLKIT
|
||||
CXXFLAGS += $(MOZ_GTK_CFLAGS)
|
||||
CFLAGS += $(MOZ_GTK_CFLAGS)
|
||||
EXTRA_DSO_LDOPTS += -lgtkxtbin -lgtksuperwin -L/usr/X11R6/lib -lXt
|
||||
else
|
||||
CXXFLAGS += $(TK_CFLAGS)
|
||||
CFLAGS += $(TK_CFLAGS)
|
||||
EXTRA_DSO_LDOPTS += -lgtkxtbin -lgtksuperwin -L/usr/X11R6/lib -lXt
|
||||
endif #MOZ_MONOLITHIC_TOOLKIT
|
||||
endif #MOZ_ENABLE_GTK
|
||||
|
||||
ifdef MOZ_ENABLE_QT
|
||||
EXTRA_DSO_LDOPTS += $(MOZ_QT_LDFLAGS)
|
||||
ifndef MOZ_MONOLITHIC_TOOLKIT
|
||||
CXXFLAGS += $(MOZ_QT_CFLAGS)
|
||||
CFLAGS += $(MOZ_QT_CFLAGS)
|
||||
else
|
||||
CXXFLAGS += $(TK_CFLAGS)
|
||||
CFLAGS += $(TK_CFLAGS)
|
||||
endif #MOZ_MONOLITHIC_TOOLKIT
|
||||
endif #MOZ_ENABLE_QT
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = necko
|
||||
LIBRARY_NAME = neckobase_s
|
||||
REQUIRES = xpcom string exthandler mimetype intl locale nkcache pref
|
||||
REQUIRES = xpcom string exthandler mimetype intl pref
|
||||
|
||||
CPPSRCS = \
|
||||
nsURLHelper.cpp \
|
||||
|
|
|
@ -31,7 +31,7 @@ LIBRARY_NAME = necko
|
|||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
MODULE_NAME = necko_core_and_primary_protocols
|
||||
REQUIRES = xpcom string nkcache pref mimetype dbm util jar locale intl
|
||||
REQUIRES = xpcom string nkcache pref mimetype util jar locale intl
|
||||
|
||||
CPPSRCS = nsNetModule.cpp
|
||||
EXPORTS = nsNetCID.h
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = mimetype
|
||||
LIBRARY_NAME = nkmime_s
|
||||
REQUIRES = xpcom string necko appshell pref
|
||||
REQUIRES = xpcom string necko pref
|
||||
|
||||
CPPSRCS = \
|
||||
nsMIMEInfoImpl.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = necko
|
||||
LIBRARY_NAME = nkftp_s
|
||||
REQUIRES = xpcom string exthandler mimetype wallet dom layout widget pref intl
|
||||
REQUIRES = xpcom string exthandler mimetype wallet pref intl
|
||||
|
||||
CPPSRCS = \
|
||||
nsFtpProtocolHandler.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = necko
|
||||
LIBRARY_NAME = nkhttp_s
|
||||
REQUIRES = xpcom string pref js nkcache exthandler mimetype wallet dom layout widget caps xpconnect intl
|
||||
REQUIRES = xpcom string pref nkcache mimetype intl
|
||||
|
||||
CPPSRCS = \
|
||||
nsHttp.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = necko
|
||||
LIBRARY_NAME = nkjar_s
|
||||
REQUIRES = xpcom string jar exthandler mimetype caps dom js pref xpconnect
|
||||
REQUIRES = xpcom string jar exthandler mimetype caps js pref xpconnect
|
||||
|
||||
CPPSRCS = \
|
||||
nsJARProtocolHandler.cpp \
|
||||
|
|
|
@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
LIBRARY_NAME = DebugRobot
|
||||
SHORT_LIBNAME = dbgrobot
|
||||
REQUIRES = xpcom string htmlparser necko docshell dom widget layout locale webshell uriloader gfx2
|
||||
REQUIRES = xpcom string htmlparser necko docshell dom uriloader
|
||||
|
||||
CPPSRCS = nsDebugRobot.cpp nsRobotSink.cpp
|
||||
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче