]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/CodeTools/TianoTools/Pccts/antlr/README
Restructuring for better separation of Tool packages.
[mirror_edk2.git] / Tools / CodeTools / TianoTools / Pccts / antlr / README
1 ANTLR 1.33
2
3 This directory contains the files necessary to build ANTLR.
4
5 If you do a "make scrub", ANTLR will have to run on antlr.g and DLG
6 will have to run on parser.dlg. Either
7
8 (1) ANTLR uses the previous antlr in that directory to rebuild itself
9 (2) Needs to find antlr on the search path
10
11 You will find that running "antlr -gh antlr.g" will result in about
12 10 ambiguity warnings. These are normal. Don't worry.
13
14 If you do a "make clean" right after installation, ANTLR and DLG should
15 not need to run; only the C files will compile.
16
17 Don't forget to go into the makefile to uncomment the appropriate
18 definitions for your OS/architecture/compiler or see the appropriate
19 NOTES.?? file.