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