automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [FYI] [ng] rename: am__tagged_files -> am.tags.files


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] [ng] rename: am__tagged_files -> am.tags.files
Date: Thu, 9 Aug 2012 18:46:18 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 automake.in    |  4 ++--
 lib/am/tags.am | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/automake.in b/automake.in
index f7bfea3..3a9cca3 100644
--- a/automake.in
+++ b/automake.in
@@ -3150,11 +3150,11 @@ sub handle_data
 # Handle TAGS.
 sub handle_tags
 {
-    define_variable ('am__tagged_files', INTERNAL,
+    define_variable ('am.tags.files', INTERNAL,
                      qw/$(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                         $(am.config-hdr.local.in)/);
 
-    if (rvar('am__tagged_files')->value_as_list_recursive
+    if (rvar('am.tags.files')->value_as_list_recursive
           || var ('ETAGS_ARGS') || var ('SUBDIRS'))
       {
        $output_rules .= &file_contents ('tags', new Automake::Location);
diff --git a/lib/am/tags.am b/lib/am/tags.am
index c2887d8..368911d 100644
--- a/lib/am/tags.am
+++ b/lib/am/tags.am
@@ -27,7 +27,7 @@ am__uniquify_input = $(AWK) '\
 # e.g., the same source file might be shared among _SOURCES variables
 # for different programs/libraries.
 am__define_uniq_tagged_files = \
-  list='$(am__tagged_files)'; \
+  list='$(am.tags.files)'; \
   unique=`for i in $$list; do \
 ## Handle VPATH correctly.
     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
@@ -37,7 +37,7 @@ am__define_uniq_tagged_files = \
 ## ID.  ##
 ## ---- ##
 
-ID: $(am__tagged_files)
+ID: $(am.tags.files)
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
 
@@ -56,7 +56,7 @@ tags: tags-am
 endif !%?SUBDIRS%
 TAGS: tags
 
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+tags-am: $(TAGS_DEPENDENCIES) $(am.tags.files)
 ## We use the positional parameters to build the subdir list with
 ## absolute names, without the need to worry about white space in `pwd`.
        set x; \
@@ -112,7 +112,7 @@ ctags: ctags-am
 endif !%?SUBDIRS%
 
 CTAGS: ctags
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
+ctags-am: $(TAGS_DEPENDENCIES) $(am.tags.files)
        $(am__define_uniq_tagged_files); \
 ## Make sure we have something to run ctags on.
        test -z "$(CTAGS_ARGS)$$unique" \
@@ -154,8 +154,8 @@ else !%?SUBDIRS%
 cscopelist: cscopelist-am
 endif !%?SUBDIRS%
 
-cscopelist-am: $(am__tagged_files)
-       list='$(am__tagged_files)'; \
+cscopelist-am: $(am.tags.files)
+       list='$(am.tags.files)'; \
        case "$(srcdir)" in \
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
          *) sdir=$(subdir)/$(srcdir) ;; \
-- 
1.7.12.rc0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]