1Eclipse CDT4
2------------
3
4Generates Eclipse CDT 4.0 project files.
5
6Project files for Eclipse will be created in the top directory.  In
7out of source builds, a linked resource to the top level source
8directory will be created.  Additionally a hierarchy of makefiles is
9generated into the build tree.  The appropriate make program can build
10the project through the default ``all`` target.  An ``install`` target
11is also provided.
12
13This "extra" generator may be specified as:
14
15``Eclipse CDT4 - MinGW Makefiles``
16 Generate with :generator:`MinGW Makefiles`.
17
18``Eclipse CDT4 - NMake Makefiles``
19 Generate with :generator:`NMake Makefiles`.
20
21``Eclipse CDT4 - Ninja``
22 Generate with :generator:`Ninja`.
23
24``Eclipse CDT4 - Unix Makefiles``
25 Generate with :generator:`Unix Makefiles`.
26