Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this file, |
michael@0 | 3 | # You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 4 | |
michael@0 | 5 | # Include config.mk explicitly so we can override FINAL_TARGET. |
michael@0 | 6 | include $(topsrcdir)/config/config.mk |
michael@0 | 7 | |
michael@0 | 8 | PREF_JS_EXPORTS = $(srcdir)/prefs.js \ |
michael@0 | 9 | $(NULL) |
michael@0 | 10 | |
michael@0 | 11 | include $(topsrcdir)/config/rules.mk |
michael@0 | 12 | |
michael@0 | 13 | libs:: $(call mkdir_deps,$(FINAL_TARGET)) |
michael@0 | 14 | $(call py_action,buildlist,$(FINAL_TARGET)/chrome.manifest 'resource webapprt ./') |
michael@0 | 15 | |
michael@0 | 16 | GRE_BUILDID := $(shell cat $(DEPTH)/config/buildid) |
michael@0 | 17 | DEFINES += -DGRE_BUILDID=$(GRE_BUILDID) |
michael@0 | 18 | |
michael@0 | 19 | webapprt.ini: application.ini.in $(DEPTH)/config/buildid $(topsrcdir)/config/milestone.txt |
michael@0 | 20 | $(call py_action,preprocessor,$(DEFINES) $< -o $@) |
michael@0 | 21 | |
michael@0 | 22 | libs:: webapprt.ini |
michael@0 | 23 | $(INSTALL) webapprt.ini $(FINAL_TARGET) |
michael@0 | 24 | |
michael@0 | 25 | GARBAGE += webapprt.ini |