mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-04 13:42:48 +00:00
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
This commit is contained in:
parent
0199108bb0
commit
f4153f40d4
accessible/src/windows
content/media/webspeech/synth
dom
editor
embedding
extensions
auth
cookie
gio
permissions
pref/autoconfig/src
spellcheck/src
universalchardet/src/xpcom
gfx
2d
gl
ipc
skia
src
tests/gtest
thebes
ycbcr
hal
image
intl
build
chardet/src
locale/src/os2
uconv
unicharutil/util/internal
ipc
chromium
dbus
glue
ipdl
@ -2,8 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_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
|
||||
|
@ -45,3 +45,5 @@ LOCAL_INCLUDES += [
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_ia2_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
||||
|
@ -59,3 +59,5 @@ LOCAL_INCLUDES += [
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_msaa_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_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
|
||||
|
@ -25,3 +25,5 @@ LOCAL_INCLUDES += [
|
||||
|
||||
LIBRARY_NAME = 'accessibility_toolkit_sdn_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -8,7 +8,6 @@ VPATH += \
|
||||
$(srcdir)/ipc \
|
||||
$(NULL)
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LOCAL_INCLUDES += $(VPATH:%=-I%)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -52,3 +52,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'gkconwebspeechsynth_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -12,6 +12,5 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
@ -33,3 +33,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'domaudiochannel_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
# Need this to find all our DOM source files.
|
||||
include $(topsrcdir)/dom/dom-config.mk
|
||||
|
||||
|
@ -40,3 +40,5 @@ MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'dombindings_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
||||
|
@ -77,3 +77,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'domipc_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LOCAL_INCLUDES += \
|
||||
-I$(topsrcdir)/media/mtransport \
|
||||
-I$(topsrcdir)/media/webrtc/signaling/include \
|
||||
|
@ -18,3 +18,5 @@ LIBRARY_NAME = 'peerconnection'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),android)
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/dom/plugins/base/android
|
||||
endif
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LOCAL_INCLUDES += \
|
||||
-I$(topsrcdir)/widget/android \
|
||||
-I$(topsrcdir)/widget/xpwidgets \
|
||||
|
@ -31,3 +31,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'gkpluginandroid_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -101,3 +101,5 @@ MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'gkplugin'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
ifeq (WINNT,$(OS_ARCH))
|
||||
DEFINES += \
|
||||
-DMOZ_HANGUI_PROCESS_NAME=\"plugin-hang-ui$(BIN_SUFFIX)\" \
|
||||
|
@ -111,3 +111,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'domplugins_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -12,7 +12,5 @@ LOCAL_INCLUDES += \
|
||||
-I$(topsrcdir)/js/xpconnect/loader \
|
||||
$(NULL)
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
@ -2,7 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/dom/src/geolocation \
|
||||
-I$(topsrcdir)/content/events/src
|
||||
$(NULL)
|
||||
|
@ -17,3 +17,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'domsystemandroid_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/dom/src/geolocation \
|
||||
$(NULL)
|
||||
|
||||
|
@ -14,3 +14,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'domsystemmac_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -55,3 +55,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'domsystem_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
ifdef MOZ_ENABLE_QTMOBILITY
|
||||
LOCAL_INCLUDES += $(MOZ_QT_CFLAGS) \
|
||||
-I$(topsrcdir)/dom/src/geolocation \
|
||||
|
@ -18,3 +18,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'domsystemunix_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,7 +2,5 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
# We fire the nsDOMDeviceAcceleration
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/content/events/src
|
||||
|
@ -16,3 +16,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'domsystemwindows_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,6 +2,4 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/dom/dom-config.mk
|
||||
|
@ -33,3 +33,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'domwifi_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_FILES = \
|
||||
|
@ -23,3 +23,5 @@ FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,4 +3,3 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
@ -20,3 +20,5 @@ FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
SHARED_LIBRARY_LIBS= \
|
||||
../webBrowser/$(LIB_PREFIX)nsWebBrowser_s.$(LIB_SUFFIX) \
|
||||
$(NULL)
|
||||
|
@ -16,3 +16,5 @@ FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
SHARED_LIBRARY_LIBS = \
|
||||
../windowwatcher/src/$(LIB_PREFIX)windowwatcher_s.$(LIB_SUFFIX) \
|
||||
../appstartup/src/$(LIB_PREFIX)appstartupnotifier_s.$(LIB_SUFFIX) \
|
||||
|
@ -16,3 +16,5 @@ FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
LOCAL_INCLUDES += -DUSE_SSPI
|
||||
endif
|
||||
|
@ -26,3 +26,5 @@ LIBRARY_NAME = 'auth'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,6 +3,5 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
@ -28,3 +28,5 @@ MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'cookie'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,5 +3,4 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LOCAL_INCLUDES = $(MOZ_GIO_CFLAGS)
|
||||
|
@ -16,3 +16,5 @@ FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,4 +2,3 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
@ -15,3 +15,5 @@ LIBRARY_NAME = 'permissions'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
AUTOCFG_JS_EXPORTS = \
|
||||
$(srcdir)/prefcalls.js \
|
||||
$(NULL)
|
||||
|
@ -17,3 +17,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'autoconfig'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
SHARED_LIBRARY_LIBS += ../hunspell/src/$(LIB_PREFIX)hunspell_s.$(LIB_SUFFIX)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -21,3 +21,5 @@ LIBRARY_NAME = 'spellchecker'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LOCAL_INCLUDES = -I$(srcdir)/../base
|
||||
|
||||
SHARED_LIBRARY_LIBS = \
|
||||
|
@ -15,3 +15,5 @@ LIBRARY_NAME = 'universalchardet'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -5,8 +5,6 @@
|
||||
|
||||
VPATH = $(srcdir) $(srcdir)/unittest
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
DEFINES += -DMOZ_GFX -DUSE_CAIRO -DGFX2D_INTERNAL
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),$(findstring $(MOZ_WIDGET_TOOLKIT),android gtk2 gtk3 gonk qt))
|
||||
|
@ -109,3 +109,5 @@ MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'gfx2d'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
||||
ifdef MOZ_WEBGL
|
||||
DEFINES += -DMOZ_D3DCOMPILER_DLL=$(MOZ_D3DCOMPILER_DLL)
|
||||
|
@ -117,3 +117,5 @@ MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'gl'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,8 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
||||
|
@ -32,3 +32,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'gfxipc_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,8 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
DEFINES += -DSK_A32_SHIFT=24 -DSK_R32_SHIFT=16 -DSK_G32_SHIFT=8 -DSK_B32_SHIFT=0
|
||||
|
||||
LOCAL_INCLUDES += \
|
||||
|
@ -553,3 +553,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS) $(TK_CFLAGS)
|
||||
|
@ -67,3 +67,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -7,8 +7,6 @@ VPATH = @srcdir@ $(srcdir)/$(DEPTH)/gfx/2d/unittest
|
||||
CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS) $(TK_CFLAGS)
|
||||
|
||||
# Create a GTest library
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
LOCAL_INCLUDES = \
|
||||
-I$(topsrcdir)/gfx/layers \
|
||||
-I$(topsrcdir)/gfx/2d \
|
||||
|
@ -36,3 +36,5 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'windows':
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
LOCAL_INCLUDES += \
|
||||
-I$(topsrcdir)/content/xml/document/src \
|
||||
$(NULL)
|
||||
|
@ -278,3 +278,5 @@ MSVC_ENABLE_PGO = True
|
||||
|
||||
LIBRARY_NAME = 'thebes'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
# These files use MMX and SSE2 intrinsics, so they need special compile flags
|
||||
|
@ -73,3 +73,5 @@ LIBRARY_NAME = 'ycbcr'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
MOCHITEST_BROWSER_FILES += \
|
||||
tests/browser_alarms.js \
|
||||
$(NULL)
|
||||
|
@ -156,3 +156,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'hal_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LOCAL_INCLUDES = \
|
||||
-I. \
|
||||
-I$(srcdir)/../src \
|
||||
|
@ -16,3 +16,5 @@ FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
ifdef MOZ_WIDGET_GTK
|
||||
PLATFORM = gtk
|
||||
endif
|
||||
|
@ -22,3 +22,5 @@ FAIL_ON_WARNINGS = True
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
# see also intl/locale/src/Makefile.in
|
||||
ifneq (,$(filter os2 windows, $(MOZ_WIDGET_TOOLKIT)))
|
||||
LOCALE_DIR = $(MOZ_WIDGET_TOOLKIT)
|
||||
|
@ -14,3 +14,5 @@ LIBRARY_NAME = 'i18n'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,4 +3,3 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
@ -15,3 +15,5 @@ LIBRARY_NAME = 'chardet'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir)/..
|
||||
|
@ -17,3 +17,5 @@ LIBRARY_NAME = 'platlocale_s'
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
LOCAL_INCLUDES = -I$(srcdir)/../util \
|
||||
-I$(srcdir)/../ucvlatin \
|
||||
-I$(srcdir)/../ucvibm \
|
||||
|
@ -35,3 +35,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -3,4 +3,3 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
@ -25,3 +25,5 @@ CSRCS += [
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -8,7 +8,6 @@
|
||||
# unicharutil_external_s.
|
||||
|
||||
DIST_INSTALL = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
MOZILLA_INTERNAL_API = 1
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/.. \
|
||||
|
@ -12,3 +12,5 @@ CPP_SOURCES += intl_unicharutil_util_cppsrcs
|
||||
|
||||
LIBRARY_NAME = 'unicharutil_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
OS_CXXFLAGS := $(filter-out -fshort-wchar,$(OS_CXXFLAGS))
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
ACDEFINES =
|
||||
|
||||
ifndef MOZ_NATIVE_LIBEVENT # {
|
||||
|
@ -238,3 +238,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'chromium_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
ifdef MOZ_ENABLE_DBUS
|
||||
LOCAL_INCLUDES += $(MOZ_DBUS_CFLAGS)
|
||||
endif
|
||||
|
@ -22,3 +22,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'mozdbus_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -4,8 +4,6 @@
|
||||
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/crashreporter
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
DEFINES += -DMOZ_CHILD_PROCESS_NAME=\"$(MOZ_CHILD_PROCESS_NAME)\"
|
||||
DEFINES += -DMOZ_CHILD_PROCESS_BUNDLE=\"$(MOZ_CHILD_PROCESS_BUNDLE)\"
|
||||
|
||||
|
@ -104,3 +104,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'mozipc_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -5,8 +5,6 @@
|
||||
GARBAGE_DIRS += _ipdlheaders
|
||||
GARBAGE += ipdl_lextab.py ipdl_yacctab.py $(wildcard *.pyc $(srcdir)/ipdl/*.pyc $(srcdir)/ipdl/cxx/*.pyc)
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
# This file is generated by the moz.build backend.
|
||||
include ipdlsrcs.mk
|
||||
|
||||
|
@ -13,3 +13,5 @@ LIBXUL_LIBRARY = True
|
||||
|
||||
LIBRARY_NAME = 'mozipdlgen_s'
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
@ -2,8 +2,6 @@
|
||||
# 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/.
|
||||
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
IPDLTESTS = \
|
||||
TestActorPunning \
|
||||
TestBridgeMain \
|
||||
|
@ -84,3 +84,5 @@ IPDL_SOURCES += [
|
||||
|
||||
LIBXUL_LIBRARY = True
|
||||
|
||||
EXPORT_LIBRARY = True
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user