Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)

This commit is contained in:
disttsc%bart.nl 2001-03-30 10:39:06 +00:00
parent e8fed4fe4e
commit dacbb4faa9
84 changed files with 91 additions and 79 deletions

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = accessibility
LIBRARY_NAME = accessibility_s
REQUIRES = xpcom string layout widget dom view locale
REQUIRES = xpcom string layout widget dom view locale gfx2
CPPSRCS = \
nsAccessible.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = caps
LIBRARY_NAME = caps
IS_COMPONENT = 1
REQUIRES = xpcom string pref js dom xpconnect necko jar widget plugin intl locale layout appshell docshell uriloader
REQUIRES = xpcom string pref js dom xpconnect necko jar widget plugin intl locale layout appshell docshell uriloader gfx2
CPPSRCS = \
nsBasePrincipal.cpp \

View File

@ -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
REQUIRES = xpcom string dom widget view locale timer htmlparser js webshell necko caps lwbrk uconv chrome docshell pref uriloader xpconnect util unicharutil gfx2
CPPSRCS = \
nsCommentNode.cpp \

View File

@ -33,7 +33,7 @@ LIBRARY_NAME = gkcontent
SHORT_LIBNAME = gkcontnt
IS_COMPONENT = 1
EXTRA_DSO_LIBS = jsdom gkgfx
REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk js pref caps xul xuldoc xultmpl
REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale unicharutil lwbrk js pref caps xul xuldoc xultmpl gfx2
CPPSRCS = \
nsContentDLF.cpp \

View File

@ -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
REQUIRES = xpcom string dom js locale widget timer caps xpconnect docshell webshell pref necko uriloader htmlparser view gfx2
CPPSRCS = \
nsEventListenerManager.cpp \

View File

@ -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
REQUIRES = xpcom string widget dom js locale webshell htmlparser necko view pref oji java plugin docshell uriloader xpconnect xuldoc caps editor uconv gfx2 imglib2
CPPSRCS = \
nsAttributeContent.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconhtmldoc_s
REQUIRES = xpcom string widget dom necko htmlparser locale view js intl webshell docshell cookie caps util timer uconv pref uriloader rdf chardet nkcache appcomps lwbrk
REQUIRES = xpcom string widget dom necko htmlparser locale view js intl webshell docshell cookie caps util timer uconv pref uriloader rdf chardet nkcache appcomps lwbrk gfx2 imglib2
CPPSRCS = \
nsHTMLContentSink.cpp \

View File

@ -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
REQUIRES = xpcom string dom widget caps locale js necko webshell xul htmlparser docshell uconv xuldoc xpconnect gfx2
CPPSRCS = \
nsCSSDeclaration.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconshared_s
REQUIRES = xpcom string widget locale dom webshell pref necko
REQUIRES = xpcom string widget locale dom webshell pref necko gfx2
CPPSRCS = \
nsCSSAtoms.cpp \

View File

@ -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
REQUIRES = xpcom string js dom widget caps locale htmlparser necko xpconnect pref docshell uriloader chrome lwbrk xul xuldoc gfx2 imglib2
CPPSRCS = \
nsXBLBinding.cpp \

View File

@ -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
REQUIRES = xpcom string js dom widget locale necko caps webshell docshell htmlparser uriloader gfx2
CPPSRCS = \
nsXMLElement.cpp \

View File

@ -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
REQUIRES = xpcom string js dom locale widget caps htmlparser necko view docshell webshell uriloader pref xpconnect uconv chardet expat lwbrk exthandler mimetype gfx2
CPPSRCS = \
nsXMLContentSink.cpp \

View File

@ -24,7 +24,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkconxsldoc_s
REQUIRES = xpcom string htmlparser view widget dom necko
REQUIRES = xpcom string htmlparser view widget dom necko gfx2
include $(topsrcdir)/config/config.mk

View File

@ -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
REQUIRES = xpcom string widget htmlparser necko dom js caps rdf xpconnect locale timer lwbrk pref xul xuldoc xultmpl gfx2
CPPSRCS = \
nsRDFDOMNodeList.cpp \

View File

@ -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
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
CPPSRCS = \
nsControllerCommandManager.cpp \

View File

@ -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
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
include $(DEPTH)/config/autoconf.mk

View File

@ -30,7 +30,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = docshell
EXTRA_DSO_LIBS = jsdom
REQUIRES = xpcom string dom shistory necko layout uriloader timer webshell widget pref locale view intl htmlparser chardet appcomps
REQUIRES = xpcom string dom shistory necko layout uriloader timer webshell widget pref locale view intl htmlparser chardet appcomps gfx2
CPPSRCS = \
nsDocShellModule.cpp \

