Current if I run
make help Output look likes:
 make help
The following are some of the valid targets for this Makefile:
... all (the default if no target is provided)
... clean
... depend
... edit_cache
... rebuild_cache
... a
... b
... ba

Where ba is subject of b. I want to modify output generate by this target.
How can I do that ?
Something like hierarchy of projects and project description
... all (the default if no target is provided)
... clean
... depend
... edit_cache
... rebuild_cache
... a (Description of a )
... b (Description of a )
      ... ba (Description of ba )

Is there a way to do this ?


regards
Vivek Goel
--

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