Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LI…
Browse files Browse the repository at this point in the history
…B implied by LIBXUL_LIBRARY=1 r=mshal
  • Loading branch information
Trevor Saunders committed Jul 11, 2013
1 parent 0e78d82 commit e2a8be8
Show file tree
Hide file tree
Showing 241 changed files with 4 additions and 472 deletions.
3 changes: 0 additions & 3 deletions accessible/src/atk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ include $(DEPTH)/config/autoconf.mk
EXPORT_LIBRARY = ..
LIBXUL_LIBRARY = 1

# we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

ifdef MOZ_ENABLE_GTK
Expand Down
3 changes: 0 additions & 3 deletions accessible/src/base/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ include $(DEPTH)/config/autoconf.mk

LIBXUL_LIBRARY = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES += \
Expand Down
3 changes: 0 additions & 3 deletions accessible/src/generic/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ include $(DEPTH)/config/autoconf.mk

LIBXUL_LIBRARY = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES = \
Expand Down
3 changes: 0 additions & 3 deletions accessible/src/html/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ include $(DEPTH)/config/autoconf.mk

LIBXUL_LIBRARY = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES = \
Expand Down
3 changes: 0 additions & 3 deletions accessible/src/mac/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ EXPORT_LIBRARY = ..
LIBXUL_LIBRARY = 1


# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES += \
Expand Down
3 changes: 0 additions & 3 deletions accessible/src/other/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ include $(DEPTH)/config/autoconf.mk
EXPORT_LIBRARY = ..
LIBXUL_LIBRARY = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES += \
Expand Down
3 changes: 0 additions & 3 deletions accessible/src/windows/ia2/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ LIBXUL_LIBRARY = 1
# macros which conflicts with std::min/max. Suppress the macros:
OS_CXXFLAGS += -DNOMINMAX

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

Expand Down
3 changes: 0 additions & 3 deletions accessible/src/windows/msaa/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ LIBRARY_NAME = accessibility_toolkit_msaa_s
EXPORT_LIBRARY = 1
LIBXUL_LIBRARY = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk
Expand Down
3 changes: 0 additions & 3 deletions accessible/src/windows/sdn/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ LIBXUL_LIBRARY = 1
# macros which conflicts with std::min/max. Suppress the macros:
OS_CXXFLAGS += -DNOMINMAX

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

Expand Down
3 changes: 0 additions & 3 deletions accessible/src/windows/uia/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ LIBXUL_LIBRARY = 1
# macros which conflicts with std::min/max. Suppress the macros:
OS_CXXFLAGS += -DNOMINMAX

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

Expand Down
3 changes: 0 additions & 3 deletions accessible/src/xpcom/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ include $(DEPTH)/config/autoconf.mk

LIBXUL_LIBRARY = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

EXTRA_MDDEPEND_FILES = xpcAccEvents.pp

include $(topsrcdir)/config/rules.mk
Expand Down
3 changes: 0 additions & 3 deletions accessible/src/xul/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ include $(DEPTH)/config/autoconf.mk

LIBXUL_LIBRARY = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES = \
Expand Down
1 change: 0 additions & 1 deletion caps/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk

MSVC_ENABLE_PGO := 1
FORCE_STATIC_LIB = 1
LIBXUL_LIBRARY = 1


Expand Down
1 change: 0 additions & 1 deletion chrome/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = chrome_s
MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
Expand Down
4 changes: 0 additions & 4 deletions content/base/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ endif

GQI_SRCS = contentbase.gqi

# we don't want the shared lib, but we want to force the creation of a
# static lib.
FORCE_STATIC_LIB = 1

EXTRA_COMPONENTS = \
contentSecurityPolicy.manifest \
contentAreaDropListener.js \
Expand Down
3 changes: 0 additions & 3 deletions content/canvas/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ LOCAL_INCLUDES += \
$(NULL)
endif

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Expand Down
3 changes: 0 additions & 3 deletions content/events/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk
Expand Down
3 changes: 0 additions & 3 deletions content/html/content/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Expand Down
3 changes: 0 additions & 3 deletions content/html/document/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES += \
Expand Down
4 changes: 0 additions & 4 deletions content/mathml/content/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ FAIL_ON_WARNINGS = 1
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

