mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
18 lines
572 B
Makefile
18 lines
572 B
Makefile
# 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/.
|
|
|
|
# Definitions used by constants.js.
|
|
weave_version := 1.38.0
|
|
weave_id := {340c2bbc-ce74-4362-90b5-7c26312808ef}
|
|
|
|
# Preprocess files.
|
|
SYNC_PP := modules/constants.js
|
|
SYNC_PP_FLAGS := \
|
|
-Dweave_version=$(weave_version) \
|
|
-Dweave_id='$(weave_id)'
|
|
SYNC_PP_PATH = $(FINAL_TARGET)/modules/services-sync
|
|
PP_TARGETS += SYNC_PP
|
|
|
|
PREF_JS_EXPORTS := $(srcdir)/services-sync.js
|