Makefile generator [message #115114] |
Wed, 11 August 2004 20:33 |
Eclipse User |
|
|
|
Originally posted by: iffs.bol.com.br
Hi!!
I have some questions when creating a new plugin with CDT's Managed Build
System. Does CDT has a default Makefile Generator, or I will have to use
org.eclipse.cdt.managedbuilder.makegen.gnu.GnuMakefileGenera tor
in my new target?? What about the scannerInfoCollector (also in my new
target) and dependencyCalculator (in my new tools)??
Thanks!!
Igor Felix
|
|
|
Re: Makefile generator [message #115153 is a reply to message #115114] |
Wed, 11 August 2004 21:12 |
Eclipse User |
|
|
|
Originally posted by: iffs.bol.com.br
Hi!!
I've found the scannerInfoCollector, and I think I won't be needing the
dependencyCalculator. But the problem with GnuMakefileGenerator is that I
need to execute a program I've written before linking the targets, and the
generator calls my program with more arguments than necessary, then an
error occurs.
Of course, I can ignore these extra arguments at my program, but I think
this is not an elegant solution. A default makefileGenerator, which only
executes the commands I've asked, would be a lot better.
At the worst case, I could create a new Makefile generator, based on
GnuMakefileGenerator, but this will take a lot of time (and I don't have
this time).
So, at my new target, what makefile generator should I use??
Thanks!!
Igor Felix
|
|
|
|
Powered by
FUDForum. Page generated in 0.03445 seconds