Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] hierarchical projects

Hello all,
This is a follow-up to my mail about "hierarchical projects" that I sent last week and to which I got an aswer from Mikhail Sennikovsky (I am still reading the documents in https://bugs.eclipse.org/bugs/show_bug.cgi?id=115935 and http://wiki.eclipse.org/index.php/CDT/summitmarch2006). At first sight what is described there would be ok, but as it is only foreseen for CDT 4.0, I tried in the meantime to make do with a simple Standard Make Project. The facilities offered there seem to be ok; I can have have a project with a top level Makefile that recursively calls make on more deeply nested Makefiles for subprojects, from the window "Make Targets" I can activate them individually... if I have defined them. Is there a way to have the CDT parse those Makefiles and define the targets that are explicit in the Makefiles from the start ?
Camille

Sennikovsky, Mikhail wrote:

Hi Camille,

We are planning to introduce a new project model for the CDT 4.0 that
will among the other things allow specifying per-folder settings and
multiple targets for one project.
See the bug# https://bugs.eclipse.org/bugs/show_bug.cgi?id=115935 and
also presentation on the new project model we made on the CDT Summit,
March 2006 in Santa Clara
http://wiki.eclipse.org/index.php/CDT/summitmarch2006

If you have any suggestions/comments feel free to add them to the above
mentioned bugzilla.

Thanks,
Mikhail

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Camille BREEUS
Sent: Friday, April 21, 2006 12:59 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] hierarchical projects

Hello Everybody,
Is there any plan for implementing a special kind of C/C++ managed make project creation in Eclipse: projects that may contain (in general any number of) sub-projects of the same type. The setting of options at the level of the master projects would automatically be propagated to the sub-projects, ... The requirements could go on, but the question for now

is: is there anything like that planned ?
Camille



--
                                    \|||/
                                    (o o)
----------------------------------ooO-(_)-Ooo----------------------------------
Camille Breeus
HPC/STS/IDTEC

STMicroelectronics            ST Phone:   +33 (0)4 76 58 68 43
12, rue Jules Horowitz        TINA:       041 6843
38019 Grenoble Cedex, France  Email:      camille.breeus@xxxxxx




Back to the top