On 6. May, 2010, at 16:45 , Jed Brown wrote:

> On Thu, 6 May 2010 16:36:14 +0200, Michael Wild <them...@gmail.com> wrote:
>> Looking at the manpage, it seems that CMake will need a Tupfile in
>> every directory that is to contain object files:
> 
> Tup would either need to add support for "make install" or CMake would
> need a different way of doing installs.
> 
> Jed

Yes, targets that are not part of "make all" would be definitely helpful, also 
only building specific targets (such as a test program, a particular library or 
the documentation) would be required. How to support EXCLUDE_FROM_ALL? The 
"make install" case wouldn't be too dramatic, one could just run "cmake -P 
cmake_install.cmake" manually.

Michael
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to