annotate lwasm/Makefile.am @ 330:81c005b82775

More tinkering with input subsystem
author lost
date Sun, 28 Feb 2010 05:35:50 +0000
parents c15cca3ae6a2
children 67224d8d1024
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
324
be63116281b0 Created lwlib folder and added first bits to it
lost
parents: 323
diff changeset
1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib -I$(top_builddir)/lwlib -I$(top_srcdir)/lwlib
323
473ed9b353eb Started framework for lwasm binary
lost
parents:
diff changeset
2 bin_PROGRAMS = lwasm
329
c15cca3ae6a2 Created first pass of input layer
lost
parents: 325
diff changeset
3 lwasm_SOURCES = main.c pragma.c input.c
324
be63116281b0 Created lwlib folder and added first bits to it
lost
parents: 323
diff changeset
4 lwasm_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -L$(top_builddir)/lwlib -L$(top_srcdir)/lwlib -lgnu -llw
330
81c005b82775 More tinkering with input subsystem
lost
parents: 329
diff changeset
5 EXTRA_DIST = lwasm.h input.h