Mercurial > hg-old > index.cgi
annotate src/Makefile.am @ 35:39d750ee8d34
Added error display and fixed infinite loop in lwasm_parse_line()
author | lost |
---|---|
date | Fri, 02 Jan 2009 06:07:10 +0000 |
parents | b29eec6f3819 |
children | 538e15927776 |
rev | line source |
---|---|
2 | 1 bin_PROGRAMS = lwasm |
35
39d750ee8d34
Added error display and fixed infinite loop in lwasm_parse_line()
lost
parents:
34
diff
changeset
|
2 lwasm_SOURCES = main.c expr.c pass1.c pass2.c util.c instab.c parse.c lwasm.c insn_inh.c insn_rtor.c insn_rlist.c insn_rel.c insn_tfm.c insn_bitbit.c insn_indexed.c insn_gen.c insn_logicmem.c list.c |
24 | 3 EXTRA_DIST = instab.h lwasm.h expr.h util.h |