[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] How to Import Existing MakeFile ?

So far the development has been done using Vi / Xemac and on Linux Platform. All we have is Makefile. Is it possible to import Makefile and it will automatically find all dependancies and we can start working on a project modules ?

We got 100's of source files, headers + GNU toolchain.

In Eclipse, Where do i saythis is my Makefile and that's all. Now go ahead and find all dependancies and compile the whole project and generate binaries for specific processor.

-Vimal