2012-05-30 20:48:24 +04:00
|
|
|
# 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/.
|
2008-09-03 17:35:06 +04:00
|
|
|
|
2012-08-17 11:56:10 +04:00
|
|
|
DEPTH = @DEPTH@
|
2008-09-03 17:35:06 +04:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
ifndef MOZ_STANDALONE_COMPOSER
|
|
|
|
PREF_JS_EXPORTS = $(srcdir)/composer.js
|
2008-12-16 02:58:00 +03:00
|
|
|
ifdef MOZ_SUITE
|
2010-07-11 09:21:32 +04:00
|
|
|
EXTRA_COMPONENTS = nsComposerCmdLineHandler.manifest nsComposerCmdLineHandler.js
|
2008-09-03 17:35:06 +04:00
|
|
|
endif
|
2008-12-16 02:58:00 +03:00
|
|
|
endif
|
2008-09-03 17:35:06 +04:00
|
|
|
|
2011-12-08 05:40:49 +04:00
|
|
|
EXTRA_JS_MODULES += \
|
|
|
|
editorUtilities.jsm \
|
|
|
|
$(NULL)
|
|
|
|
|
2008-09-03 17:35:06 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|