View File

@ -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 cookie webshell view uconv shistory plugin windowwatcher
REQUIRES = xpcom string webbrwsr js widget layout caps docshell xpconnect pref oji necko java locale uriloader sidebar xuldoc timer cookie webshell view uconv shistory plugin windowwatcher gfx2
CPPSRCS = \
nsBarProps.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = jsurl
LIBRARY_NAME = jsurl
IS_COMPONENT = 1
REQUIRES = xpcom string js dom necko caps widget layout docshell uriloader locale appshell rdf
REQUIRES = xpcom string js dom necko caps widget layout docshell uriloader locale appshell rdf gfx2
XPIDLSRCS = \
nsIEvaluateStringProxy.idl \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = editor
LIBRARY_NAME = editor
IS_COMPONENT = 1
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
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
CPPSRCS = \
ChangeAttributeTxn.cpp \

View File

@ -31,7 +31,7 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = webbrwsr
EXTRA_DSO_LIBS = jsdom
REQUIRES = xpcom string docshell dom widget layout locale necko uriloader shistory timer
REQUIRES = xpcom string docshell dom widget layout locale necko uriloader shistory timer gfx2
CPPSRCS = \
nsWebBrowserModule.cpp \

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gtkembedmoz
REQUIRES = xpcom string docshell webshell necko widget dom layout locale js uriloader webbrwsr shistory embed_base pref windowwatcher
REQUIRES = xpcom string docshell webshell necko widget dom layout locale js uriloader webbrwsr shistory embed_base pref windowwatcher gfx2
CPPSRCS = \
gtkmozembed2.cpp \

View File

@ -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
REQUIRES = xpcom string docshell widget layout dom js locale necko uriloader shistory webshell mimetype exthandler timer windowwatcher txtsvc gfx2
include $(DEPTH)/config/autoconf.mk

View File

@ -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
REQUIRES = xpcom string dom windowwatcher widget js xpconnect caps layout uriloader necko docshell locale webbrwsr embed_base gfx2
CPPSRCS = nsWWJSUtils.cpp \
nsWindowWatcher.cpp \

View File

@ -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
REQUIRES = xpcom string webbrwsr widget necko docshell layout webshell dom locale uriloader embed_base windowwatcher gfx2
CPPSRCS = WebBrowserChrome.cpp \
WindowCreator.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = walletviewers
LIBRARY_NAME = cookieviewer_s
XPIDL_MODULE = cookieviewer
REQUIRES = xpcom string dom js layout widget cookie docshell uriloader locale necko
REQUIRES = xpcom string dom js layout widget cookie docshell uriloader locale necko gfx2
CPPSRCS = nsCookieViewer.cpp

View File

@ -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
REQUIRES = xpcom string wallet dom docshell js necko uriloader widget layout locale gfx2
CPPSRCS = nsWalletEditor.cpp

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = wallet
LIBRARY_NAME = wallet
IS_COMPONENT = 1
REQUIRES = xpcom string necko dom js layout widget uriloader pref webshell docshell appshell locale intl
REQUIRES = xpcom string necko dom js layout widget uriloader pref webshell docshell appshell locale intl gfx2
CPPSRCS = \
nsWalletFactory.cpp \

View File

@ -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
REQUIRES = xpcom string wallet dom js layout widget necko docshell locale uriloader gfx2
CPPSRCS = nsWalletPreview.cpp

View File

@ -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
REQUIRES = xpcom string dom js layout widget caps uconv necko docshell xpconnect uriloader locale webbrwsr gfx2
CPPSRCS = \
nsDOMSerializer.cpp \

View File

@ -93,7 +93,7 @@ CPPSRCS = \
MODULE = xmlterm
IS_COMPONENT = 1
REQUIRES = xpcom string pref js dom docshell view locale caps layout uriloader necko widget webshell appshell
REQUIRES = xpcom string pref js dom docshell view locale caps layout uriloader necko widget webshell appshell gfx2
EXTRA_DSO_LDOPTS = $(TK_LIBS) \
$(MOZ_COMPONENT_LIBS) \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkgfx
REQUIRES = xpcom string img widget util dom locale view necko pref timer uriloader
REQUIRES = xpcom string img widget util dom locale view necko pref timer uriloader gfx2 imglib2
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
DIRS =

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gfx_gtk
IS_COMPONENT = 1
REQUIRES = xpcom string img widget view util dom pref js uconv appshell necko unicharutil
REQUIRES = xpcom string img widget view util dom pref js uconv appshell necko unicharutil gfx2
CSRCS = nsPrintdGTK.c

