Module_l10ntools.mk 819 Bytes
Newer Older
1 2
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
3
# This file is part of the LibreOffice project.
4
#
5 6 7
# 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/.
8 9 10 11
#

$(eval $(call gb_Module_Module,l10ntools))

12
$(eval $(call gb_Module_add_targets_for_build,l10ntools,\
13
    Executable_helpex \
14
    Executable_idxdict \
15 16
    Executable_ulfex \
    Executable_cfgex \
17
    Executable_uiex \
18 19 20
    Executable_xrmex \
    Executable_localize \
    Executable_transex3 \
21
    Executable_propex \
22
    Executable_treex \
23
    Executable_stringex \
24
    StaticLibrary_transex \
25 26 27
))

$(eval $(call gb_Module_add_targets,l10ntools,\
David Tardon's avatar
David Tardon committed
28
    Package_ulfconv \
29 30
))

31
# vim:set noet sw=4 ts=4: