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

Markus Schaber wrote:
Hi, Vimal,

vimal.gajjar@xxxxxxxxx (Vimal) wrote:

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.

I'd create a new standard Makefile project.



Regards,
Markus


Yeah, there's no real support for importing Makefiles so that the CDT can figure out the build commands and file dependencies (i.e. a Managed Build project). Standard Build will allow you to hook up your existing makefile, though.


Doug.