diff --git a/accessible/src/atk/Makefile.in b/accessible/src/atk/Makefile.in index 70be75d8af48..ba1599610340 100644 --- a/accessible/src/atk/Makefile.in +++ b/accessible/src/atk/Makefile.in @@ -10,8 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk EXPORT_LIBRARY = .. -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk ifdef MOZ_ENABLE_GTK diff --git a/accessible/src/atk/moz.build b/accessible/src/atk/moz.build index 90baa27fc5c7..106d43b869d8 100644 --- a/accessible/src/atk/moz.build +++ b/accessible/src/atk/moz.build @@ -35,3 +35,5 @@ CPP_SOURCES += [ LIBRARY_NAME = 'accessibility_toolkit_s' +LIBXUL_LIBRARY = True + diff --git a/accessible/src/base/Makefile.in b/accessible/src/base/Makefile.in index 67191a4b573d..90f243945253 100644 --- a/accessible/src/base/Makefile.in +++ b/accessible/src/base/Makefile.in @@ -9,8 +9,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES += \ diff --git a/accessible/src/base/moz.build b/accessible/src/base/moz.build index 26519c08b146..3448d52b7b48 100644 --- a/accessible/src/base/moz.build +++ b/accessible/src/base/moz.build @@ -63,3 +63,5 @@ if a11y_log: LIBRARY_NAME = 'accessibility_base_s' +LIBXUL_LIBRARY = True + diff --git a/accessible/src/generic/Makefile.in b/accessible/src/generic/Makefile.in index 68825db73f75..e62fab2c6e0d 100644 --- a/accessible/src/generic/Makefile.in +++ b/accessible/src/generic/Makefile.in @@ -9,8 +9,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES = \ diff --git a/accessible/src/generic/moz.build b/accessible/src/generic/moz.build index 3af56bafd7b4..a602225b40f0 100644 --- a/accessible/src/generic/moz.build +++ b/accessible/src/generic/moz.build @@ -29,3 +29,5 @@ CPP_SOURCES += [ LIBRARY_NAME = 'accessibility_generic_s' +LIBXUL_LIBRARY = True + diff --git a/accessible/src/html/Makefile.in b/accessible/src/html/Makefile.in index c73ec9317cf1..6b8c0b882286 100644 --- a/accessible/src/html/Makefile.in +++ b/accessible/src/html/Makefile.in @@ -10,8 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES = \ diff --git a/accessible/src/html/moz.build b/accessible/src/html/moz.build index 972a0c463890..52a3b7430876 100644 --- a/accessible/src/html/moz.build +++ b/accessible/src/html/moz.build @@ -19,3 +19,5 @@ CPP_SOURCES += [ LIBRARY_NAME = 'accessibility_html_s' +LIBXUL_LIBRARY = True + diff --git a/accessible/src/mac/Makefile.in b/accessible/src/mac/Makefile.in index 90a6b6ae2d5c..2b98846b0236 100644 --- a/accessible/src/mac/Makefile.in +++ b/accessible/src/mac/Makefile.in @@ -10,9 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk EXPORT_LIBRARY = .. -LIBXUL_LIBRARY = 1 - - include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES += \ diff --git a/accessible/src/mac/moz.build b/accessible/src/mac/moz.build index dab37e183b1a..ae2c455087f1 100644 --- a/accessible/src/mac/moz.build +++ b/accessible/src/mac/moz.build @@ -29,3 +29,6 @@ CMMSRCS += [ 'mozHTMLAccessible.mm', 'mozTextAccessible.mm', ] + +LIBXUL_LIBRARY = True + diff --git a/accessible/src/other/Makefile.in b/accessible/src/other/Makefile.in index 1c65f82a96a6..5e146623d448 100644 --- a/accessible/src/other/Makefile.in +++ b/accessible/src/other/Makefile.in @@ -10,8 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk EXPORT_LIBRARY = .. -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES += \ diff --git a/accessible/src/other/moz.build b/accessible/src/other/moz.build index 8f2f2bba7e8f..a2f29f28ebd2 100644 --- a/accessible/src/other/moz.build +++ b/accessible/src/other/moz.build @@ -18,3 +18,5 @@ CPP_SOURCES += [ LIBRARY_NAME = 'accessibility_toolkit_s' +LIBXUL_LIBRARY = True + diff --git a/accessible/src/windows/ia2/Makefile.in b/accessible/src/windows/ia2/Makefile.in index 5827bd89c687..0b57d0c5b6cb 100644 --- a/accessible/src/windows/ia2/Makefile.in +++ b/accessible/src/windows/ia2/Makefile.in @@ -11,7 +11,6 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = accessibility_toolkit_ia2_s EXPORT_LIBRARY = 1 -LIBXUL_LIBRARY = 1 # The midl generated code include Windows headers which defines min and max # macros which conflicts with std::min/max. Suppress the macros: diff --git a/accessible/src/windows/ia2/moz.build b/accessible/src/windows/ia2/moz.build index 54f52890d53d..883f99786644 100644 --- a/accessible/src/windows/ia2/moz.build +++ b/accessible/src/windows/ia2/moz.build @@ -30,3 +30,5 @@ CPP_SOURCES += [ 'ia2AccessibleValue.cpp', ] +LIBXUL_LIBRARY = True + diff --git a/accessible/src/windows/msaa/Makefile.in b/accessible/src/windows/msaa/Makefile.in index b595e30c82ef..e019041a9a76 100644 --- a/accessible/src/windows/msaa/Makefile.in +++ b/accessible/src/windows/msaa/Makefile.in @@ -11,8 +11,6 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = accessibility_toolkit_msaa_s EXPORT_LIBRARY = 1 -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk diff --git a/accessible/src/windows/msaa/moz.build b/accessible/src/windows/msaa/moz.build index febc7f713ddc..52b83aa601ba 100644 --- a/accessible/src/windows/msaa/moz.build +++ b/accessible/src/windows/msaa/moz.build @@ -41,3 +41,6 @@ if CONFIG['MOZ_XUL']: 'XULMenuAccessibleWrap.cpp', 'XULTreeGridAccessibleWrap.cpp', ] + +LIBXUL_LIBRARY = True + diff --git a/accessible/src/windows/sdn/Makefile.in b/accessible/src/windows/sdn/Makefile.in index cbc3681e8f37..ba998fda4942 100644 --- a/accessible/src/windows/sdn/Makefile.in +++ b/accessible/src/windows/sdn/Makefile.in @@ -11,7 +11,7 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = accessibility_toolkit_sdn_s EXPORT_LIBRARY = 1 -LIBXUL_LIBRARY = 1 + # The midl generated code include Windows headers which defines min and max # macros which conflicts with std::min/max. Suppress the macros: OS_CXXFLAGS += -DNOMINMAX diff --git a/accessible/src/windows/sdn/moz.build b/accessible/src/windows/sdn/moz.build index 3736a2980ac0..b5768afe05a8 100644 --- a/accessible/src/windows/sdn/moz.build +++ b/accessible/src/windows/sdn/moz.build @@ -11,3 +11,5 @@ CPP_SOURCES += [ 'sdnTextAccessible.cpp', ] +LIBXUL_LIBRARY = True + diff --git a/accessible/src/windows/uia/Makefile.in b/accessible/src/windows/uia/Makefile.in index 6fa292fc9298..d39f7f9a6cd3 100644 --- a/accessible/src/windows/uia/Makefile.in +++ b/accessible/src/windows/uia/Makefile.in @@ -11,7 +11,7 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = accessibility_toolkit_uia_s EXPORT_LIBRARY = .. -LIBXUL_LIBRARY = 1 + # The midl generated code include Windows headers which defines min and max # macros which conflicts with std::min/max. Suppress the macros: OS_CXXFLAGS += -DNOMINMAX diff --git a/accessible/src/windows/uia/moz.build b/accessible/src/windows/uia/moz.build index f6c2ee69dc5c..eb3bb01e2989 100644 --- a/accessible/src/windows/uia/moz.build +++ b/accessible/src/windows/uia/moz.build @@ -10,3 +10,5 @@ CPP_SOURCES += [ 'uiaRawElmProvider.cpp', ] +LIBXUL_LIBRARY = True + diff --git a/accessible/src/xpcom/Makefile.in b/accessible/src/xpcom/Makefile.in index f484a05ff8ef..a87748938cc6 100644 --- a/accessible/src/xpcom/Makefile.in +++ b/accessible/src/xpcom/Makefile.in @@ -9,8 +9,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 - EXTRA_MDDEPEND_FILES = xpcAccEvents.pp include $(topsrcdir)/config/rules.mk diff --git a/accessible/src/xpcom/moz.build b/accessible/src/xpcom/moz.build index cd6a44e8fd80..9bbe85607176 100644 --- a/accessible/src/xpcom/moz.build +++ b/accessible/src/xpcom/moz.build @@ -19,3 +19,5 @@ CPP_SOURCES += [ LIBRARY_NAME = 'accessibility_xpcom_s' +LIBXUL_LIBRARY = True + diff --git a/accessible/src/xul/Makefile.in b/accessible/src/xul/Makefile.in index c2dd89d8ffbf..a57c3f469823 100644 --- a/accessible/src/xul/Makefile.in +++ b/accessible/src/xul/Makefile.in @@ -10,8 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES = \ diff --git a/accessible/src/xul/moz.build b/accessible/src/xul/moz.build index 5625280f2fc6..599e3c36bbf6 100644 --- a/accessible/src/xul/moz.build +++ b/accessible/src/xul/moz.build @@ -23,3 +23,5 @@ CPP_SOURCES += [ LIBRARY_NAME = 'accessibility_xul_s' +LIBXUL_LIBRARY = True + diff --git a/caps/src/Makefile.in b/caps/src/Makefile.in index b5804cf4278e..fa3083fad3e1 100644 --- a/caps/src/Makefile.in +++ b/caps/src/Makefile.in @@ -11,9 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 - - include $(topsrcdir)/config/rules.mk INCLUDES += -I$(srcdir)/../include \ diff --git a/caps/src/moz.build b/caps/src/moz.build index 59683de668df..01c2ca2ae2da 100644 --- a/caps/src/moz.build +++ b/caps/src/moz.build @@ -18,3 +18,5 @@ CPP_SOURCES += [ LIBRARY_NAME = 'caps_s' +LIBXUL_LIBRARY = True + diff --git a/chrome/src/Makefile.in b/chrome/src/Makefile.in index 31b73227007c..007975f62740 100644 --- a/chrome/src/Makefile.in +++ b/chrome/src/Makefile.in @@ -12,8 +12,6 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = chrome_s MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk diff --git a/chrome/src/moz.build b/chrome/src/moz.build index 5fb69ed750c8..f128712e8943 100644 --- a/chrome/src/moz.build +++ b/chrome/src/moz.build @@ -17,3 +17,5 @@ CPP_SOURCES += [ 'nsChromeRegistryContent.cpp', ] +LIBXUL_LIBRARY = True + diff --git a/content/base/src/Makefile.in b/content/base/src/Makefile.in index 9242219de584..9759825fcaa5 100644 --- a/content/base/src/Makefile.in +++ b/content/base/src/Makefile.in @@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkconbase_s MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 ifdef MOZ_WEBRTC LOCAL_INCLUDES += \ -I$(topsrcdir)/netwerk/sctp/datachannel \ diff --git a/content/base/src/moz.build b/content/base/src/moz.build index a149aec820dd..be1a4b13a1e3 100644 --- a/content/base/src/moz.build +++ b/content/base/src/moz.build @@ -172,3 +172,5 @@ EXTRA_JS_MODULES += [ FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/canvas/src/Makefile.in b/content/canvas/src/Makefile.in index e3f47d8ffcc5..cadc7033d7cd 100644 --- a/content/canvas/src/Makefile.in +++ b/content/canvas/src/Makefile.in @@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkconcvs_s MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 ifdef MOZ_WEBGL LOCAL_INCLUDES += \ -I$(topsrcdir)/js/xpconnect/wrappers \ diff --git a/content/canvas/src/moz.build b/content/canvas/src/moz.build index 3b1c14276306..f9e6c83a5abb 100644 --- a/content/canvas/src/moz.build +++ b/content/canvas/src/moz.build @@ -76,3 +76,5 @@ else: FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/events/src/Makefile.in b/content/events/src/Makefile.in index 8dc9ad447ef3..b56a5ac13788 100644 --- a/content/events/src/Makefile.in +++ b/content/events/src/Makefile.in @@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkconevents_s MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk diff --git a/content/events/src/moz.build b/content/events/src/moz.build index 06ac1db0c42c..6e5b6e6fc797 100644 --- a/content/events/src/moz.build +++ b/content/events/src/moz.build @@ -69,3 +69,5 @@ if CONFIG['MOZ_WEBSPEECH']: FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/html/content/src/Makefile.in b/content/html/content/src/Makefile.in index d426ab323615..9cfaa0f26a7f 100644 --- a/content/html/content/src/Makefile.in +++ b/content/html/content/src/Makefile.in @@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkconhtmlcon_s MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk diff --git a/content/html/content/src/moz.build b/content/html/content/src/moz.build index 8212d436a451..8933e1d970eb 100644 --- a/content/html/content/src/moz.build +++ b/content/html/content/src/moz.build @@ -156,3 +156,5 @@ CPP_SOURCES += [ FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/html/document/src/Makefile.in b/content/html/document/src/Makefile.in index 8657240f049b..c52e0426a153 100644 --- a/content/html/document/src/Makefile.in +++ b/content/html/document/src/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES += \ diff --git a/content/html/document/src/moz.build b/content/html/document/src/moz.build index 80520f44d483..e8b0b9bf451e 100644 --- a/content/html/document/src/moz.build +++ b/content/html/document/src/moz.build @@ -27,3 +27,5 @@ LIBRARY_NAME = 'gkconhtmldoc_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/mathml/content/src/Makefile.in b/content/mathml/content/src/Makefile.in index 63de0e78b7af..5a711f04ccf9 100644 --- a/content/mathml/content/src/Makefile.in +++ b/content/mathml/content/src/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkcontentmathml_s -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk diff --git a/content/mathml/content/src/moz.build b/content/mathml/content/src/moz.build index 6dd667b1e395..738d55c31c85 100644 --- a/content/mathml/content/src/moz.build +++ b/content/mathml/content/src/moz.build @@ -13,3 +13,5 @@ CPP_SOURCES += [ FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/media/Makefile.in b/content/media/Makefile.in index 4b43651df2bf..2f6b8bb2cd73 100644 --- a/content/media/Makefile.in +++ b/content/media/Makefile.in @@ -11,7 +11,6 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkconmedia_s MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk diff --git a/content/media/dash/Makefile.in b/content/media/dash/Makefile.in index 40bccbe10b2e..40c9391db93b 100644 --- a/content/media/dash/Makefile.in +++ b/content/media/dash/Makefile.in @@ -15,8 +15,6 @@ VPATH := @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY := 1 - include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES := \ diff --git a/content/media/dash/moz.build b/content/media/dash/moz.build index 921b926977c0..560bd7362bcc 100644 --- a/content/media/dash/moz.build +++ b/content/media/dash/moz.build @@ -21,3 +21,5 @@ CPP_SOURCES += [ LIBRARY_NAME = 'gkcondash_s' +LIBXUL_LIBRARY = True + diff --git a/content/media/directshow/Makefile.in b/content/media/directshow/Makefile.in index ae7aac70d127..41d6d9ae847d 100644 --- a/content/media/directshow/Makefile.in +++ b/content/media/directshow/Makefile.in @@ -10,8 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkcondirectshow_s -LIBXUL_LIBRARY = 1 - LOCAL_INCLUDES += -I$(topsrcdir)/media/webrtc/trunk/webrtc/modules/video_capture/windows/ ifeq ($(OS_ARCH),WINNT) diff --git a/content/media/directshow/moz.build b/content/media/directshow/moz.build index 6a405dd6b8fd..8787ee845b09 100644 --- a/content/media/directshow/moz.build +++ b/content/media/directshow/moz.build @@ -36,3 +36,5 @@ if not CONFIG['MOZ_WEBRTC_IN_LIBXUL']: FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/media/encoder/Makefile.in b/content/media/encoder/Makefile.in deleted file mode 100644 index 865181c4ce43..000000000000 --- a/content/media/encoder/Makefile.in +++ /dev/null @@ -1,13 +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 diff --git a/content/media/encoder/moz.build b/content/media/encoder/moz.build index cf0ea9304b33..001ca84f2c1d 100644 --- a/content/media/encoder/moz.build +++ b/content/media/encoder/moz.build @@ -25,3 +25,5 @@ LIBRARY_NAME = 'gkconencoder_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/media/gstreamer/Makefile.in b/content/media/gstreamer/Makefile.in index 0aee85c59652..73436052c9cd 100644 --- a/content/media/gstreamer/Makefile.in +++ b/content/media/gstreamer/Makefile.in @@ -8,8 +8,6 @@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk CFLAGS += $(GSTREAMER_CFLAGS) diff --git a/content/media/gstreamer/moz.build b/content/media/gstreamer/moz.build index 09cccea4f761..9e48ad07956e 100644 --- a/content/media/gstreamer/moz.build +++ b/content/media/gstreamer/moz.build @@ -25,3 +25,5 @@ LIBRARY_NAME = 'gkcongstreamer_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/media/mediasource/Makefile.in b/content/media/mediasource/Makefile.in index 75a112639e58..e533fc0a4d0e 100644 --- a/content/media/mediasource/Makefile.in +++ b/content/media/mediasource/Makefile.in @@ -9,6 +9,4 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkconmediasource_s -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk diff --git a/content/media/mediasource/moz.build b/content/media/mediasource/moz.build index a90461521bd4..2e4e68fe31b8 100644 --- a/content/media/mediasource/moz.build +++ b/content/media/mediasource/moz.build @@ -28,3 +28,5 @@ CPP_SOURCES += [ FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/media/moz.build b/content/media/moz.build index 2ebeb4c43626..9fcea014d787 100644 --- a/content/media/moz.build +++ b/content/media/moz.build @@ -132,8 +132,10 @@ CPP_SOURCES += [ FAIL_ON_WARNINGS = True - if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['BUILD_ARM_NEON']: CPP_SOURCES += [ 'AudioNodeEngineNEON.cpp', ] + +LIBXUL_LIBRARY = True + diff --git a/content/media/ogg/Makefile.in b/content/media/ogg/Makefile.in deleted file mode 100644 index 5ce55c06d6e3..000000000000 --- a/content/media/ogg/Makefile.in +++ /dev/null @@ -1,13 +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 diff --git a/content/media/ogg/moz.build b/content/media/ogg/moz.build index 7cbf70482053..b83d8287af6f 100644 --- a/content/media/ogg/moz.build +++ b/content/media/ogg/moz.build @@ -24,3 +24,5 @@ LIBRARY_NAME = 'gkconogg_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/media/omx/Makefile.in b/content/media/omx/Makefile.in index 791e89f17f63..f82b0b53091d 100644 --- a/content/media/omx/Makefile.in +++ b/content/media/omx/Makefile.in @@ -10,8 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkconomx_s -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk diff --git a/content/media/omx/moz.build b/content/media/omx/moz.build index e36b67f1cae5..39da61420601 100644 --- a/content/media/omx/moz.build +++ b/content/media/omx/moz.build @@ -19,3 +19,5 @@ CPP_SOURCES += [ 'OMXCodecProxy.cpp', ] +LIBXUL_LIBRARY = True + diff --git a/content/media/plugins/Makefile.in b/content/media/plugins/Makefile.in index 105ec7f29a5d..28f33d995a16 100644 --- a/content/media/plugins/Makefile.in +++ b/content/media/plugins/Makefile.in @@ -9,8 +9,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk INCLUDES += \ diff --git a/content/media/plugins/moz.build b/content/media/plugins/moz.build index c7d49fb39207..c2845273bc8e 100644 --- a/content/media/plugins/moz.build +++ b/content/media/plugins/moz.build @@ -21,3 +21,5 @@ CPP_SOURCES += [ LIBRARY_NAME = 'gkconmediaplugins_s' +LIBXUL_LIBRARY = True + diff --git a/content/media/raw/Makefile.in b/content/media/raw/Makefile.in index 0990e6e37651..480a76049b5d 100644 --- a/content/media/raw/Makefile.in +++ b/content/media/raw/Makefile.in @@ -10,7 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk INCLUDES += \ diff --git a/content/media/raw/moz.build b/content/media/raw/moz.build index a8dabceaf135..7c8e2b0d5286 100644 --- a/content/media/raw/moz.build +++ b/content/media/raw/moz.build @@ -21,3 +21,5 @@ LIBRARY_NAME = 'gkconraw_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/media/wave/Makefile.in b/content/media/wave/Makefile.in deleted file mode 100644 index bdacd989c366..000000000000 --- a/content/media/wave/Makefile.in +++ /dev/null @@ -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 diff --git a/content/media/wave/moz.build b/content/media/wave/moz.build index ca2ede1e260e..3f4e6254a59c 100644 --- a/content/media/wave/moz.build +++ b/content/media/wave/moz.build @@ -20,3 +20,5 @@ LIBRARY_NAME = 'gkconwave_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/media/webaudio/Makefile.in b/content/media/webaudio/Makefile.in index 2e675ecfe7e4..087db3ab8b81 100644 --- a/content/media/webaudio/Makefile.in +++ b/content/media/webaudio/Makefile.in @@ -10,6 +10,5 @@ VPATH := @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME := gkconwebaudio_s -LIBXUL_LIBRARY := 1 include $(topsrcdir)/config/rules.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk diff --git a/content/media/webaudio/blink/Makefile.in b/content/media/webaudio/blink/Makefile.in index a4b980ba86c0..39dabd4fcc9c 100644 --- a/content/media/webaudio/blink/Makefile.in +++ b/content/media/webaudio/blink/Makefile.in @@ -10,8 +10,6 @@ VPATH := @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME := gkconwebaudio_blink_s -LIBXUL_LIBRARY := 1 - LOCAL_INCLUDES += -I$(topsrcdir)/content/media/webaudio include $(topsrcdir)/config/rules.mk diff --git a/content/media/webaudio/blink/moz.build b/content/media/webaudio/blink/moz.build index 95074f0f7ae0..3041b726753a 100644 --- a/content/media/webaudio/blink/moz.build +++ b/content/media/webaudio/blink/moz.build @@ -25,3 +25,5 @@ CPP_SOURCES += [ 'ZeroPole.cpp', ] +LIBXUL_LIBRARY = True + diff --git a/content/media/webaudio/moz.build b/content/media/webaudio/moz.build index bf44474ec850..5c8d4d505558 100644 --- a/content/media/webaudio/moz.build +++ b/content/media/webaudio/moz.build @@ -86,3 +86,5 @@ CPP_SOURCES += [ FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/media/webm/Makefile.in b/content/media/webm/Makefile.in index d8e73b908a3f..47ea451c6b0f 100644 --- a/content/media/webm/Makefile.in +++ b/content/media/webm/Makefile.in @@ -8,9 +8,6 @@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 - - include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES = \ diff --git a/content/media/webm/moz.build b/content/media/webm/moz.build index a9b1f22165e4..1923a76883b3 100644 --- a/content/media/webm/moz.build +++ b/content/media/webm/moz.build @@ -21,3 +21,5 @@ LIBRARY_NAME = 'gkconwebm_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/media/webrtc/Makefile.in b/content/media/webrtc/Makefile.in index 440c14557271..b97113262296 100644 --- a/content/media/webrtc/Makefile.in +++ b/content/media/webrtc/Makefile.in @@ -10,8 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkconwebrtc_s -LIBXUL_LIBRARY = 1 - ifeq ($(OS_ARCH),WINNT) OS_CXXFLAGS += -DNOMINMAX endif diff --git a/content/media/webrtc/moz.build b/content/media/webrtc/moz.build index ab8eae1e0cf5..c7020ac1c2b5 100644 --- a/content/media/webrtc/moz.build +++ b/content/media/webrtc/moz.build @@ -23,3 +23,5 @@ CPP_SOURCES += [ 'MediaEngineDefault.cpp', ] +LIBXUL_LIBRARY = True + diff --git a/content/media/webspeech/recognition/Makefile.in b/content/media/webspeech/recognition/Makefile.in index 3b04c8faceff..af4b62f4ff22 100644 --- a/content/media/webspeech/recognition/Makefile.in +++ b/content/media/webspeech/recognition/Makefile.in @@ -15,8 +15,6 @@ VPATH += \ $(NULL) LIBRARY_NAME := gkconwebspeechrecognition_s -LIBXUL_LIBRARY := 1 - LOCAL_INCLUDES += $(VPATH:%=-I%) include $(topsrcdir)/config/rules.mk diff --git a/content/media/webspeech/recognition/moz.build b/content/media/webspeech/recognition/moz.build index 4952784aa597..047c7da23896 100644 --- a/content/media/webspeech/recognition/moz.build +++ b/content/media/webspeech/recognition/moz.build @@ -40,3 +40,5 @@ CPP_SOURCES += [ 'energy_endpointer_params.cc', ] +LIBXUL_LIBRARY = True + diff --git a/content/media/webspeech/synth/Makefile.in b/content/media/webspeech/synth/Makefile.in index 505406ba8a19..25eecb68aaa1 100644 --- a/content/media/webspeech/synth/Makefile.in +++ b/content/media/webspeech/synth/Makefile.in @@ -15,8 +15,6 @@ VPATH += \ LIBRARY_NAME := gkconwebspeechsynth_s EXPORT_LIBRARY = 1 -LIBXUL_LIBRARY = 1 - LOCAL_INCLUDES += $(VPATH:%=-I%) include $(topsrcdir)/config/rules.mk diff --git a/content/media/webspeech/synth/moz.build b/content/media/webspeech/synth/moz.build index 46609f0f8c49..c8459bea1783 100644 --- a/content/media/webspeech/synth/moz.build +++ b/content/media/webspeech/synth/moz.build @@ -45,3 +45,5 @@ IPDL_SOURCES += [ FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/media/wmf/Makefile.in b/content/media/wmf/Makefile.in index 48665405f082..1185c8b7f817 100644 --- a/content/media/wmf/Makefile.in +++ b/content/media/wmf/Makefile.in @@ -8,8 +8,6 @@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 - ifeq ($(OS_ARCH),WINNT) OS_CXXFLAGS += -DNOMINMAX endif diff --git a/content/media/wmf/moz.build b/content/media/wmf/moz.build index 1b13aea2fb9e..bdc6cb8ea857 100644 --- a/content/media/wmf/moz.build +++ b/content/media/wmf/moz.build @@ -25,3 +25,5 @@ LIBRARY_NAME = 'gkconwmf_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/smil/Makefile.in b/content/smil/Makefile.in index 4137896ddf9b..f1a5232f7d83 100644 --- a/content/smil/Makefile.in +++ b/content/smil/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkconsmil_s -LIBXUL_LIBRARY = 1 LOCAL_INCLUDES += \ -I$(srcdir)/../base/src \ -I$(srcdir)/../../layout/style \ diff --git a/content/smil/moz.build b/content/smil/moz.build index ca099a10c041..846a95370d8c 100644 --- a/content/smil/moz.build +++ b/content/smil/moz.build @@ -63,3 +63,5 @@ CPP_SOURCES += [ FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/svg/content/src/Makefile.in b/content/svg/content/src/Makefile.in index 25e0d81cce8d..72baafae11b3 100644 --- a/content/svg/content/src/Makefile.in +++ b/content/svg/content/src/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkcontentsvg_s -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk diff --git a/content/svg/content/src/moz.build b/content/svg/content/src/moz.build index fa0eba9037c8..dc553bfc0cf7 100644 --- a/content/svg/content/src/moz.build +++ b/content/svg/content/src/moz.build @@ -246,3 +246,5 @@ CPP_SOURCES += [ FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/svg/document/src/Makefile.in b/content/svg/document/src/Makefile.in index c1379e2f2382..ea1a3ada93a7 100644 --- a/content/svg/document/src/Makefile.in +++ b/content/svg/document/src/Makefile.in @@ -10,7 +10,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk INCLUDES += \ diff --git a/content/svg/document/src/moz.build b/content/svg/document/src/moz.build index 1acbbbe49d3d..d0723654f0f3 100644 --- a/content/svg/document/src/moz.build +++ b/content/svg/document/src/moz.build @@ -18,3 +18,5 @@ LIBRARY_NAME = 'gkconsvgdoc_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/xbl/src/Makefile.in b/content/xbl/src/Makefile.in index 94105b980e65..91cfbc713705 100644 --- a/content/xbl/src/Makefile.in +++ b/content/xbl/src/Makefile.in @@ -12,7 +12,6 @@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = gkconxbl_s MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES = \ diff --git a/content/xbl/src/moz.build b/content/xbl/src/moz.build index 10fa50a5f721..507d049c06b8 100644 --- a/content/xbl/src/moz.build +++ b/content/xbl/src/moz.build @@ -38,3 +38,5 @@ CPP_SOURCES += [ FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/xml/content/src/Makefile.in b/content/xml/content/src/Makefile.in index 2a325fe32219..f19f9c89f166 100644 --- a/content/xml/content/src/Makefile.in +++ b/content/xml/content/src/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk INCLUDES += \ diff --git a/content/xml/content/src/moz.build b/content/xml/content/src/moz.build index a36a89a124ee..89f1347d7d21 100644 --- a/content/xml/content/src/moz.build +++ b/content/xml/content/src/moz.build @@ -24,3 +24,5 @@ LIBRARY_NAME = 'gkconxmlcon_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/xml/document/src/Makefile.in b/content/xml/document/src/Makefile.in index b439a0c106f9..bf4a622b898a 100644 --- a/content/xml/document/src/Makefile.in +++ b/content/xml/document/src/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES = \ diff --git a/content/xml/document/src/moz.build b/content/xml/document/src/moz.build index a117870b1576..65e515273b2a 100644 --- a/content/xml/document/src/moz.build +++ b/content/xml/document/src/moz.build @@ -21,3 +21,5 @@ LIBRARY_NAME = 'gkconxmldoc_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/xslt/src/base/Makefile.in b/content/xslt/src/base/Makefile.in index b998d654e42a..e6de70ac28ee 100644 --- a/content/xslt/src/base/Makefile.in +++ b/content/xslt/src/base/Makefile.in @@ -9,7 +9,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk INCLUDES += \ diff --git a/content/xslt/src/base/moz.build b/content/xslt/src/base/moz.build index 272c27cc365f..073bd662fe49 100644 --- a/content/xslt/src/base/moz.build +++ b/content/xslt/src/base/moz.build @@ -18,3 +18,5 @@ LIBRARY_NAME = 'txbase_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/xslt/src/xml/Makefile.in b/content/xslt/src/xml/Makefile.in index 5ea8eda299ac..1eaa5430e0af 100644 --- a/content/xslt/src/xml/Makefile.in +++ b/content/xslt/src/xml/Makefile.in @@ -9,7 +9,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk INCLUDES += \ diff --git a/content/xslt/src/xml/moz.build b/content/xslt/src/xml/moz.build index e6202e1ade7d..471e2db7c0f0 100644 --- a/content/xslt/src/xml/moz.build +++ b/content/xslt/src/xml/moz.build @@ -15,3 +15,5 @@ LIBRARY_NAME = 'txxml_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/xslt/src/xpath/Makefile.in b/content/xslt/src/xpath/Makefile.in index 868af65fdf74..0155c2562882 100644 --- a/content/xslt/src/xpath/Makefile.in +++ b/content/xslt/src/xpath/Makefile.in @@ -9,7 +9,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk INCLUDES += \ diff --git a/content/xslt/src/xpath/moz.build b/content/xslt/src/xpath/moz.build index cf2fa2902411..4e878fb2b4f8 100644 --- a/content/xslt/src/xpath/moz.build +++ b/content/xslt/src/xpath/moz.build @@ -51,3 +51,5 @@ LIBRARY_NAME = 'txxpath_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/xslt/src/xslt/Makefile.in b/content/xslt/src/xslt/Makefile.in index 3b4cca3b3349..a61c3bd47f2d 100644 --- a/content/xslt/src/xslt/Makefile.in +++ b/content/xslt/src/xslt/Makefile.in @@ -9,8 +9,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -LIBXUL_LIBRARY = 1 - # For nsDependentJSString LOCAL_INCLUDES += \ -I$(topsrcdir)/dom/base \ diff --git a/content/xslt/src/xslt/moz.build b/content/xslt/src/xslt/moz.build index d0860baf19ee..c86961f42636 100644 --- a/content/xslt/src/xslt/moz.build +++ b/content/xslt/src/xslt/moz.build @@ -48,3 +48,5 @@ LIBRARY_NAME = 'txxslt_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/xul/document/src/Makefile.in b/content/xul/document/src/Makefile.in index b8cdfe75429a..a5c2a58fdd37 100644 --- a/content/xul/document/src/Makefile.in +++ b/content/xul/document/src/Makefile.in @@ -11,7 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES = -I$(srcdir)/../../../base/src \ diff --git a/content/xul/document/src/moz.build b/content/xul/document/src/moz.build index 6eb1d60fa5a9..7759b397835a 100644 --- a/content/xul/document/src/moz.build +++ b/content/xul/document/src/moz.build @@ -23,3 +23,5 @@ LIBRARY_NAME = 'gkconxuldoc_s' FAIL_ON_WARNINGS = True +LIBXUL_LIBRARY = True + diff --git a/content/xul/templates/src/Makefile.in b/content/xul/templates/src/Makefile.in index d0d9d829d788..5d299fb0325d 100644 --- a/content/xul/templates/src/Makefile.in +++ b/content/xul/templates/src/Makefile.in @@ -11,8 +11,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk MSVC_ENABLE_PGO := 1 -LIBXUL_LIBRARY = 1 - include $(topsrcdir)/config/rules.mk LOCAL_INCLUDES = -I$(srcdir)/../../../base/src \ diff --git a/content/xul/templates/src/moz.build b/content/xul/templates/src/moz.build index 149d5dcef032..84e5fd2fcdbb 100644 --- a/content/xul/templates/src/moz.build +++ b/content/xul/templates/src/moz.build @@ -37,3 +37,5 @@ CPP_SOURCES += [ LIBRARY_NAME = 'gkconxultmpl_s' +LIBXUL_LIBRARY = True +