[CMake] Switching off dependencies at compile time (with Makefiles)?

Josef Karthauser joe.karthauser at geomerics.com
Fri Oct 26 10:20:19 EDT 2007


> -----Original Message-----
> From: David Cole [mailto:david.cole at kitware.com]
> Sent: 26 October 2007 15:04
> To: Josef Karthauser
> Cc: cmake at cmake.org
> Subject: Re: [CMake] Switching off dependencies at compile time (with
> Makefiles)?
> 
> - do a "make help" to get the list of available make targets
> - use "make targetname" to build a target and everything it depends on
> - use "make targetname/fast" to build just that target
> 
> make targetname/fast is the friend of the developer who knows what he
> is doing...
> 

:)

I guess what I want is an all/fast - to build all the targets in the
current directory, but nothing else.

joe


More information about the CMake mailing list