michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: # metrofx specific resources - this defines LOCALE_SRCDIR michael@0: relativesrcdir = browser/metro/locales michael@0: michael@0: include $(topsrcdir)/config/config.mk michael@0: michael@0: DEFINES += -DAB_CD=$(AB_CD) michael@0: michael@0: include $(topsrcdir)/config/rules.mk michael@0: michael@0: ######################################### michael@0: # Branding michael@0: michael@0: # 'browser/branding/nightly' -> 'nightly' michael@0: BRANDFOLDER = $(notdir $(MOZ_BRANDING_DIRECTORY)) michael@0: michael@0: branding-$(BRANDFOLDER): michael@0: $(MAKE) -C $(DEPTH)/browser/branding/$(BRANDFOLDER) \ michael@0: DIST_SUBDIR=$(DIST_SUBDIR) XPI_ROOT_APPID='$(XPI_ROOT_APPID)' michael@0: michael@0: libs:: branding-$(BRANDFOLDER)