annotate lwlink/Makefile.am @ 248:e8d70b95ec41 2.x

Fixed various problems with determining which files to include in the output and also fixed problem identifying which files actually resolved symbols
author lost
date Sun, 22 Nov 2009 05:46:31 +0000
parents 51511cf1c9f8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
211
51511cf1c9f8 Prepare for gnulib integration
lost
parents: 185
diff changeset
1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
129
b9a3a3867eef Added lwobjdump for debugging object files
lost
parents: 121
diff changeset
2 bin_PROGRAMS = lwlink lwobjdump
185
b89adfb0d174 Added support for outputting a linkmap
lost
parents: 139
diff changeset
3 lwlink_SOURCES = main.c lwlink.c util.c readfiles.c expr.c script.c link.c output.c map.c
211
51511cf1c9f8 Prepare for gnulib integration
lost
parents: 185
diff changeset
4 lwlink_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu
129
b9a3a3867eef Added lwobjdump for debugging object files
lost
parents: 121
diff changeset
5 lwobjdump_SOURCES = objdump.c util.c
211
51511cf1c9f8 Prepare for gnulib integration
lost
parents: 185
diff changeset
6 lwobjdump_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu
116
817ab0e124fa reading files implemented
lost
parents: 115
diff changeset
7 EXTRA_DIST = lwlink.h util.h expr.h