annotate src/Makefile.am @ 147:6efe1e02043d
Just a bogus commit to note that the last two commits included a basically complete version of the LWASM documentation
author |
lost |
date |
Thu, 29 Jan 2009 06:14:54 +0000 |
parents |
c8c772ef5df9 |
children |
|
rev |
line source |
2
|
1 bin_PROGRAMS = lwasm
|
74
|
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 pseudo.c macro.c pragma.c
|
24
|
3 EXTRA_DIST = instab.h lwasm.h expr.h util.h
|