annotate lwlib/Makefile.am @ 347:1649bc7bda5a

Some data oriented pseudo ops added
author lost@starbug
date Sat, 27 Mar 2010 20:16:24 -0600
parents f2173d18c73f
children
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:
diff changeset
1 noinst_LIBRARIES = liblw.a
334
f2173d18c73f Checkpoint
lost
parents: 329
diff changeset
2 liblw_a_SOURCES = lw_alloc.c lw_stringlist.c lw_string.c lw_stack.c lw_error.c lw_expr.c
f2173d18c73f Checkpoint
lost
parents: 329
diff changeset
3 EXTRA_DIST = lw_alloc.h lw_stringlist.h lw_string.h lw_stack.h lw_error.h lw_expr.h