annotate lwasm/Makefile.am @ 345:7416c3f9c321

Basic macro processor ported forward; added context break handling for local symbols
author lost@starbug
date Thu, 25 Mar 2010 23:17:54 -0600
parents 7b4123dce741
children a82c55070624
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
345
7416c3f9c321 Basic macro processor ported forward; added context break handling for local symbols
lost@starbug
parents: 342
diff changeset
3 lwasm_SOURCES = main.c pragma.c input.c pass1.c lwasm.c instab.c symbol.c macro.c
324
be63116281b0 Created lwlib folder and added first bits to it
lost
parents: 323
diff changeset
4 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
5 EXTRA_DIST = lwasm.h input.h instab.h