annotate lwasm/Makefile.am @ 265:68fbca173508 2.6

Added generated files for release
author lost
date Tue, 22 Dec 2009 05:31:23 +0000
parents c7a41b4c89b3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
211
51511cf1c9f8 Prepare for gnulib integration
lost
parents: 151
diff changeset
1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
2 bin_PROGRAMS = lwasm
254
c7a41b4c89b3 Added struct support to LWASM
lost
parents: 236
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 struct.c
211
51511cf1c9f8 Prepare for gnulib integration
lost
parents: 151
diff changeset
4 lwasm_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu
24
98dcaa0dc396 Removed unneeded files from build and distribution
lost
parents: 17
diff changeset
5 EXTRA_DIST = instab.h lwasm.h expr.h util.h