CloverBootloader/BaseTools/Source/C/VfrCompile/Pccts/antlr
Sergey Isakov b1264ef1e3 changes of BaseTools
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
2019-09-04 23:02:41 +03:00
..
antlr1.txt changes of BaseTools 2019-09-04 23:02:41 +03:00
antlr.1 changes of BaseTools 2019-09-04 23:02:41 +03:00
antlr.c changes of BaseTools 2019-09-04 23:02:41 +03:00
antlr.g changes of BaseTools 2019-09-04 23:02:41 +03:00
antlr.r changes of BaseTools 2019-09-04 23:02:41 +03:00
AntlrDDK.mak changes of BaseTools 2019-09-04 23:02:41 +03:00
AntlrMS.mak changes of BaseTools 2019-09-04 23:02:41 +03:00
AntlrPPC.mak changes of BaseTools 2019-09-04 23:02:41 +03:00
bits.c changes of BaseTools 2019-09-04 23:02:41 +03:00
build.c changes of BaseTools 2019-09-04 23:02:41 +03:00
dumpcycles.c changes of BaseTools 2019-09-04 23:02:41 +03:00
dumpnode.c changes of BaseTools 2019-09-04 23:02:41 +03:00
egman.c changes of BaseTools 2019-09-04 23:02:41 +03:00
err.c changes of BaseTools 2019-09-04 23:02:41 +03:00
fcache.c changes of BaseTools 2019-09-04 23:02:41 +03:00
fset2.c changes of BaseTools 2019-09-04 23:02:41 +03:00
fset.c changes of BaseTools 2019-09-04 23:02:41 +03:00
gen.c changes of BaseTools 2019-09-04 23:02:41 +03:00
generic.h changes of BaseTools 2019-09-04 23:02:41 +03:00
globals.c changes of BaseTools 2019-09-04 23:02:41 +03:00
hash.c changes of BaseTools 2019-09-04 23:02:41 +03:00
hash.h changes of BaseTools 2019-09-04 23:02:41 +03:00
lex.c changes of BaseTools 2019-09-04 23:02:41 +03:00
main.c changes of BaseTools 2019-09-04 23:02:41 +03:00
makefile changes of BaseTools 2019-09-04 23:02:41 +03:00
makefile1 changes of BaseTools 2019-09-04 23:02:41 +03:00
makefile.cygwin changes of BaseTools 2019-09-04 23:02:41 +03:00
misc.c changes of BaseTools 2019-09-04 23:02:41 +03:00
mode.h changes of BaseTools 2019-09-04 23:02:41 +03:00
mrhoist.c changes of BaseTools 2019-09-04 23:02:41 +03:00
parser.dlg changes of BaseTools 2019-09-04 23:02:41 +03:00
pred.c changes of BaseTools 2019-09-04 23:02:41 +03:00
proto.h changes of BaseTools 2019-09-04 23:02:41 +03:00
README changes of BaseTools 2019-09-04 23:02:41 +03:00
scan.c changes of BaseTools 2019-09-04 23:02:41 +03:00
stdpccts.h changes of BaseTools 2019-09-04 23:02:41 +03:00
syn.h changes of BaseTools 2019-09-04 23:02:41 +03:00
tokens.h changes of BaseTools 2019-09-04 23:02:41 +03:00

                            ANTLR 1.33

This directory contains the files necessary to build ANTLR.

If you do a "make scrub", ANTLR will have to run on antlr.g and DLG
will have to run on parser.dlg.  Either

(1)     ANTLR uses the previous antlr in that directory to rebuild itself
(2)     Needs to find antlr on the search path

You will find that running "antlr -gh antlr.g" will result in about
10 ambiguity warnings.  These are normal.  Don't worry.

If you do a "make clean" right after installation, ANTLR and DLG should
not need to run; only the C files will compile.

Don't forget to go into the makefile to uncomment the appropriate
definitions for your OS/architecture/compiler or see the appropriate
NOTES.?? file.