2012-09-28 03:19:18 -07: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/.
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
2012-11-07 15:04:22 -08:00
|
|
|
|
2014-07-24 10:56:38 -07:00
|
|
|
PROPS2ARRAYS = $(topsrcdir)/intl/locale/props2arrays.py
|
2012-11-07 15:04:22 -08:00
|
|
|
labelsencodings.properties.h: $(PROPS2ARRAYS) labelsencodings.properties
|
|
|
|
$(PYTHON) $^ $@
|
2013-11-04 03:24:33 -08:00
|
|
|
localesfallbacks.properties.h: $(PROPS2ARRAYS) localesfallbacks.properties
|
|
|
|
$(PYTHON) $^ $@
|
2014-02-06 01:08:01 -08:00
|
|
|
domainsfallbacks.properties.h: $(PROPS2ARRAYS) domainsfallbacks.properties
|
|
|
|
$(PYTHON) $^ $@
|
2014-05-08 02:32:00 -07:00
|
|
|
encodingsgroups.properties.h: $(PROPS2ARRAYS) encodingsgroups.properties
|
|
|
|
$(PYTHON) $^ $@
|
2014-02-06 01:08:01 -08:00
|
|
|
nonparticipatingdomains.properties.h: $(PROPS2ARRAYS) nonparticipatingdomains.properties
|
|
|
|
$(PYTHON) $^ $@
|