Mercurial > hg-old > index.cgi
annotate lwasm/Makefile.am @ 236:a58f49a77441
Added os9 target, pragma to control whether $ localizes a symbol, and fixed some condition nesting bugs
author | lost |
---|---|
date | Fri, 14 Aug 2009 03:22:26 +0000 |
parents | 51511cf1c9f8 |
children | c7a41b4c89b3 |
rev | line source |
---|---|
211 | 1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib |
2 | 2 bin_PROGRAMS = lwasm |
236
a58f49a77441
Added os9 target, pragma to control whether $ localizes a symbol, and fixed some condition nesting bugs
lost
parents:
211
diff
changeset
|
3 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 os9.c |
211 | 4 lwasm_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu |
24 | 5 EXTRA_DIST = instab.h lwasm.h expr.h util.h |