Makescan generates a complete Makefile, parsing source files and headers. It does simple deductions on source file names to be included in the build list, resolves header dependencies, and allows the user to fine-tune several Makefile flags. It is useful for fast generation/updating of Makefiles in small and not-so-small C/C++ projects, and works with the GNU make processor.
| Tags | Software Development Build Tools Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C++ |