automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Portable $addprefix


From: Kip Warner
Subject: Re: Portable $addprefix
Date: Sun, 27 Aug 2017 18:59:15 -0700

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 initialize the variable prior to emitting
Makefile from Makefile.am. Do you know if this is the case?

I went to test it, but for some reason I keep getting these errors on
that line:

    Makefile:836: *** missing separator. Stop.

-- 
Kip Warner | Senior Software Engineer
OpenPGP signed/encrypted mail preferred
http://www.thevertigo.com

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]