annotate old-trunk/lwasm/Makefile.am @ 348:11a95c6414b4

Added third func to instab to split resolve and emit logic
author lost@starbug
date Sat, 27 Mar 2010 22:15:07 -0600
parents eb230fa7d28e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
339
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib -I$(top_srcdir)/lwlib
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
2 bin_PROGRAMS = lwasm
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
3 lwasm_SOURCES = main.c lwasm.c pragma.c
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
4 lwasm_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -L$(top_srcdir)/lwlib -lgnu -llw
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
5 EXTRA_DIST = lwasm.h