Bug 777949 - Make the editor Makefile.in's splendid; r=khuey
--- a/editor/Makefile.in
+++ b/editor/Makefile.in
@@ -1,18 +1,18 @@
#
# 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 = ..
-topsrcdir = @top_srcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
-FAIL_ON_WARNINGS = 1
+DEPTH := ..
+topsrcdir := @top_srcdir@
+srcdir := @srcdir@
+VPATH := @srcdir@
+FAIL_ON_WARNINGS := 1
include $(DEPTH)/config/autoconf.mk
-MODULE = editor
-DIRS = public idl txtsvc libeditor txmgr composer
+MODULE := editor
+DIRS := public idl txtsvc libeditor txmgr composer
include $(topsrcdir)/config/rules.mk
--- a/editor/composer/Makefile.in
+++ b/editor/composer/Makefile.in
@@ -1,23 +1,23 @@
#
# 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 = ../..
-topsrcdir = @top_srcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
+DEPTH := ../..
+topsrcdir := @top_srcdir@
+srcdir := @srcdir@
+VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
-DIRS = public src
+DIRS := public src
-TEST_DIRS += test
+TEST_DIRS += test
# Enable Editor API Logging!
ENABLE_EDITOR_API_LOG=1
ifdef ENABLE_EDITOR_API_LOG
DEFINES += -DENABLE_EDITOR_API_LOG
endif
--- a/editor/idl/Makefile.in
+++ b/editor/idl/Makefile.in
@@ -1,39 +1,39 @@
#
# 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 = ../..
-topsrcdir = @top_srcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
+DEPTH := ../..
+topsrcdir := @top_srcdir@
+srcdir := @srcdir@
+VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
-MODULE = editor
-GRE_MODULE = 1
+MODULE := editor
+GRE_MODULE := 1
-XPIDLSRCS = \
- nsIDocumentStateListener.idl \
- nsIEditActionListener.idl \
- nsIEditor.idl \
- nsIEditorIMESupport.idl \
- nsIEditorLogging.idl \
- nsIEditorMailSupport.idl \
- nsIEditorObserver.idl \
- nsIEditorSpellCheck.idl \
- nsIEditorStyleSheets.idl \
- nsIHTMLEditor.idl \
- nsIHTMLObjectResizer.idl \
- nsIHTMLAbsPosEditor.idl \
- nsIHTMLObjectResizeListener.idl \
- nsIHTMLInlineTableEditor.idl \
- nsIPlaintextEditor.idl \
- nsITableEditor.idl \
- nsIURIRefObject.idl \
- nsIContentFilter.idl \
- nsPIEditorTransaction.idl \
- $(NULL)
+XPIDLSRCS := \
+ nsIDocumentStateListener.idl \
+ nsIEditActionListener.idl \
+ nsIEditor.idl \
+ nsIEditorIMESupport.idl \
+ nsIEditorLogging.idl \
+ nsIEditorMailSupport.idl \
+ nsIEditorObserver.idl \
+ nsIEditorSpellCheck.idl \
+ nsIEditorStyleSheets.idl \
+ nsIHTMLEditor.idl \
+ nsIHTMLObjectResizer.idl \
+ nsIHTMLAbsPosEditor.idl \
+ nsIHTMLObjectResizeListener.idl \
+ nsIHTMLInlineTableEditor.idl \
+ nsIPlaintextEditor.idl \
+ nsITableEditor.idl \
+ nsIURIRefObject.idl \
+ nsIContentFilter.idl \
+ nsPIEditorTransaction.idl \
+ $(NULL)
include $(topsrcdir)/config/rules.mk
--- a/editor/libeditor/Makefile.in
+++ b/editor/libeditor/Makefile.in
@@ -1,17 +1,17 @@
#
# 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 = ../..
-topsrcdir = @top_srcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
+DEPTH := ../..
+topsrcdir := @top_srcdir@
+srcdir := @srcdir@
+VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
-DIRS = base text html
+DIRS := base text html
include $(topsrcdir)/config/rules.mk
--- a/editor/public/Makefile.in
+++ b/editor/public/Makefile.in
@@ -1,20 +1,20 @@
#
# 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 = ../..
-topsrcdir = @top_srcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
+DEPTH := ../..
+topsrcdir := @top_srcdir@
+srcdir := @srcdir@
+VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
-MODULE = editor
+MODULE := editor
-EXPORTS = \
- nsEditorCID.h \
- $(NULL)
+EXPORTS := \
+ nsEditorCID.h \
+ $(NULL)
include $(topsrcdir)/config/rules.mk
--- a/editor/txmgr/Makefile.in
+++ b/editor/txmgr/Makefile.in
@@ -1,21 +1,21 @@
#
# 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 = ../..
-topsrcdir = @top_srcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
+DEPTH := ../..
+topsrcdir := @top_srcdir@
+srcdir := @srcdir@
+VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
-MODULE = txmgr
-DIRS = public src idl
+MODULE := txmgr
+DIRS := public src idl
ifdef ENABLE_TESTS
-TOOL_DIRS += tests
+TOOL_DIRS += tests
endif
include $(topsrcdir)/config/rules.mk
--- a/editor/txtsvc/Makefile.in
+++ b/editor/txtsvc/Makefile.in
@@ -1,17 +1,17 @@
#
# 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 = ../..
-topsrcdir = @top_srcdir@
-srcdir = @srcdir@
-VPATH = @srcdir@
+DEPTH := ../..
+topsrcdir := @top_srcdir@
+srcdir := @srcdir@
+VPATH := @srcdir@
include $(DEPTH)/config/autoconf.mk
-MODULE = txtsvc
-DIRS = public src
+MODULE := txtsvc
+DIRS := public src
include $(topsrcdir)/config/rules.mk