Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal

--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
This commit is contained in:
Brian O'Keefe 2013-06-17 15:21:01 -04:00
parent aa3092833f
commit ed17339221
584 changed files with 658 additions and 314 deletions

View File

@ -7,7 +7,6 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
LIBRARY_NAME = IA2Marshal
DEFFILE = $(win_srcdir)/IA2Marshal.def DEFFILE = $(win_srcdir)/IA2Marshal.def
IA2DIR = $(topsrcdir)/other-licenses/ia2 IA2DIR = $(topsrcdir)/other-licenses/ia2

View File

@ -48,3 +48,6 @@ interfaces_c.sort()
EXPORTS += headers EXPORTS += headers
EXPORTS += interfaces_h EXPORTS += interfaces_h
EXPORTS += interfaces_c EXPORTS += interfaces_c
LIBRARY_NAME = 'IA2Marshal'

View File

@ -7,7 +7,6 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
LIBRARY_NAME = AccessibleMarshal
DEFFILE = $(win_srcdir)/AccessibleMarshal.def DEFFILE = $(win_srcdir)/AccessibleMarshal.def
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk

View File

@ -15,3 +15,5 @@ EXPORTS += [
'ISimpleDOMText_i.c', 'ISimpleDOMText_i.c',
] ]
LIBRARY_NAME = 'AccessibleMarshal'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_toolkit_s
EXPORT_LIBRARY = .. EXPORT_LIBRARY = ..
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -33,3 +33,5 @@ CPP_SOURCES += [
'nsMaiInterfaceValue.cpp', 'nsMaiInterfaceValue.cpp',
] ]
LIBRARY_NAME = 'accessibility_toolkit_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_base_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
# we don't want the shared lib, but we want to force the creation of a static lib. # we don't want the shared lib, but we want to force the creation of a static lib.

View File

@ -60,3 +60,6 @@ if a11y_log:
CPP_SOURCES += [ CPP_SOURCES += [
'Logging.cpp', 'Logging.cpp',
] ]
LIBRARY_NAME = 'accessibility_base_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_generic_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
# we don't want the shared lib, but we want to force the creation of a static lib. # we don't want the shared lib, but we want to force the creation of a static lib.

View File

@ -27,3 +27,5 @@ CPP_SOURCES += [
'TextLeafAccessible.cpp', 'TextLeafAccessible.cpp',
] ]
LIBRARY_NAME = 'accessibility_generic_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_html_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
# we don't want the shared lib, but we want to force the creation of a static lib. # we don't want the shared lib, but we want to force the creation of a static lib.

View File

@ -17,3 +17,5 @@ CPP_SOURCES += [
'HTMLTableAccessible.cpp', 'HTMLTableAccessible.cpp',
] ]
LIBRARY_NAME = 'accessibility_html_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_toolkit_s
EXPORT_LIBRARY = .. EXPORT_LIBRARY = ..
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -15,3 +15,5 @@ EXPORTS.mozilla.a11y += [
'HyperTextAccessibleWrap.h', 'HyperTextAccessibleWrap.h',
] ]
LIBRARY_NAME = 'accessibility_toolkit_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_toolkit_s
EXPORT_LIBRARY = .. EXPORT_LIBRARY = ..
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -16,3 +16,5 @@ CPP_SOURCES += [
'Platform.cpp', 'Platform.cpp',
] ]
LIBRARY_NAME = 'accessibility_toolkit_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_xpcom_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
# we don't want the shared lib, but we want to force the creation of a static lib. # we don't want the shared lib, but we want to force the creation of a static lib.

View File

@ -17,3 +17,5 @@ CPP_SOURCES += [
'xpcAccessibleTableCell.cpp', 'xpcAccessibleTableCell.cpp',
] ]
LIBRARY_NAME = 'accessibility_xpcom_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = accessibility_xul_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
# we don't want the shared lib, but we want to force the creation of a static lib. # we don't want the shared lib, but we want to force the creation of a static lib.

View File

@ -21,3 +21,5 @@ CPP_SOURCES += [
'XULTreeGridAccessible.cpp', 'XULTreeGridAccessible.cpp',
] ]
LIBRARY_NAME = 'accessibility_xul_s'

View File

@ -9,8 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = browserabout_s
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1
USE_STATIC_LIBS = 1 USE_STATIC_LIBS = 1

View File

@ -14,3 +14,5 @@ CPP_SOURCES += [
'AboutRedirector.cpp', 'AboutRedirector.cpp',
] ]
LIBRARY_NAME = 'browserabout_s'

View File

@ -9,7 +9,6 @@ VPATH=@srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = browsercomps
SHORT_LIBNAME = brwsrcmp SHORT_LIBNAME = brwsrcmp
IS_COMPONENT = 1 IS_COMPONENT = 1
MODULE_NAME = nsBrowserCompsModule MODULE_NAME = nsBrowserCompsModule

