2012-05-21 04:12:37 -07: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/.
|
2010-06-21 17:05:08 -07:00
|
|
|
|
2011-02-04 12:29:53 -08:00
|
|
|
# Definitions used by constants.js.
|
2014-09-02 09:54:33 -07:00
|
|
|
weave_version := 1.37.0
|
2012-07-17 10:45:13 -07:00
|
|
|
weave_id := {340c2bbc-ce74-4362-90b5-7c26312808ef}
|
2011-02-04 12:29:53 -08:00
|
|
|
|
2012-08-09 13:12:26 -07:00
|
|
|
# Preprocess files.
|
|
|
|
SYNC_PP := modules/constants.js
|
|
|
|
SYNC_PP_FLAGS := \
|
2012-07-17 10:45:13 -07:00
|
|
|
-Dweave_version=$(weave_version) \
|
2013-12-02 13:34:21 -08:00
|
|
|
-Dweave_id='$(weave_id)'
|
2012-08-09 13:12:26 -07:00
|
|
|
SYNC_PP_PATH = $(FINAL_TARGET)/modules/services-sync
|
|
|
|
PP_TARGETS += SYNC_PP
|
2011-02-04 12:29:53 -08:00
|
|
|
|
2014-07-28 11:42:26 -07:00
|
|
|
PREF_JS_EXPORTS := $(srcdir)/services-sync.js
|