Bug 777949 - Make the editor Makefile.in's splendid; r=khuey

--HG--
extra : rebase_source : cc24614034ecaa18260fdc16654d18d2ef844c7f
This commit is contained in:
Ehsan Akhgari 2012-07-26 21:57:31 -04:00
Родитель ab26caf7ad
Коммит 7083d7413e
7 изменённых файлов: 66 добавлений и 66 удалений

Просмотреть файл

@ -3,16 +3,16 @@
# 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

Просмотреть файл

@ -3,16 +3,16 @@
# 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

Просмотреть файл

@ -3,37 +3,37 @@
# 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

Просмотреть файл

@ -3,14 +3,14 @@
# 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

Просмотреть файл

@ -3,18 +3,18 @@
# 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

Просмотреть файл

@ -3,18 +3,18 @@
# 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

Просмотреть файл

@ -3,15 +3,15 @@
# 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