Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » makefile parser
makefile parser [message #24328] Tue, 16 April 2002 10:51 Go to next message
Eclipse UserFriend
Originally posted by: dominic.nospam.com

Hi.

I need a (gnu) make file parser. Is there such component and can i take it
to my own app ?
Re: makefile parser [message #24370 is a reply to message #24328] Tue, 16 April 2002 11:07 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

We don't have a makefile parser in the CDT.

On the one hand it would be nice to parse a user's makefile to provide a
graphical list of their targets and other makefile directives, and perhaps
even round-trip and edit makefiles. After some investigation we decided
that to do it right would take more effort than it is worth. As I'm sure
you know when you mix together variable substitution, makefile inclusion,
recursion, and invocation of external scripts and all the other "standard"
features the problem becomes quite thorny.

However if you find (or start) an open-source project, let us know ;-)

Jeff.

"dominic" <dominic@nospam.com> wrote in message
news:a9hdub$dui$1@rogue.oti.com...
> Hi.
>
> I need a (gnu) make file parser. Is there such component and can i take it
> to my own app ?
>
>
Re: makefile parser [message #24532 is a reply to message #24328] Wed, 17 April 2002 02:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: johan.nosp.m.appeal.se

If a GPL:ed one would be good enough for you, why not grab the one in
GNU Make?

Cheers //Johan

dominic wrote:
> Hi.
>
> I need a (gnu) make file parser. Is there such component and can i take it
> to my own app ?
>
>
Re: makefile parser [message #24612 is a reply to message #24532] Wed, 17 April 2002 14:09 Go to previous message
Eclipse UserFriend
Originally posted by: dominic.nospam.com

wait ... did you say it was writen in java ? lex code (among other things)
makes me throw up !

"Johan Walles" <johan.nosp@m.appeal.se> wrote in message
news:3CBD1AAC.5050605@m.appeal.se...
> If a GPL:ed one would be good enough for you, why not grab the one in
> GNU Make?
>
> Cheers //Johan
>
> dominic wrote:
> > Hi.
> >
> > I need a (gnu) make file parser. Is there such component and can i take
it
> > to my own app ?
> >
> >
>
Previous Topic:eclipse on suse linux 7.0
Next Topic:Evolution of the CDT build environment...comments?
Goto Forum:
  


Current Time: Sat May 10 08:40:35 EDT 2025

Powered by FUDForum. Page generated in 0.04451 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top