summaryrefslogtreecommitdiff
path: root/odk/Package_settings.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-21 17:38:36 +0200
committerFridrich Strba <fridrich@documentfoundation.org>2013-04-22 07:05:10 +0000
commit60b2b24d8e5c2a63cdac0f0c6141c8bbd95f1960 (patch)
tree126457d263d66a2a0ebb1b0ee20bfa1ec4951235 /odk/Package_settings.mk
parent4f4344b51599d7fd7febeefa4fa46c38c36af57b (diff)
replace CustomTarget_odk/odkcommon/settings by Package
Change-Id: Iee97a510be822836b2115f50d0b1c9e7e14b5e1a Reviewed-on: https://gerrit.libreoffice.org/3534 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'odk/Package_settings.mk')
-rw-r--r--odk/Package_settings.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/odk/Package_settings.mk b/odk/Package_settings.mk
new file mode 100644
index 000000000000..ff01fd29871e
--- /dev/null
+++ b/odk/Package_settings.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_Package_Package,odk_settings,$(SRCDIR)/odk/settings))
+
+$(eval $(call gb_Package_set_outdir,odk_settings,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_files,odk_settings,$(gb_Package_SDKDIRNAME)/settings,\
+ $(if $(filter WNT,$(OS)),component.uno.def) \
+ settings.mk \
+ std.mk \
+ stdtarget.mk \
+))
+
+# vim: set noet sw=4 ts=4: