Bug 60121

Summary: Default target selection for build should be customized in 'Project options | Build'
Product: [Applications] kdevelop Reporter: nagytam
Component: Build tools: Custom MakefilesAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: jonsmirl
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description nagytam 2003-06-20 14:41:47 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    Debian testing/unstable Packages

The current implementation offers only a menu to build custom targets in the "custom makefile" project.

Expected behaviour would be to allow to define another
default target as well, instead of 'all'.

Project Options | Build

Set default target: 
[ all ] Or [ my_favourite_target_to_build ]

This would allow to use makefiles with several targets much more conviniently, instead of selecting every time from the menu...
Comment 1 nagytam 2003-06-20 17:29:25 UTC
Or modify the menu items to select a default target, and then "Build" would use 
the selected target instead of "all" 
Comment 2 Amilcar do Carmo Lucas 2003-11-01 19:00:50 UTC
These features are present in the autotools (atomake Manager) based projects.
Consider switching to autotools.
Comment 3 Heiko Gerdau 2003-11-10 09:51:12 UTC
You realy should consider providing this functionality. There are lots of reasons to use the custom makefiles instead of your automake manager. For instance: a project accessed by different people using different IDEs, historical grown projects, crossplatform projects with a windows side, that don't like to be forced to use unix type shells ...
Comment 4 Alexander Neundorf 2005-01-09 14:01:43 UTC
*** Bug 71714 has been marked as a duplicate of this bug. ***
Comment 5 Alexander Neundorf 2005-01-09 17:05:52 UTC
You can now configure the default make target in the projet options -> build options dialog

Alex