llvm-6502/utils/Burg
John Criswell 410d1b5dea Updated to find source files using VPATH. This makes writing build rules
much cleaner and easier.
Labeled .td as a suffix for tblgen files in Makefile.rules.
Modified build rules so that source files generated during the build are placed
in the build directory and not the source directory (and not in a Debug
directory).  This makes the system cleaner and allows us to have a read-only
source tree.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8424 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-09 20:57:03 +00:00
..
Doc
b.h Fix tons of warnings, convert burg to use Makefile.common system, rename 2002-09-22 02:40:40 +00:00
be.c Fix warnings 2003-01-20 06:19:18 +00:00
burg.shar.gz
burs.c
closure.c
COPYRIGHT
delta.c
fe.c
fe.h Fix warnings 2003-01-20 06:19:18 +00:00
gram.yc Update to work with newer versions of bison 2003-03-31 21:26:06 +00:00
item.c
lex.c Fix tons of warnings, convert burg to use Makefile.common system, rename 2002-09-22 02:40:40 +00:00
list.c
LOG_CHANGES Updated the log of changes (as required by the Burg copyright) to give an 2003-09-09 15:27:40 +00:00
main.c Fix warnings 2003-01-20 06:19:18 +00:00
Makefile Updated to find source files using VPATH. This makes writing build rules 2003-09-09 20:57:03 +00:00
map.c Fix warning on sparc 2003-01-29 16:26:46 +00:00
nonterminal.c Fix tons of warnings, convert burg to use Makefile.common system, rename 2002-09-22 02:40:40 +00:00
operator.c
pattern.c
plank.c Fix warnings 2003-01-20 06:19:18 +00:00
queue.c
README
rule.c
sample.gr
string.c
symtab.c
table.c
trim.c
zalloc.c Fix tons of warnings, convert burg to use Makefile.common system, rename 2002-09-22 02:40:40 +00:00

To format the documentation, type "make doc.dvi" and print the result.

The length of the cost vectors is fixed at 4 for reasons that are
primarily historical.  To change it, edit the definition of DELTAWIDTH
in b.h.

Burg is compiled without optimization by default to avoid problems
with initial installation.  To improve burg's performance, add '-O' to
CFLAGS in the Makefile and rebuild burg with a high quality optimizing
compiler.

To be added to the Burg mailing list, send your preferred electronic
mail address to cwf@research.att.com.