2011-08-06 12:26:39 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
2013-04-24 11:14:03 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-08-06 12:26:39 -05:00
|
|
|
#
|
2013-04-24 11:14:03 -05: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/.
|
2011-08-06 12:26:39 -05:00
|
|
|
#
|
|
|
|
|
2012-04-07 01:40:35 -05:00
|
|
|
$(eval $(call gb_CustomTarget_CustomTarget,i18npool/collator))
|
2011-08-06 12:26:39 -05:00
|
|
|
|
2012-05-09 16:15:42 -05:00
|
|
|
i18npool_CODIR := $(call gb_CustomTarget_get_workdir,i18npool/collator)
|
2012-07-27 08:11:08 -05:00
|
|
|
i18npool_COTXTS := \
|
2015-04-20 10:45:28 -05:00
|
|
|
cu_charset.txt \
|
2014-04-22 15:09:40 -05:00
|
|
|
$(call gb_Helper_optional_locale,ca, \
|
|
|
|
ca_charset.txt) \
|
|
|
|
$(call gb_Helper_optional_locale,dz, \
|
|
|
|
dz_charset.txt) \
|
|
|
|
$(call gb_Helper_optional_locale,hu, \
|
|
|
|
hu_charset.txt) \
|
|
|
|
$(call gb_Helper_optional_locale,ja, \
|
|
|
|
ja_charset.txt \
|
|
|
|
ja_phonetic_alphanumeric_first.txt \
|
|
|
|
ja_phonetic_alphanumeric_last.txt) \
|
2014-04-29 04:10:38 -05:00
|
|
|
$(if $(i18npool_ICULT53), \
|
|
|
|
$(call gb_Helper_optional_locale,ko, \
|
|
|
|
ko_charset.txt) \
|
|
|
|
) \
|
2014-04-22 15:09:40 -05:00
|
|
|
$(call gb_Helper_optional_locale,ku, \
|
|
|
|
ku_alphanumeric.txt) \
|
|
|
|
$(call gb_Helper_optional_locale,ln, \
|
|
|
|
ln_charset.txt) \
|
|
|
|
$(call gb_Helper_optional_locale,my, \
|
|
|
|
my_dictionary.txt) \
|
|
|
|
$(call gb_Helper_optional_locale,ne, \
|
|
|
|
ne_charset.txt) \
|
|
|
|
$(call gb_Helper_optional_locale,sid, \
|
|
|
|
sid_charset.txt) \
|
|
|
|
$(call gb_Helper_optional_locale,zh, \
|
|
|
|
zh_charset.txt \
|
|
|
|
zh_pinyin.txt \
|
|
|
|
zh_radical.txt \
|
|
|
|
zh_stroke.txt \
|
|
|
|
zh_TW_charset.txt \
|
|
|
|
zh_TW_radical.txt \
|
|
|
|
zh_TW_stroke.txt \
|
|
|
|
zh_zhuyin.txt)
|
2011-08-06 12:26:39 -05:00
|
|
|
|
2012-07-27 08:11:08 -05:00
|
|
|
$(call gb_CustomTarget_get_target,i18npool/collator) : $(SRCDIR)/i18npool/CustomTarget_collator.mk \
|
2012-05-09 16:15:42 -05:00
|
|
|
$(i18npool_CODIR)/lrl_include.hxx $(foreach txt,$(i18npool_COTXTS), \
|
|
|
|
$(patsubst %.txt,$(i18npool_CODIR)/collator_%.cxx,$(txt)))
|
2011-08-06 12:26:39 -05:00
|
|
|
|
2012-05-09 16:15:42 -05:00
|
|
|
$(i18npool_CODIR)/collator_%.cxx : \
|
|
|
|
$(SRCDIR)/i18npool/source/collator/data/%.txt \
|
2012-12-30 05:27:04 -06:00
|
|
|
$(call gb_Executable_get_runtime_dependencies,gencoll_rule) \
|
2012-05-09 16:15:42 -05:00
|
|
|
| $(i18npool_CODIR)/.dir
|
2012-03-16 19:11:18 -05:00
|
|
|
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CLR,1)
|
2020-02-10 03:31:26 -06:00
|
|
|
$(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),CLR)
|
2012-05-09 03:38:39 -05:00
|
|
|
$(call gb_Helper_abbreviate_dirs, \
|
2012-04-17 17:21:31 -05:00
|
|
|
$(call gb_Helper_execute,gencoll_rule) $< $@ $*)
|
2020-02-10 03:31:26 -06:00
|
|
|
$(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),CLR)
|
2011-08-19 09:56:11 -05:00
|
|
|
|
2014-04-29 04:10:38 -05:00
|
|
|
$(i18npool_CODIR)/lrl_include.hxx : $(SRCDIR)/i18npool/CustomTarget_collator.mk \
|
2012-05-09 16:15:42 -05:00
|
|
|
$(SRCDIR)/i18npool/source/collator/data | $(i18npool_CODIR)/.dir
|
2012-03-16 19:11:18 -05:00
|
|
|
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
|
2020-02-10 03:31:26 -06:00
|
|
|
$(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),ECH)
|
2012-05-09 16:15:42 -05:00
|
|
|
echo '#define LOCAL_RULE_LANGS "$(sort $(foreach txt,$(i18npool_COTXTS), \
|
2012-03-16 19:11:18 -05:00
|
|
|
$(firstword $(subst _, ,$(txt)))))"' > $@
|
2020-02-10 03:31:26 -06:00
|
|
|
$(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),ECH)
|
2011-08-06 12:26:39 -05:00
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|