Make-It-So Wiki
Converts Visual Studio solutions to gcc makefiles for Linux
Brought to you by:
metal-mighty
MakeItSo generates a master makefile called Makefile in the root folder of the solution. It also generates one makefile for each project in the solution. These are created in the root folder of each project, and are called [project-name].makefile.
The master makefile
The master makefile contains these targets:
make with no parameters. make [project-name]. make cleanProject-specific makefiles
Project makefiles contain these targets:
make -f [project-name].makefilemake -f [project-name].makefile [configuration-name]make -f [project-name].makefile clean