2012-05-21 15:12:37 +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/.
|
2004-11-24 18:55:31 +03:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2005-04-21 03:10:56 +04:00
|
|
|
|
2017-06-19 17:51:05 +03:00
|
|
|
libs-%: AB_CD=$*
|
2005-04-21 03:10:56 +04:00
|
|
|
libs-%:
|
|
|
|
@$(MAKE) -C ../../netwerk/locales/ libs AB_CD=$* XPI_NAME=locale-$*
|
|
|
|
@$(MAKE) -C ../../dom/locales/ libs AB_CD=$* XPI_NAME=locale-$*
|
|
|
|
@$(MAKE) -C ../../security/manager/locales/ libs AB_CD=$* XPI_NAME=locale-$*
|
2015-11-05 07:44:30 +03:00
|
|
|
@$(MAKE) -C ../../devtools/shared/locales/ libs AB_CD=$* XPI_NAME=locale-$*
|
2005-04-21 03:10:56 +04:00
|
|
|
@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$*
|
2007-10-10 22:49:04 +04:00
|
|
|
|
2015-11-05 00:35:53 +03:00
|
|
|
# target to be used by multi-locale l10n builds, just add this locale
|
2009-10-08 14:19:25 +04:00
|
|
|
# like regular chrome code
|
2017-06-19 17:51:05 +03:00
|
|
|
chrome-%: AB_CD=$*
|
2009-10-08 14:19:25 +04:00
|
|
|
chrome-%:
|
|
|
|
@$(MAKE) -C $(DEPTH)/netwerk/locales/ chrome AB_CD=$*
|
|
|
|
@$(MAKE) -C $(DEPTH)/dom/locales/ chrome AB_CD=$*
|
|
|
|
@$(MAKE) -C $(DEPTH)/security/manager/locales/ chrome AB_CD=$*
|
|
|
|
@$(MAKE) chrome AB_CD=$*
|