View File

@ -30,7 +30,7 @@ MODULE = layout
LIBRARY_NAME = gfxps
IS_COMPONENT = 1
EXTRA_DSO_LIBS = img_s mozutil_s
REQUIRES = xpcom string img widget util pref uconv dom view
REQUIRES = xpcom string img widget util pref uconv dom view gfx2
EXTRA_DSO_LIBS += gkgfx
CSRCS = font_metrics.c

View File

@ -29,7 +29,9 @@ include $(DEPTH)/config/autoconf.mk
MODULE = gfx2
LIBRARY_NAME = gfx2
IS_COMPONENT = 1
IS_COMPONENT = 1
REQUIRES = xpcom layout
CPPSRCS = \
gfxImageFrame.cpp \

View File

@ -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
REQUIRES = xpcom string htmlparser necko docshell dom widget layout locale webshell uriloader gfx2
CPPSRCS = nsDebugRobot.cpp nsRobotSink.cpp

View File

@ -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
REQUIRES = xpcom string dom widget view locale timer htmlparser webshell necko uconv pref uriloader gfx2
CPPSRCS = \
nsAutoCopy.cpp \

View File

@ -31,7 +31,7 @@ LIBRARY_NAME = gklayout
SHORT_LIBNAME = gkhtml
IS_COMPONENT = 1
EXTRA_DSO_LIBS = jsdom gkgfx
REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale timer xuldoc
REQUIRES = xpcom string widget necko rdf docshell dom htmlparser uriloader webshell locale timer xuldoc gfx2
CPPSRCS = \
nsLayoutDLF.cpp \

View File

@ -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
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
CPPSRCS = \
nsSelectsAreaFrame.cpp \

View File

@ -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
REQUIRES = xpcom string widget dom necko locale view js webshell docshell caps pref uriloader shistory gfx2
CPPSRCS = \
nsFrameFrame.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkhtmlforms_s
REQUIRES = xpcom string locale widget view dom js htmlparser necko webshell caps editor intl uconv exthandler mimetype txmgr xuldoc
REQUIRES = xpcom string locale widget view dom js htmlparser necko webshell caps editor intl uconv exthandler mimetype txmgr xuldoc gfx2 imglib2
CPPSRCS = \
nsButtonFrameRenderer.cpp \

View File

@ -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
REQUIRES = xpcom string dom widget timer editor locale js view necko webshell pref txmgr docshell uriloader gfx2
CPPSRCS = \
nsCSSFrameConstructor.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkhtmltable_s
REQUIRES = xpcom string dom widget locale webshell view
REQUIRES = xpcom string dom widget locale webshell view gfx2
CPPSRCS = \
BasicTableLayoutStrategy.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkmathmlbase_s
REQUIRES = xpcom string dom widget webshell locale view necko docshell webbrwsr
REQUIRES = xpcom string dom widget webshell locale view necko docshell webbrwsr gfx2
LOCAL_INCLUDES = \
-I$(srcdir)/../../../html/style/src \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gksvgbase_s
REQUIRES = xpcom string widget dom locale view pref
REQUIRES = xpcom string widget dom locale view pref gfx2
CPPSRCS = \
nsSVGContainerFrame.cpp \

View File

@ -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
REQUIRES = xpcom string dom locale js widget view caps timer docshell uriloader necko editor htmlparser webshell pref intl txmgr gfx2 imglib2
CPPSRCS = \
nsBulletinBoardLayout.cpp \

View File

@ -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
REQUIRES = xpcom string dom widget timer js locale caps view xultmpl rdf necko gfx2 imglib2
CPPSRCS = \
nsOutlinerBodyFrame.cpp \

View File

