annotate lwasm/Makefile.am @ 389:fbb7bfed8076

Added in structure support and fixed up some warts in the listing code (by adding more warts)
author lost@l-w.ca
date Wed, 14 Jul 2010 22:33:55 -0600
parents 848d3cca8078
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
324
be63116281b0 Created lwlib folder and added first bits to it
lost
parents: 323
diff changeset
1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib -I$(top_builddir)/lwlib -I$(top_srcdir)/lwlib
323
473ed9b353eb Started framework for lwasm binary
lost
parents:
diff changeset
2 bin_PROGRAMS = lwasm
347
1649bc7bda5a Some data oriented pseudo ops added
lost@starbug
parents: 346
diff changeset
3 lwasm_SOURCES = main.c pragma.c input.c pass1.c lwasm.c \
367
34dfc9747f23 Reduction passes complete
lost@starbug
parents: 365
diff changeset
4 instab.c symbol.c macro.c pass2.c pass3.c pass4.c pass5.c pass6.c \
357
0cf4948d53b4 Checkpoint - adding actual cpu instructions
lost@starbug
parents: 354
diff changeset
5 insn_inh.c insn_rtor.c insn_tfm.c insn_rlist.c insn_rel.c \
362
4867f18c872f Added logic memory operands
lost@starbug
parents: 361
diff changeset
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
be63116281b0 Created lwlib folder and added first bits to it
lost
parents: 323
diff changeset
9 lwasm_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -L$(top_builddir)/lwlib -L$(top_srcdir)/lwlib -lgnu -llw
342
7b4123dce741 Added basic symbol registration
lost@starbug
parents: 337
diff changeset
10 EXTRA_DIST = lwasm.h input.h instab.h