Re: Issues with subdir-objects enabled

2014-04-21 Thread Stefano Lattarini
On 04/13/2014 02:55 AM, Jonas Thiem wrote: > Oh, they are in literally $(testd)/.deps (not ctests/.deps)... I guess > this is that old bug then? > Yes, sadly. See: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15293 > This bug really is kind of a p

Automake and deep directory structure

2014-04-21 Thread
I would like to learn a bit more about how to use automake (and the GNU build system in general) to build projects which are organized in a deep directory structure (apparently, also known as deep topology[¹]). Consider the following directory structure: . └──src ├── bar │ └── c

Re: Automake and deep directory structure

2014-04-21 Thread Bob Friesenhahn
On Mon, 21 Apr 2014, Zé wrote: From what I've gathered, for this case automake offers essentially two approaches: set the project as a shallow directory structure, where ./src/Makefile.am is used to list all files in the project, and convert subdirs into convenience libraries[²]. It is not n