We’re using our makefile macros in several projects but it is built for our custom requirements. Is there any good makefile library or macros collection targeted on C and C++ projects including static and dynamic library creation, dependency handling etc?
We’re heavily using libmakefile from: https://github.com/alperakcan/libmakefile
You can look at the README file on github page.
Author of the project also a member of this forum, so may be he can answer related questions on it