summaryrefslogtreecommitdiff
path: root/unoidl/Executable_unoidl-write.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-16 16:48:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-16 16:48:09 +0200
commitfc54915c461dc753866627bd52ea60b12b71a012 (patch)
tree8f71995fb5420ae1c32e8669e3fd249c82728f8e /unoidl/Executable_unoidl-write.mk
parent95e566b9a0df06d130e118181058273f034bcf2c (diff)
Replace reg2unoidl with unoidl-write
...that can also generate an .rdb containing a specific set of entities, intended to replace idlc (when reading directly from .idl source registries). Change-Id: I630ce4640828979d7952dc24dbbef80a42a8140a
Diffstat (limited to 'unoidl/Executable_unoidl-write.mk')
-rw-r--r--unoidl/Executable_unoidl-write.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/unoidl/Executable_unoidl-write.mk b/unoidl/Executable_unoidl-write.mk
new file mode 100644
index 000000000000..8936955afb27
--- /dev/null
+++ b/unoidl/Executable_unoidl-write.mk
@@ -0,0 +1,22 @@
+# -*- 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,unoidl-write))
+
+$(eval $(call gb_Executable_add_exception_objects,unoidl-write, \
+ unoidl/source/unoidl-write \
+))
+
+$(eval $(call gb_Executable_use_libraries,unoidl-write, \
+ sal \
+ salhelper \
+ unoidl \
+))
+
+# vim: set noet sw=4 ts=4: