2012-05-21 15:12:37 +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/.
|
2010-06-22 04:05:08 +04:00
|
|
|
|
2011-02-04 23:29:53 +03:00
|
|
|
# Definitions used by constants.js.
|
2015-03-30 21:44:20 +03:00
|
|
|
weave_version := 1.42.0
|
2012-07-17 21:45:13 +04:00
|
|
|
weave_id := {340c2bbc-ce74-4362-90b5-7c26312808ef}
|
2011-02-04 23:29:53 +03:00
|
|
|
|
2012-08-10 00:12:26 +04:00
|
|
|
# Preprocess files.
|
|
|
|
SYNC_PP := modules/constants.js
|
|
|
|
SYNC_PP_FLAGS := \
|
2012-07-17 21:45:13 +04:00
|
|
|
-Dweave_version=$(weave_version) \
|
2013-12-03 01:34:21 +04:00
|
|
|
-Dweave_id='$(weave_id)'
|
2012-08-10 00:12:26 +04:00
|
|
|
SYNC_PP_PATH = $(FINAL_TARGET)/modules/services-sync
|
|
|
|
PP_TARGETS += SYNC_PP
|
2011-02-04 23:29:53 +03:00
|
|
|
|