annotate src/Makefile.am @ 27:f736579569b4

Added handlers for inherent and register to register instructions
author lost
date Fri, 02 Jan 2009 02:56:04 +0000
parents d2e86babd958
children c0ff62e5ad39
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
a8a83ccffafd Converted to automake/autoconf
lost
parents:
diff changeset
1 bin_PROGRAMS = lwasm
27
f736579569b4 Added handlers for inherent and register to register instructions
lost
parents: 26
diff changeset
2 lwasm_SOURCES = main.c expr.c pass1.c pass2.c util.c instab.c parse.c lwasm.c insn_inh.c insn_rtor.c
24
98dcaa0dc396 Removed unneeded files from build and distribution
lost
parents: 17
diff changeset
3 EXTRA_DIST = instab.h lwasm.h expr.h util.h