[Bug 70839] automake manager: remove files from 'Header in noinst' doesn't work ?!

Jens Dagerbo jens.dagerbo at swipnet.se
Sun Jan 7 03:56:13 UTC 2007


------- 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=70839         
jens.dagerbo swipnet se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From jens.dagerbo swipnet se  2007-01-07 04:56 -------
I think this will have to remain as it is.

The "headers in no-inst" is a pseudo-target that the Automake Manager uses in order to keep track of header files that are not in any other way listed in any Makefile.am file. This is done to have those files also "part of the project" which is needed, among other things, for the language parser to be aware of them. Since they are not listed anywhere, the automake manager simply looks in the directory and assumes that if they are there, they are interesting.

A workaround would either need a metadata file that lists "blacklisted" files only for the purpose of not showing them in the project while letting them remain in the directory.. or a redesign of the whole idea.. Complexity for marginal utility. 

KDevelop4 will probably parse headers straight from the #include statements, so this system shouldn't need to exist there.

IMHO, WONTFIX.

See also bug #110479




More information about the KDevelop-devel mailing list