View File

@ -14,3 +14,5 @@ CPP_SOURCES += [
'nsModule.cpp', 'nsModule.cpp',
] ]
LIBRARY_NAME = 'browsercomps'

View File

@ -9,8 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = browserdir_s
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1
USE_STATIC_LIBS = 1 USE_STATIC_LIBS = 1

View File

@ -16,3 +16,5 @@ CPP_SOURCES += [
'DirectoryProvider.cpp', 'DirectoryProvider.cpp',
] ]
LIBRARY_NAME = 'browserdir_s'

View File

@ -9,8 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = browser_feeds_s
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1
USE_STATIC_LIBS = 1 USE_STATIC_LIBS = 1

View File

@ -19,3 +19,6 @@ EXTRA_COMPONENTS += [
EXTRA_PP_COMPONENTS += [ EXTRA_PP_COMPONENTS += [
'FeedWriter.js', 'FeedWriter.js',
] ]
LIBRARY_NAME = 'browser_feeds_s'

View File

@ -9,8 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = migration_s
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1
USE_STATIC_LIBS = 1 USE_STATIC_LIBS = 1

View File

@ -35,3 +35,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
EXTRA_PP_COMPONENTS += [ EXTRA_PP_COMPONENTS += [
'SafariProfileMigrator.js', 'SafariProfileMigrator.js',
] ]
LIBRARY_NAME = 'migration_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULES = stlport MODULES = stlport
LIBRARY_NAME = stlport_static
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1
STL_FLAGS = STL_FLAGS =

View File

@ -10,3 +10,5 @@ CPP_SOURCES += [
'$(notdir $(wildcard $(STLPORT_SOURCES)/src/*.cpp))', '$(notdir $(wildcard $(STLPORT_SOURCES)/src/*.cpp))',
] ]
LIBRARY_NAME = 'stlport_static'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = stdc++compat
FORCE_STATIC_LIB= 1 FORCE_STATIC_LIB= 1
STL_FLAGS = STL_FLAGS =
NO_EXPAND_LIBS = 1 NO_EXPAND_LIBS = 1

View File

@ -11,3 +11,6 @@ CPP_SOURCES += [
] ]
HOST_LIBRARY_NAME = 'host_stdc++compat' HOST_LIBRARY_NAME = 'host_stdc++compat'
LIBRARY_NAME = 'stdc++compat'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = crashinjectdll
DEFFILE = $(srcdir)/crashinjectdll.def DEFFILE = $(srcdir)/crashinjectdll.def
FORCE_SHARED_LIB = 1 FORCE_SHARED_LIB = 1
USE_STATIC_LIBS = 1 USE_STATIC_LIBS = 1

View File

@ -8,3 +8,5 @@ CPP_SOURCES += [
'crashinjectdll.cpp', 'crashinjectdll.cpp',
] ]
LIBRARY_NAME = 'crashinjectdll'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = vmwarerecordinghelper
DEFFILE = $(srcdir)/$(LIBRARY_NAME).def DEFFILE = $(srcdir)/$(LIBRARY_NAME).def
FORCE_SHARED_LIB = 1 FORCE_SHARED_LIB = 1

View File

@ -8,3 +8,5 @@ CPP_SOURCES += [
'vmwarerecordinghelper.cpp', 'vmwarerecordinghelper.cpp',
] ]
LIBRARY_NAME = 'vmwarerecordinghelper'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = caps_s
MSVC_ENABLE_PGO := 1 MSVC_ENABLE_PGO := 1
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -16,3 +16,5 @@ CPP_SOURCES += [
'nsSystemPrincipal.cpp', 'nsSystemPrincipal.cpp',
] ]
LIBRARY_NAME = 'caps_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconhtmldoc_s
MSVC_ENABLE_PGO := 1 MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1 FAIL_ON_WARNINGS = 1

View File

@ -22,3 +22,6 @@ CPP_SOURCES += [
'nsHTMLContentSink.cpp', 'nsHTMLContentSink.cpp',
'nsHTMLDocument.cpp', 'nsHTMLDocument.cpp',
] ]
LIBRARY_NAME = 'gkconhtmldoc_s'

View File

@ -15,7 +15,6 @@ VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME := gkcondash_s
LIBXUL_LIBRARY := 1 LIBXUL_LIBRARY := 1
FORCE_STATIC_LIB := 1 FORCE_STATIC_LIB := 1

View File

@ -19,3 +19,5 @@ CPP_SOURCES += [
'DASHRepDecoder.cpp', 'DASHRepDecoder.cpp',
] ]
LIBRARY_NAME = 'gkcondash_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconencoder_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS := 1 FAIL_ON_WARNINGS := 1

