annotate lwlink/Makefile.am @ 185:b89adfb0d174

Added support for outputting a linkmap
author lost
date Sat, 21 Mar 2009 19:47:45 +0000
parents 106c2fe3c9d9
children 51511cf1c9f8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
129
b9a3a3867eef Added lwobjdump for debugging object files
lost
parents: 121
diff changeset
1 bin_PROGRAMS = lwlink lwobjdump
185
b89adfb0d174 Added support for outputting a linkmap
lost
parents: 139
diff changeset
2 lwlink_SOURCES = main.c lwlink.c util.c readfiles.c expr.c script.c link.c output.c map.c
129
b9a3a3867eef Added lwobjdump for debugging object files
lost
parents: 121
diff changeset
3 lwobjdump_SOURCES = objdump.c util.c
116
817ab0e124fa reading files implemented
lost
parents: 115
diff changeset
4 EXTRA_DIST = lwlink.h util.h expr.h