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

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