Mercurial > hg-old > index.cgi
annotate src/Makefile.am @ 46:b962cee20bf4
Ported output modules forward from old version
author | lost |
---|---|
date | Sun, 04 Jan 2009 07:07:00 +0000 |
parents | 538e15927776 |
children | 804d7465e0f9 |
rev | line source |
---|---|
2 | 1 bin_PROGRAMS = lwasm |
46 | 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 output.c |
24 | 3 EXTRA_DIST = instab.h lwasm.h expr.h util.h |