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 \
24 Library_localedata_en \
25 Library_localedata_es \
26 Library_localedata_euro \
27 Library_localedata_others \
28 Library_textconv_dict \
31 $(eval
$(call gb_Module_add_targets_for_build
,i18npool
,\
32 Executable_gencoll_rule \
33 Executable_genconv_dict \
35 Executable_genindex_data \
36 Executable_saxparser \
39 $(eval
$(call gb_Module_add_check_targets
,i18npool
,\
40 CppunitTest_i18npool_test_breakiterator \
41 CppunitTest_i18npool_test_characterclassification \
42 CppunitTest_i18npool_test_ordinalsuffix \
43 CppunitTest_i18npool_test_textsearch \
46 # vim: set noet sw=4 ts=4: