haiku/src/bin/flex
Ingo Weinhold 338b8dc301 Merged changes from branch build_system_redesign at revision 14573.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-10-29 16:27:43 +00:00
..
ccl.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
conf.in Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
config.h Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
config.status Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
configure Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
configure.in Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
COPYING Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
dfa.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
ecs.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
flex.1 Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
flex.rdef Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
flex.skl Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
flexdef.h Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
FlexLexer.h Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
gen.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
initscan.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
INSTALL Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
install.sh Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
Jamfile Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
libmain.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
libyywrap.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
main.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
Makefile Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
Makefile.in Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
misc.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
mkinstalldirs Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
mkskel.sh Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
NEWS Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
nfa.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
parse.y Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
README Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
scan.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
scan.l Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
skel.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
sym.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
tblcmp.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
version.h Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00
yylex.c Moved bin/ directory out of apps/. 2005-03-19 00:09:19 +00:00

This is release 2.5 of flex.  See "version.h" for the exact patch-level.

See the file "NEWS" to find out what is new in this Flex release.

Read the file "INSTALL" for general installation directives.  Peek near
the beginning of the file "Makefile.in" for special DEFS values.  On most
systems, you can just run the "configure" script and type "make" to build
flex; then "make check" to test whether it built correctly; and if it did,
then "make install" to install it.

If you're feeling adventurous, you can also issue "make bigcheck" (be
prepared to wait a while).

Note that flex is distributed under a copyright very similar to that of
BSD Unix, and not under the GNU General Public License (GPL), except for
the "configure" script, which is covered by the GPL.

Many thanks to the 2.5 beta-testers for finding bugs and helping test and
increase portability: Stan Adermann, Scott David Daniels, Charles Elliott,
Joe Gayda, Chris Meier, James Nordby, Terrence O'Kane, Karsten Pahnke,
Francois Pinard, Pat Rankin, Andreas Scherer, Marc Wiese, Nathan Zelle.

Please send bug reports and feedback to: Vern Paxson (vern@ee.lbl.gov).


The flex distribution consists of the following files:

	README		This message

	NEWS		Differences between the various releases

	INSTALL		General installation information

	COPYING		flex's copyright

	conf.in, configure.in, configure, Makefile.in, install.sh,
		mkinstalldirs
			elements of the "autoconf" auto-configuration process

	flexdef.h, parse.y, scan.l, ccl.c, dfa.c, ecs.c, gen.c, main.c,
	misc.c, nfa.c, sym.c, tblcmp.c, yylex.c	 
			source files

	version.h	version of this flex release

	flex.skl	flex scanner skeleton
	mkskel.sh	script for converting flex.skl to C source file skel.c
	skel.c		pre-converted C version of flex.skl

	libmain.c	flex library (-lfl) sources
	libyywrap.c

	initscan.c	pre-flex'd version of scan.l

	FlexLexer.h	header file for C++ lexer class

	flex.1		user documentation

	MISC/		a directory containing miscellaneous contributions.
			See MISC/README for details.