<div class="PhorumReadBodyText">Hi all,<br><br>I'm trying KDevelop4 from svn://<a href="http://anonsvn.kde.org/home/kde/trunk/KDE/kdevelop">anonsvn.kde.org/home/kde/trunk/KDE/kdevelop</a> (revision 930376)
<br>

<br>
My project uses a custom makefile. I cannot depend on autoconf/cmake or any other ways to generate the makefile automatically.
<br>

<br>
Here is the structure of my project:
<br>
project/
<br><div style="margin-left: 40px;">
  branches/
<br>
  tags/
<br>
  trunk/
<br><div style="margin-left: 40px;">
    build/
<br>
    makefiles/
<br>
    src/
<br>
    Makefile
<br></div></div>

<br>
The "makefiles" directory contains compile specific makefiles. One of them is
<br>
included depending on make's argument: "make intel" to compile with intel's
<br>
compilers, "make gcc" and so on.
<br>

<br>
So I configure the building process depending on make's argument. A typical build is:
<br>
make clean gcc optimized shared static install
<br>

<br>
How can this workflow integrate with KDevelop4? Is it possible at all? I don't
<br>
really understand the build set thing. Would it be related?
<br>

<br>
Basically what I'd like to achieve is to tell KDevelop4 to "build" the different
<br>
targets representing the different options of the project.
<br>

<br>
Thank you!</div><br>