generic-poky/bitbake/lib/bb/parse/parse_c
Richard Purdie b26a945734 Update to latest bitbake
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@309 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-03-20 17:45:11 +00:00
..
BBHandler.py Update to latest bitbake 2006-03-20 17:45:11 +00:00
README.build Update to latest bitbake 2006-03-20 17:45:11 +00:00
__init__.py Update to latest bitbake 2006-03-20 17:45:11 +00:00
bitbakeparser.cc Update to latest bitbake 2006-03-20 17:45:11 +00:00
bitbakeparser.h Update to latest bitbake 2006-03-20 17:45:11 +00:00
bitbakeparser.y Update to latest bitbake 2006-03-20 17:45:11 +00:00
bitbakescanner.cc Update to latest bitbake 2006-03-20 17:45:11 +00:00
bitbakescanner.l Update to latest bitbake 2006-03-20 17:45:11 +00:00
lexer.h Update to latest bitbake 2006-03-20 17:45:11 +00:00
python_output.h Update to latest bitbake 2006-03-20 17:45:11 +00:00
token.h Update to latest bitbake 2006-03-20 17:45:11 +00:00

README.build

To ease portability (lemon, flex, etc) we keep the
result of flex and lemon in the source code. We agree
to not manually change the scanner and parser.



How we create the files:
   flex -t bitbakescanner.l > bitbakescanner.cc
   lemon bitbakeparser.y
   mv bitbakeparser.c bitbakeparser.cc

Now manually create two files