Re: Portable $addprefix

2017-08-27 Thread Kip Warner
On Sun, 2017-08-27 at 19:44 +0200, Mathieu Lirzin wrote: > Would something like this work for you? > >   files_with_path = `for f in $(files_only); do echo "dir/$$f"; done` Hey Mathieu, Thank you for the suggestion. I'm only hesitant to use that because I'm not sure if Automake needs to

Re: Portable $addprefix

2017-08-27 Thread Mathieu Lirzin
Hello, Kip Warner writes: > Hey list, > > 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 aware of GNU Make's

bug#27781: LIBOBJS should depend on LIBOBJDIR

2017-08-27 Thread Mathieu Lirzin
Michael Haubenwallner writes: > On 08/24/2017 11:35 AM, Mathieu Lirzin wrote: > >> Instead of this dummy target, I would rather prefer adding the dirstamp >> dependency for each explicit object file separately. this should be computed >> from the

bug#27781: LIBOBJS should depend on LIBOBJDIR

2017-08-27 Thread Mathieu Lirzin
Michael Haubenwallner writes: > On 08/23/2017 11:24 PM, Mathieu Lirzin wrote: >> Michael Haubenwallner writes: >>> On 08/22/2017 12:40 AM, Mathieu Lirzin wrote: Michael Haubenwallner

Re: [PATCH] automake: Add default libtool_tag to cppasm.

2017-08-27 Thread Mathieu Lirzin
Hello Khem, Khem Raj writes: > * bin/automake.in (register_language): Define default libtool tag to be CC > since CPPASCOMPILE is using CC to call assembler > > Signed-off-by: Khem Raj > --- > bin/automake.in | 1 + > 1 file changed, 1