@ -30,7 +30,7 @@ MODULE = absyncsvc
LIBRARY_NAME = absyncsvc
IS_COMPONENT = 1
SHORT_LIBNAME = absyncsv
REQUIRES = xpcom string necko docshell uriloader msgbase intl locale layout widget addrbook dom mork
REQUIRES = xpcom string necko docshell uriloader msgbase intl locale layout widget addrbook dom mork gfx2
ifeq ($(USE_SHORT_LIBNAME),1)
EXTRA_DSO_LIBS = msgbsutl

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = absyncsvc
XPIDL_MODULE = absync
LIBRARY_NAME = absync_s
REQUIRES = xpcom string necko mime cookie docshell locale uriloader pref layout widget msgbase msgbaseutil dom rdf addrbook intl locale appshell mork mimetype
REQUIRES = xpcom string necko mime cookie docshell locale uriloader pref layout widget msgbase msgbaseutil dom rdf addrbook intl locale appshell mork mimetype gfx2
CPPSRCS = \
nsAbSyncPostEngine.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = addrbook
LIBRARY_NAME = addrbook
IS_COMPONENT = 1
REQUIRES = xpcom string addrbook necko msgcompose mime msgbase rdf rdfutil docshell appshell dom widget uriloader layout locale mork xuldoc
REQUIRES = xpcom string addrbook necko msgcompose mime msgbase rdf rdfutil docshell appshell dom widget uriloader layout locale mork xuldoc gfx2
CPPSRCS = nsAbFactory.cpp
EXPORTS = nsAbBaseCID.h

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = addrbook
LIBRARY_NAME = addrbook_s
REQUIRES = xpcom string rdf rdfutil appshell dom js layout widget mork docshell pref necko locale uriloader webshell uconv msgbase msgbaseutil mime msgcompose xuldoc
REQUIRES = xpcom string rdf rdfutil appshell dom js layout widget mork docshell pref necko locale uriloader webshell uconv msgbase msgbaseutil mime msgcompose xuldoc gfx2
CPPSRCS = \
nsAddressBook.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = msgbase
LIBRARY_NAME = mailnews
IS_COMPONENT = 1
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
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
ifeq ($(USE_SHORT_LIBNAME),1)
EXTRA_DSO_LIBS = msgbsutl

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = msgbase
LIBRARY_NAME = msgbase_s
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
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
CPPSRCS = \
nsMessenger.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = msgbaseutil
LIBRARY_NAME = msgbaseutil
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
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
CPPSRCS = \
nsMsgGroupRecord.cpp \

View File

@ -30,7 +30,7 @@ MODULE = msgcompose
LIBRARY_NAME = msgcompose
SHORT_LIBNAME = msgcompo
IS_COMPONENT = 1
REQUIRES = xpcom string msgbase msgbaseutil editor necko dom js uriloader mime addrbook rdf intl locale mailnews widget layout msgdb appshell nkcache txmgr
REQUIRES = xpcom string msgbase msgbaseutil editor necko dom js uriloader mime addrbook rdf intl locale mailnews widget layout msgdb appshell nkcache txmgr gfx2
ifeq ($(USE_SHORT_LIBNAME),1)
EXTRA_DSO_LIBS = msgbsutl

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = msgcompose
LIBRARY_NAME = msgcompose_s
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
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
CPPSRCS = \
nsMsgCompFields.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = msgimap
LIBRARY_NAME = msgimap_s
REQUIRES = xpcom string mailnews rdf msgbase msgbaseutil rdfutil necko msgdb uconv mime pref js intl appshell nkcache timer locale txmgr dom docshell msglocal widget layout uriloader xuldoc msgnews mimetype
REQUIRES = xpcom string mailnews rdf msgbase msgbaseutil rdfutil necko msgdb uconv mime pref js intl appshell nkcache timer locale txmgr dom docshell msglocal widget layout uriloader xuldoc msgnews mimetype gfx2
EXPORTS = \
nsIMAPBodyShell.h \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = msglocal
LIBRARY_NAME = msglocal_s
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
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
CPPSRCS = \
nsPop3Protocol.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = msgnews
LIBRARY_NAME = msgnews_s
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
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
CPPSRCS = \
nsNNTPArticleList.cpp \

View File

@ -30,6 +30,8 @@ MODULE = imggif
LIBRARY_NAME = imggif
IS_COMPONENT = 1
REQUIRES = xpcom necko layout gfx2 imglib2
CPPSRCS = GIF2.cpp nsGIFDecoder2.cpp nsGIFModule.cpp
EXTRA_DSO_LDOPTS = $(GIF_LIBS) $(ZLIB_LIBS) \

View File

@ -30,6 +30,8 @@ MODULE = imgjpeg
LIBRARY_NAME = imgjpeg
IS_COMPONENT = 1
REQUIRES = xpcom string necko layout jpeg gfx2 imglib2
CPPSRCS = nsJPEGDecoder.cpp nsJPEGFactory.cpp
EXTRA_DSO_LDOPTS = $(JPEG_LIBS) $(ZLIB_LIBS) \

View File

