I have a managed C project developed on Eclipse and I would like to convert this project into Makefiles.
I found the Makefiles already generated by Eclipse in debug folder but I saw a warning in the file saying that I should not edit this file.
How can I convert my project easily? I don't want to start from the scratch. It would be perfect if I start it by modifying already generated Makefiles.
My build settings are:
- Properties -> Builders
- CDT Builder (ticked)
- Scanner Configuration Builder (ticked)
- Properties -> C/C++ Build -> Tool Chain Editor -> Current toolchain: Linux GCC
- Properties -> C/C++ Build -> Tool Chain Editor -> Current builder: GNU Make Builder