mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
This commit is contained in:
parent
c70a5e94ea
commit
00f28396a9
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = accessibility
|
||||
LIBRARY_NAME = accessibility
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = access
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string dom
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = caps
|
||||
LIBRARY_NAME = caps
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string pref js dom xpconnect necko jar widget plugin intl locale layout docshell uriloader gfx2 windowwatcher
|
||||
|
||||
|
@ -30,6 +30,7 @@ BUILD_DATE = gbdate.h
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkcontent
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = gkcontnt
|
||||
IS_COMPONENT = 1
|
||||
EXTRA_DSO_LIBS = jsdom gkgfx
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = mork
|
||||
LIBRARY_NAME = mork
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom
|
||||
|
||||
|
@ -29,6 +29,7 @@ IS_COMPONENT = 1
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = docshell
|
||||
EXPORT_LIBRARY = 1
|
||||
EXTRA_DSO_LIBS = jsdom
|
||||
REQUIRES = xpcom string dom shistory necko layout uriloader timer webshell widget pref locale view intl htmlparser chardet appcomps gfx2 find
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = dom
|
||||
LIBRARY_NAME = jsdom
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = xpcom string js xpconnect widget layout pref
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = jsurl
|
||||
LIBRARY_NAME = jsurl
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string js dom necko caps widget layout docshell uriloader locale appshell rdf gfx2
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = editor
|
||||
LIBRARY_NAME = editor
|
||||
EXPORT_LIBRARY = 1
|
||||
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 gfx2 mozcomps windowwatcher
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = editor
|
||||
LIBRARY_NAME = composer
|
||||
EXPORT_LIBRARY = 1
|
||||
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
|
||||
|
||||
|
@ -30,6 +30,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = editor
|
||||
LIBRARY_NAME = editor
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
$(MOZ_NECKO_UTIL_LIBS) \
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = txmgr
|
||||
LIBRARY_NAME = txmgr
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = txtsvc
|
||||
LIBRARY_NAME = txtsvc
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string editor layout dom widget txmgr
|
||||
|
||||
|
@ -30,6 +30,7 @@ IS_COMPONENT = 1
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = webbrwsr
|
||||
EXPORT_LIBRARY = 1
|
||||
EXTRA_DSO_LIBS = jsdom
|
||||
REQUIRES = xpcom string docshell dom widget layout locale necko uriloader shistory timer gfx2 windowwatcher
|
||||
|
||||
|
@ -27,6 +27,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
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -27,6 +27,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = phembedmoz
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -25,6 +25,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = embedcomponents
|
||||
LIBRARY_NAME = embedcomponents
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = embedcmp
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = js xpcom string windowwatcher find embed_base dom txtsvc
|
||||
|
@ -35,6 +35,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = accessproxy
|
||||
XPIDL_MODULE = accessproxy
|
||||
LIBRARY_NAME = accessproxy
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = cookie
|
||||
LIBRARY_NAME = cookie
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string necko dom js widget layout pref intl locale uriloader windowwatcher
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = inspector
|
||||
LIBRARY_NAME = inspector
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = inspector
|
||||
IS_COMPONENT = 1
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = p3p
|
||||
LIBRARY_NAME = p3p
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
REQUIRES = p3p xpcom windowwatcher
|
||||
|
@ -31,8 +31,8 @@ PROGRAM = TestPICS
|
||||
CPPSRCS = TestPICS.cpp
|
||||
|
||||
LIBS = \
|
||||
-L../src -lpics \
|
||||
$(XPCOM_LIBS) \
|
||||
-lpics \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
@ -32,6 +32,7 @@ MODULE = psmglue
|
||||
|
||||
IS_COMPONENT = 1
|
||||
LIBRARY_NAME = psmglue
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = xpcom string security necko uriloader intl dom js locale profile caps pref jar libreg widget layout appshell docshell oji windowwatcher
|
||||
|
||||
EXPORTS = \
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = transformiix
|
||||
LIBRARY_NAME = transformiix
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = t8iix
|
||||
IS_COMPONENT = 1
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = vixen
|
||||
LIBRARY_NAME = vixen
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = walletviewers
|
||||
LIBRARY_NAME = walletviewers
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = wlltvwrs
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string dom js
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = wallet
|
||||
LIBRARY_NAME = wallet
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string necko dom js layout widget uriloader pref webshell docshell appshell locale intl gfx2 windowwatcher
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = xmlextras
|
||||
LIBRARY_NAME = xmlextras
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = xmlextra
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string dom js layout widget caps necko webbrwsr embedcomponents
|
||||
|
@ -93,6 +93,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
|
||||
|
||||
EXTRA_DSO_LDOPTS = $(TK_LIBS) \
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gkgfx
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = xpcom string img widget util dom locale view necko pref timer uriloader gfx2 imglib2
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gfx_beos
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gfx_gtk
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string img widget view util dom pref js uconv necko unicharutil gfx2 mozcomps windowwatcher
|
||||
|
||||
|
@ -24,6 +24,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
|
||||
LIBRARY_NAME = gfx_mac
|
||||
EXPORT_LIBRARY = 1
|
||||
MODULE = layout
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string img widget view util dom pref js uconv necko unicharutil gfx2 mozcomps windowwatcher
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gfx_motif
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -29,6 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gfx_os2
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
DIRS = res
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gfx_photon
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gfxps
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
EXTRA_DSO_LIBS = img_s mozutil_s
|
||||
REQUIRES = xpcom string img widget util pref uconv dom view gfx2 necko imglib2
|
||||
|
@ -29,6 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gfx_qt
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gfx_xlib
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string xlibrgb widget dom layout appshell js necko pref img util view uconv locale unicharutil gfx2 mozcomps windowwatcher
|
||||
|
||||
|
@ -29,6 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = xlibrgb
|
||||
XPIDL_MODULE = layout
|
||||
LIBRARY_NAME = xlibrgb
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
CSRCS = xlibrgb.c
|
||||
|
||||
|
@ -29,6 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gfxxprt
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
EXTRA_DSO_LIBS = gkgfx
|
||||
REQUIRES = xpcom string widget view img util dom pref locale uconv unicharutil gfx2 necko
|
||||
|
@ -29,6 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = gfx2
|
||||
LIBRARY_NAME = gfx2
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
REQUIRES = xpcom layout
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = htmlparser
|
||||
LIBRARY_NAME = htmlpars
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
SHORT_LIBNAME = gkparser
|
||||
REQUIRES = xpcom string necko util uconv expat layout dom unicharutil pref
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = chardet
|
||||
LIBRARY_NAME = chardet
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string uconv webshell uriloader docshell htmlparser dom necko widget layout locale gfx2 embedcomponents
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = chardetc
|
||||
LIBRARY_NAME = chardetc
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = intlcmpt
|
||||
LIBRARY_NAME = intlcmpt
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
|
||||
|
@ -25,6 +25,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = locale
|
||||
LIBRARY_NAME = nslocale
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
EXTRA_DSO_LIBS = nslocale_s
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = locale
|
||||
LIBRARY_NAME = nslocale
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string unicharutil pref uconv
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = lwbrk
|
||||
LIBRARY_NAME = lwbrk
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = intl
|
||||
LIBRARY_NAME = strres
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string necko locale
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = uconv
|
||||
LIBRARY_NAME = uconv
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
# To avoid conflict with OS/2 system uconv.dll
|
||||
SHORT_LIBNAME = mozuconv
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = ucvcn
|
||||
LIBRARY_NAME = ucvcn
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string uconv
|
||||
|
||||
|
@ -39,6 +39,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = ucvibm
|
||||
LIBRARY_NAME = ucvibm
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string uconv
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = ucvja
|
||||
LIBRARY_NAME = ucvja
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string uconv
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = ucvko
|
||||
LIBRARY_NAME = ucvko
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string uconv
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = ucvlatin
|
||||
LIBRARY_NAME = ucvlatin
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string uconv
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = ucvmath
|
||||
LIBRARY_NAME = ucvmath
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string uconv
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = ucvtw
|
||||
LIBRARY_NAME = ucvtw
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string uconv
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = ucvtw2
|
||||
LIBRARY_NAME = ucvtw2
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string uconv
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = unicharutil
|
||||
LIBRARY_NAME = unicharutil
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = ucharuti
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string uconv necko
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = jpeg
|
||||
LIBRARY_NAME = mozjpeg
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
|
||||
CSRCS = \
|
||||
|
@ -41,6 +41,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = js
|
||||
LIBRARY_NAME = mozjs
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
CSRCS = \
|
||||
jsapi.c \
|
||||
|
@ -40,6 +40,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = java
|
||||
LIBRARY_NAME = jsj
|
||||
EXPORT_LIBRARY = 1
|
||||
REQUIRES = js xpcom xpconnect
|
||||
|
||||
CSRCS = \
|
||||
|
@ -24,6 +24,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = jsloader
|
||||
LIBRARY_NAME = jsloader
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string xpconnect js caps dom necko
|
||||
|
||||
|
@ -41,6 +41,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = xpconnect
|
||||
LIBRARY_NAME = xpconnect
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = xpconect
|
||||
REQUIRES = xpcom string js dom widget layout caps
|
||||
|
||||
|
@ -41,6 +41,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = xpctest
|
||||
LIBRARY_NAME = xpctest
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpconnect xpcom string js xpconnect_tests
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = layout
|
||||
LIBRARY_NAME = gklayout
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = gkhtml
|
||||
IS_COMPONENT = 1
|
||||
EXTRA_DSO_LIBS = jsdom gkgfx
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = absyncsvc
|
||||
LIBRARY_NAME = absyncsvc
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
SHORT_LIBNAME = absyncsv
|
||||
REQUIRES = xpcom string necko docshell uriloader msgbase intl locale layout widget addrbook dom mork gfx2
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = addrbook
|
||||
LIBRARY_NAME = addrbook
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string addrbook necko msgcompose mime msgbase rdf rdfutil docshell appshell dom widget uriloader layout locale mork xuldoc gfx2 appcomps
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = msgbase
|
||||
LIBRARY_NAME = mailnews
|
||||
EXPORT_LIBRARY = 1
|
||||
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 gfx2 mozcomps
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = msgbaseutil
|
||||
LIBRARY_NAME = msgbaseutil
|
||||
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
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = msgcompose
|
||||
LIBRARY_NAME = msgcompose
|
||||
EXPORT_LIBRARY = 1
|
||||
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 gfx2
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = msgdb
|
||||
LIBRARY_NAME = msgdb
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string mailnews locale mork mime msgbase msgbaseutil necko
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = msgimap
|
||||
LIBRARY_NAME = msgimap
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string mailnews msgimap msgbase msgbaseutil rdf rdfutil necko msgdb txmgr mime pref intl locale msglocal nkcache
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = import
|
||||
LIBRARY_NAME = import
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string mailnews addrbook uconv mork msgbase msgbaseutil intl locale necko rdf msgdb
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = impText
|
||||
LIBRARY_NAME = impText
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string import intl locale necko addrbook pref mork
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = msglocal
|
||||
LIBRARY_NAME = localmail
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = msglocal
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string mailnews msgbase msgbaseutil msgdb necko txmgr rdf rdfutil mime intl locale pref nkcache
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = mime
|
||||
LIBRARY_NAME = mime
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string necko msgbase pref necko uconv
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = calendar
|
||||
LIBRARY_NAME = calendar
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = signed
|
||||
LIBRARY_NAME = signed
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
HAS_EXTRAEXPORTS = 1
|
||||
REQUIRES = xpcom string mime msgbase pref necko uconv intl locale
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = smime
|
||||
LIBRARY_NAME = smime
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
HAS_EXTRAEXPORTS = 1
|
||||
REQUIRES = xpcom string mime msgbase pref necko uconv
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = vcard
|
||||
LIBRARY_NAME = vcard
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
HAS_EXTRAEXPORTS = 1
|
||||
REQUIRES = xpcom string mime msgbase msgbaseutil uconv necko intl locale pref mailnews msgdb
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = mimeemitter
|
||||
LIBRARY_NAME = mimeemitter
|
||||
EXPORT_LIBRARY = 1
|
||||
SHORT_LIBNAME = emitter
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string mime necko pref intl locale msgbase
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = msgnews
|
||||
LIBRARY_NAME = msgnews
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string mailnews msgbase msgbaseutil msgdb appshell timer mime necko rdf rdfutil pref uriloader nkcache
|
||||
|
||||
|
@ -27,6 +27,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = nsgif
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string img layout locale util
|
||||
|
||||
|
@ -27,6 +27,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = nsjpg
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string img util layout locale jpeg
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = mng
|
||||
LIBRARY_NAME = mozmng
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
REQUIRES = jpeg
|
||||
|
||||
|
@ -27,6 +27,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = nsmng
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string img layout util locale mng jpeg
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = png
|
||||
LIBRARY_NAME = mozpng
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
|
||||
CSRCS = \
|
||||
|
@ -27,6 +27,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = nspng
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string img util layout locale png
|
||||
|
||||
|
@ -35,6 +35,7 @@ endif
|
||||
|
||||
MODULE = jar
|
||||
LIBRARY_NAME = jar$(VERSION_NUMBER)
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string caps
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = imggif
|
||||
LIBRARY_NAME = imggif
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
REQUIRES = xpcom necko layout gfx2 imglib2
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = imgjpeg
|
||||
LIBRARY_NAME = imgjpeg
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
REQUIRES = xpcom string necko layout jpeg gfx2 imglib2
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = imgpng
|
||||
LIBRARY_NAME = imgpng
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
REQUIRES = xpcom necko layout png gfx2 imglib2
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = imgppm
|
||||
LIBRARY_NAME = imgppm
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
REQUIRES = xpcom layout necko gfx2 imglib2
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = imglib2
|
||||
LIBRARY_NAME = imglib2
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
REQUIRES = xpcom string necko nkcache layout timer gfx2
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = pref
|
||||
LIBRARY_NAME = pref
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string js xpconnect caps dom intl locale
|
||||
|
||||
|
@ -33,6 +33,7 @@ REQUIRES = xpcom string java js plugin caps pref js jar layout necko dom widget
|
||||
|
||||
ifdef MOZ_OJI
|
||||
LIBRARY_NAME = oji
|
||||
EXPORT_LIBRARY = 1
|
||||
EXTRA_DSO_LIBS = jsj
|
||||
|
||||
CPPSRCS = \
|
||||
|
@ -24,6 +24,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = SanePlugin
|
||||
LIBRARY_NAME = Sane
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
|
||||
|
@ -29,6 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = plugin
|
||||
XPIDL_MODULE = layout
|
||||
LIBRARY_NAME = gkplugin
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
REQUIRES = xpcom string java pref necko gtkxtbin webshell caps intl dom locale layout widget cookie mimetype oji exthandler docshell webbrwsr nkcache gfx2 timer windowwatcher
|
||||
# for xlib port
|
||||
|
@ -28,6 +28,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = npnulos2
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
CPPSRCS = \
|
||||
maindll.cpp\
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user