Re: Avoiding multiple identical -.o files

2008-11-07 Thread Warren Young
chadhogg wrote: Is there a way I can get automake to recognize that it does not need more than one copy of a .o file for a given set of compiler options? It might do what you want if you build these common sources into two convenience libraries -- look that term up in the docs -- and change t

Avoiding multiple identical -.o files

2008-11-07 Thread chadhogg
I have just started using autotools for a project, and I am having trouble with one detail. I have about a dozen different programs to build, which share most of the same sources. Half of them need to have certain compiler options set, and the other half different options. The only way I have s