Blame gnome-help/Makefile.in

Packit Bot 4b9ea4
# Makefile.in generated by automake 1.15.1 from Makefile.am.
Packit Bot 4b9ea4
# @configure_input@
Packit Bot 4b9ea4
Packit Bot 4b9ea4
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
Packit Bot 4b9ea4
Packit Bot 4b9ea4
# This Makefile.in is free software; the Free Software Foundation
Packit Bot 4b9ea4
# gives unlimited permission to copy and/or distribute it,
Packit Bot 4b9ea4
# with or without modifications, as long as this notice is preserved.
Packit Bot 4b9ea4
Packit Bot 4b9ea4
# This program is distributed in the hope that it will be useful,
Packit Bot 4b9ea4
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Bot 4b9ea4
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Bot 4b9ea4
# PARTICULAR PURPOSE.
Packit Bot 4b9ea4
Packit Bot 4b9ea4
@SET_MAKE@
Packit Bot 4b9ea4
VPATH = @srcdir@
Packit Bot 4b9ea4
am__is_gnu_make = { \
Packit Bot 4b9ea4
  if test -z '$(MAKELEVEL)'; then \
Packit Bot 4b9ea4
    false; \
Packit Bot 4b9ea4
  elif test -n '$(MAKE_HOST)'; then \
Packit Bot 4b9ea4
    true; \
Packit Bot 4b9ea4
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit Bot 4b9ea4
    true; \
Packit Bot 4b9ea4
  else \
Packit Bot 4b9ea4
    false; \
Packit Bot 4b9ea4
  fi; \
Packit Bot 4b9ea4
}
Packit Bot 4b9ea4
am__make_running_with_option = \
Packit Bot 4b9ea4
  case $${target_option-} in \
Packit Bot 4b9ea4
      ?) ;; \
Packit Bot 4b9ea4
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit Bot 4b9ea4
              "target option '$${target_option-}' specified" >&2; \
Packit Bot 4b9ea4
         exit 1;; \
Packit Bot 4b9ea4
  esac; \
Packit Bot 4b9ea4
  has_opt=no; \
Packit Bot 4b9ea4
  sane_makeflags=$$MAKEFLAGS; \
Packit Bot 4b9ea4
  if $(am__is_gnu_make); then \
Packit Bot 4b9ea4
    sane_makeflags=$$MFLAGS; \
Packit Bot 4b9ea4
  else \
Packit Bot 4b9ea4
    case $$MAKEFLAGS in \
Packit Bot 4b9ea4
      *\\[\ \	]*) \
Packit Bot 4b9ea4
        bs=\\; \
Packit Bot 4b9ea4
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit Bot 4b9ea4
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit Bot 4b9ea4
    esac; \
Packit Bot 4b9ea4
  fi; \
Packit Bot 4b9ea4
  skip_next=no; \
Packit Bot 4b9ea4
  strip_trailopt () \
Packit Bot 4b9ea4
  { \
Packit Bot 4b9ea4
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit Bot 4b9ea4
  }; \
Packit Bot 4b9ea4
  for flg in $$sane_makeflags; do \
Packit Bot 4b9ea4
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit Bot 4b9ea4
    case $$flg in \
Packit Bot 4b9ea4
      *=*|--*) continue;; \
Packit Bot 4b9ea4
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit Bot 4b9ea4
      -*I?*) strip_trailopt 'I';; \
Packit Bot 4b9ea4
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit Bot 4b9ea4
      -*O?*) strip_trailopt 'O';; \
Packit Bot 4b9ea4
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit Bot 4b9ea4
      -*l?*) strip_trailopt 'l';; \
Packit Bot 4b9ea4
      -[dEDm]) skip_next=yes;; \
Packit Bot 4b9ea4
      -[JT]) skip_next=yes;; \
Packit Bot 4b9ea4
    esac; \
Packit Bot 4b9ea4
    case $$flg in \
Packit Bot 4b9ea4
      *$$target_option*) has_opt=yes; break;; \
Packit Bot 4b9ea4
    esac; \
Packit Bot 4b9ea4
  done; \
Packit Bot 4b9ea4
  test $$has_opt = yes
Packit Bot 4b9ea4
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit Bot 4b9ea4
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit Bot 4b9ea4
pkgdatadir = $(datadir)/@PACKAGE@
Packit Bot 4b9ea4
pkgincludedir = $(includedir)/@PACKAGE@
Packit Bot 4b9ea4
pkglibdir = $(libdir)/@PACKAGE@
Packit Bot 4b9ea4
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit Bot 4b9ea4
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Bot 4b9ea4
install_sh_DATA = $(install_sh) -c -m 644
Packit Bot 4b9ea4
install_sh_PROGRAM = $(install_sh) -c
Packit Bot 4b9ea4
install_sh_SCRIPT = $(install_sh) -c
Packit Bot 4b9ea4
INSTALL_HEADER = $(INSTALL_DATA)
Packit Bot 4b9ea4
transform = $(program_transform_name)
Packit Bot 4b9ea4
NORMAL_INSTALL = :
Packit Bot 4b9ea4
PRE_INSTALL = :
Packit Bot 4b9ea4
POST_INSTALL = :
Packit Bot 4b9ea4
NORMAL_UNINSTALL = :
Packit Bot 4b9ea4
PRE_UNINSTALL = :
Packit Bot 4b9ea4
POST_UNINSTALL = :
Packit Bot 4b9ea4
subdir = gnome-help
Packit Bot 4b9ea4
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Bot 4b9ea4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Packit Bot 4b9ea4
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Bot 4b9ea4
	$(ACLOCAL_M4)
Packit Bot 4b9ea4
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Packit Bot 4b9ea4
mkinstalldirs = $(install_sh) -d
Packit Bot 4b9ea4
CONFIG_CLEAN_FILES =
Packit Bot 4b9ea4
CONFIG_CLEAN_VPATH_FILES =
Packit Bot 4b9ea4
AM_V_P = $(am__v_P_@AM_V@)
Packit Bot 4b9ea4
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit Bot 4b9ea4
am__v_P_0 = false
Packit Bot 4b9ea4
am__v_P_1 = :
Packit Bot 4b9ea4
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit Bot 4b9ea4
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit Bot 4b9ea4
am__v_GEN_0 = @echo "  GEN     " $@;
Packit Bot 4b9ea4
am__v_GEN_1 = 
Packit Bot 4b9ea4
AM_V_at = $(am__v_at_@AM_V@)
Packit Bot 4b9ea4
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit Bot 4b9ea4
am__v_at_0 = @
Packit Bot 4b9ea4
am__v_at_1 = 
Packit Bot 4b9ea4
SOURCES =
Packit Bot 4b9ea4
DIST_SOURCES =
Packit Bot 4b9ea4
am__can_run_installinfo = \
Packit Bot 4b9ea4
  case $$AM_UPDATE_INFO_DIR in \
Packit Bot 4b9ea4
    n|no|NO) false;; \
Packit Bot 4b9ea4
    *) (install-info --version) >/dev/null 2>&1;; \
Packit Bot 4b9ea4
  esac
Packit Bot 4b9ea4
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit Bot 4b9ea4
am__DIST_COMMON = $(srcdir)/Makefile.in
Packit Bot 4b9ea4
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Bot 4b9ea4
ACLOCAL = @ACLOCAL@
Packit Bot 4b9ea4
AMTAR = @AMTAR@
Packit Bot 4b9ea4
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit Bot 4b9ea4
AUTOCONF = @AUTOCONF@
Packit Bot 4b9ea4
AUTOHEADER = @AUTOHEADER@
Packit Bot 4b9ea4
AUTOMAKE = @AUTOMAKE@
Packit Bot 4b9ea4
AWK = @AWK@
Packit Bot 4b9ea4
CYGPATH_W = @CYGPATH_W@
Packit Bot 4b9ea4
DEFS = @DEFS@
Packit Bot 4b9ea4
ECHO_C = @ECHO_C@
Packit Bot 4b9ea4
ECHO_N = @ECHO_N@
Packit Bot 4b9ea4
ECHO_T = @ECHO_T@
Packit Bot 4b9ea4
HELP_DIR = @HELP_DIR@
Packit Bot 4b9ea4
INSTALL = @INSTALL@
Packit Bot 4b9ea4
INSTALL_DATA = @INSTALL_DATA@
Packit Bot 4b9ea4
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Bot 4b9ea4
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Bot 4b9ea4
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Bot 4b9ea4
ITSTOOL = @ITSTOOL@
Packit Bot 4b9ea4
LIBOBJS = @LIBOBJS@
Packit Bot 4b9ea4
LIBS = @LIBS@
Packit Bot 4b9ea4
LN_S = @LN_S@
Packit Bot 4b9ea4
LTLIBOBJS = @LTLIBOBJS@
Packit Bot 4b9ea4
MAINT = @MAINT@
Packit Bot 4b9ea4
MAKEINFO = @MAKEINFO@
Packit Bot 4b9ea4
MKDIR_P = @MKDIR_P@
Packit Bot 4b9ea4
PACKAGE = @PACKAGE@
Packit Bot 4b9ea4
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Bot 4b9ea4
PACKAGE_NAME = @PACKAGE_NAME@
Packit Bot 4b9ea4
PACKAGE_STRING = @PACKAGE_STRING@
Packit Bot 4b9ea4
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Bot 4b9ea4
PACKAGE_URL = @PACKAGE_URL@
Packit Bot 4b9ea4
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Bot 4b9ea4
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Bot 4b9ea4
SET_MAKE = @SET_MAKE@
Packit Bot 4b9ea4
SHELL = @SHELL@
Packit Bot 4b9ea4
STRIP = @STRIP@
Packit Bot 4b9ea4
VERSION = @VERSION@
Packit Bot 4b9ea4
XMLLINT = @XMLLINT@
Packit Bot 4b9ea4
YELP_LC_DIST = @YELP_LC_DIST@
Packit Bot 4b9ea4
YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
Packit Bot 4b9ea4
abs_builddir = @abs_builddir@
Packit Bot 4b9ea4
abs_srcdir = @abs_srcdir@
Packit Bot 4b9ea4
abs_top_builddir = @abs_top_builddir@
Packit Bot 4b9ea4
abs_top_srcdir = @abs_top_srcdir@
Packit Bot 4b9ea4
am__leading_dot = @am__leading_dot@
Packit Bot 4b9ea4
am__tar = @am__tar@
Packit Bot 4b9ea4
am__untar = @am__untar@
Packit Bot 4b9ea4
bindir = @bindir@
Packit Bot 4b9ea4
build_alias = @build_alias@
Packit Bot 4b9ea4
builddir = @builddir@
Packit Bot 4b9ea4
datadir = @datadir@
Packit Bot 4b9ea4
datarootdir = @datarootdir@
Packit Bot 4b9ea4
docdir = @docdir@
Packit Bot 4b9ea4
dvidir = @dvidir@
Packit Bot 4b9ea4
exec_prefix = @exec_prefix@
Packit Bot 4b9ea4
host_alias = @host_alias@
Packit Bot 4b9ea4
htmldir = @htmldir@
Packit Bot 4b9ea4
includedir = @includedir@
Packit Bot 4b9ea4
infodir = @infodir@
Packit Bot 4b9ea4
install_sh = @install_sh@
Packit Bot 4b9ea4
libdir = @libdir@
Packit Bot 4b9ea4
libexecdir = @libexecdir@
Packit Bot 4b9ea4
localedir = @localedir@
Packit Bot 4b9ea4
localstatedir = @localstatedir@
Packit Bot 4b9ea4
mandir = @mandir@
Packit Bot 4b9ea4
mkdir_p = @mkdir_p@
Packit Bot 4b9ea4
oldincludedir = @oldincludedir@
Packit Bot 4b9ea4
pdfdir = @pdfdir@
Packit Bot 4b9ea4
prefix = @prefix@
Packit Bot 4b9ea4
program_transform_name = @program_transform_name@
Packit Bot 4b9ea4
psdir = @psdir@
Packit Bot 4b9ea4
sbindir = @sbindir@
Packit Bot 4b9ea4
sharedstatedir = @sharedstatedir@
Packit Bot 4b9ea4
srcdir = @srcdir@
Packit Bot 4b9ea4
sysconfdir = @sysconfdir@
Packit Bot 4b9ea4
target_alias = @target_alias@
Packit Bot 4b9ea4
top_build_prefix = @top_build_prefix@
Packit Bot 4b9ea4
top_builddir = @top_builddir@
Packit Bot 4b9ea4
top_srcdir = @top_srcdir@
Packit Bot 4b9ea4
EXTRA_DIST = C/gnome-help.its
Packit Bot 4b9ea4
HELP_ID = gnome-help
Packit Bot 4b9ea4
HELP_MEDIA = \
Packit Bot 4b9ea4
	figures/audio-volume-high-symbolic.svg \
Packit Bot 4b9ea4
	figures/audio-volume-low-symbolic.svg \
Packit Bot 4b9ea4
	figures/audio-volume-medium-symbolic.svg \
Packit Bot 4b9ea4
	figures/audio-volume-muted-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-caution-charging-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-caution-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-empty-charging-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-empty-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-full-charged-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-full-charging-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-full-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-good-charging-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-good-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-low-charging-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-low-symbolic.svg \
Packit Bot 4b9ea4
	figures/battery-missing-symbolic.svg \
Packit Bot 4b9ea4
	figures/bluetooth-active-symbolic.svg \
Packit Bot 4b9ea4
	figures/bluetooth-disabled-symbolic.svg \
Packit Bot 4b9ea4
	figures/bluetooth-menu.png \
Packit Bot 4b9ea4
	figures/color-average.png \
Packit Bot 4b9ea4
	figures/color-camera.png \
Packit Bot 4b9ea4
	figures/color-display.png \
Packit Bot 4b9ea4
	figures/color-printer.png \
Packit Bot 4b9ea4
	figures/color-profile-default.png \
Packit Bot 4b9ea4
	figures/color-space.png \
Packit Bot 4b9ea4
	figures/display-dual-monitors.webm \
Packit Bot 4b9ea4
	figures/emblem-system-symbolic.svg \
Packit Bot 4b9ea4
	figures/emblem-system.png \
Packit Bot 4b9ea4
	figures/gnome.png \
Packit Bot 4b9ea4
	figures/go-down.png \
Packit Bot 4b9ea4
	figures/input-keyboard-symbolic.png \
Packit Bot 4b9ea4
	figures/input-methods-switcher.png \
Packit Bot 4b9ea4
	figures/keyboard-key-calculator.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-computer.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-eject.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-folder.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-home.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-mail.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-media.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-menu.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-mute.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-next.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-pause.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-play.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-previous.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-search.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-stop.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-voldown.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-volup.svg \
Packit Bot 4b9ea4
	figures/keyboard-key-world.svg \
Packit Bot 4b9ea4
	figures/nautilus-icons.png \
Packit Bot 4b9ea4
	figures/network-cellular-3g-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-cellular-4g-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-cellular-acquiring-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-cellular-connected-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-cellular-edge-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-cellular-gprs-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-cellular-signal-excellent-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-cellular-signal-good-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-cellular-signal-none-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-cellular-signal-ok-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-cellular-signal-weak-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-cellular-umts-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-error-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-idle-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-no-route-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-offline-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-receive-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-transmit-receive-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-transmit-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-vpn-acquiring-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-vpn-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-wired-acquiring-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-wired-disconnected-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-wired-symbolic.svg \
Packit Bot 4b9ea4
	figures/preferences-desktop-accessibility-symbolic.svg \
Packit Bot 4b9ea4
	figures/printing-select.png \
Packit Bot 4b9ea4
	figures/shell-activities-classic.png \
Packit Bot 4b9ea4
	figures/shell-activities.png \
Packit Bot 4b9ea4
	figures/shell-appmenu-classic.png \
Packit Bot 4b9ea4
	figures/shell-appmenu-shell.png \
Packit Bot 4b9ea4
	figures/shell-appts-classic.png \
Packit Bot 4b9ea4
	figures/shell-appts.png \
Packit Bot 4b9ea4
	figures/shell-dash.png \
Packit Bot 4b9ea4
	figures/shell-exit-classic.png \
Packit Bot 4b9ea4
	figures/shell-exit.png \
Packit Bot 4b9ea4
	figures/shell-lock.png \
Packit Bot 4b9ea4
	figures/shell-top-bar-classic.png \
Packit Bot 4b9ea4
	figures/shell-top-bar.png \
Packit Bot 4b9ea4
	figures/shell-window-list-classic.png \
Packit Bot 4b9ea4
	figures/shell-workspaces.png \
Packit Bot 4b9ea4
	figures/top-bar-icons-classic.png \
Packit Bot 4b9ea4
	figures/top-bar-icons.png \
Packit Bot 4b9ea4
	figures/universal-access-menu.png \
Packit Bot 4b9ea4
	figures/network-wireless-acquiring-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-wireless-connected-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-wireless-encrypted-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-wireless-signal-excellent-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-wireless-signal-good-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-wireless-signal-none-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-wireless-signal-ok-symbolic.svg \
Packit Bot 4b9ea4
	figures/network-wireless-signal-weak-symbolic.svg \
Packit Bot 4b9ea4
	figures/system-run-symbolic.svg \
Packit Bot 4b9ea4
	figures/view-more-symbolic.svg \
Packit Bot 4b9ea4
	figures/yelp-icon-big.png
Packit Bot 4b9ea4
Packit Bot 4b9ea4
HELP_FILES = \
Packit Bot 4b9ea4
	legal.xml \
Packit Bot 4b9ea4
	a11y-bouncekeys.page \
Packit Bot 4b9ea4
	a11y-braille.page \
Packit Bot 4b9ea4
	a11y-contrast.page \
Packit Bot 4b9ea4
	a11y-dwellclick.page \
Packit Bot 4b9ea4
	a11y-font-size.page \
Packit Bot 4b9ea4
	a11y-icon.page \
Packit Bot 4b9ea4
	a11y-mag.page \
Packit Bot 4b9ea4
	a11y.page \
Packit Bot 4b9ea4
	a11y-right-click.page \
Packit Bot 4b9ea4
	a11y-screen-reader.page \
Packit Bot 4b9ea4
	a11y-slowkeys.page \
Packit Bot 4b9ea4
	a11y-stickykeys.page \
Packit Bot 4b9ea4
	a11y-visualalert.page \
Packit Bot 4b9ea4
	about-this-guide.page \
Packit Bot 4b9ea4
	accounts-add.page \
Packit Bot 4b9ea4
	accounts-disable-service.page \
Packit Bot 4b9ea4
	accounts-provider-not-available.page \
Packit Bot 4b9ea4
	accounts-remove.page \
Packit Bot 4b9ea4
	accounts-which-application.page \
Packit Bot 4b9ea4
	accounts-whyadd.page \
Packit Bot 4b9ea4
	accounts.page \
Packit Bot 4b9ea4
	backup-check.page \
Packit Bot 4b9ea4
	backup-frequency.page \
Packit Bot 4b9ea4
	backup-how.page \
Packit Bot 4b9ea4
	backup-restore.page \
Packit Bot 4b9ea4
	backup-thinkabout.page \
Packit Bot 4b9ea4
	backup-what.page \
Packit Bot 4b9ea4
	backup-where.page \
Packit Bot 4b9ea4
	backup-why.page \
Packit Bot 4b9ea4
	bluetooth.page \
Packit Bot 4b9ea4
	bluetooth-connect-device.page \
Packit Bot 4b9ea4
	bluetooth-problem-connecting.page \
Packit Bot 4b9ea4
	bluetooth-remove-connection.page \
Packit Bot 4b9ea4
	bluetooth-send-file.page \
Packit Bot 4b9ea4
	bluetooth-turn-on-off.page \
Packit Bot 4b9ea4
	bluetooth-visibility.page \
Packit Bot 4b9ea4
	clock-calendar.page \
Packit Bot 4b9ea4
	clock-set.page \
Packit Bot 4b9ea4
	clock-timezone.page \
Packit Bot 4b9ea4
	clock-world.page \
Packit Bot 4b9ea4
	clock.page \
Packit Bot 4b9ea4
	color.page \
Packit Bot 4b9ea4
	color-assignprofiles.page \
Packit Bot 4b9ea4
	color-calibrate-camera.page \
Packit Bot 4b9ea4
	color-calibrate-printer.page \
Packit Bot 4b9ea4
	color-calibrate-scanner.page \
Packit Bot 4b9ea4
	color-calibrate-screen.page \
Packit Bot 4b9ea4
	color-calibrationcharacterization.page \
Packit Bot 4b9ea4
	color-calibrationdevices.page \
Packit Bot 4b9ea4
	color-calibrationtargets.page \
Packit Bot 4b9ea4
	color-canshareprofiles.page \
Packit Bot 4b9ea4
	color-gettingprofiles.page \
Packit Bot 4b9ea4
	color-howtoimport.page \
Packit Bot 4b9ea4
	color-missingvcgt.page \
Packit Bot 4b9ea4
	color-notifications.page \
Packit Bot 4b9ea4
	color-notspecifiededid.page \
Packit Bot 4b9ea4
	color-testing.page \
Packit Bot 4b9ea4
	color-whatisprofile.page \
Packit Bot 4b9ea4
	color-whatisspace.page \
Packit Bot 4b9ea4
	color-why-calibrate.page \
Packit Bot 4b9ea4
	color-whyimportant.page \
Packit Bot 4b9ea4
	contacts-add-remove.page \
Packit Bot 4b9ea4
	contacts.page \
Packit Bot 4b9ea4
	contacts-connect.page \
Packit Bot 4b9ea4
	contacts-edit-details.page \
Packit Bot 4b9ea4
	contacts-link-unlink.page \
Packit Bot 4b9ea4
	contacts-search.page \
Packit Bot 4b9ea4
	contacts-setup.page \
Packit Bot 4b9ea4
	disk-benchmark.page \
Packit Bot 4b9ea4
	disk-capacity.page \
Packit Bot 4b9ea4
	disk-check.page \
Packit Bot 4b9ea4
	disk-format.page \
Packit Bot 4b9ea4
	disk-partitions.page \
Packit Bot 4b9ea4
	disk-repair.page \
Packit Bot 4b9ea4
	disk-resize.page \
Packit Bot 4b9ea4
	disk.page \
Packit Bot 4b9ea4
	display-blank.page \
Packit Bot 4b9ea4
	display-brightness.page \
Packit Bot 4b9ea4
	display-dual-monitors.page \
Packit Bot 4b9ea4
	files-autorun.page \
Packit Bot 4b9ea4
	files-browse.page \
Packit Bot 4b9ea4
	files-copy.page \
Packit Bot 4b9ea4
	files-delete.page \
Packit Bot 4b9ea4
	files-disc-write.page \
Packit Bot 4b9ea4
	files-hidden.page \
Packit Bot 4b9ea4
	files-lost.page \
Packit Bot 4b9ea4
	files-open.page \
Packit Bot 4b9ea4
	files-preview.page \
Packit Bot 4b9ea4
	files-recover.page \
Packit Bot 4b9ea4
	files-removedrive.page \
Packit Bot 4b9ea4
	files-rename.page \
Packit Bot 4b9ea4
	files-search.page \
Packit Bot 4b9ea4
	files-select.page \
Packit Bot 4b9ea4
	files-share.page \
Packit Bot 4b9ea4
	files-sort.page \
Packit Bot 4b9ea4
	files-templates.page \
Packit Bot 4b9ea4
	files-tilde.page \
Packit Bot 4b9ea4
	files.page \
Packit Bot 4b9ea4
	get-involved.page \
Packit Bot 4b9ea4
	gnome-classic.page \
Packit Bot 4b9ea4
	gnome-version.page \
Packit Bot 4b9ea4
	hardware-auth.page \
Packit Bot 4b9ea4
	hardware-cardreader.page \
Packit Bot 4b9ea4
	hardware-driver.page \
Packit Bot 4b9ea4
	hardware-problems-graphics.page \
Packit Bot 4b9ea4
	hardware.page \
Packit Bot 4b9ea4
	help-irc.page \
Packit Bot 4b9ea4
	help-mailing-list.page \
Packit Bot 4b9ea4
	index.page \
Packit Bot 4b9ea4
	keyboard-cursor-blink.page \
Packit Bot 4b9ea4
	keyboard-key-menu.page \
Packit Bot 4b9ea4
	keyboard-key-super.page \
Packit Bot 4b9ea4
	keyboard-layouts.page \
Packit Bot 4b9ea4
	keyboard-nav.page \
Packit Bot 4b9ea4
	keyboard-osk.page \
Packit Bot 4b9ea4
	keyboard-repeat-keys.page \
Packit Bot 4b9ea4
	keyboard-shortcuts-set.page \
Packit Bot 4b9ea4
	keyboard.page \
Packit Bot 4b9ea4
	look-background.page \
Packit Bot 4b9ea4
	look-display-fuzzy.page \
Packit Bot 4b9ea4
	look-resolution.page \
Packit Bot 4b9ea4
	media.page \
Packit Bot 4b9ea4
	more-help.page \
Packit Bot 4b9ea4
	mouse-doubleclick.page \
Packit Bot 4b9ea4
	mouse-lefthanded.page \
Packit Bot 4b9ea4
	mouse-middleclick.page \
Packit Bot 4b9ea4
	mouse-mousekeys.page \
Packit Bot 4b9ea4
	mouse-problem-notmoving.page \
Packit Bot 4b9ea4
	mouse-sensitivity.page \
Packit Bot 4b9ea4
	mouse-touchpad-click.page \
Packit Bot 4b9ea4
	mouse-wakeup.page \
Packit Bot 4b9ea4
	mouse.page \
Packit Bot 4b9ea4
	music-cantplay-drm.page \
Packit Bot 4b9ea4
	music-player-ipodtransfer.page \
Packit Bot 4b9ea4
	music-player-newipod.page \
Packit Bot 4b9ea4
	nautilus-behavior.page \
Packit Bot 4b9ea4
	nautilus-bookmarks-edit.page \
Packit Bot 4b9ea4
	nautilus-connect.page \
Packit Bot 4b9ea4
	nautilus-display.page \
Packit Bot 4b9ea4
	nautilus-file-properties-basic.page \
Packit Bot 4b9ea4
	nautilus-file-properties-permissions.page \
Packit Bot 4b9ea4
	nautilus-list.page \
Packit Bot 4b9ea4
	nautilus-prefs.page \
Packit Bot 4b9ea4
	nautilus-preview.page \
Packit Bot 4b9ea4
	nautilus-views.page \
