I have existing code with their own makefiles which I want to load into Eclipse CDT.
This is simple enough – Just create a new Makefile project with existing code.
However, I would like to manage what defaults are chosen for certain settings.
For instance the default build target is ‘all’.
At the moment I have to manually change this for every single project.
Is there any way to specify project defaults which are used every time I create a new project?
In Eclipse 3.7.2:
Window -> Preferences -> C/C++ -> New CDT Project Wizard -> Makefile Project -> Behaviour [tab].