2012-05-02 20:16:10 +02:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2012-05-02 20:16:10 +02:00
|
|
|
#
|
2013-04-24 17:14:03 +01: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/.
|
2012-05-02 20:16:10 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,l10ntools))
|
|
|
|
|
2013-03-08 14:14:46 +01:00
|
|
|
$(eval $(call gb_Module_add_targets_for_build,l10ntools,\
|
2012-05-02 20:16:10 +02:00
|
|
|
Executable_helpex \
|
2012-05-20 16:19:26 +02:00
|
|
|
Executable_idxdict \
|
2012-05-02 20:16:10 +02:00
|
|
|
Executable_ulfex \
|
|
|
|
Executable_cfgex \
|
2012-06-27 16:13:37 +01:00
|
|
|
Executable_uiex \
|
2012-05-02 20:16:10 +02:00
|
|
|
Executable_xrmex \
|
|
|
|
Executable_localize \
|
|
|
|
Executable_transex3 \
|
2013-08-20 13:24:19 +02:00
|
|
|
Executable_pocheck \
|
2012-10-06 22:10:41 +02:00
|
|
|
Executable_propex \
|
2012-11-01 13:39:43 +01:00
|
|
|
Executable_treex \
|
2012-05-02 20:16:10 +02:00
|
|
|
StaticLibrary_transex \
|
2013-03-08 14:14:46 +01:00
|
|
|
))
|
|
|
|
|
2013-01-26 22:19:07 +01:00
|
|
|
# vim:set noet sw=4 ts=4:
|