comparison lwlink/trunk/src/Makefile.am @ 129:b9a3a3867eef

Added lwobjdump for debugging object files
author lost
date Sat, 24 Jan 2009 02:34:25 +0000
parents 7bc853cb2ca9
children
comparison
equal deleted inserted replaced
128:d25dd04c2af9 129:b9a3a3867eef
1 bin_PROGRAMS = lwlink 1 bin_PROGRAMS = lwlink lwobjdump
2 lwlink_SOURCES = main.c lwlink.c util.c readfiles.c expr.c script.c link.c output.c 2 lwlink_SOURCES = main.c lwlink.c util.c readfiles.c expr.c script.c link.c output.c
3 lwobjdump_SOURCES = objdump.c util.c
3 EXTRA_DIST = lwlink.h util.h expr.h 4 EXTRA_DIST = lwlink.h util.h expr.h