2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_FLEX
|
2004-12-24 10:23:11 +01:00
|
|
|
bool "flex"
|
2012-11-01 05:35:44 +01:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2008-08-04 21:07:05 +02:00
|
|
|
A fast lexical analyser generator. A tool for generating
|
2004-12-24 10:23:11 +01:00
|
|
|
programs that perform pattern-matching on text.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2013-01-25 03:50:39 +01:00
|
|
|
http://flex.sourceforge.net/
|
2006-01-23 22:21:00 +01:00
|
|
|
|
2013-11-07 09:24:37 +01:00
|
|
|
if BR2_PACKAGE_FLEX
|
|
|
|
|
2012-11-30 01:46:03 +01:00
|
|
|
config BR2_PACKAGE_FLEX_BINARY
|
2014-01-21 08:54:11 +01:00
|
|
|
bool "Install flex binary on target"
|
2012-11-30 01:46:03 +01:00
|
|
|
# needs fork()
|
|
|
|
depends on BR2_USE_MMU
|
2013-05-26 14:08:17 +02:00
|
|
|
# runtime dependency
|
|
|
|
select BR2_PACKAGE_M4
|
2013-12-27 12:50:20 +01:00
|
|
|
# development tool, useless on the target
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2014_02
|
2013-05-28 13:27:00 +02:00
|
|
|
depends on BR2_USE_WCHAR # m4
|
2006-01-23 22:21:00 +01:00
|
|
|
help
|
2012-11-30 01:46:03 +01:00
|
|
|
Install the flex binary tool in the target filesystem.
|
2013-05-28 13:27:00 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "flex binary needs a toolchain w/ wchar"
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2014_02
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-05-28 13:27:00 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|
2013-11-07 09:24:37 +01:00
|
|
|
|
|
|
|
endif
|