Re: Portable $addprefix

2017-08-25 Thread Kip Warner
On Fri, 2017-08-25 at 11:33 -0400, Nick Bowler wrote: > I'm not aware of any truly portable way to do this directly in make. Hey Nick. Thanks for getting back to me.  Something that I guess I'm still confused about is why after more than a decade does Automake not have a portable way to do these

Re: Portable $addprefix

2017-08-25 Thread Nick Bowler
Hello, On 8/24/17, Kip Warner wrote: > I'd like to transform the following variable in my Makefile.am from... > > files_only = a.foo b.foo c.foo d.foo ... > > Into... > > files_with_path = dir/a.foo dir/b.foo dir/c.foo dir/d.foo ... I'm not aware of any truly portable way to do this dire