mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium
This commit is contained in:
parent
49f603cd4d
commit
3a103a7e9f
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
DEFINES += \
|
||||
|
@ -20,3 +20,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'skia_npapi'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -13,7 +13,6 @@ VPATH = \
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -19,3 +19,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'snappy_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,8 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MSVC_ENABLE_PGO := 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += \
|
||||
|
@ -85,3 +85,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'html5p_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,9 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
||||
SHARED_LIBRARY_LIBS = \
|
||||
$(DEPTH)/parser/xml/src/$(LIB_PREFIX)saxp.$(LIB_SUFFIX) \
|
||||
$(NULL)
|
||||
|
@ -25,3 +25,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'htmlpars'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -12,6 +12,4 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MSVC_ENABLE_PGO := 1
|
||||
|
||||
MOZILLA_INTERNAL_API = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -20,3 +20,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'saxp'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -25,3 +25,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'rdfbase_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -11,10 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
# XXX Note dependencies on implementation headers for factory functions
|
||||
|
||||
SHARED_LIBRARY_LIBS = \
|
||||
../base/src/$(LIB_PREFIX)rdfbase_s.$(LIB_SUFFIX) \
|
||||
../datasource/src/$(LIB_PREFIX)rdfdatasource_s.$(LIB_SUFFIX) \
|
||||
|
@ -16,3 +16,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'rdf'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,8 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
# XXX This is a dependency on rdfutil.h: it'll go away once that becomes
|
||||
|
@ -13,3 +13,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'rdfdatasource_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -11,7 +11,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MSVC_ENABLE_PGO := 1
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
DEFINES += -D__STDC_CONSTANT_MACROS
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -19,3 +19,5 @@ LIBRARY_NAME = 'pipboot'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -12,7 +12,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
INCLUDES += \
|
||||
-I$(DIST)/public/nss \
|
||||
$(NULL)
|
||||
|
@ -19,3 +19,5 @@ LIBRARY_NAME = 'pippki'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -12,7 +12,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
CSRCS += md4.c
|
||||
|
||||
DEFINES += \
|
||||
|
@ -85,3 +85,5 @@ if CONFIG['MOZ_XUL']:
|
||||
|
||||
LIBRARY_NAME = 'pipnss'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,11 +10,9 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = sandbox_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
||||
|
@ -14,3 +14,5 @@ CPP_SOURCES += [
|
||||
'Sandbox.cpp',
|
||||
]
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY := 1
|
||||
LIBXUL_LIBRARY := 1
|
||||
MOZILLA_INTERNAL_API := 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -22,3 +22,5 @@ LIBRARY_NAME = 'services-crypto'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -11,6 +11,4 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -26,3 +26,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'startupcache'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -11,9 +11,6 @@ VPATH=@srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
||||
LOCAL_INCLUDES = \
|
||||
$(SQLITE_CFLAGS) \
|
||||
-I$(srcdir)/../src
|
||||
|
@ -16,3 +16,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'storagecomps'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,8 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
# Don't use the jemalloc allocator on Android, because we can't guarantee
|
||||
# that Gecko will configure sqlite before it is first used (bug 730495).
|
||||
#
|
||||
|
@ -39,3 +39,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'storage_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -18,8 +18,6 @@ VPATH = \
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
LOCAL_INCLUDES += \
|
||||
-I$(srcdir)/gtest \
|
||||
-I$(srcdir)/gtest/include \
|
||||
|
@ -65,3 +65,5 @@ GTEST_CPP_SOURCES += [
|
||||
'SanityTest.cpp',
|
||||
]
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = alerts_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/components/build/
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -17,3 +17,5 @@ CPP_SOURCES += [
|
||||
'nsXULAlerts.cpp',
|
||||
]
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,5 +10,4 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -26,3 +26,5 @@ LIBRARY_NAME = 'tkautocomplete'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -12,8 +12,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = toolkitcomps
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
LOCAL_INCLUDES = \
|
||||
-I$(srcdir)/../alerts \
|
||||
-I$(srcdir)/../downloads \
|
||||
|
@ -14,3 +14,5 @@ CPP_SOURCES += [
|
||||
'nsToolkitCompsModule.cpp',
|
||||
]
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,6 +10,4 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -23,3 +23,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'commandlines'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
LOCAL_INCLUDES := \
|
||||
|
@ -17,3 +17,6 @@ LIBRARY_NAME = 'jsctypes'
|
||||
EXTRA_JS_MODULES += [
|
||||
'ctypes.jsm',
|
||||
]
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -11,7 +11,5 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = diskspacewatcher
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
@ -18,3 +18,6 @@ MODULE = 'toolkitcomps'
|
||||
CPP_SOURCES = [
|
||||
'DiskSpaceWatcher.cpp',
|
||||
]
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -11,7 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = download_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
CXXFLAGS += $(TK_CFLAGS) -DGOOGLE_PROTOBUF_NO_RTTI
|
||||
|
@ -38,3 +38,5 @@ if not CONFIG['MOZ_SUITE']:
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -11,9 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MOZILLA_INTERNAL_API = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ABS_SRCDIR := $(call core_abspath,$(srcdir))
|
||||
|
@ -28,3 +28,5 @@ EXTRA_COMPONENTS += [
|
||||
|
||||
LIBRARY_NAME = 'feed_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -1,15 +0,0 @@
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
@ -16,3 +16,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'mozfind_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -1,15 +0,0 @@
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
@ -12,3 +12,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'intl_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,7 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = mediasniffer
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -20,3 +20,6 @@ CPP_SOURCES += [
|
||||
CSRCS += [
|
||||
'mp3sniff.c',
|
||||
]
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
LOCAL_INCLUDES := \
|
||||
-I$(topsrcdir)/js/xpconnect/loader \
|
||||
|
@ -18,3 +18,5 @@ EXTRA_JS_MODULES += [
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
|
@ -15,3 +15,6 @@ LIBRARY_NAME = 'jsreflect'
|
||||
EXTRA_JS_MODULES += [
|
||||
'reflect.jsm',
|
||||
]
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -12,8 +12,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
CXXFLAGS += $(TK_CFLAGS)
|
||||
|
@ -27,3 +27,5 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'qt':
|
||||
|
||||
LIBRARY_NAME = 'remoteservice'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
LOCAL_INCLUDES = \
|
||||
|
@ -40,3 +40,5 @@ EXTRA_PP_JS_MODULES += [
|
||||
'FormHistory.jsm',
|
||||
]
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -1,15 +0,0 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
@ -40,3 +40,5 @@ else:
|
||||
|
||||
LIBRARY_NAME = 'appstartup_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
@ -12,3 +12,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'mozbrwsr_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
USE_RCS_MK := 1
|
||||
include $(topsrcdir)/config/makefiles/rcs.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBRARY_NAME = telemetry
|
||||
MSVC_ENABLE_PGO := 1
|
||||
|
@ -39,3 +39,5 @@ EXTRA_JS_MODULES += [
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# 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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
@ -16,3 +16,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'fastfind_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -11,7 +11,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MSVC_ENABLE_PGO := 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
LOCAL_INCLUDES = \
|
||||
-I$(srcdir)/../build \
|
||||
$(SQLITE_CFLAGS) \
|
||||
|
@ -50,3 +50,5 @@ EXTRA_JS_MODULES += [
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
LIBRARY_NAME = exception_handler_s
|
||||
MSVC_ENABLE_PGO := 1
|
||||
|
||||
|
@ -77,3 +77,5 @@ EXTRA_JS_MODULES += [
|
||||
'KeyValueParser.jsm',
|
||||
]
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
|
@ -18,3 +18,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'jsinspector'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -34,3 +34,5 @@ EXTRA_JS_MODULES += [
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -9,7 +9,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
USE_STATIC_LIBS = 1
|
||||
endif
|
||||
|
@ -32,3 +32,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'updatecommon'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,8 +10,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
LOCAL_INCLUDES = \
|
||||
-I$(srcdir)/../xre \
|
||||
-I$(topsrcdir)/profile/dirserviceprovider/src \
|
||||
|
@ -23,3 +23,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'profile_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,7 +10,4 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -12,3 +12,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'androidproxy'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,7 +10,4 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -12,3 +12,5 @@ CMMSRCS += [
|
||||
|
||||
LIBRARY_NAME = 'osxproxy'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,8 +10,6 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
ifdef MOZ_ENABLE_LIBPROXY
|
||||
CXXFLAGS += $(MOZ_LIBPROXY_CFLAGS)
|
||||
endif # MOZ_ENABLE_LIBPROXY
|
||||
|
@ -17,3 +17,5 @@ else:
|
||||
|
||||
LIBRARY_NAME = 'unixproxy'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -10,7 +10,4 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -12,3 +12,5 @@ CPP_SOURCES += [
|
||||
|
||||
LIBRARY_NAME = 'windowsproxy'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -19,8 +19,6 @@ milestone_txt = $(topsrcdir)/config/milestone.txt
|
||||
|
||||
LIBRARY_NAME = xulapp_s
|
||||
MSVC_ENABLE_PGO := 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
ifeq ($(MOZ_GL_DEFAULT_PROVIDER),GLX)
|
||||
DEFINES += -DUSE_GLX_TEST
|
||||
endif
|
||||
|
@ -93,3 +93,6 @@ if CONFIG['MOZ_UPDATER']:
|
||||
CPP_SOURCES += [
|
||||
'nsUpdateDriver.cpp',
|
||||
]
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -13,8 +13,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
EXPORT_LIBRARY = 1
|
||||
DEFFILE = $(win_srcdir)/tm.def
|
||||
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
STL_FLAGS =
|
||||
|
||||
CSRCS = \
|
||||
|
@ -22,3 +22,5 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
||||
|
||||
LIBRARY_NAME = 'tracemalloc'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -11,6 +11,5 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MSVC_ENABLE_PGO := 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -32,3 +32,5 @@ LIBRARY_NAME = 'uriloaderbase_s'
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
@ -34,7 +34,6 @@ endif
|
||||
VPATH := $(srcdir) $(srcdir)/$(OSDIR)
|
||||
|
||||
LIBRARY_NAME = exthandler_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
|
||||
|
||||
CMMSRCS = nsOSHelperAppService.mm \
|
||||
|
@ -125,3 +125,5 @@ IPDL_SOURCES += [
|
||||
|
||||
FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user