summaryrefslogtreecommitdiffstats
path: root/rules/host-orc.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-07-20 11:05:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-07-22 11:37:08 +0200
commite4e96748f98df28150c5baaff8192e72c7b6b646 (patch)
treee0249a66ef1aa92db117261beff2714381a83320 /rules/host-orc.make
parentab30040543fe5b781ae899c727e6952c322b89af (diff)
downloadptxdist-e4e96748f98df28150c5baaff8192e72c7b6b646.tar.gz
ptxdist-e4e96748f98df28150c5baaff8192e72c7b6b646.tar.xz
host-orc: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-orc.make')
-rw-r--r--rules/host-orc.make30
1 files changed, 30 insertions, 0 deletions
diff --git a/rules/host-orc.make b/rules/host-orc.make
new file mode 100644
index 000000000..98047002a
--- /dev/null
+++ b/rules/host-orc.make
@@ -0,0 +1,30 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2015 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_ORC) += host-orc
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_ORC_CONF_TOOL := autoconf
+HOST_ORC_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-gtk-doc \
+ --disable-gtk-doc-html \
+ --disable-gtk-doc-pdf
+
+# vim: syntax=make