@ -30,6 +30,8 @@ MODULE = imgpng
LIBRARY_NAME = imgpng
IS_COMPONENT = 1
REQUIRES = xpcom necko layout png gfx2 imglib2
CPPSRCS = nsPNGDecoder.cpp nsPNGFactory.cpp
EXTRA_DSO_LDOPTS = $(PNG_LIBS) $(ZLIB_LIBS) \

View File

@ -30,6 +30,8 @@ MODULE = imgppm
LIBRARY_NAME = imgppm
IS_COMPONENT = 1
REQUIRES = xpcom layout necko gfx2 imglib2
CPPSRCS = nsPPMDecoder.cpp nsPPMFactory.cpp
EXTRA_DSO_LDOPTS = \

View File

@ -30,6 +30,8 @@ MODULE = imglib2
LIBRARY_NAME = imglib2
IS_COMPONENT = 1
REQUIRES = xpcom string necko nkcache layout timer gfx2
CPPSRCS = \
DummyChannel.cpp \
ImageCache.cpp \

View File

@ -30,7 +30,7 @@ MODULE = plugin
XPIDL_MODULE = layout
LIBRARY_NAME = gkplugin
IS_COMPONENT = 1
REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom locale layout widget cookie mimetype oji exthandler appshell docshell webbrwsr nkcache
REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom locale layout widget cookie mimetype oji exthandler appshell docshell webbrwsr nkcache gfx2
CPPSRCS = \
ns4xPlugin.cpp \

View File

@ -30,7 +30,7 @@ MODULE = plugin
XPIDL_MODULE = layout
LIBRARY_NAME = gkplugin
IS_COMPONENT = 1
REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom locale layout widget cookie mimetype oji exthandler appshell docshell webbrwsr nkcache
REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom locale layout widget cookie mimetype oji exthandler appshell docshell webbrwsr nkcache gfx2
CPPSRCS = \
ns4xPlugin.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = mimetype
LIBRARY_NAME = nkmime_s
REQUIRES = xpcom string mime necko appshell
REQUIRES = xpcom string necko appshell
CPPSRCS = \
nsMIMEInfoImpl.cpp \

View File

@ -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
REQUIRES = xpcom string htmlparser necko docshell dom widget layout locale webshell uriloader gfx2
CPPSRCS = nsDebugRobot.cpp nsRobotSink.cpp

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = prefmigr
LIBRARY_NAME = nsprefm
IS_COMPONENT = 1
REQUIRES = xpcom string pref appshell intl docshell dom necko rdf js layout locale uriloader widget webbrwsr uconv
REQUIRES = xpcom string pref appshell intl docshell dom necko rdf js layout locale uriloader widget webbrwsr uconv gfx2
CPPSRCS = \
nsPrefMigration.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = profile
LIBRARY_NAME = profile
IS_COMPONENT = 1
REQUIRES = xpcom string chrome docshell webbrwsr dom js layout widget necko uriloader locale cookie intl pref prefmigr appshell rdf uconv appcomps
REQUIRES = xpcom string chrome docshell webbrwsr dom js layout widget necko uriloader locale cookie intl pref prefmigr appshell rdf uconv appcomps gfx2
CPPSRCS = nsProfile.cpp \
nsProfileFactory.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = view
LIBRARY_NAME = gkview
IS_COMPONENT = 1
REQUIRES = xpcom string layout widget dom locale timer pref
REQUIRES = xpcom string layout widget dom locale timer pref gfx2
EXTRA_DSO_LIBS = gkgfx

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS := public
REQUIRES = xpcom string webshell widget layout dom webbrwsr docshell util uriloader locale necko htmlparser view timer unicharutil pref intl editor chardet cookie
REQUIRES = xpcom string webshell widget layout dom webbrwsr docshell util uriloader locale necko htmlparser view timer unicharutil pref intl editor chardet cookie gfx2
PROGRAM := viewer$(BIN_SUFFIX)

View File

@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = viewer_gtk_s
REQUIRES = xpcom string webbrwsr widget timer dom layout docshell uriloader locale webshell necko util
REQUIRES = xpcom string webbrwsr widget timer dom layout docshell uriloader locale webshell necko util gfx2
CPPSRCS = \
nsGtkMain.cpp \

View File

