2004-10-09 14:13:40 +08:00
|
|
|
config BR2_PACKAGE_FLEX
|
2004-12-24 17:23:11 +08:00
|
|
|
bool "flex"
|
2012-11-01 12:35:44 +08:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2004-10-09 14:13:40 +08:00
|
|
|
help
|
2008-08-05 03:07:05 +08:00
|
|
|
A fast lexical analyser generator. A tool for generating
|
2004-12-24 17:23:11 +08:00
|
|
|
programs that perform pattern-matching on text.
|
2004-10-09 14:13:40 +08:00
|
|
|
|
2013-01-25 10:50:39 +08:00
|
|
|
http://flex.sourceforge.net/
|
2006-01-24 05:21:00 +08:00
|
|
|
|
2012-11-30 08:46:03 +08:00
|
|
|
config BR2_PACKAGE_FLEX_BINARY
|
|
|
|
bool "Install tool in the target"
|
|
|
|
# needs fork()
|
|
|
|
depends on BR2_USE_MMU
|
2006-01-24 05:21:00 +08:00
|
|
|
depends on BR2_PACKAGE_FLEX
|
2013-05-26 20:08:17 +08:00
|
|
|
# runtime dependency
|
|
|
|
select BR2_PACKAGE_M4
|
2006-01-24 05:21:00 +08:00
|
|
|
help
|
2012-11-30 08:46:03 +08:00
|
|
|
Install the flex binary tool in the target filesystem.
|