summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2010-02-09 01:52:32 +0100
committerErwin Rol <erwin@erwinrol.com>2010-02-25 09:31:10 +0100
commit1950417c533817b68464461a889cee494b3c17da (patch)
tree2843062ef3b971f6524a39ec533994ea4f04700d
parent62802b345c177ee80e1fbea2724914df78c01736 (diff)
downloadptxdist-1950417c533817b68464461a889cee494b3c17da.tar.gz
ptxdist-1950417c533817b68464461a889cee494b3c17da.tar.xz
[host-flex] New host packet
Signed-off-by: Erwin Rol <erwin@erwinrol.com>
-rw-r--r--rules/host-flex.in7
-rw-r--r--rules/host-flex.make21
2 files changed, 28 insertions, 0 deletions
diff --git a/rules/host-flex.in b/rules/host-flex.in
new file mode 100644
index 000000000..413384a8d
--- /dev/null
+++ b/rules/host-flex.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_FLEX
+ tristate
+ help
+ Flex, the fast lexical analyser generator.
+
diff --git a/rules/host-flex.make b/rules/host-flex.make
new file mode 100644
index 000000000..399c42a17
--- /dev/null
+++ b/rules/host-flex.make
@@ -0,0 +1,21 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2010 by Erwin Rol <erwin@erwinrol.com>
+#
+# 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_FLEX) += host-flex
+
+#
+# Paths and names
+#
+HOST_FLEX_DIR = $(HOST_BUILDDIR)/$(FLEX)
+
+# vim: syntax=make