summaryrefslogtreecommitdiff
path: root/odk/Package_cli.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-21 15:19:32 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-04-22 07:03:53 +0000
commit5c7f6ca7e15bbac390730eeb30a864763756447c (patch)
tree8567ac5025ebbbf1eafff3587958895e6e16bfa5 /odk/Package_cli.mk
parent2996c3d41fd847232ffd18da6b00bbf6e72f1c07 (diff)
replace CustomTarget_odk/odkcommon/cli by Package
Change-Id: I1d747fec9b1bf2aeef2a1886981f7f07a338ea12 Reviewed-on: https://gerrit.libreoffice.org/3530 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'odk/Package_cli.mk')
-rw-r--r--odk/Package_cli.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/odk/Package_cli.mk b/odk/Package_cli.mk
new file mode 100644
index 000000000000..bbb3c859abdd
--- /dev/null
+++ b/odk/Package_cli.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_Package_Package,odk_cli,$(OUTDIR)/bin))
+
+$(eval $(call gb_Package_set_outdir,odk_cli,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_files,odk_cli,$(gb_Package_SDKDIRNAME)/cli,\
+ cli_basetypes.dll \
+ cli_cppuhelper.dll \
+ cli_oootypes.dll \
+ cli_ure.dll \
+ cli_uretypes.dll \
+))
+
+# vim: set noet sw=4 ts=4: