generic-poky/bitbake/lib/bb/parse/parse_c
Richard Purdie 306b7c7a97 bitbake: Upgrade from 1.4 -> 1.7.4ish
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@863 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-16 15:02:15 +00:00
..
BBHandler.py bitbake: Upgrade from 1.4 -> 1.7.4ish 2006-11-16 15:02:15 +00:00
Makefile bitbake: Upgrade from 1.4 -> 1.7.4ish 2006-11-16 15:02:15 +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
bitbakec.pyx bitbake: Upgrade from 1.4 -> 1.7.4ish 2006-11-16 15:02:15 +00:00
bitbakeparser.cc bitbake: Upgrade from 1.4 -> 1.7.4ish 2006-11-16 15:02:15 +00:00
bitbakeparser.h Update to bitbake 1.4.2 (latest stable branch release). This includes the caching speedups 2006-05-09 15:44:08 +00:00
bitbakeparser.y Update to bitbake 1.4.2 (latest stable branch release). This includes the caching speedups 2006-05-09 15:44:08 +00:00
bitbakescanner.cc bitbake: Upgrade from 1.4 -> 1.7.4ish 2006-11-16 15:02:15 +00:00
bitbakescanner.l bitbake: Upgrade from 1.4 -> 1.7.4ish 2006-11-16 15:02:15 +00:00
lexer.h bitbake: Upgrade from 1.4 -> 1.7.4ish 2006-11-16 15:02:15 +00:00
lexerc.h bitbake: Upgrade from 1.4 -> 1.7.4ish 2006-11-16 15:02:15 +00:00
python_output.h Update to bitbake 1.4.2 (latest stable branch release). This includes the caching speedups 2006-05-09 15:44:08 +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