sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / i18npool / Module_i18npool.mk
blob271c751081dab4e735932de68a5cdb8c77fe435a
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Module_Module,i18npool))
12 $(eval $(call gb_Module_add_targets,i18npool,\
13 CustomTarget_breakiterator \
14 CustomTarget_collator \
15 CustomTarget_indexentry \
16 CustomTarget_localedata \
17 CustomTarget_textconversion \
18 Library_collator_data \
19 $(if $(filter-out iOS ANDROID,$(OS)), \
20 Library_dict_ja \
21 Library_dict_zh) \
22 Library_i18npool \
23 Library_i18nsearch \
24 Library_index_data \
25 Library_localedata_en \
26 Library_localedata_es \
27 Library_localedata_euro \
28 Library_localedata_others \
29 Library_textconv_dict \
32 $(eval $(call gb_Module_add_targets_for_build,i18npool,\
33 Executable_gencoll_rule \
34 Executable_genconv_dict \
35 Executable_gendict \
36 Executable_genindex_data \
37 Executable_saxparser \
38 Rdb_saxparser \
41 $(eval $(call gb_Module_add_check_targets,i18npool,\
42 CppunitTest_i18npool_test_breakiterator \
43 CppunitTest_i18npool_test_characterclassification \
44 CppunitTest_i18npool_test_ordinalsuffix \
45 CppunitTest_i18npool_test_textsearch \
46 CppunitTest_i18npool_defaultnumberingprovider \
49 # vim: set noet sw=4 ts=4: