Skip to content

Commit

Permalink
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Sep 5, 2013
1 parent 81fd05a commit f8bc7fa
Show file tree
Hide file tree
Showing 1,014 changed files with 0 additions and 8,752 deletions.
7 changes: 0 additions & 7 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

ifndef .PYMAKE
ifeq (,$(MAKE_VERSION))
$(error GNU Make is required)
Expand All @@ -19,8 +14,6 @@ endif

export TOPLEVEL_BUILD := 1

include $(DEPTH)/config/autoconf.mk

default::

ifdef COMPILE_ENVIRONMENT
Expand Down
8 changes: 0 additions & 8 deletions accessible/public/ia2/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@
# 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@

DEFFILE = $(win_srcdir)/IA2Marshal.def

IA2DIR = $(topsrcdir)/other-licenses/ia2

include $(DEPTH)/config/autoconf.mk

DEFINES += -DREGISTER_PROXY_DLL

GARBAGE += $(MIDL_GENERATED_FILES)
Expand Down Expand Up @@ -97,4 +90,3 @@ midl_done : $(addprefix $(IA2DIR)/,$(MIDL_INTERFACES) $(MIDL_ENUMS))
# This marshall dll is also registered in the installer
register::
regsvr32 -s $(DIST)/bin/$(SHARED_LIBRARY)

10 changes: 0 additions & 10 deletions accessible/public/msaa/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
# 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@

DEFFILE = $(win_srcdir)/AccessibleMarshal.def

include $(DEPTH)/config/autoconf.mk

DEFINES += -DREGISTER_PROXY_DLL

GARBAGE += $(MIDL_GENERATED_FILES) done_gen dlldata.c
Expand Down Expand Up @@ -73,6 +66,3 @@ INSTALL_TARGETS += midl_exports
midl_exports_FILES := $(midl_exports)
midl_exports_DEST = $(DIST)/include
midl_exports_TARGET := export

include $(topsrcdir)/config/rules.mk

9 changes: 0 additions & 9 deletions accessible/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

A11Y_LOG = 0
ifdef MOZ_DEBUG
A11Y_LOG = 1
Expand All @@ -17,5 +10,3 @@ ifeq (,$(filter aurora beta release esr,$(MOZ_UPDATE_CHANNEL)))
A11Y_LOG = 1
endif
export A11Y_LOG

include $(topsrcdir)/config/rules.mk
7 changes: 0 additions & 7 deletions accessible/src/atk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

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

Expand Down
7 changes: 0 additions & 7 deletions accessible/src/base/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES += \
Expand Down
7 changes: 0 additions & 7 deletions accessible/src/generic/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES = \
Expand Down
7 changes: 0 additions & 7 deletions accessible/src/html/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES = \
Expand Down
10 changes: 0 additions & 10 deletions accessible/src/jsat/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

INSTALL_TARGETS += ACCESSFU

ACCESSFU_FILES := \
Expand All @@ -24,6 +17,3 @@ ACCESSFU_FILES := \
$(NULL)

ACCESSFU_DEST = $(FINAL_TARGET)/modules/accessibility

include $(topsrcdir)/config/rules.mk

7 changes: 0 additions & 7 deletions accessible/src/mac/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

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

Expand Down
7 changes: 0 additions & 7 deletions accessible/src/other/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

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

Expand Down
7 changes: 0 additions & 7 deletions accessible/src/windows/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/config/rules.mk

ifneq ($(A11Y_LOG),0)
Expand Down
7 changes: 0 additions & 7 deletions accessible/src/windows/ia2/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

EXPORT_LIBRARY = 1

# The midl generated code include Windows headers which defines min and max
Expand Down
7 changes: 0 additions & 7 deletions accessible/src/windows/msaa/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

EXPORT_LIBRARY = 1
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk
Expand Down
7 changes: 0 additions & 7 deletions accessible/src/windows/sdn/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

EXPORT_LIBRARY = 1

# The midl generated code include Windows headers which defines min and max
Expand Down
7 changes: 0 additions & 7 deletions accessible/src/windows/uia/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

EXPORT_LIBRARY = ..

# The midl generated code include Windows headers which defines min and max
Expand Down
7 changes: 0 additions & 7 deletions accessible/src/xpcom/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

EXTRA_MDDEPEND_FILES = xpcAccEvents.pp

INSTALL_TARGETS += xpcaccevents
Expand Down
7 changes: 0 additions & 7 deletions accessible/src/xul/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/config/rules.mk

LOCAL_INCLUDES = \
Expand Down
10 changes: 0 additions & 10 deletions accessible/tests/mochitest/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@

include $(DEPTH)/config/autoconf.mk

MOCHITEST_A11Y_FILES =\
dumbfile.xpi \
formimage.png \
Expand Down Expand Up @@ -47,5 +39,3 @@ MOCHITEST_A11Y_FILES =\
treeview.css \
treeview.js \
$(NULL)

include $(topsrcdir)/config/rules.mk
10 changes: 0 additions & 10 deletions accessible/tests/mochitest/actions/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@

include $(DEPTH)/config/autoconf.mk

MOCHITEST_A11Y_FILES =\
test_anchors.html \
test_aria.html \
Expand All @@ -25,5 +17,3 @@ MOCHITEST_A11Y_FILES =\
test_tree.xul \
test_treegrid.xul \
$(NULL)

include $(topsrcdir)/config/rules.mk
10 changes: 0 additions & 10 deletions accessible/tests/mochitest/attributes/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +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/.

DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = @relativesrcdir@

include $(DEPTH)/config/autoconf.mk

MOCHITEST_A11Y_FILES =\
test_obj.html \
test_obj_css.html \
Expand All @@ -21,5 +13,3 @@ MOCHITEST_A11Y_FILES =\
test_tag.html \
test_xml-roles.html \
$(NULL)

include $(topsrcdir)/config/rules.mk
10 changes: 0 additions & 10 deletions accessible/tests/mochitest/bounds/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,9 @@
# 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

MOCHITEST_A11Y_FILES =\
test_list.html \
test_select.html \
test_zoom_text.html \
test_zoom.html \
$(NULL)

include $(topsrcdir)/config/rules.mk
10 changes: 0 additions & 10 deletions accessible/tests/mochitest/editabletext/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,8 @@
# 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

MOCHITEST_A11Y_FILES =\
editabletext.js \
test_1.html \
test_2.html \
$(NULL)

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

0 comments on commit f8bc7fa

Please sign in to comment.