Re: [CMake] adding prebuilt .o files to a cmake.a

2010-09-10 Thread Alexander Neundorf
On Thursday 09 September 2010, Tim St. Clair wrote: For this chunk it only matters if I can decompose for *nix Makefiles. Something like ar x libfoo.a should do. Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] adding prebuilt .o files to a cmake.a

2010-09-09 Thread David Cole
To the best of my knowledge, there is not an easy, cross-platform way to decompose. On Wed, Sep 8, 2010 at 11:43 PM, Tim St. Clair timoth...@gmail.com wrote: I guess a follow on to that would be the opposite to composition. If I wanted to decompose a cmake library to determine what object

Re: [CMake] adding prebuilt .o files to a cmake.a

2010-09-09 Thread Tim St. Clair
For this chunk it only matters if I can decompose for *nix Makefiles. Cheers, Tim On Thu, Sep 9, 2010 at 7:41 AM, David Cole david.c...@kitware.com wrote: To the best of my knowledge, there is not an easy, cross-platform way to decompose. On Wed, Sep 8, 2010 at 11:43 PM, Tim St. Clair

[CMake] adding prebuilt .o files to a cmake.a

2010-09-08 Thread Tim St. Clair
Folks, Is there an easy way (best practice) to add prebuilt .o files (external to my build) to a .a easily? -- Cheers, Timothy St. Clair ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] adding prebuilt .o files to a cmake.a

2010-09-08 Thread David Cole
On Wed, Sep 8, 2010 at 4:54 PM, Tim St. Clair timoth...@gmail.com wrote: Folks, Is there an easy way (best practice) to add prebuilt .o files (external to my build) to a .a easily? -- Cheers, Timothy St. Clair ___ Powered by

Re: [CMake] adding prebuilt .o files to a cmake.a

2010-09-08 Thread Tim St. Clair
I guess a follow on to that would be the opposite to composition. If I wanted to decompose a cmake library to determine what object files it contains is there an easy mechanism for this? Cheers, Tim On Wed, Sep 8, 2010 at 4:30 PM, David Cole david.c...@kitware.com wrote: On Wed, Sep 8, 2010