freebsd-dev/usr.bin/lex
Ruslan Ermilov c7b111cba8 Added new bsd.incs.mk which handles installing of header files
via INCS.  Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files.  Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.

Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1.  Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):

	kerberos5/lib/libtelnet/Makefile
	lib/libbz2/Makefile
	lib/libdevinfo/Makefile
	lib/libform/Makefile
	lib/libisc/Makefile
	lib/libmenu/Makefile
	lib/libmilter/Makefile
	lib/libpanel/Makefile

Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.

Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD.  Similarly for INCOWN, INCGRP,
and INCMODE.

Consistently use INCLUDEDIR instead of /usr/include.

gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.

These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".
2002-05-12 16:01:00 +00:00
..
lib After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
ccl.c After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
config.h
COPYING
dfa.c After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
ecs.c After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
flex.skl revert last commit. using %option nounput is better 2001-07-22 23:14:33 +00:00
flexdef.h After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
FlexLexer.h After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
gen.c After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
initscan.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
lex.1 ``recognized -> recognize'' where appropriate. 2001-08-23 21:13:31 +00:00
main.c After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
Makefile Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00
misc.c After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
mkskel.sh
NEWS
nfa.c After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
parse.y After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
README
scan.l After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
sym.c After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
tblcmp.c After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +00:00
version.h Add $FreeBSD$'s 1999-10-27 07:47:42 +00:00
yylex.c After a proper import we now have both the original RCS tags + our own. 1999-10-27 07:56:49 +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.