annotate 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 |
|
rev |
line source |
339
|
1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
|
|
2 bin_PROGRAMS = lwlink lwobjdump
|
|
3 lwlink_SOURCES = main.c lwlink.c util.c readfiles.c expr.c script.c link.c output.c map.c
|
|
4 lwlink_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu
|
|
5 lwobjdump_SOURCES = objdump.c util.c
|
|
6 lwobjdump_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu
|
|
7 EXTRA_DIST = lwlink.h util.h expr.h
|