wireshark/tools/lemon
Guy Harris 459bd4646d Don't have CLEAN_FILES variables for the "clean" source files.
Except for the one directory that (currently) has "not yet clean" files,
epan/dissectors, we don't need a separate variable to keep track of the
"clean" source files.

In the cases where not all files were in CLEAN_FILES, put them into the
variable used to enable -Werror or its equivalent.

Change-Id: Ic4119861c1d9e381adfe31e9977e1ac71d623f5b
Reviewed-on: https://code.wireshark.org/review/25830
Petri-Dish: Guy Harris <guy@alum.mit.edu>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-02-17 02:50:24 +00:00
..
CMakeLists.txt Don't have CLEAN_FILES variables for the "clean" source files. 2018-02-17 02:50:24 +00:00
Makefile.am autotools: Library build products don't need explicit cleaning 2017-11-18 22:29:41 +00:00
README Add the comment about the Wireshark changes github repo from the commit 2016-01-12 20:17:43 +00:00
cppmagic.h Continue to remove $Id$ from top of file 2014-03-31 18:49:26 +00:00
lemon.c Remove superfluous null-checks before strdup/free 2017-10-15 12:38:51 +00:00
lemon.html
lemonflex-head.inc Continue to remove $Id$ from top of file 2014-03-31 18:49:26 +00:00
lemonflex-tail.inc Use noyywrap rather than defining our own yywrap functions. 2015-12-05 08:06:50 +00:00
lempar.c lempar: set ParseInit/ParseFinalize static 2017-05-05 21:42:28 +00:00

README

The Lemon Parser Generator's home page is:

http://www.hwaci.com/sw/lemon/index.html
Lemon seems now to be maintaned at :
http://www.sqlite.org/

The file in this directory, lemon.html, was obtained from:

http://www.hwaci.com/sw/lemon/lemon.html

lemon.c has been modified to include the t= and d= command-line
arguments. The changes were submitted to the Lemon maintainer,
but have not appeared in the official Lemon distribution.


A copy of all Wireshark changes are available at
  https://github.com/alagoutte/sqlite/tree/wireshark