Custom makefiles in KDevelop4

Andreas Pakulat apaku at gmx.de
Tue Feb 24 08:28:43 UTC 2009


On 23.02.09 18:14:03, Nicolas Bigaouette wrote:
> The "makefiles" directory contains compile specific makefiles. One of them
> is
> included depending on make's argument: "make intel" to compile with intel's
> compilers, "make gcc" and so on.
> 
> So I configure the building process depending on make's argument. A typical
> build is:
> make clean gcc optimized shared static install
> 
> How can this workflow integrate with KDevelop4? Is it possible at all? I
> don't
> really understand the build set thing. Would it be related?
> 
> Basically what I'd like to achieve is to tell KDevelop4 to "build" the
> different
> targets representing the different options of the project.

AFAIK Custom makefile support doesn't support this currently, in
particular it has no idea about all the targets. You can supply 1 target
to the make call via Project Configuration...->Make.

About the Buildset stuff: You don't necessarily need to care, just
select the project in the tree and hit Build to build your project.

Andreas

-- 
Your reasoning powers are good, and you are a fairly good planner.




More information about the KDevelop-devel mailing list