@ -25,7 +25,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = widget
LIBRARY_NAME = widget_gtk
IS_COMPONENT = 1
REQUIRES = xpcom string layout pref js dom appshell timer uconv necko img view util rdf uriloader docshell msgcompose msgbase editor locale txmgr
REQUIRES = xpcom string layout pref js dom appshell timer uconv necko img view util rdf uriloader docshell msgcompose msgbase editor locale txmgr gfx2
CSRCS = \
keysym2ucs.c

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = widget
LIBRARY_NAME = widgetsupport_s
REQUIRES = xpcom string widget layout dom
REQUIRES = xpcom string widget layout dom gfx2
CPPSRCS = nsWidgetSupport.cpp

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = widget
LIBRARY_NAME = xpwidgets_s
REQUIRES = xpcom string layout dom pref js docshell view intl locale necko uriloader htmlparser webshell uconv unicharutil
REQUIRES = xpcom string layout dom pref js docshell view intl locale necko uriloader htmlparser webshell uconv unicharutil gfx2
DEFINES += -DUSE_TLS_FOR_TOOLKIT

View File

@ -30,7 +30,7 @@ IS_COMPONENT=1
MODULE = appshell
LIBRARY_NAME = nsappshell
SHORT_LIBNAME = appshell
REQUIRES = xpcom string widget docshell webshell layout dom necko uriloader js locale webbrwsr rdf pref xpconnect timer chardet intl wallet chrome profile prefmigr xul
REQUIRES = xpcom string widget docshell webshell layout dom necko uriloader js locale webbrwsr rdf pref xpconnect timer chardet intl wallet chrome profile prefmigr xul gfx2
EXTRA_DSO_LIBS = jsdom

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = mozbrwsr
LIBRARY_NAME = mozbrwsr
IS_COMPONENT = 1
REQUIRES = xpcom string webshell necko shistory widget layout docshell appshell dom js timer uriloader locale pref editor appcomps rdf webbrwsr uconv chardet txmgr
REQUIRES = xpcom string webshell necko shistory widget layout docshell appshell dom js timer uriloader locale pref editor appcomps rdf webbrwsr uconv chardet txmgr gfx2
CPPSRCS = nsBrowserInstance.cpp

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = appcomps
LIBRARY_NAME = bookmarks_s
REQUIRES = xpcom string rdf appshell widget necko uconv docshell pref timer dom js layout uriloader locale intl webshell
REQUIRES = xpcom string rdf appshell widget necko uconv docshell pref timer dom js layout uriloader locale intl webshell gfx2
CPPSRCS = nsBookmarksService.cpp

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = appcomps
LIBRARY_NAME = appcomps
IS_COMPONENT = 1
REQUIRES = xpcom string layout rdf necko timer intl mork widget locale dom pref docshell webshell
REQUIRES = xpcom string layout rdf necko timer intl mork widget locale dom pref docshell webshell gfx2
CPPSRCS = nsModule.cpp

View File

@ -30,7 +30,7 @@ MODULE = appcomps
LIBRARY_NAME = directory_s
XPIDL_MODULE=directory
XPIDLSRCS = nsIHTTPIndex.idl
REQUIRES = xpcom string necko rdf layout timer js xpconnect docshell widget dom webshell uconv uriloader
REQUIRES = xpcom string necko rdf layout timer js xpconnect docshell widget dom webshell uconv uriloader gfx2
CPPSRCS = nsDirectoryViewer.cpp

View File

@ -30,7 +30,7 @@ MODULE = appcomps
XPIDL_MODULE = mozfind
LIBRARY_NAME = mozfind
IS_COMPONENT = 1
REQUIRES = xpcom string dom js layout widget appshell editor necko txtsvc docshell locale uriloader txmgr
REQUIRES = xpcom string dom js layout widget appshell editor necko txtsvc docshell locale uriloader txmgr gfx2
CPPSRCS = nsFindComponent.cpp

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = shistory
LIBRARY_NAME = shistory
IS_COMPONENT = 1
REQUIRES = xpcom string necko dom layout docshell locale widget uriloader pref
REQUIRES = xpcom string necko dom layout docshell locale widget uriloader pref gfx2
CPPSRCS = nsSHEntry.cpp \
nsSHTransaction.cpp \

View File

@ -33,7 +33,7 @@ MODULE = xpinstall
LIBRARY_NAME = xpinstall
SHORT_LIBNAME = xpinstal
IS_COMPONENT = 1
REQUIRES = xpcom string jar chrome necko intl locale libreg js pref appshell widget layout uriloader xpconnect docshell dom
REQUIRES = xpcom string jar chrome necko intl locale libreg js pref appshell widget layout uriloader xpconnect docshell dom gfx2
# XXX shouldn't need to export this
EXPORTS = nsXPITriggerInfo.h