1 ANTLR 1.33 2 3This directory contains the files necessary to build ANTLR. 4 5If you do a "make scrub", ANTLR will have to run on antlr.g and DLG 6will 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 11You will find that running "antlr -gh antlr.g" will result in about 1210 ambiguity warnings. These are normal. Don't worry. 13 14If you do a "make clean" right after installation, ANTLR and DLG should 15not need to run; only the C files will compile. 16 17Don't forget to go into the makefile to uncomment the appropriate 18definitions for your OS/architecture/compiler or see the appropriate 19NOTES.?? file. 20