diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-22 13:41:12 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-22 13:41:12 +0200 |
commit | 9df80bfc9af46dc8a611450b80b599d988596d11 (patch) | |
tree | 7d3921dcfa46122c8ba4a7f0d1b41650ab400e72 /tests/Makefile.in | |
parent | cb8844b6eea5985ab1f04ed84568fb3cbbdb0c9a (diff) | |
parent | 90e5ec8f38ff98213c0cd38b86bc8019fcc5b440 (diff) | |
download | ayatana-indicator-application-9df80bfc9af46dc8a611450b80b599d988596d11.tar.gz ayatana-indicator-application-9df80bfc9af46dc8a611450b80b599d988596d11.tar.bz2 ayatana-indicator-application-9df80bfc9af46dc8a611450b80b599d988596d11.zip |
Import upstream version 12.10.0
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 71a497e..94bddda 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.11.3 from Makefile.am. +# Makefile.in generated by automake 1.11.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -15,6 +15,23 @@ @SET_MAKE@ VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -89,6 +106,11 @@ am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(test_approver_SOURCES) DIST_SOURCES = $(test_approver_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac ETAGS = etags CTAGS = ctags am__tty_colors = \ |