Packit Bot 4b9ea4
	net-antivirus.page \
Packit Bot 4b9ea4
	net-browser.page \
Packit Bot 4b9ea4
	net-default-browser.page \
Packit Bot 4b9ea4
	net-default-email.page \
Packit Bot 4b9ea4
	net-email-virus.page \
Packit Bot 4b9ea4
	net-email.page \
Packit Bot 4b9ea4
	net-findip.page \
Packit Bot 4b9ea4
	net-firewall-on-off.page \
Packit Bot 4b9ea4
	net-firewall-ports.page \
Packit Bot 4b9ea4
	net-fixed-ip-address.page \
Packit Bot 4b9ea4
	net-general.page \
Packit Bot 4b9ea4
	net-install-flash.page \
Packit Bot 4b9ea4
	net-macaddress.page \
Packit Bot 4b9ea4
	net-manual.page \
Packit Bot 4b9ea4
	net-mobile.page \
Packit Bot 4b9ea4
	net-othersconnect.page \
Packit Bot 4b9ea4
	net-othersedit.page \
Packit Bot 4b9ea4
	net-problem.page \
Packit Bot 4b9ea4
	net-proxy.page \
Packit Bot 4b9ea4
	net-security-tips.page \
Packit Bot 4b9ea4
	net-security.page \
Packit Bot 4b9ea4
	net-slow.page \
Packit Bot 4b9ea4
	net-vpn-connect.page \
Packit Bot 4b9ea4
	net-what-is-ip-address.page \
Packit Bot 4b9ea4
	net-wired-connect.page \
Packit Bot 4b9ea4
	net-wired.page \
Packit Bot 4b9ea4
	net-wireless-adhoc.page \
Packit Bot 4b9ea4
	net-wireless-airplane.page \
Packit Bot 4b9ea4
	net-wireless-connect.page \
Packit Bot 4b9ea4
	net-wireless-disconnecting.page \
Packit Bot 4b9ea4
	net-wireless-find.page \
Packit Bot 4b9ea4
	net-wireless-hidden.page \
Packit Bot 4b9ea4
	net-wireless-noconnection.page \
Packit Bot 4b9ea4
	net-wireless-troubleshooting-device-drivers.page \
Packit Bot 4b9ea4
	net-wireless-troubleshooting-hardware-check.page \
Packit Bot 4b9ea4
	net-wireless-troubleshooting-hardware-info.page \
Packit Bot 4b9ea4
	net-wireless-troubleshooting-initial-check.page \
Packit Bot 4b9ea4
	net-wireless-troubleshooting.page \
Packit Bot 4b9ea4
	net-wireless-wepwpa.page \
Packit Bot 4b9ea4
	net-wireless.page \
Packit Bot 4b9ea4
	net.page \
Packit Bot 4b9ea4
	power-autobrightness.page \
Packit Bot 4b9ea4
	power-autosuspend.page \
Packit Bot 4b9ea4
	power-batteryestimate.page \
Packit Bot 4b9ea4
	power-batterylife.page \
Packit Bot 4b9ea4
	power-batteryoptimal.page \
Packit Bot 4b9ea4
	power-batteryslow.page \
Packit Bot 4b9ea4
	power-batterywindows.page \
Packit Bot 4b9ea4
	power-closelid.page \
Packit Bot 4b9ea4
	power-constantfan.page \
Packit Bot 4b9ea4
	power-hotcomputer.page \
Packit Bot 4b9ea4
	power-lowpower.page \
Packit Bot 4b9ea4
	power-nowireless.page \
Packit Bot 4b9ea4
	power-othercountry.page \
Packit Bot 4b9ea4
	power-status.page \
Packit Bot 4b9ea4
	power-suspendfail.page \
Packit Bot 4b9ea4
	power-suspend.page \
Packit Bot 4b9ea4
	power-whydim.page \
Packit Bot 4b9ea4
	power-willnotturnon.page \
Packit Bot 4b9ea4
	power-wireless.page \
Packit Bot 4b9ea4
	power.page \
Packit Bot 4b9ea4
	prefs-display.page \
Packit Bot 4b9ea4
	prefs-language.page \
Packit Bot 4b9ea4
	prefs-sharing.page \
Packit Bot 4b9ea4
	prefs.page \
Packit Bot 4b9ea4
	printing-2sided.page \
Packit Bot 4b9ea4
	printing-booklet-duplex.page \
Packit Bot 4b9ea4
	printing-booklet-singlesided.page \
Packit Bot 4b9ea4
	printing-booklet.page \
Packit Bot 4b9ea4
	printing-cancel-job.page \
Packit Bot 4b9ea4
	printing-differentsize.page \
Packit Bot 4b9ea4
	printing-envelopes.page \
Packit Bot 4b9ea4
	printing-inklevel.page \
Packit Bot 4b9ea4
	printing-name-location.page \
Packit Bot 4b9ea4
	printing-order.page \
Packit Bot 4b9ea4
	printing-paperjam.page \
Packit Bot 4b9ea4
	printing-select.page \
Packit Bot 4b9ea4
	printing-setup-default-printer.page \
Packit Bot 4b9ea4
	printing-setup.page \
Packit Bot 4b9ea4
	printing-streaks.page \
Packit Bot 4b9ea4
	printing-to-file.page \
Packit Bot 4b9ea4
	printing.page \
Packit Bot 4b9ea4
	privacy.page \
Packit Bot 4b9ea4
	privacy-history-recent-off.page \
