diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-12 17:36:00 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-12 17:36:00 +0200 |
commit | edcdb07267e0c6724469f87475063f97e00a2123 (patch) | |
tree | 2526d16915b520d7e67dc7c460e5a2c7abf1bfd0 /tools/Makefile.in | |
parent | 21ef9a512f68c92981cd039abc46aa10dc38b91d (diff) | |
parent | b1beb2ccbcc04f6615b75375821c51ef4828ee24 (diff) | |
download | libayatana-indicator-edcdb07267e0c6724469f87475063f97e00a2123.tar.gz libayatana-indicator-edcdb07267e0c6724469f87475063f97e00a2123.tar.bz2 libayatana-indicator-edcdb07267e0c6724469f87475063f97e00a2123.zip |
Import upstream version 12.10.0
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 21d3017..03d7a29 100644 --- a/tools/Makefile.in +++ b/tools/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, @@ -17,6 +17,23 @@ 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@ @@ -103,6 +120,11 @@ am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(indicator_loader_SOURCES) $(indicator_loader3_SOURCES) DIST_SOURCES = $(indicator_loader_SOURCES) \ $(indicator_loader3_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -337,8 +359,11 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__aclocal_m4_deps): install-libexecPROGRAMS: $(libexec_PROGRAMS) @$(NORMAL_INSTALL) - test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)" @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \ + fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p || test -f $$p1; \ @@ -450,8 +475,11 @@ clean-libtool: -rm -rf .libs _libs install-xsessionDATA: $(xsession_DATA) @$(NORMAL_INSTALL) - test -z "$(xsessiondir)" || $(MKDIR_P) "$(DESTDIR)$(xsessiondir)" @list='$(xsession_DATA)'; test -n "$(xsessiondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(xsessiondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(xsessiondir)" || exit 1; \ + fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ |