annotate lwlink/Makefile.am @ 398:7987ee447833 3.0-beta1

Added generated files for release
author lost@l-w.ca
date Fri, 23 Jul 2010 17:18:52 -0600
parents 1c31e9005ff7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
339
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
2 bin_PROGRAMS = lwlink lwobjdump
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
3 lwlink_SOURCES = main.c lwlink.c util.c readfiles.c expr.c script.c link.c output.c map.c
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
4 lwlink_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
5 lwobjdump_SOURCES = objdump.c util.c
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
6 lwobjdump_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
7 EXTRA_DIST = lwlink.h util.h expr.h