summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_ulfconv.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-15 11:38:07 +0200
committerDavid Tardon <dtardon@redhat.com>2012-07-17 14:06:52 +0200
commit4b592ce754e578a347490341caecc1bc45f67242 (patch)
treea25dce68615e277f12827d061e79da086522cf15 /l10ntools/Executable_ulfconv.mk
parent4fea92fe5389ba4de593f5e991870cf595b516e1 (diff)
move ulfconv to l10ntools
This allows us to drop dependency on setup_native everywhere. Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
Diffstat (limited to 'l10ntools/Executable_ulfconv.mk')
-rw-r--r--l10ntools/Executable_ulfconv.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/l10ntools/Executable_ulfconv.mk b/l10ntools/Executable_ulfconv.mk
new file mode 100644
index 000000000000..8ed5bb0e5f2c
--- /dev/null
+++ b/l10ntools/Executable_ulfconv.mk
@@ -0,0 +1,21 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# 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/.
+#
+
+$(eval $(call gb_Executable_Executable,ulfconv))
+
+$(eval $(call gb_Executable_use_libraries,ulfconv,\
+ sal \
+ $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Executable_add_exception_objects,ulfconv,\
+ l10ntools/source/ulfconv/ulfconv \
+))
+
+# vim: set noet sw=4 ts=4: