Ninja.rst 385 B

123456789101112
  1. Ninja
  2. -----
  3. Generates build.ninja files.
  4. A build.ninja file is generated into the build tree. Recent versions
  5. of the ninja program can build the project through the "all" target.
  6. An "install" target is also provided.
  7. For each subdirectory ``sub/dir`` of the project an additional target
  8. named ``sub/dir/all`` is generated that depends on all targets required
  9. by that subdirectory.