How to use makefiles on Windows

I have a LaTeX project using make files for compilation and want to write the texts on Windows using Kile.

I had a quick look on google but only really came up with Make for Windows the last version of which dates back to 2006. Maybe it is just incredibly well done and stable, but I would still like to know:

Which are the alternatives (if any) to use makefiles on Windows?

In the ideal case I would like to configure the tool into Kile (which is running on Windows, yes) and run it from there.


The simplest is to use cygwin and run linux command. Another way is to use nmake command provided by the windows SDK but, in this case, you have to edit some part of the makefile. I suggest the first solution. Hope this helps


Another alternative is MinGW, which can compile to a native Win32 program.