View File

@ -20,3 +20,6 @@ CPP_SOURCES += [
if CONFIG['MOZ_OPUS']: if CONFIG['MOZ_OPUS']:
EXPORTS += ['OpusTrackEncoder.h'] EXPORTS += ['OpusTrackEncoder.h']
CPP_SOURCES += ['OpusTrackEncoder.cpp'] CPP_SOURCES += ['OpusTrackEncoder.cpp']
LIBRARY_NAME = 'gkconencoder_s'

View File

@ -10,7 +10,6 @@ FAIL_ON_WARNINGS := 1
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkcongstreamer_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1

View File

@ -21,3 +21,5 @@ CPP_SOURCES += [
'GStreamerLoader.cpp', 'GStreamerLoader.cpp',
] ]
LIBRARY_NAME = 'gkcongstreamer_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconogg_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS := 1 FAIL_ON_WARNINGS := 1

View File

@ -20,3 +20,5 @@ CPP_SOURCES += [
'OggWriter.cpp', 'OggWriter.cpp',
] ]
LIBRARY_NAME = 'gkconogg_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconmediaplugins_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1

View File

@ -19,3 +19,5 @@ CPP_SOURCES += [
'MediaPluginReader.cpp', 'MediaPluginReader.cpp',
] ]
LIBRARY_NAME = 'gkconmediaplugins_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconraw_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS := 1 FAIL_ON_WARNINGS := 1

View File

@ -17,3 +17,5 @@ CPP_SOURCES += [
'RawReader.cpp', 'RawReader.cpp',
] ]
LIBRARY_NAME = 'gkconraw_s'

View File

@ -10,7 +10,6 @@ FAIL_ON_WARNINGS := 1
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconwave_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -16,3 +16,5 @@ CPP_SOURCES += [
'WaveReader.cpp', 'WaveReader.cpp',
] ]
LIBRARY_NAME = 'gkconwave_s'

View File

@ -10,7 +10,6 @@ FAIL_ON_WARNINGS := 1
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconwebm_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -17,3 +17,5 @@ CPP_SOURCES += [
'WebMReader.cpp', 'WebMReader.cpp',
] ]
LIBRARY_NAME = 'gkconwebm_s'

View File

@ -10,7 +10,6 @@ FAIL_ON_WARNINGS := 1
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconwmf_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
ifeq ($(OS_ARCH),WINNT) ifeq ($(OS_ARCH),WINNT)

View File

@ -21,3 +21,5 @@ CPP_SOURCES += [
'WMFUtils.cpp', 'WMFUtils.cpp',
] ]
LIBRARY_NAME = 'gkconwmf_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconsvgdoc_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1 FAIL_ON_WARNINGS = 1

View File

@ -14,3 +14,5 @@ CPP_SOURCES += [
'SVGDocument.cpp', 'SVGDocument.cpp',
] ]
LIBRARY_NAME = 'gkconsvgdoc_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconxmlcon_s
MSVC_ENABLE_PGO := 1 MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1 FAIL_ON_WARNINGS = 1

View File

@ -19,3 +19,5 @@ CPP_SOURCES += [
'nsXMLElement.cpp', 'nsXMLElement.cpp',
] ]
LIBRARY_NAME = 'gkconxmlcon_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconxmldoc_s
MSVC_ENABLE_PGO := 1 MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1 FAIL_ON_WARNINGS = 1

View File

@ -17,3 +17,5 @@ CPP_SOURCES += [
'nsXMLPrettyPrinter.cpp', 'nsXMLPrettyPrinter.cpp',
] ]
LIBRARY_NAME = 'gkconxmldoc_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = txbase_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1 FAIL_ON_WARNINGS = 1

View File

@ -14,3 +14,5 @@ CPP_SOURCES += [
'txURIUtils.cpp', 'txURIUtils.cpp',
] ]
LIBRARY_NAME = 'txbase_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = txxml_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1 FAIL_ON_WARNINGS = 1

View File

@ -11,3 +11,5 @@ CPP_SOURCES += [
'txXMLUtils.cpp', 'txXMLUtils.cpp',
] ]
LIBRARY_NAME = 'txxml_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = txxpath_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1 FAIL_ON_WARNINGS = 1

View File

@ -47,3 +47,5 @@ CPP_SOURCES += [
'txXPathOptimizer.cpp', 'txXPathOptimizer.cpp',
] ]
LIBRARY_NAME = 'txxpath_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = txxslt_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1 FAIL_ON_WARNINGS = 1

View File

