annotate src/Makefile.am @ 17:df0c4a46af8f

Started adding expression handling infrastructure
author lost
date Thu, 01 Jan 2009 02:26:26 +0000
parents 1f598d89b9b0
children 98dcaa0dc396
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
17
df0c4a46af8f Started adding expression handling infrastructure
lost
parents: 15
diff changeset
2 lwasm_SOURCES = main.c expr.c lwval.c pass1.c pass2.c util.c
df0c4a46af8f Started adding expression handling infrastructure
lost
parents: 15
diff changeset
3 EXTRA_DIST = instab.h lwasm.h expr.h lwval.h util.h
15
1f598d89b9b0 Started creating expression parser
lost
parents: 13
diff changeset
4