Hi,
I don't have much time to test this, so I too would appreciate any
testing reports to let me know how it goes.
Based on what I read in the patch, it seems good to me. I am especially
glad to see implementations of include path setup which will help the
Semantic parser.
Thanks
Eric
On 06/10/2010 06:26 PM, Marco Bardelli wrote:
> Hi list,
> before early 1.0, i propose a not so little
> patch (170~ lines) to manage mostly targets
> according "automake-1.11(info)".
>
> use semantic-find for seamntic-find-tags-by-... funcs.
>
> In this solution i use a specular list as `project-am-type-alist',
> but using regexp to catch non-standard variable names like
> example_PROGRAMS. Not recurse searching `exampledir' variable
> declaration in makefiles. Simply after normal scan in
> `project-am-scan-for-targets' map over `project-am-meta-type-alist'.
>
> Also implement a very simple ede-system-include-path using local vars
> easily declared in .dir-locals.el for instance.
>
> I think that this patch don't break nothing and the cost for second
> parse seems null.
>
> Please browse in speedbar some gnu package that use automake.
>
> Thanks to all
> Marco
|