annotate src/Makefile.am @ 51:04868fa52a15

Fixed context counting for second pass so local symbols work correctly
author lost
date Sun, 04 Jan 2009 20:14:54 +0000
parents 804d7465e0f9
children 035b95a3690f
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
47
804d7465e0f9 Implemented ORG and fixed problems with constants using $, &, or @ to specify base
lost
parents: 46
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
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