# we don't want the shared lib, but we want to force the creation of a static
# lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

INCLUDES += \
Expand Down
2 changes: 0 additions & 2 deletions content/media/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS := 1

FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk
Expand Down
2 changes: 0 additions & 2 deletions content/media/dash/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ include $(DEPTH)/config/autoconf.mk

LIBXUL_LIBRARY := 1

FORCE_STATIC_LIB := 1

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES := \
Expand Down
2 changes: 0 additions & 2 deletions content/media/encoder/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS := 1


FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk
2 changes: 0 additions & 2 deletions content/media/gstreamer/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ include $(DEPTH)/config/autoconf.mk

LIBXUL_LIBRARY = 1

FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

CFLAGS += $(GSTREAMER_CFLAGS)
Expand Down
2 changes: 0 additions & 2 deletions content/media/ogg/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS := 1


FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk
2 changes: 0 additions & 2 deletions content/media/omx/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gkconomx_s
LIBXUL_LIBRARY = 1

FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Expand Down
2 changes: 0 additions & 2 deletions content/media/plugins/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ include $(DEPTH)/config/autoconf.mk

LIBXUL_LIBRARY = 1

FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

INCLUDES += \
Expand Down
2 changes: 0 additions & 2 deletions content/media/raw/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS := 1

FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

INCLUDES += \
Expand Down
2 changes: 0 additions & 2 deletions content/media/wave/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1


FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk
2 changes: 0 additions & 2 deletions content/media/webaudio/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ LIBRARY_NAME := gkconwebaudio_s
LIBXUL_LIBRARY := 1
FAIL_ON_WARNINGS := 1

FORCE_STATIC_LIB := 1

include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
2 changes: 0 additions & 2 deletions content/media/webaudio/blink/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME := gkconwebaudio_blink_s
LIBXUL_LIBRARY := 1

FORCE_STATIC_LIB := 1

include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
2 changes: 0 additions & 2 deletions content/media/webm/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1


FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES = \
Expand Down
2 changes: 0 additions & 2 deletions content/media/webrtc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ ifeq ($(OS_ARCH),WINNT)
OS_CXXFLAGS += -DNOMINMAX
endif

FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

Expand Down
2 changes: 0 additions & 2 deletions content/media/webspeech/recognition/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ LIBXUL_LIBRARY := 1

LOCAL_INCLUDES += $(VPATH:%=-I%)

FORCE_STATIC_LIB := 1

include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk
2 changes: 0 additions & 2 deletions content/media/webspeech/synth/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ LIBXUL_LIBRARY = 1

LOCAL_INCLUDES += $(VPATH:%=-I%)

FORCE_STATIC_LIB := 1

include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk
2 changes: 0 additions & 2 deletions content/media/wmf/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ ifeq ($(OS_ARCH),WINNT)
OS_CXXFLAGS += -DNOMINMAX
endif

FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk
3 changes: 0 additions & 3 deletions content/smil/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ FAIL_ON_WARNINGS = 1

include $(topsrcdir)/config/config.mk

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

INCLUDES += \
-I$(srcdir)/../base/src \
-I$(srcdir)/../../layout/style \
Expand Down
3 changes: 0 additions & 3 deletions content/svg/content/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ FAIL_ON_WARNINGS = 1
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

INCLUDES += \
Expand Down
3 changes: 0 additions & 3 deletions content/svg/document/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ include $(DEPTH)/config/autoconf.mk
LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

INCLUDES += \
Expand Down
3 changes: 0 additions & 3 deletions content/xbl/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ FAIL_ON_WARNINGS = 1

include $(topsrcdir)/config/config.mk

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES = \
Expand Down
3 changes: 0 additions & 3 deletions content/xml/content/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

INCLUDES += \
Expand Down
3 changes: 0 additions & 3 deletions content/xml/document/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ MSVC_ENABLE_PGO := 1
LIBXUL_LIBRARY = 1
FAIL_ON_WARNINGS = 1

# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES = \
Expand Down
Loading

0 comments on commit e2a8be8

Please sign in to comment.