Mercurial > hg-old > index.cgi
annotate lwasm/Makefile.am @ 397:09fe7c40a082 3.0-beta1
Branched for 3.0-beta1 release
author | lost@l-w.ca |
---|---|
date | Fri, 23 Jul 2010 17:12:47 -0600 |
parents | fbb7bfed8076 |
children |
rev | line source |
---|---|
324 | 1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib -I$(top_builddir)/lwlib -I$(top_srcdir)/lwlib |
323 | 2 bin_PROGRAMS = lwasm |
347 | 3 lwasm_SOURCES = main.c pragma.c input.c pass1.c lwasm.c \ |
367 | 4 instab.c symbol.c macro.c pass2.c pass3.c pass4.c pass5.c pass6.c \ |
357 | 5 insn_inh.c insn_rtor.c insn_tfm.c insn_rlist.c insn_rel.c \ |
362 | 6 insn_bitbit.c insn_indexed.c insn_gen.c insn_logicmem.c \ |
389
fbb7bfed8076
Added in structure support and fixed up some warts in the listing code (by adding more warts)
lost@l-w.ca
parents:
383
diff
changeset
|
7 pseudo.c section.c os9.c pass7.c debug.c output.c list.c \ |
fbb7bfed8076
Added in structure support and fixed up some warts in the listing code (by adding more warts)
lost@l-w.ca
parents:
383
diff
changeset
|
8 struct.c |
324 | 9 lwasm_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -L$(top_builddir)/lwlib -L$(top_srcdir)/lwlib -lgnu -llw |
342 | 10 EXTRA_DIST = lwasm.h input.h instab.h |