Mercurial > hg-old > index.cgi
view lwlink/Makefile.am @ 389:fbb7bfed8076
Added in structure support and fixed up some warts in the listing code (by adding more warts)
author | lost@l-w.ca |
---|---|
date | Wed, 14 Jul 2010 22:33:55 -0600 |
parents | 1c31e9005ff7 |
children |
line wrap: on
line source
AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib bin_PROGRAMS = lwlink lwobjdump lwlink_SOURCES = main.c lwlink.c util.c readfiles.c expr.c script.c link.c output.c map.c lwlink_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu lwobjdump_SOURCES = objdump.c util.c lwobjdump_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu EXTRA_DIST = lwlink.h util.h expr.h