aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am.inc
AgeCommit message (Collapse)AuthorFilesLines
2007-08-04Add a script as a front-end for Flex, to work around various problems,guy1-5/+1
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22446 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleguy1-0/+29
Makefile.am files; currently, it has the (F)lex-to-C rule. Have Makefile.am files with .l.c rules include Makefile.am.inc to get that rule. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22436 f5534014-38df-0310-8fa8-9805f1628bb7