gavanderhoorn / rossum

A CMake-like build file generator for Fanuc Robotics (Karel) projects.
Apache License 2.0
10 stars 7 forks source link

Use per-pkg sub dirs in build directory #15

Open gavanderhoorn opened 8 years ago

gavanderhoorn commented 8 years ago

This would make the build directory a bit less crowded, especially when workspaces contain a lot of packages.

The sub directories could contain the depends files, possibly the Makefile snippet for the package (with the top-level Makefile including all of them) and any other future pkg-specific build files.

Build output (p-code, generated headers, etc) should still go into the main build directory.