annotate src/Makefile.am @ 15:1f598d89b9b0

Started creating expression parser
author lost
date Thu, 23 Oct 2008 03:37:48 +0000
parents 05d4115b4860
children df0c4a46af8f
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
15
1f598d89b9b0 Started creating expression parser
lost
parents: 13
diff changeset
2 lwasm_SOURCES = main.c expr.c lwval.c pass1.c pass2.c
1f598d89b9b0 Started creating expression parser
lost
parents: 13
diff changeset
3 EXTRA_DIST = instab.h lwasm.h expr.h lwval.h
1f598d89b9b0 Started creating expression parser
lost
parents: 13
diff changeset
4