tags: new var $(am__tagged_files) to list all files to run taggers on
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 7 Jun 2012 18:13:37 +0000 (20:13 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jun 2012 20:01:20 +0000 (22:01 +0200)
commit712c083e54d3d7e9971d918d516e19dc383bdcb5
tree43497ef97766cb213029cb3b9c89fd6543be8dc5
parentcb4977815bc4661f97bee27565ae4475b912281f
tags: new var $(am__tagged_files) to list all files to run taggers on

This change reduce code duplication a little, and will be needed by
future simplifications.

* automake.in (handle_tags): Define a new 'am__tagged_files' private
make variable that lists all files to run taggers (mkid, cscope, ctags,
etc) on.  Drop the now-useless transform '%CONFIG%' when including
'tags.am'.
* lib/am/tags.am: Use it in several recipes and dependencies list to
reduce code duplication.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
lib/am/tags.am