I have a project of multiple .c and .h files and i write my own Makefile. How to configure Eclipse to use my Makefile and my source files from their original locations?
+3
A:
There is an option to create a project from existing makefiles: use the "Project Wizard" and select "Makefile project".
jldupont
2009-12-08 16:21:42
@Stoiko: does my answer satisfy you?
jldupont
2009-12-10 03:23:02
Does that let you edit your Makefile instead of having to do it Eclipse's way?
Peter Cordes
2009-12-11 02:52:55
@Peter: you can edit your makefiles as you which and Eclipse doesn't touch it... at least that's how I have used it. Maybe there are esoteric options that I haven't touched yet :-)
jldupont
2009-12-11 03:08:20
A:
You can disable "Generate makefiles automatically" in eclipse project properties -> c/c++ build (builder settings.)
markovuksanovic
2010-08-18 11:02:58