2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 include $(topsrcdir
)/config
/config.mk
9 include $(topsrcdir
)/config
/makefiles
/makeutils.mk
11 $(call errorIfEmpty
,MOZ_BRANDING_DIRECTORY
)
13 $(DEPTH
)/$(MOZ_BRANDING_DIRECTORY
)/Makefile \
14 $(DEPTH
)/$(MOZ_BRANDING_DIRECTORY
)/locales
/Makefile \
17 include $(topsrcdir
)/config
/rules.mk
21 $(NSINSTALL
) -D
$(DIST
)/install
22 @
$(MAKE
) -C
$(DEPTH
)/toolkit
/locales l10n-
$*
23 @
$(MAKE
) l10n AB_CD
=$* XPI_NAME
=locale-
$* PREF_DIR
=defaults
/pref
24 @
$(MAKE
) -C
$(DEPTH
)/$(MOZ_BRANDING_DIRECTORY
)/locales AB_CD
=$* XPI_NAME
=locale-
$*
26 # Tailored target to just add the chrome processing for multi-locale builds
29 @
$(MAKE
) chrome AB_CD
=$*
30 @
$(MAKE
) -C
$(DEPTH
)/$(MOZ_BRANDING_DIRECTORY
)/locales chrome AB_CD
=$*