annotate lwasm/Makefile.am @ 183:302b8db5fd89

modified lwlink to merge contiguous sections in the DECB output file to avoid the explosion of preambles
author lost
date Sat, 21 Mar 2009 17:03:42 +0000
parents 427e268e876b
children 51511cf1c9f8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
1 bin_PROGRAMS = lwasm
74
c8c772ef5df9 Checkpointing object target implementation
lost
parents: 57
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 output.c pseudo.c macro.c pragma.c
24
98dcaa0dc396 Removed unneeded files from build and distribution
lost
parents: 17
diff changeset
3 EXTRA_DIST = instab.h lwasm.h expr.h util.h