use [b]yacc instead of bison by default
Make grammar specifications yacc-compatible
build: figure out git revision and include as part of version string
build: split cflags to its own variable
build: merge everything to a single top-level Makefile
Move src/asmotor.h to top-level include/
link: move includes to include/link/
lib: move includes to include/lib/
asm: moved includes to include/asm/
asm: add newlines to the ends of yaccprt[134].y
asm: run dos2unix on yaccprt1.y
rgbfix: use mkstemp() instead of tmpnam() and fix coding style issues
link: add missing parameter to error message
Fixed warnings and some style issues
Run `indent' on the whole tree
Switch line terminators from CRLF to LF
Use spaces instead of tabs after CPP directives
build: remove obsolete objs* directories
build: add top-level Makefile
build: rip out obsolete makefiles for obsolete platforms
rgbfix: make rgbfix compile for Linux
link: make xlink compile for Linux
lib: make xlib compile on Linux
asm: make rgbasm compile on Linux
Make all file names lowercase
Initial revision: imported RGBDS source code