Mercurial > hg-old > index.cgi
view old-trunk/lwlink/Makefile.am @ 378:1c31e9005ff7
Brought forward lwlink, lwar, and lwobjdump along with some misc junk
author | lost@starbug |
---|---|
date | Mon, 26 Apr 2010 19:30:44 -0600 |
parents | eb230fa7d28e |
children |
line wrap: on
line source
AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib bin_PROGRAMS = lwlink lwobjdump lwlink_SOURCES = main.c lwlink.c util.c readfiles.c expr.c script.c link.c output.c map.c lwlink_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu lwobjdump_SOURCES = objdump.c util.c lwobjdump_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu EXTRA_DIST = lwlink.h util.h expr.h