An easily-customizable makefile template for C/C++ programs. Once customized, without any changes it can be used to build all the same kind of programs, even when source files are renamed, added or removed.
This version fixed dependency generating error under MinGW and added a usable Makefile.gtk+-2.0 for building GTK+ programs.
An easily-customizable makefile template for C/C++ programs. Once customized, without any changes it can be used to build all the same kind of programs, even when source files are renamed, added or removed.
This version added the help target for online help and fixed some bugs.
An easily-customizable makefile template for C/C++ programs. Once customized, without any changes it can be used to build all the same kind of programs, even when source files are renamed, added or removed.
This version added the tags target and dependency control flag NODEP, therefore you can create tags using make tags and control whether to generate dependency files or not.
This is a bug-fixed and re-written version of the Generic Makefile for C/C++ Programs.
An easily-customizable makefile template for C/C++ programs. Once customized, without any changes it can be used to build all the same kind of programs, even when source files are renamed, added or removed.