Official way to add unit testing to autotools project?

2014-08-03 Thread
Is there an official guide on how to add unit testing to an autotools project? Thanks, Zé

Re: Extending Automake to build non-file objects?

2014-06-15 Thread
makefile rules, as the contents of a Makefile.am are copied to Makefile.in verbatim[¹]. Therefore, if you can write a makefile that generates your datasets then you can extend automake to build them too. And make certainly can generate your datasets. Hope this helps, -- Zé [¹] http

Set dependencies between convenience libraries

2014-05-21 Thread
Is there a way to specify dependencies between convenience libraries, and also set the relevant include paths? Thanks, Zé

Add convenience libraries to the include path

2014-05-21 Thread
t I could find was adding ${srcdir} to the include path, but that doesn't sound right. Does anyone know how to pull this off? Zé

Automake and deep directory structure

2014-04-21 Thread
list all files in the project, and convert subdirs into convenience libraries[²]. As there any other options worth mentioning? And what's the recommended option? Thanks, Zé [¹] http://seul.org/docs/autotut/ [²] http://www.gnu.org/software/automake/manual/html_node/Libtool-C