diff options
Diffstat (limited to 'examples/Makefile.in')
| -rw-r--r-- | examples/Makefile.in | 56 | 
1 files changed, 11 insertions, 45 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in index 3cfb394..c4bea6d 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.5 from Makefile.am. +# Makefile.in generated by automake 1.11.1 from Makefile.am.  # @configure_input@  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, +# Inc.  # This Makefile.in is free software; the Free Software Foundation  # gives unlimited permission to copy and/or distribute it,  # with or without modifications, as long as this notice is preserved. @@ -16,23 +16,6 @@  @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@ @@ -61,11 +44,6 @@ CONFIG_CLEAN_FILES =  CONFIG_CLEAN_VPATH_FILES =  SOURCES =  DIST_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/||"`;; \ @@ -87,12 +65,6 @@ am__nobase_list = $(am__nobase_strip_setup); \  am__base_list = \    sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \    sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' -am__uninstall_files_from_dir = { \ -  test -z "$$files" \ -    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ -    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ -         $(am__cd) "$$dir" && rm -f $$files; }; \ -  }  am__installdirs = "$(DESTDIR)$(pkgdatadir)"  DATA = $(dist_pkgdata_DATA)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -217,11 +189,8 @@ $(ACLOCAL_M4):  $(am__aclocal_m4_deps)  $(am__aclocal_m4_deps):  install-dist_pkgdataDATA: $(dist_pkgdata_DATA)  	@$(NORMAL_INSTALL) +	test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"  	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ -	if test -n "$$list"; then \ -	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ -	  $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ -	fi; \  	for p in $$list; do \  	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \  	  echo "$$d$$p"; \ @@ -235,7 +204,9 @@ uninstall-dist_pkgdataDATA:  	@$(NORMAL_UNINSTALL)  	@list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \  	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ -	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) +	test -n "$$files" || exit 0; \ +	echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \ +	cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files  tags: TAGS  TAGS: @@ -290,15 +261,10 @@ install-am: all-am  installcheck: installcheck-am  install-strip: -	if test -z '$(STRIP)'; then \ -	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ -	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ -	      install; \ -	else \ -	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ -	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ -	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ -	fi +	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ +	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ +	  `test -z '$(STRIP)' || \ +	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install  mostlyclean-generic:  clean-generic:  | 
