AM_LIBADD

2012-06-28 Thread Charles Brown
there was a discussion on the list back in 2006/07 about adding an AM_LIBADD.  what came of that? i ask because the DSO link change has broken many unit test makefiles that relied on libtool generated libs to gather all the dependencies.  I've resorted to touching AM_LDFLAGS on each of the aff

Re: Dependencies and other issues with generated files

2012-06-28 Thread Stefano Lattarini
On 06/28/2012 01:25 PM, David Sveningsson wrote: > >>> app_SOURCES = test.foo main.c >> >> I'm not sure how well listing the .foo file in _SOURCES is going to >> work, although someone who knows more about automake guts might be able >> to tell us exactly what happens. You should probably list

Re: Dependencies and other issues with generated files

2012-06-28 Thread David Sveningsson
On 06/27/2012 10:47 PM, Nick Bowler wrote: > Hello David, > > On 2012-06-27 18:13 +0200, David Sveningsson wrote: >> I'm having some problems when generating source files. I have written a >> tool which generates both a c source-file, a header and dependencies of >> the source, all at the same tim