Where is the Makefile generated by the Eclipse CDT?

firsttestcdt picture firsttestcdt · Dec 2, 2010 · Viewed 45.1k times · Source

I've built a hello world C++ project with Eclipse(helios) CDT. It compiled fine. But I would like to take a look at the Makefile CDT generated. I can't find it in project folder/debug/release folders or in the src folders. Where can I find this Makefile?

Answer

ahala picture ahala · Dec 3, 2010

If you use the default setttings with current builder = CDT internal builder, there is no make file. if you select current builder = GNU make, you will see the makefile in the debug folder.