Makefile Generator
Maintaining makefiles has always been a tedious but necessary job which consists of the creative part - selecting and configuring tools via which the software build will be carried out and the formal part - specifying files which need to be built and their dependencies. Makefile generator works on the principle of a makefile template. This template specifies the creative part of the build, while the makefile generator forms and fills a list of files and their dependencies in accordance with the DA-C project and with information obtained from the source code. In this way, you will make makefiles only once, and the complete list of files can be maintained exclusively from DA-C.