Packit Bot 4b9ea4
	privacy-location.page \
Packit Bot 4b9ea4
	privacy-purge.page \
Packit Bot 4b9ea4
	privacy-screen-lock.page \
Packit Bot 4b9ea4
	screen-shot-record.page \
Packit Bot 4b9ea4
	session-fingerprint.page \
Packit Bot 4b9ea4
	session-formats.page \
Packit Bot 4b9ea4
	session-language.page \
Packit Bot 4b9ea4
	session-screenlocks.page \
Packit Bot 4b9ea4
	sharing.page \
Packit Bot 4b9ea4
	sharing-bluetooth.page \
Packit Bot 4b9ea4
	sharing-desktop.page \
Packit Bot 4b9ea4
	sharing-displayname.page \
Packit Bot 4b9ea4
	sharing-media.page \
Packit Bot 4b9ea4
	sharing-personal.page \
Packit Bot 4b9ea4
	shell-apps-favorites.page \
Packit Bot 4b9ea4
	shell-apps-open.page \
Packit Bot 4b9ea4
	shell-exit.page \
Packit Bot 4b9ea4
	shell-introduction.page \
Packit Bot 4b9ea4
	shell-keyboard-shortcuts.page \
Packit Bot 4b9ea4
	shell-lockscreen.page \
Packit Bot 4b9ea4
	shell-notifications.page \
Packit Bot 4b9ea4
	shell-overview.page \
Packit Bot 4b9ea4
	shell-windows-lost.page \
Packit Bot 4b9ea4
	shell-windows-maximize.page \
Packit Bot 4b9ea4
	shell-windows-states.page \
Packit Bot 4b9ea4
	shell-windows-switching.page \
Packit Bot 4b9ea4
	shell-windows-tiled.page \
Packit Bot 4b9ea4
	shell-windows.page \
Packit Bot 4b9ea4
	shell-workspaces-movewindow.page \
Packit Bot 4b9ea4
	shell-workspaces-switch.page \
Packit Bot 4b9ea4
	shell-workspaces.page \
Packit Bot 4b9ea4
	sound-alert.page \
Packit Bot 4b9ea4
	sound-broken.page \
Packit Bot 4b9ea4
	sound-crackle.page \
Packit Bot 4b9ea4
	sound-nosound.page \
Packit Bot 4b9ea4
	sound-usemic.page \
Packit Bot 4b9ea4
	sound-usespeakers.page \
Packit Bot 4b9ea4
	sound-volume.page \
Packit Bot 4b9ea4
	status-icons.page \
Packit Bot 4b9ea4
	tips-specialchars.page \
Packit Bot 4b9ea4
	tips.page \
Packit Bot 4b9ea4
	translate.page \
Packit Bot 4b9ea4
	user-accounts.page \
Packit Bot 4b9ea4
	user-add.page \
Packit Bot 4b9ea4
	user-admin-change.page \
Packit Bot 4b9ea4
	user-admin-explain.page \
Packit Bot 4b9ea4
	user-admin-problems.page \
Packit Bot 4b9ea4
	user-autologin.page \
Packit Bot 4b9ea4
	user-changepassword.page \
Packit Bot 4b9ea4
	user-changepicture.page \
Packit Bot 4b9ea4
	user-delete.page \
Packit Bot 4b9ea4
	user-goodpassword.page \
Packit Bot 4b9ea4
	video-dvd.page \
Packit Bot 4b9ea4
	video-sending.page \
Packit Bot 4b9ea4
	wacom-left-handed.page \
Packit Bot 4b9ea4
	wacom-mode.page \
Packit Bot 4b9ea4
	wacom-multi-monitor.page \
Packit Bot 4b9ea4
	wacom-stylus.page \
Packit Bot 4b9ea4
	wacom.page
Packit Bot 4b9ea4
Packit Bot 4b9ea4
HELP_LINGUAS = as ca cs da de el fi fr es gl gu he hi hr hu id it ja kn lv mr nl pa pl pt pt_BR ro ru sl sr sr@latin sv te vi ta zh_CN
Packit Bot 4b9ea4
all: all-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
.SUFFIXES:
Packit Bot 4b9ea4
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit Bot 4b9ea4
	@for dep in $?; do \
Packit Bot 4b9ea4
	  case '$(am__configure_deps)' in \
Packit Bot 4b9ea4
	    *$$dep*) \
Packit Bot 4b9ea4
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit Bot 4b9ea4
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit Bot 4b9ea4
	      exit 1;; \
Packit Bot 4b9ea4
	  esac; \
Packit Bot 4b9ea4
	done; \
Packit Bot 4b9ea4
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gnome-help/Makefile'; \
Packit Bot 4b9ea4
	$(am__cd) $(top_srcdir) && \
Packit Bot 4b9ea4
	  $(AUTOMAKE) --foreign gnome-help/Makefile
Packit Bot 4b9ea4
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Bot 4b9ea4
	@case '$?' in \
Packit Bot 4b9ea4
	  *config.status*) \
Packit Bot 4b9ea4
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit Bot 4b9ea4
	  *) \
Packit Bot 4b9ea4
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit Bot 4b9ea4
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit Bot 4b9ea4
	esac;
