Mercurial > hg-old > index.cgi
annotate src/Makefile.am @ 44:2330b88f9600
Added simple output listing
author | lost |
---|---|
date | Sun, 04 Jan 2009 06:52:18 +0000 |
parents | 538e15927776 |
children | b962cee20bf4 |
rev | line source |
---|---|
2 | 1 bin_PROGRAMS = lwasm |
37
538e15927776
Added symbol handling to expression subsystem; adpated instruction handlers to the new scheme; misc fixes
lost
parents:
35
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 symbol.c |
24 | 3 EXTRA_DIST = instab.h lwasm.h expr.h util.h |