2012-04-17 18:11:53 +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/.
|
|
|
|
|
2015-10-28 10:20:30 +03:00
|
|
|
# Include rules.mk explicitly so we can use FINAL_TARGET. Also, the dependencies
|
|
|
|
# for webapprt.ini need to be set after PP_TARGETS are expanded in rules.mk.
|
2012-04-17 18:11:53 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2015-10-28 08:02:41 +03:00
|
|
|
MOZ_APP_BUILDID := $(shell cat $(DEPTH)/config/buildid)
|
|
|
|
DEFINES += -DMOZ_APP_BUILDID=$(MOZ_APP_BUILDID)
|
2012-04-17 18:11:53 +04:00
|
|
|
|
2015-10-28 07:57:27 +03:00
|
|
|
$(FINAL_TARGET)/webapprt.ini: $(DEPTH)/config/buildid $(topsrcdir)/config/milestone.txt
|