genmake, the Not so Simple Makefile Generator Bash Script, is now hosted on Google Code (for older version, check this post).
The version 2 now supports:
- executables, static libraries, and dynamic link libraries, based on the output file name format,
- automatic increment of build number on each build (the header file including the version and build number is automatically generated; requires Awk),
- several build targets – debug, debug profile, release, release profile,
- easily specifying additional flags passed to compiler,
- passing list of link libraries used for build,
- selectively excluding files from build, and more…
Happy coding! 🙂