------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=71594 ------- Additional Comments From kdebugs ewald-arnold de 2004-08-29 10:01 ------- kdevelop already supports various make targets like "make install" or "make distclean". Unfortunately they are hardcoded and can't be modified or extended. As a workaround you can add options to the application name but this results in several problems. For example you can't compile a single source file because make then excecutes two targets. What I would like to have is something like the settings for the configure process: a dialog page where I can set up my own targets or modify the defaults. For example I run doxygen in a different directory and modify the doxygen setup before processing. The existing hardcoded targets could then simply be preconfigured settings.