summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_uiex.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-27 16:13:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:33 +0100
commit941436645a3222ee07a7e348e38a34eca763eaea (patch)
treee582787c316ada91543d6a5da16808a6f4a872e7 /l10ntools/Executable_uiex.mk
parent3752a7c1ada87c744d5b3fa5c4ceac05e477e1c5 (diff)
add a plausible .ui to .sdf extraction tool
Change-Id: Icd45e901ea9dd664fcbc0db0c71f555c4cc24a34
Diffstat (limited to 'l10ntools/Executable_uiex.mk')
-rw-r--r--l10ntools/Executable_uiex.mk34
1 files changed, 34 insertions, 0 deletions
diff --git a/l10ntools/Executable_uiex.mk b/l10ntools/Executable_uiex.mk
new file mode 100644
index 000000000000..4d3d245fec13
--- /dev/null
+++ b/l10ntools/Executable_uiex.mk
@@ -0,0 +1,34 @@
+# -*- 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,uiex))
+
+$(eval $(call gb_Executable_set_include,uiex,\
+ -I$(SRCDIR)/l10ntools/inc \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_Executable_use_libraries,uiex,\
+ sal \
+))
+
+$(eval $(call gb_Executable_use_static_libraries,uiex,\
+ transex \
+))
+
+$(eval $(call gb_Executable_add_exception_objects,uiex,\
+ l10ntools/source/uimerge \
+))
+
+$(eval $(call gb_Executable_use_externals,uiex,\
+ libxslt \
+ libxml2 \
+))
+
+# vim: set noet sw=4 ts=4: