Re: Automake 1.14 and subdir-objects

2014-08-14 Thread Václav Zeman
On 14 August 2014 00:56, David Beer wrote: > Gavin, > > I am going to test out and see if the BUILT_SOURCES option works. Making a > single Makefile would not be an option as there are over 500 Makefiles in > my project and combining them into one would not be maintainable. > I am not sure if lo

Re: Automake 1.14 and subdir-objects

2014-08-13 Thread Harlan Stenn
David Beer writes: > I'm curious though - am I really the only person having this issue? > How are people using unit tests with the new version of automake? It > would seem that these changes make it very difficult for anyone who > has unit tests in their project. I can't speak to the unit test is

Re: Automake 1.14 and subdir-objects

2014-08-13 Thread David Beer
Gavin, I am going to test out and see if the BUILT_SOURCES option works. Making a single Makefile would not be an option as there are over 500 Makefiles in my project and combining them into one would not be maintainable. I'm curious though - am I really the only person having this issue? How are

Re: Automake 1.14 and subdir-objects

2014-07-31 Thread Gavin Smith
On Thu, Jul 31, 2014 at 9:32 PM, David Beer wrote: > Gavin, > > Thanks for your reply. Here's a more specific breakdown of what the project > does: > > src/a/Makefile.am: > > a_SOURCES = bob.c tom.c > > src/b/Makefile.am: > > b_SOURCES = mary.c ../a/tom.c > > The purpose was so that tom.c would be

Re: Automake 1.14 and subdir-objects

2014-07-31 Thread David Beer
Gavin, Thanks for your reply. Here's a more specific breakdown of what the project does: src/a/Makefile.am: a_SOURCES = bob.c tom.c src/b/Makefile.am: b_SOURCES = mary.c ../a/tom.c The purpose was so that tom.c would be recompiled with a different preprocessor switch. There were only a few fi

Re: Automake 1.14 and subdir-objects

2014-07-31 Thread Gavin Smith
On Thu, Jul 24, 2014 at 9:09 PM, David Beer wrote: > All, > > I am currently trying to get our project completely compatible with > automake 1.14. We have multiple places where we compile a source file from > another of the project's subdirectories in a given subdirectory. The two > main use cases

Automake 1.14 and subdir-objects

2014-07-24 Thread David Beer
All, I am currently trying to get our project completely compatible with automake 1.14. We have multiple places where we compile a source file from another of the project's subdirectories in a given subdirectory. The two main use cases are: 1. To recompile a source file with different preprocesso