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 \
20 Library_localedata_en \
21 Library_localedata_es \
22 Library_localedata_euro \
23 Library_localedata_others \
26 $(eval
$(call gb_Module_add_targets_for_build
,i18npool
,\
27 Executable_gencoll_rule \
28 Executable_genconv_dict \
29 Executable_genindex_data \
30 Executable_saxparser \
34 $(eval
$(call gb_Module_add_check_targets
,i18npool
,\
35 CppunitTest_i18npool_breakiterator \
36 CppunitTest_i18npool_characterclassification \
37 CppunitTest_i18npool_ordinalsuffix \
38 CppunitTest_i18npool_textsearch \
39 CppunitTest_i18npool_calendar \
40 CppunitTest_i18npool_defaultnumberingprovider \
41 CppunitTest_i18npool_indexentry \
42 CppunitTest_i18npool_transliteration \
45 # vim: set noet sw=4 ts=4: