annotate src/Makefile.am @ 22:b704f7ffc8ba

Added reading of input file for pass1
author lost
date Fri, 02 Jan 2009 00:43:19 +0000
parents df0c4a46af8f
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