@ -39,3 +39,5 @@ CPP_SOURCES += [
'txXSLTProcessor.cpp', 'txXSLTProcessor.cpp',
] ]
LIBRARY_NAME = 'txxslt_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconxuldoc_s
MSVC_ENABLE_PGO := 1 MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -18,3 +18,6 @@ if CONFIG['MOZ_XUL']:
'nsXULPrototypeCache.cpp', 'nsXULPrototypeCache.cpp',
'nsXULPrototypeDocument.cpp', 'nsXULPrototypeDocument.cpp',
] ]
LIBRARY_NAME = 'gkconxuldoc_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconxultmpl_s
MSVC_ENABLE_PGO := 1 MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -35,3 +35,5 @@ CPP_SOURCES += [
'nsXULTreeBuilder.cpp', 'nsXULTreeBuilder.cpp',
] ]
LIBRARY_NAME = 'gkconxultmpl_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = mozsqlite3
SHORT_LIBNAME = mozsqlt3 SHORT_LIBNAME = mozsqlt3
ifdef MOZ_FOLD_LIBS ifdef MOZ_FOLD_LIBS
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1

View File

@ -10,3 +10,5 @@ EXPORTS += [
'sqlite3.h', 'sqlite3.h',
] ]
LIBRARY_NAME = 'mozsqlite3'

View File

@ -13,7 +13,6 @@ MODULE_NAME = docshell_provider
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = docshell
EXPORT_LIBRARY = 1 EXPORT_LIBRARY = 1
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -14,3 +14,5 @@ CPP_SOURCES += [
'nsDocShellModule.cpp', 'nsDocShellModule.cpp',
] ]
LIBRARY_NAME = 'docshell'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = shistory_s
MSVC_ENABLE_PGO := 1 MSVC_ENABLE_PGO := 1
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -17,3 +17,5 @@ CPP_SOURCES += [
'nsSHistory.cpp', 'nsSHistory.cpp',
] ]
LIBRARY_NAME = 'shistory_s'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = peerconnection
MODULE_NAME = peerconnection MODULE_NAME = peerconnection
IS_COMPONENT = 1 IS_COMPONENT = 1

View File

@ -14,3 +14,5 @@ CPP_SOURCES += [
'MediaModule.cpp', 'MediaModule.cpp',
] ]
LIBRARY_NAME = 'peerconnection'

View File

@ -9,7 +9,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = plugin_child_interpose
FORCE_SHARED_LIB = 1 FORCE_SHARED_LIB = 1
DIST_INSTALL = 1 DIST_INSTALL = 1

View File

@ -4,3 +4,5 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
LIBRARY_NAME = 'plugin_child_interpose'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = nptest
MODULE_NAME = TestPlugin MODULE_NAME = TestPlugin
ifndef _MSC_VER ifndef _MSC_VER
FAIL_ON_WARNINGS = 1 FAIL_ON_WARNINGS = 1

View File

@ -8,3 +8,5 @@ DIRS += ['secondplugin']
MODULE = 'nptest' MODULE = 'nptest'
LIBRARY_NAME = 'nptest'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = npsecondtest
MODULE_NAME = SecondTestPlugin MODULE_NAME = SecondTestPlugin
RELATIVE_PATH=.. RELATIVE_PATH=..

View File

@ -6,3 +6,5 @@
MODULE = 'npsecondtest' MODULE = 'npsecondtest'
LIBRARY_NAME = 'npsecondtest'

View File

@ -11,7 +11,6 @@ FAIL_ON_WARNINGS := 1
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = jsdomevents_s
MSVC_ENABLE_PGO := 1 MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -10,3 +10,5 @@ CPP_SOURCES += [
'nsJSEventListener.cpp', 'nsJSEventListener.cpp',
] ]
LIBRARY_NAME = 'jsdomevents_s'

View File

@ -11,7 +11,6 @@ FAIL_ON_WARNINGS := 1
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = json_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -16,3 +16,5 @@ CPP_SOURCES += [
'nsJSON.cpp', 'nsJSON.cpp',
] ]
LIBRARY_NAME = 'json_s'

View File

@ -11,7 +11,6 @@ FAIL_ON_WARNINGS := 1
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = jsurl_s
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1
MODULE_NAME = javascript__protocol MODULE_NAME = javascript__protocol
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1

View File

@ -16,3 +16,5 @@ CPP_SOURCES += [
'nsJSProtocolHandler.cpp', 'nsJSProtocolHandler.cpp',
] ]
LIBRARY_NAME = 'jsurl_s'

View File

@ -10,7 +10,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = jsdomoffline_s
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS := 1 FAIL_ON_WARNINGS := 1

View File

@ -13,3 +13,5 @@ CPP_SOURCES += [
'nsDOMOfflineResourceList.cpp', 'nsDOMOfflineResourceList.cpp',
] ]
LIBRARY_NAME = 'jsdomoffline_s'

Some files were not shown because too many files have changed in this diff Show More