Hi Steven,

* Steven Woody wrote on Tue, Nov 15, 2005 at 02:23:50PM CET:
> 
> the 'ld' has an option letting me print a link map, but this option need an
> file name as argument.  so i can not simply specify a LDFLAGS since that is
> different map file name for each object or executable. What do i do? thanks.

Use per-target flags:

bin_PROGRAMS = foo bar
foo_LDFLAGS = -some -flags
bar_LDFLAGS = -some -other -flags

Cheers,
Ralf


Reply via email to