Commit f8bc7fa7 authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps

parent 81fd05ae
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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)
@@ -19,8 +14,6 @@ endif

export TOPLEVEL_BUILD := 1

include $(DEPTH)/config/autoconf.mk

default::

ifdef COMPILE_ENVIRONMENT
+0 −8
Original line number Diff line number Diff line
@@ -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)
@@ -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)
+0 −10
Original line number Diff line number Diff line
@@ -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
@@ -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
+0 −9
Original line number Diff line number Diff line
@@ -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
@@ -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
+0 −7
Original line number Diff line number Diff line
@@ -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

Loading