diff -r 000000000000 -r 6474c204b198 browser/metro/locales/Makefile.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/browser/metro/locales/Makefile.in Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,24 @@ +# 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/. + +# metrofx specific resources - this defines LOCALE_SRCDIR +relativesrcdir = browser/metro/locales + +include $(topsrcdir)/config/config.mk + +DEFINES += -DAB_CD=$(AB_CD) + +include $(topsrcdir)/config/rules.mk + +######################################### +# Branding + +# 'browser/branding/nightly' -> 'nightly' +BRANDFOLDER = $(notdir $(MOZ_BRANDING_DIRECTORY)) + +branding-$(BRANDFOLDER): + $(MAKE) -C $(DEPTH)/browser/branding/$(BRANDFOLDER) \ + DIST_SUBDIR=$(DIST_SUBDIR) XPI_ROOT_APPID='$(XPI_ROOT_APPID)' + +libs:: branding-$(BRANDFOLDER)