Add a script as a front-end for Flex, to work around various problems,
authorGuy Harris <guy@alum.mit.edu>
Sat, 4 Aug 2007 02:13:52 +0000 (02:13 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 4 Aug 2007 02:13:52 +0000 (02:13 -0000)
commit5be4499ad19b66e1626f6c6eb1849803e08126d6
tree5f15006cef3d366c1ffb3840f5fda428c28ed2ab
parent2d11b0813e23d01c27975755f39f2457e4da5c90
Add a script as a front-end for Flex, to work around various problems,
such as the fact that Flex strips all but the last component of the "-o"
argument, and that it doesn't generate a header file to declare routines
the generated lexical analyzer defines.  Use that script when building
lexical analyzers, and, for each lexical analyzer, include the generated
header file in the generated analyzer.

svn path=/trunk/; revision=22446
23 files changed:
Makefile.am.inc
Makefile.nmake.inc
epan/Makefile.am
epan/Makefile.common
epan/Makefile.nmake
epan/dfilter/Makefile.am
epan/dfilter/Makefile.nmake
epan/dfilter/scanner.l
epan/diam_dict.l
epan/dtd_parse.l
epan/dtd_preparse.l
epan/radius_dict.l
epan/uat_load.l
plugins/mate/Makefile.am
plugins/mate/Makefile.common
plugins/mate/Makefile.nmake
plugins/mate/mate_parser.l
tools/Makefile.am
wiretap/Makefile.am
wiretap/Makefile.common
wiretap/Makefile.nmake
wiretap/ascend-scanner.l
wiretap/k12text.l