Packit Bot 4b9ea4
Packit Bot 4b9ea4
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Bot 4b9ea4
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Bot 4b9ea4
Packit Bot 4b9ea4
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit Bot 4b9ea4
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Bot 4b9ea4
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit Bot 4b9ea4
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Bot 4b9ea4
$(am__aclocal_m4_deps):
Packit Bot 4b9ea4
tags TAGS:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
ctags CTAGS:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
cscope cscopelist:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
Packit Bot 4b9ea4
distdir: $(DISTFILES)
Packit Bot 4b9ea4
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Bot 4b9ea4
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Bot 4b9ea4
	list='$(DISTFILES)'; \
Packit Bot 4b9ea4
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit Bot 4b9ea4
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit Bot 4b9ea4
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit Bot 4b9ea4
	case $$dist_files in \
Packit Bot 4b9ea4
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit Bot 4b9ea4
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit Bot 4b9ea4
			   sort -u` ;; \
Packit Bot 4b9ea4
	esac; \
Packit Bot 4b9ea4
	for file in $$dist_files; do \
Packit Bot 4b9ea4
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Bot 4b9ea4
	  if test -d $$d/$$file; then \
Packit Bot 4b9ea4
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Bot 4b9ea4
	    if test -d "$(distdir)/$$file"; then \
Packit Bot 4b9ea4
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Bot 4b9ea4
	    fi; \
Packit Bot 4b9ea4
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Bot 4b9ea4
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit Bot 4b9ea4
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Bot 4b9ea4
	    fi; \
Packit Bot 4b9ea4
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit Bot 4b9ea4
	  else \
Packit Bot 4b9ea4
	    test -f "$(distdir)/$$file" \
Packit Bot 4b9ea4
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit Bot 4b9ea4
	    || exit 1; \
Packit Bot 4b9ea4
	  fi; \
Packit Bot 4b9ea4
	done
Packit Bot 4b9ea4
check-am: all-am
Packit Bot 4b9ea4
check: check-am
Packit Bot 4b9ea4
all-am: Makefile
Packit Bot 4b9ea4
installdirs:
Packit Bot 4b9ea4
install: install-am
Packit Bot 4b9ea4
install-exec: install-exec-am
Packit Bot 4b9ea4
install-data: install-data-am
Packit Bot 4b9ea4
uninstall: uninstall-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-am: all-am
Packit Bot 4b9ea4
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
installcheck: installcheck-am
Packit Bot 4b9ea4
install-strip:
Packit Bot 4b9ea4
	if test -z '$(STRIP)'; then \
Packit Bot 4b9ea4
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Bot 4b9ea4
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Bot 4b9ea4
	      install; \
Packit Bot 4b9ea4
	else \
Packit Bot 4b9ea4
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Bot 4b9ea4
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Bot 4b9ea4
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit Bot 4b9ea4
	fi
Packit Bot 4b9ea4
mostlyclean-generic:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
clean-generic:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
distclean-generic:
Packit Bot 4b9ea4
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Bot 4b9ea4
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit Bot 4b9ea4
Packit Bot 4b9ea4
maintainer-clean-generic:
Packit Bot 4b9ea4
	@echo "This command is intended for maintainers to use"
Packit Bot 4b9ea4
	@echo "it deletes files that may require special tools to rebuild."
Packit Bot 4b9ea4
clean: clean-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
clean-am: clean-generic mostlyclean-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
distclean: distclean-am
Packit Bot 4b9ea4
	-rm -f Makefile
Packit Bot 4b9ea4
distclean-am: clean-am distclean-generic
Packit Bot 4b9ea4
Packit Bot 4b9ea4
dvi: dvi-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
dvi-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
html: html-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
html-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
info: info-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
info-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-data-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-dvi: install-dvi-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-dvi-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-exec-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-html: install-html-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-html-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-info: install-info-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-info-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-man:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-pdf: install-pdf-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-pdf-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-ps: install-ps-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
install-ps-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
installcheck-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
maintainer-clean: maintainer-clean-am
Packit Bot 4b9ea4
	-rm -f Makefile
Packit Bot 4b9ea4
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Bot 4b9ea4
Packit Bot 4b9ea4
mostlyclean: mostlyclean-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
mostlyclean-am: mostlyclean-generic
Packit Bot 4b9ea4
Packit Bot 4b9ea4
pdf: pdf-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
pdf-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
ps: ps-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
ps-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
uninstall-am:
Packit Bot 4b9ea4
Packit Bot 4b9ea4
.MAKE: install-am install-strip
Packit Bot 4b9ea4
Packit Bot 4b9ea4
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
Packit Bot 4b9ea4
	ctags-am distclean distclean-generic distdir dvi dvi-am html \
Packit Bot 4b9ea4
	html-am info info-am install install-am install-data \
Packit Bot 4b9ea4
	install-data-am install-dvi install-dvi-am install-exec \
Packit Bot 4b9ea4
	install-exec-am install-html install-html-am install-info \
Packit Bot 4b9ea4
	install-info-am install-man install-pdf install-pdf-am \
Packit Bot 4b9ea4
	install-ps install-ps-am install-strip installcheck \
Packit Bot 4b9ea4
	installcheck-am installdirs maintainer-clean \
Packit Bot 4b9ea4
	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
Packit Bot 4b9ea4
	pdf-am ps ps-am tags-am uninstall uninstall-am
Packit Bot 4b9ea4
Packit Bot 4b9ea4
.PRECIOUS: Makefile
Packit Bot 4b9ea4
Packit Bot 4b9ea4
@YELP_HELP_RULES@
Packit Bot 4b9ea4
Packit Bot 4b9ea4
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Bot 4b9ea4
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Bot 4b9ea4
.NOEXPORT: