how to generate makefile building environments using eclipse in command line under linux accroding to .cproject and .project
if you need to compile a project using command line, you can use the headless build mechanism
Headless Build
To perform headless build or clean of your project in a workspace. Example : "headless-build.bat -project myproj -workspace C:/myworkspace -build -console" Options : -project ^[Project_Name^[/Config_Name^] ^| all^] -workspace ^[Path^\To^\Workspace^] (required) -build To build project -clean To clean project -console To display console