Blame Makefile.in

Packit Service 3bdf47
# Makefile.in generated by automake 1.16.1 from Makefile.am.
Packit Service 3bdf47
# @configure_input@
Packit Service 3bdf47
Packit Service 3bdf47
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
Packit Service 3bdf47
Packit Service 3bdf47
# This Makefile.in is free software; the Free Software Foundation
Packit Service 3bdf47
# gives unlimited permission to copy and/or distribute it,
Packit Service 3bdf47
# with or without modifications, as long as this notice is preserved.
Packit Service 3bdf47
Packit Service 3bdf47
# This program is distributed in the hope that it will be useful,
Packit Service 3bdf47
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Service 3bdf47
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Service 3bdf47
# PARTICULAR PURPOSE.
Packit Service 3bdf47
Packit Service 3bdf47
@SET_MAKE@
Packit Service 3bdf47
Packit Service 3bdf47
VPATH = @srcdir@
Packit Service 3bdf47
am__is_gnu_make = { \
Packit Service 3bdf47
  if test -z '$(MAKELEVEL)'; then \
Packit Service 3bdf47
    false; \
Packit Service 3bdf47
  elif test -n '$(MAKE_HOST)'; then \
Packit Service 3bdf47
    true; \
Packit Service 3bdf47
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit Service 3bdf47
    true; \
Packit Service 3bdf47
  else \
Packit Service 3bdf47
    false; \
Packit Service 3bdf47
  fi; \
Packit Service 3bdf47
}
Packit Service 3bdf47
am__make_running_with_option = \
Packit Service 3bdf47
  case $${target_option-} in \
Packit Service 3bdf47
      ?) ;; \
Packit Service 3bdf47
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit Service 3bdf47
              "target option '$${target_option-}' specified" >&2; \
Packit Service 3bdf47
         exit 1;; \
Packit Service 3bdf47
  esac; \
Packit Service 3bdf47
  has_opt=no; \
Packit Service 3bdf47
  sane_makeflags=$$MAKEFLAGS; \
Packit Service 3bdf47
  if $(am__is_gnu_make); then \
Packit Service 3bdf47
    sane_makeflags=$$MFLAGS; \
Packit Service 3bdf47
  else \
Packit Service 3bdf47
    case $$MAKEFLAGS in \
Packit Service 3bdf47
      *\\[\ \	]*) \
Packit Service 3bdf47
        bs=\\; \
Packit Service 3bdf47
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit Service 3bdf47
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit Service 3bdf47
    esac; \
Packit Service 3bdf47
  fi; \
Packit Service 3bdf47
  skip_next=no; \
Packit Service 3bdf47
  strip_trailopt () \
Packit Service 3bdf47
  { \
Packit Service 3bdf47
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit Service 3bdf47
  }; \
Packit Service 3bdf47
  for flg in $$sane_makeflags; do \
Packit Service 3bdf47
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit Service 3bdf47
    case $$flg in \
Packit Service 3bdf47
      *=*|--*) continue;; \
Packit Service 3bdf47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit Service 3bdf47
      -*I?*) strip_trailopt 'I';; \
Packit Service 3bdf47
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit Service 3bdf47
      -*O?*) strip_trailopt 'O';; \
Packit Service 3bdf47
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit Service 3bdf47
      -*l?*) strip_trailopt 'l';; \
Packit Service 3bdf47
      -[dEDm]) skip_next=yes;; \
Packit Service 3bdf47
      -[JT]) skip_next=yes;; \
Packit Service 3bdf47
    esac; \
Packit Service 3bdf47
    case $$flg in \
Packit Service 3bdf47
      *$$target_option*) has_opt=yes; break;; \
Packit Service 3bdf47
    esac; \
Packit Service 3bdf47
  done; \
Packit Service 3bdf47
  test $$has_opt = yes
Packit Service 3bdf47
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit Service 3bdf47
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit Service 3bdf47
pkgdatadir = $(datadir)/@PACKAGE@
Packit Service 3bdf47
pkgincludedir = $(includedir)/@PACKAGE@
Packit Service 3bdf47
pkglibdir = $(libdir)/@PACKAGE@
Packit Service 3bdf47
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit Service 3bdf47
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Service 3bdf47
install_sh_DATA = $(install_sh) -c -m 644
Packit Service 3bdf47
install_sh_PROGRAM = $(install_sh) -c
Packit Service 3bdf47
install_sh_SCRIPT = $(install_sh) -c
Packit Service 3bdf47
INSTALL_HEADER = $(INSTALL_DATA)
Packit Service 3bdf47
transform = $(program_transform_name)
Packit Service 3bdf47
NORMAL_INSTALL = :
Packit Service 3bdf47
PRE_INSTALL = :
Packit Service 3bdf47
POST_INSTALL = :
Packit Service 3bdf47
NORMAL_UNINSTALL = :
Packit Service 3bdf47
PRE_UNINSTALL = :
Packit Service 3bdf47
POST_UNINSTALL = :
Packit Service 3bdf47
build_triplet = @build@
Packit Service 3bdf47
host_triplet = @host@
Packit Service 3bdf47
@WITH_NAUTILUS_EXTENSION_TRUE@am__append_1 = org.gnome.Terminal.Nautilus.metainfo.xml
Packit Service 3bdf47
subdir = .
Packit Service 3bdf47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Service 3bdf47
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
Packit Service 3bdf47
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
Packit Service 3bdf47
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
Packit Service 3bdf47
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
Packit Service 3bdf47
	$(top_srcdir)/configure.ac
Packit Service 3bdf47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Service 3bdf47
	$(ACLOCAL_M4)
Packit Service 3bdf47
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Packit Service 3bdf47
	$(am__configure_deps) $(am__DIST_COMMON)
Packit Service 3bdf47
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit Service 3bdf47
 configure.lineno config.status.lineno
Packit Service 3bdf47
mkinstalldirs = $(install_sh) -d
Packit Service 3bdf47
CONFIG_HEADER = config.h
Packit Service 3bdf47
CONFIG_CLEAN_FILES = org.gnome.Terminal.desktop.in
Packit Service 3bdf47
CONFIG_CLEAN_VPATH_FILES =
Packit Service 3bdf47
AM_V_P = $(am__v_P_@AM_V@)
Packit Service 3bdf47
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit Service 3bdf47
am__v_P_0 = false
Packit Service 3bdf47
am__v_P_1 = :
Packit Service 3bdf47
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit Service 3bdf47
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit Service 3bdf47
am__v_GEN_0 = @echo "  GEN     " $@;
Packit Service 3bdf47
am__v_GEN_1 = 
Packit Service 3bdf47
AM_V_at = $(am__v_at_@AM_V@)
Packit Service 3bdf47
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit Service 3bdf47
am__v_at_0 = @
Packit Service 3bdf47
am__v_at_1 = 
Packit Service 3bdf47
SOURCES =
Packit Service 3bdf47
DIST_SOURCES =
Packit Service 3bdf47
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit Service 3bdf47
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit Service 3bdf47
	install-data-recursive install-dvi-recursive \
Packit Service 3bdf47
	install-exec-recursive install-html-recursive \
Packit Service 3bdf47
	install-info-recursive install-pdf-recursive \
Packit Service 3bdf47
	install-ps-recursive install-recursive installcheck-recursive \
Packit Service 3bdf47
	installdirs-recursive pdf-recursive ps-recursive \
Packit Service 3bdf47
	tags-recursive uninstall-recursive
Packit Service 3bdf47
am__can_run_installinfo = \
Packit Service 3bdf47
  case $$AM_UPDATE_INFO_DIR in \
Packit Service 3bdf47
    n|no|NO) false;; \
Packit Service 3bdf47
    *) (install-info --version) >/dev/null 2>&1;; \
Packit Service 3bdf47
  esac
Packit Service 3bdf47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit Service 3bdf47
am__vpath_adj = case $$p in \
Packit Service 3bdf47
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit Service 3bdf47
    *) f=$$p;; \
Packit Service 3bdf47
  esac;
Packit Service 3bdf47
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit Service 3bdf47
am__install_max = 40
Packit Service 3bdf47
am__nobase_strip_setup = \
Packit Service 3bdf47
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit Service 3bdf47
am__nobase_strip = \
Packit Service 3bdf47
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit Service 3bdf47
am__nobase_list = $(am__nobase_strip_setup); \
Packit Service 3bdf47
  for p in $$list; do echo "$$p $$p"; done | \
Packit Service 3bdf47
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit Service 3bdf47
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit Service 3bdf47
    if (++n[$$2] == $(am__install_max)) \
Packit Service 3bdf47
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit Service 3bdf47
    END { for (dir in files) print dir, files[dir] }'
Packit Service 3bdf47
am__base_list = \
Packit Service 3bdf47
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit Service 3bdf47
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit Service 3bdf47
am__uninstall_files_from_dir = { \
Packit Service 3bdf47
  test -z "$$files" \
Packit Service 3bdf47
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit Service 3bdf47
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit Service 3bdf47
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit Service 3bdf47
  }
Packit Service 3bdf47
am__installdirs = "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)"
Packit Service 3bdf47
DATA = $(nodist_appdata_DATA) $(nodist_desktop_DATA)
Packit Service 3bdf47
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit Service 3bdf47
  distclean-recursive maintainer-clean-recursive
Packit Service 3bdf47
am__recursive_targets = \
Packit Service 3bdf47
  $(RECURSIVE_TARGETS) \
Packit Service 3bdf47
  $(RECURSIVE_CLEAN_TARGETS) \
Packit Service 3bdf47
  $(am__extra_recursive_targets)
Packit Service 3bdf47
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit Service 3bdf47
	cscope distdir distdir-am dist dist-all distcheck
Packit Service 3bdf47
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
Packit Service 3bdf47
	$(LISP)config.h.in
Packit Service 3bdf47
# Read a list of newline-separated strings from the standard input,
Packit Service 3bdf47
# and print each of them once, without duplicates.  Input order is
Packit Service 3bdf47
# *not* preserved.
Packit Service 3bdf47
am__uniquify_input = $(AWK) '\
Packit Service 3bdf47
  BEGIN { nonempty = 0; } \
Packit Service 3bdf47
  { items[$$0] = 1; nonempty = 1; } \
Packit Service 3bdf47
  END { if (nonempty) { for (i in items) print i; }; } \
Packit Service 3bdf47
'
Packit Service 3bdf47
# Make sure the list of sources is unique.  This is necessary because,
Packit Service 3bdf47
# e.g., the same source file might be shared among _SOURCES variables
Packit Service 3bdf47
# for different programs/libraries.
Packit Service 3bdf47
am__define_uniq_tagged_files = \
Packit Service 3bdf47
  list='$(am__tagged_files)'; \
Packit Service 3bdf47
  unique=`for i in $$list; do \
Packit Service 3bdf47
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit Service 3bdf47
  done | $(am__uniquify_input)`
Packit Service 3bdf47
ETAGS = etags
Packit Service 3bdf47
CTAGS = ctags
Packit Service 3bdf47
CSCOPE = cscope
Packit Service 3bdf47
DIST_SUBDIRS = $(SUBDIRS)
Packit Service 3bdf47
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
Packit Service 3bdf47
	$(srcdir)/org.gnome.Terminal.desktop.in.in AUTHORS COPYING \
Packit Service 3bdf47
	ChangeLog NEWS compile config.guess config.sub install-sh \
Packit Service 3bdf47
	ltmain.sh missing
Packit Service 3bdf47
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service 3bdf47
distdir = $(PACKAGE)-$(VERSION)
Packit Service 3bdf47
top_distdir = $(distdir)
Packit Service 3bdf47
am__remove_distdir = \
Packit Service 3bdf47
  if test -d "$(distdir)"; then \
Packit Service 3bdf47
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit Service 3bdf47
      && rm -rf "$(distdir)" \
Packit Service 3bdf47
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit Service 3bdf47
  else :; fi
Packit Service 3bdf47
am__post_remove_distdir = $(am__remove_distdir)
Packit Service 3bdf47
am__relativize = \
Packit Service 3bdf47
  dir0=`pwd`; \
Packit Service 3bdf47
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit Service 3bdf47
  sed_rest='s,^[^/]*/*,,'; \
Packit Service 3bdf47
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit Service 3bdf47
  sed_butlast='s,/*[^/]*$$,,'; \
Packit Service 3bdf47
  while test -n "$$dir1"; do \
Packit Service 3bdf47
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit Service 3bdf47
    if test "$$first" != "."; then \
Packit Service 3bdf47
      if test "$$first" = ".."; then \
Packit Service 3bdf47
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit Service 3bdf47
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit Service 3bdf47
      else \
Packit Service 3bdf47
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit Service 3bdf47
        if test "$$first2" = "$$first"; then \
Packit Service 3bdf47
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit Service 3bdf47
        else \
Packit Service 3bdf47
          dir2="../$$dir2"; \
Packit Service 3bdf47
        fi; \
Packit Service 3bdf47
        dir0="$$dir0"/"$$first"; \
Packit Service 3bdf47
      fi; \
Packit Service 3bdf47
    fi; \
Packit Service 3bdf47
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit Service 3bdf47
  done; \
Packit Service 3bdf47
  reldir="$$dir2"
Packit Service 3bdf47
GZIP_ENV = --best
Packit Service 3bdf47
DIST_ARCHIVES = $(distdir).tar.bz2
Packit Service 3bdf47
DIST_TARGETS = dist-bzip2
Packit Service 3bdf47
distuninstallcheck_listfiles = find . -type f -print
Packit Service 3bdf47
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit Service 3bdf47
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit Service 3bdf47
distcleancheck_listfiles = find . -type f -print
Packit Service 3bdf47
ACLOCAL = @ACLOCAL@
Packit Service 3bdf47
ALL_LINGUAS = @ALL_LINGUAS@
Packit Service 3bdf47
AMTAR = @AMTAR@
Packit Service 3bdf47
AM_CFLAGS = @AM_CFLAGS@
Packit Service 3bdf47
AM_CPPFLAGS = @AM_CPPFLAGS@
Packit Service 3bdf47
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit Service 3bdf47
AM_LDFLAGS = @AM_LDFLAGS@
Packit Service 3bdf47
AR = @AR@
Packit Service 3bdf47
AUTOCONF = @AUTOCONF@
Packit Service 3bdf47
AUTOHEADER = @AUTOHEADER@
Packit Service 3bdf47
AUTOMAKE = @AUTOMAKE@
Packit Service 3bdf47
AWK = @AWK@
Packit Service 3bdf47
CATALOGS = @CATALOGS@
Packit Service 3bdf47
CATOBJEXT = @CATOBJEXT@
Packit Service 3bdf47
CC = @CC@
Packit Service 3bdf47
CCDEPMODE = @CCDEPMODE@
Packit Service 3bdf47
CFLAGS = @CFLAGS@
Packit Service 3bdf47
CPP = @CPP@
Packit Service 3bdf47
CPPFLAGS = @CPPFLAGS@
Packit Service 3bdf47
CYGPATH_W = @CYGPATH_W@
Packit Service 3bdf47
DATADIRNAME = @DATADIRNAME@
Packit Service 3bdf47
DEFS = @DEFS@
Packit Service 3bdf47
DEPDIR = @DEPDIR@
Packit Service 3bdf47
DESKTOP_FILE_VALIDATE = @DESKTOP_FILE_VALIDATE@
Packit Service 3bdf47
DLLTOOL = @DLLTOOL@
Packit Service 3bdf47
DSYMUTIL = @DSYMUTIL@
Packit Service 3bdf47
DUMPBIN = @DUMPBIN@
Packit Service 3bdf47
ECHO_C = @ECHO_C@
Packit Service 3bdf47
ECHO_N = @ECHO_N@
Packit Service 3bdf47
ECHO_T = @ECHO_T@
Packit Service 3bdf47
EGREP = @EGREP@
Packit Service 3bdf47
EXEEXT = @EXEEXT@
Packit Service 3bdf47
FGREP = @FGREP@
Packit Service 3bdf47
GDBUS_CODEGEN = @GDBUS_CODEGEN@
Packit Service 3bdf47
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
Packit Service 3bdf47
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
Packit Service 3bdf47
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
Packit Service 3bdf47
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
Packit Service 3bdf47
GLIB_MKENUMS = @GLIB_MKENUMS@
Packit Service 3bdf47
GMOFILES = @GMOFILES@
Packit Service 3bdf47
GMSGFMT = @GMSGFMT@
Packit Service 3bdf47
GREP = @GREP@
Packit Service 3bdf47
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
Packit Service 3bdf47
GTK_API_VERSION = @GTK_API_VERSION@
Packit Service 3bdf47
HELP_DIR = @HELP_DIR@
Packit Service 3bdf47
INSTALL = @INSTALL@
Packit Service 3bdf47
INSTALL_DATA = @INSTALL_DATA@
Packit Service 3bdf47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Service 3bdf47
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Service 3bdf47
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Service 3bdf47
INSTOBJEXT = @INSTOBJEXT@
Packit Service 3bdf47
INTLLIBS = @INTLLIBS@
Packit Service 3bdf47
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
Packit Service 3bdf47
INTLTOOL_MERGE = @INTLTOOL_MERGE@
Packit Service 3bdf47
INTLTOOL_PERL = @INTLTOOL_PERL@
Packit Service 3bdf47
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
Packit Service 3bdf47
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
Packit Service 3bdf47
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
Packit Service 3bdf47
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
Packit Service 3bdf47
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
Packit Service 3bdf47
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
Packit Service 3bdf47
ITSTOOL = @ITSTOOL@
Packit Service 3bdf47
LD = @LD@
Packit Service 3bdf47
LDFLAGS = @LDFLAGS@
Packit Service 3bdf47
LIBOBJS = @LIBOBJS@
Packit Service 3bdf47
LIBS = @LIBS@
Packit Service 3bdf47
LIBTOOL = @LIBTOOL@
Packit Service 3bdf47
LIPO = @LIPO@
Packit Service 3bdf47
LN_S = @LN_S@
Packit Service 3bdf47
LTLIBOBJS = @LTLIBOBJS@
Packit Service 3bdf47
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit Service 3bdf47
MAINT = @MAINT@
Packit Service 3bdf47
MAKEINFO = @MAKEINFO@
Packit Service 3bdf47
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit Service 3bdf47
MIGRATOR_CFLAGS = @MIGRATOR_CFLAGS@
Packit Service 3bdf47
MIGRATOR_LIBS = @MIGRATOR_LIBS@
Packit Service 3bdf47
MKDIR_P = @MKDIR_P@
Packit Service 3bdf47
MKINSTALLDIRS = @MKINSTALLDIRS@
Packit Service 3bdf47
MSGFMT = @MSGFMT@
Packit Service 3bdf47
MSGFMT_OPTS = @MSGFMT_OPTS@
Packit Service 3bdf47
MSGMERGE = @MSGMERGE@
Packit Service 3bdf47
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
Packit Service 3bdf47
NAUTILUS_LIBS = @NAUTILUS_LIBS@
Packit Service 3bdf47
NM = @NM@
Packit Service 3bdf47
NMEDIT = @NMEDIT@
Packit Service 3bdf47
OBJDUMP = @OBJDUMP@
Packit Service 3bdf47
OBJEXT = @OBJEXT@
Packit Service 3bdf47
OTOOL = @OTOOL@
Packit Service 3bdf47
OTOOL64 = @OTOOL64@
Packit Service 3bdf47
PACKAGE = @PACKAGE@
Packit Service 3bdf47
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Service 3bdf47
PACKAGE_NAME = @PACKAGE_NAME@
Packit Service 3bdf47
PACKAGE_STRING = @PACKAGE_STRING@
Packit Service 3bdf47
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Service 3bdf47
PACKAGE_URL = @PACKAGE_URL@
Packit Service 3bdf47
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Service 3bdf47
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Service 3bdf47
PKG_CONFIG = @PKG_CONFIG@
Packit Service 3bdf47
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit Service 3bdf47
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit Service 3bdf47
POFILES = @POFILES@
Packit Service 3bdf47
POSUB = @POSUB@
Packit Service 3bdf47
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
Packit Service 3bdf47
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
Packit Service 3bdf47
PTHREAD_CC = @PTHREAD_CC@
Packit Service 3bdf47
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
Packit Service 3bdf47
PTHREAD_LIBS = @PTHREAD_LIBS@
Packit Service 3bdf47
RANLIB = @RANLIB@
Packit Service 3bdf47
SED = @SED@
Packit Service 3bdf47
SET_MAKE = @SET_MAKE@
Packit Service 3bdf47
SHELL = @SHELL@
Packit Service 3bdf47
STRIP = @STRIP@
Packit Service 3bdf47
TERMINAL_API_VERSION = @TERMINAL_API_VERSION@
Packit Service 3bdf47
TERMINAL_MAJOR_VERSION = @TERMINAL_MAJOR_VERSION@
Packit Service 3bdf47
TERMINAL_MICRO_VERSION = @TERMINAL_MICRO_VERSION@
Packit Service 3bdf47
TERMINAL_MINOR_VERSION = @TERMINAL_MINOR_VERSION@
Packit Service 3bdf47
TERM_CFLAGS = @TERM_CFLAGS@
Packit Service 3bdf47
TERM_LIBS = @TERM_LIBS@
Packit Service 3bdf47
USE_NLS = @USE_NLS@
Packit Service 3bdf47
VERSION = @VERSION@
Packit Service 3bdf47
WARN_CFLAGS = @WARN_CFLAGS@
Packit Service 3bdf47
XGETTEXT = @XGETTEXT@
Packit Service 3bdf47
XMLLINT = @XMLLINT@
Packit Service 3bdf47
YELP_LC_DIST = @YELP_LC_DIST@
Packit Service 3bdf47
YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
Packit Service 3bdf47
abs_builddir = @abs_builddir@
Packit Service 3bdf47
abs_srcdir = @abs_srcdir@
Packit Service 3bdf47
abs_top_builddir = @abs_top_builddir@
Packit Service 3bdf47
abs_top_srcdir = @abs_top_srcdir@
Packit Service 3bdf47
ac_ct_AR = @ac_ct_AR@
Packit Service 3bdf47
ac_ct_CC = @ac_ct_CC@
Packit Service 3bdf47
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit Service 3bdf47
am__include = @am__include@
Packit Service 3bdf47
am__leading_dot = @am__leading_dot@
Packit Service 3bdf47
am__quote = @am__quote@
Packit Service 3bdf47
am__tar = @am__tar@
Packit Service 3bdf47
am__untar = @am__untar@
Packit Service 3bdf47
ax_pthread_config = @ax_pthread_config@
Packit Service 3bdf47
bindir = @bindir@
Packit Service 3bdf47
build = @build@
Packit Service 3bdf47
build_alias = @build_alias@
Packit Service 3bdf47
build_cpu = @build_cpu@
Packit Service 3bdf47
build_os = @build_os@
Packit Service 3bdf47
build_vendor = @build_vendor@
Packit Service 3bdf47
builddir = @builddir@
Packit Service 3bdf47
datadir = @datadir@
Packit Service 3bdf47
datarootdir = @datarootdir@
Packit Service 3bdf47
dbusinterfacedir = @dbusinterfacedir@
Packit Service 3bdf47
dbusservicedir = @dbusservicedir@
Packit Service 3bdf47
docdir = @docdir@
Packit Service 3bdf47
dvidir = @dvidir@
Packit Service 3bdf47
exec_prefix = @exec_prefix@
Packit Service 3bdf47
gsettingsschemadir = @gsettingsschemadir@
Packit Service 3bdf47
host = @host@
Packit Service 3bdf47
host_alias = @host_alias@
Packit Service 3bdf47
host_cpu = @host_cpu@
Packit Service 3bdf47
host_os = @host_os@
Packit Service 3bdf47
host_vendor = @host_vendor@
Packit Service 3bdf47
htmldir = @htmldir@
Packit Service 3bdf47
includedir = @includedir@
Packit Service 3bdf47
infodir = @infodir@
Packit Service 3bdf47
install_sh = @install_sh@
Packit Service 3bdf47
intltool__v_merge_options_ = @intltool__v_merge_options_@
Packit Service 3bdf47
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
Packit Service 3bdf47
libdir = @libdir@
Packit Service 3bdf47
libexecdir = @libexecdir@
Packit Service 3bdf47
localedir = @localedir@
Packit Service 3bdf47
localstatedir = @localstatedir@
Packit Service 3bdf47
mandir = @mandir@
Packit Service 3bdf47
mkdir_p = @mkdir_p@
Packit Service 3bdf47
nautilusextensiondir = @nautilusextensiondir@
Packit Service 3bdf47
oldincludedir = @oldincludedir@
Packit Service 3bdf47
pdfdir = @pdfdir@
Packit Service 3bdf47
prefix = @prefix@
Packit Service 3bdf47
program_transform_name = @program_transform_name@
Packit Service 3bdf47
psdir = @psdir@
Packit Service 3bdf47
sbindir = @sbindir@
Packit Service 3bdf47
sharedstatedir = @sharedstatedir@
Packit Service 3bdf47
srcdir = @srcdir@
Packit Service 3bdf47
sysconfdir = @sysconfdir@
Packit Service 3bdf47
target_alias = @target_alias@
Packit Service 3bdf47
top_build_prefix = @top_build_prefix@
Packit Service 3bdf47
top_builddir = @top_builddir@
Packit Service 3bdf47
top_srcdir = @top_srcdir@
Packit Service 3bdf47
SUBDIRS = src po help
Packit Service 3bdf47
NULL = 
Packit Service 3bdf47
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
Packit Service 3bdf47
DISTCHECK_CONFIGURE_FLAGS = \
Packit Service 3bdf47
	--enable-debug \
Packit Service 3bdf47
	--disable-scrollkeeper \
Packit Service 3bdf47
	--disable-schemas-install \
Packit Service 3bdf47
	--disable-silent-rules \
Packit Service 3bdf47
	--disable-search-provider
Packit Service 3bdf47
Packit Service 3bdf47
desktopdir = $(datadir)/applications
Packit Service 3bdf47
desktop_in_files = org.gnome.Terminal.desktop.in.in
Packit Service 3bdf47
nodist_desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
Packit Service 3bdf47
DESKTOP_FILE_VALIDATE_FLAGS = 
Packit Service 3bdf47
appdata_in_files = \
Packit Service 3bdf47
	org.gnome.Terminal.appdata.xml.in \
Packit Service 3bdf47
	org.gnome.Terminal.Nautilus.metainfo.xml.in \
Packit Service 3bdf47
	$(NULL)
Packit Service 3bdf47
Packit Service 3bdf47
appdatadir = $(datadir)/metainfo
Packit Service 3bdf47
nodist_appdata_DATA = org.gnome.Terminal.appdata.xml $(NULL) \
Packit Service 3bdf47
	$(am__append_1)
Packit Service 3bdf47
EXTRA_DIST = \
Packit Service 3bdf47
	COPYING                 \
Packit Service 3bdf47
	COPYING.GFDL            \
Packit Service 3bdf47
	$(appdata_in_files)	\
Packit Service 3bdf47
	ChangeLog.pre-2-23	\
Packit Service 3bdf47
	ChangeLog.README	\
Packit Service 3bdf47
	HACKING			\
Packit Service 3bdf47
	$(NULL)
Packit Service 3bdf47
Packit Service 3bdf47
CLEANFILES = \
Packit Service 3bdf47
	$(nodist_appdata_DATA) \
Packit Service 3bdf47
	$(nodist_desktop_DATA) \
Packit Service 3bdf47
	$(NULL)
Packit Service 3bdf47
Packit Service 3bdf47
MAINTAINERCLEANFILES = \
Packit Service 3bdf47
	$(srcdir)/INSTALL \
Packit Service 3bdf47
	$(srcdir)/aclocal.m4 \
Packit Service 3bdf47
	$(srcdir)/autoscan.log \
Packit Service 3bdf47
	$(srcdir)/compile \
Packit Service 3bdf47
	$(srcdir)/config.guess \
Packit Service 3bdf47
	$(srcdir)/config.h.in \
Packit Service 3bdf47
	$(srcdir)/config.sub \
Packit Service 3bdf47
	$(srcdir)/configure.scan \
Packit Service 3bdf47
	$(srcdir)/depcomp \
Packit Service 3bdf47
	$(srcdir)/install-sh \
Packit Service 3bdf47
	$(srcdir)/ltmain.sh \
Packit Service 3bdf47
	$(srcdir)/missing \
Packit Service 3bdf47
	$(srcdir)/mkinstalldirs \
Packit Service 3bdf47
	`find "$(srcdir)" -type f -name Makefile.in -print` \
Packit Service 3bdf47
	$(NULL)
Packit Service 3bdf47
Packit Service 3bdf47
all: config.h
Packit Service 3bdf47
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
Packit Service 3bdf47
Packit Service 3bdf47
.SUFFIXES:
Packit Service 3bdf47
am--refresh: Makefile
Packit Service 3bdf47
	@:
Packit Service 3bdf47
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit Service 3bdf47
	@for dep in $?; do \
Packit Service 3bdf47
	  case '$(am__configure_deps)' in \
Packit Service 3bdf47
	    *$$dep*) \
Packit Service 3bdf47
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
Packit Service 3bdf47
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
Packit Service 3bdf47
		&& exit 0; \
Packit Service 3bdf47
	      exit 1;; \
Packit Service 3bdf47
	  esac; \
Packit Service 3bdf47
	done; \
Packit Service 3bdf47
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Packit Service 3bdf47
	$(am__cd) $(top_srcdir) && \
Packit Service 3bdf47
	  $(AUTOMAKE) --foreign Makefile
Packit Service 3bdf47
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Service 3bdf47
	@case '$?' in \
Packit Service 3bdf47
	  *config.status*) \
Packit Service 3bdf47
	    echo ' $(SHELL) ./config.status'; \
Packit Service 3bdf47
	    $(SHELL) ./config.status;; \
Packit Service 3bdf47
	  *) \
Packit Service 3bdf47
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
Packit Service 3bdf47
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
Packit Service 3bdf47
	esac;
Packit Service 3bdf47
Packit Service 3bdf47
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Service 3bdf47
	$(SHELL) ./config.status --recheck
Packit Service 3bdf47
Packit Service 3bdf47
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit Service 3bdf47
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit Service 3bdf47
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit Service 3bdf47
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit Service 3bdf47
$(am__aclocal_m4_deps):
Packit Service 3bdf47
Packit Service 3bdf47
config.h: stamp-h1
Packit Service 3bdf47
	@test -f $@ || rm -f stamp-h1
Packit Service 3bdf47
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
Packit Service 3bdf47
Packit Service 3bdf47
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
Packit Service 3bdf47
	@rm -f stamp-h1
Packit Service 3bdf47
	cd $(top_builddir) && $(SHELL) ./config.status config.h
Packit Service 3bdf47
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
Packit Service 3bdf47
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Packit Service 3bdf47
	rm -f stamp-h1
Packit Service 3bdf47
	touch $@
Packit Service 3bdf47
Packit Service 3bdf47
distclean-hdr:
Packit Service 3bdf47
	-rm -f config.h stamp-h1
Packit Service 3bdf47
org.gnome.Terminal.desktop.in: $(top_builddir)/config.status $(srcdir)/org.gnome.Terminal.desktop.in.in
Packit Service 3bdf47
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit Service 3bdf47
Packit Service 3bdf47
mostlyclean-libtool:
Packit Service 3bdf47
	-rm -f *.lo
Packit Service 3bdf47
Packit Service 3bdf47
clean-libtool:
Packit Service 3bdf47
	-rm -rf .libs _libs
Packit Service 3bdf47
Packit Service 3bdf47
distclean-libtool:
Packit Service 3bdf47
	-rm -f libtool config.lt
Packit Service 3bdf47
install-nodist_appdataDATA: $(nodist_appdata_DATA)
Packit Service 3bdf47
	@$(NORMAL_INSTALL)
Packit Service 3bdf47
	@list='$(nodist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \
Packit Service 3bdf47
	if test -n "$$list"; then \
Packit Service 3bdf47
	  echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \
Packit Service 3bdf47
	  $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || exit 1; \
Packit Service 3bdf47
	fi; \
Packit Service 3bdf47
	for p in $$list; do \
Packit Service 3bdf47
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit Service 3bdf47
	  echo "$$d$$p"; \
Packit Service 3bdf47
	done | $(am__base_list) | \
Packit Service 3bdf47
	while read files; do \
Packit Service 3bdf47
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdatadir)'"; \
Packit Service 3bdf47
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \
Packit Service 3bdf47
	done
Packit Service 3bdf47
Packit Service 3bdf47
uninstall-nodist_appdataDATA:
Packit Service 3bdf47
	@$(NORMAL_UNINSTALL)
Packit Service 3bdf47
	@list='$(nodist_appdata_DATA)'; test -n "$(appdatadir)" || list=; \
Packit Service 3bdf47
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit Service 3bdf47
	dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
Packit Service 3bdf47
install-nodist_desktopDATA: $(nodist_desktop_DATA)
Packit Service 3bdf47
	@$(NORMAL_INSTALL)
Packit Service 3bdf47
	@list='$(nodist_desktop_DATA)'; test -n "$(desktopdir)" || list=; \
Packit Service 3bdf47
	if test -n "$$list"; then \
Packit Service 3bdf47
	  echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
Packit Service 3bdf47
	  $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
Packit Service 3bdf47
	fi; \
Packit Service 3bdf47
	for p in $$list; do \
Packit Service 3bdf47
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit Service 3bdf47
	  echo "$$d$$p"; \
Packit Service 3bdf47
	done | $(am__base_list) | \
Packit Service 3bdf47
	while read files; do \
Packit Service 3bdf47
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
Packit Service 3bdf47
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
Packit Service 3bdf47
	done
Packit Service 3bdf47
Packit Service 3bdf47
uninstall-nodist_desktopDATA:
Packit Service 3bdf47
	@$(NORMAL_UNINSTALL)
Packit Service 3bdf47
	@list='$(nodist_desktop_DATA)'; test -n "$(desktopdir)" || list=; \
Packit Service 3bdf47
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit Service 3bdf47
	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
Packit Service 3bdf47
Packit Service 3bdf47
# This directory's subdirectories are mostly independent; you can cd
Packit Service 3bdf47
# into them and run 'make' without going through this Makefile.
Packit Service 3bdf47
# To change the values of 'make' variables: instead of editing Makefiles,
Packit Service 3bdf47
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit Service 3bdf47
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit Service 3bdf47
# (2) otherwise, pass the desired values on the 'make' command line.
Packit Service 3bdf47
$(am__recursive_targets):
Packit Service 3bdf47
	@fail=; \
Packit Service 3bdf47
	if $(am__make_keepgoing); then \
Packit Service 3bdf47
	  failcom='fail=yes'; \
Packit Service 3bdf47
	else \
Packit Service 3bdf47
	  failcom='exit 1'; \
Packit Service 3bdf47
	fi; \
Packit Service 3bdf47
	dot_seen=no; \
Packit Service 3bdf47
	target=`echo $@ | sed s/-recursive//`; \
Packit Service 3bdf47
	case "$@" in \
Packit Service 3bdf47
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit Service 3bdf47
	  *) list='$(SUBDIRS)' ;; \
Packit Service 3bdf47
	esac; \
Packit Service 3bdf47
	for subdir in $$list; do \
Packit Service 3bdf47
	  echo "Making $$target in $$subdir"; \
Packit Service 3bdf47
	  if test "$$subdir" = "."; then \
Packit Service 3bdf47
	    dot_seen=yes; \
Packit Service 3bdf47
	    local_target="$$target-am"; \
Packit Service 3bdf47
	  else \
Packit Service 3bdf47
	    local_target="$$target"; \
Packit Service 3bdf47
	  fi; \
Packit Service 3bdf47
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit Service 3bdf47
	  || eval $$failcom; \
Packit Service 3bdf47
	done; \
Packit Service 3bdf47
	if test "$$dot_seen" = "no"; then \
Packit Service 3bdf47
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit Service 3bdf47
	fi; test -z "$$fail"
Packit Service 3bdf47
Packit Service 3bdf47
ID: $(am__tagged_files)
Packit Service 3bdf47
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit Service 3bdf47
tags: tags-recursive
Packit Service 3bdf47
TAGS: tags
Packit Service 3bdf47
Packit Service 3bdf47
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 3bdf47
	set x; \
Packit Service 3bdf47
	here=`pwd`; \
Packit Service 3bdf47
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit Service 3bdf47
	  include_option=--etags-include; \
Packit Service 3bdf47
	  empty_fix=.; \
Packit Service 3bdf47
	else \
Packit Service 3bdf47
	  include_option=--include; \
Packit Service 3bdf47
	  empty_fix=; \
Packit Service 3bdf47
	fi; \
Packit Service 3bdf47
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit Service 3bdf47
	  if test "$$subdir" = .; then :; else \
Packit Service 3bdf47
	    test ! -f $$subdir/TAGS || \
Packit Service 3bdf47
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit Service 3bdf47
	  fi; \
Packit Service 3bdf47
	done; \
Packit Service 3bdf47
	$(am__define_uniq_tagged_files); \
Packit Service 3bdf47
	shift; \
Packit Service 3bdf47
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit Service 3bdf47
	  test -n "$$unique" || unique=$$empty_fix; \
Packit Service 3bdf47
	  if test $$# -gt 0; then \
Packit Service 3bdf47
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 3bdf47
	      "$$@" $$unique; \
Packit Service 3bdf47
	  else \
Packit Service 3bdf47
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 3bdf47
	      $$unique; \
Packit Service 3bdf47
	  fi; \
Packit Service 3bdf47
	fi
Packit Service 3bdf47
ctags: ctags-recursive
Packit Service 3bdf47
Packit Service 3bdf47
CTAGS: ctags
Packit Service 3bdf47
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 3bdf47
	$(am__define_uniq_tagged_files); \
Packit Service 3bdf47
	test -z "$(CTAGS_ARGS)$$unique" \
Packit Service 3bdf47
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit Service 3bdf47
	     $$unique
Packit Service 3bdf47
Packit Service 3bdf47
GTAGS:
Packit Service 3bdf47
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit Service 3bdf47
	  && $(am__cd) $(top_srcdir) \
Packit Service 3bdf47
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit Service 3bdf47
cscope: cscope.files
Packit Service 3bdf47
	test ! -s cscope.files \
Packit Service 3bdf47
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Packit Service 3bdf47
clean-cscope:
Packit Service 3bdf47
	-rm -f cscope.files
Packit Service 3bdf47
cscope.files: clean-cscope cscopelist
Packit Service 3bdf47
cscopelist: cscopelist-recursive
Packit Service 3bdf47
Packit Service 3bdf47
cscopelist-am: $(am__tagged_files)
Packit Service 3bdf47
	list='$(am__tagged_files)'; \
Packit Service 3bdf47
	case "$(srcdir)" in \
Packit Service 3bdf47
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit Service 3bdf47
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit Service 3bdf47
	esac; \
Packit Service 3bdf47
	for i in $$list; do \
Packit Service 3bdf47
	  if test -f "$$i"; then \
Packit Service 3bdf47
	    echo "$(subdir)/$$i"; \
Packit Service 3bdf47
	  else \
Packit Service 3bdf47
	    echo "$$sdir/$$i"; \
Packit Service 3bdf47
	  fi; \
Packit Service 3bdf47
	done >> $(top_builddir)/cscope.files
Packit Service 3bdf47
Packit Service 3bdf47
distclean-tags:
Packit Service 3bdf47
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit Service 3bdf47
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Packit Service 3bdf47
Packit Service 3bdf47
distdir: $(BUILT_SOURCES)
Packit Service 3bdf47
	$(MAKE) $(AM_MAKEFLAGS) distdir-am
Packit Service 3bdf47
Packit Service 3bdf47
distdir-am: $(DISTFILES)
Packit Service 3bdf47
	$(am__remove_distdir)
Packit Service 3bdf47
	test -d "$(distdir)" || mkdir "$(distdir)"
Packit Service 3bdf47
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 3bdf47
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 3bdf47
	list='$(DISTFILES)'; \
Packit Service 3bdf47
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit Service 3bdf47
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit Service 3bdf47
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit Service 3bdf47
	case $$dist_files in \
Packit Service 3bdf47
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit Service 3bdf47
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit Service 3bdf47
			   sort -u` ;; \
Packit Service 3bdf47
	esac; \
Packit Service 3bdf47
	for file in $$dist_files; do \
Packit Service 3bdf47
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Service 3bdf47
	  if test -d $$d/$$file; then \
Packit Service 3bdf47
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Service 3bdf47
	    if test -d "$(distdir)/$$file"; then \
Packit Service 3bdf47
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 3bdf47
	    fi; \
Packit Service 3bdf47
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Service 3bdf47
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 3bdf47
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 3bdf47
	    fi; \
Packit Service 3bdf47
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 3bdf47
	  else \
Packit Service 3bdf47
	    test -f "$(distdir)/$$file" \
Packit Service 3bdf47
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit Service 3bdf47
	    || exit 1; \
Packit Service 3bdf47
	  fi; \
Packit Service 3bdf47
	done
Packit Service 3bdf47
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit Service 3bdf47
	  if test "$$subdir" = .; then :; else \
Packit Service 3bdf47
	    $(am__make_dryrun) \
Packit Service 3bdf47
	      || test -d "$(distdir)/$$subdir" \
Packit Service 3bdf47
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit Service 3bdf47
	      || exit 1; \
Packit Service 3bdf47
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit Service 3bdf47
	    $(am__relativize); \
Packit Service 3bdf47
	    new_distdir=$$reldir; \
Packit Service 3bdf47
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit Service 3bdf47
	    $(am__relativize); \
Packit Service 3bdf47
	    new_top_distdir=$$reldir; \
Packit Service 3bdf47
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit Service 3bdf47
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit Service 3bdf47
	    ($(am__cd) $$subdir && \
Packit Service 3bdf47
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit Service 3bdf47
	        top_distdir="$$new_top_distdir" \
Packit Service 3bdf47
	        distdir="$$new_distdir" \
Packit Service 3bdf47
		am__remove_distdir=: \
Packit Service 3bdf47
		am__skip_length_check=: \
Packit Service 3bdf47
		am__skip_mode_fix=: \
Packit Service 3bdf47
	        distdir) \
Packit Service 3bdf47
	      || exit 1; \
Packit Service 3bdf47
	  fi; \
Packit Service 3bdf47
	done
Packit Service 3bdf47
	-test -n "$(am__skip_mode_fix)" \
Packit Service 3bdf47
	|| find "$(distdir)" -type d ! -perm -755 \
Packit Service 3bdf47
		-exec chmod u+rwx,go+rx {} \; -o \
Packit Service 3bdf47
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit Service 3bdf47
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit Service 3bdf47
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit Service 3bdf47
	|| chmod -R a+r "$(distdir)"
Packit Service 3bdf47
dist-gzip: distdir
Packit Service 3bdf47
	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
Packit Service 3bdf47
	$(am__post_remove_distdir)
Packit Service 3bdf47
dist-bzip2: distdir
Packit Service 3bdf47
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit Service 3bdf47
	$(am__post_remove_distdir)
Packit Service 3bdf47
Packit Service 3bdf47
dist-lzip: distdir
Packit Service 3bdf47
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit Service 3bdf47
	$(am__post_remove_distdir)
Packit Service 3bdf47
Packit Service 3bdf47
dist-xz: distdir
Packit Service 3bdf47
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit Service 3bdf47
	$(am__post_remove_distdir)
Packit Service 3bdf47
Packit Service 3bdf47
dist-tarZ: distdir
Packit Service 3bdf47
	@echo WARNING: "Support for distribution archives compressed with" \
Packit Service 3bdf47
		       "legacy program 'compress' is deprecated." >&2
Packit Service 3bdf47
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit Service 3bdf47
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit Service 3bdf47
	$(am__post_remove_distdir)
Packit Service 3bdf47
Packit Service 3bdf47
dist-shar: distdir
Packit Service 3bdf47
	@echo WARNING: "Support for shar distribution archives is" \
Packit Service 3bdf47
	               "deprecated." >&2
Packit Service 3bdf47
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit Service 3bdf47
	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
Packit Service 3bdf47
	$(am__post_remove_distdir)
Packit Service 3bdf47
Packit Service 3bdf47
dist-zip: distdir
Packit Service 3bdf47
	-rm -f $(distdir).zip
Packit Service 3bdf47
	zip -rq $(distdir).zip $(distdir)
Packit Service 3bdf47
	$(am__post_remove_distdir)
Packit Service 3bdf47
Packit Service 3bdf47
dist dist-all:
Packit Service 3bdf47
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
Packit Service 3bdf47
	$(am__post_remove_distdir)
Packit Service 3bdf47
Packit Service 3bdf47
# This target untars the dist file and tries a VPATH configuration.  Then
Packit Service 3bdf47
# it guarantees that the distribution is self-contained by making another
Packit Service 3bdf47
# tarfile.
Packit Service 3bdf47
distcheck: dist
Packit Service 3bdf47
	case '$(DIST_ARCHIVES)' in \
Packit Service 3bdf47
	*.tar.gz*) \
Packit Service 3bdf47
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit Service 3bdf47
	*.tar.bz2*) \
Packit Service 3bdf47
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit Service 3bdf47
	*.tar.lz*) \
Packit Service 3bdf47
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit Service 3bdf47
	*.tar.xz*) \
Packit Service 3bdf47
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit Service 3bdf47
	*.tar.Z*) \
Packit Service 3bdf47
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit Service 3bdf47
	*.shar.gz*) \
Packit Service 3bdf47
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
Packit Service 3bdf47
	*.zip*) \
Packit Service 3bdf47
	  unzip $(distdir).zip ;;\
Packit Service 3bdf47
	esac
Packit Service 3bdf47
	chmod -R a-w $(distdir)
Packit Service 3bdf47
	chmod u+w $(distdir)
Packit Service 3bdf47
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Packit Service 3bdf47
	chmod a-w $(distdir)
Packit Service 3bdf47
	test -d $(distdir)/_build || exit 0; \
Packit Service 3bdf47
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit Service 3bdf47
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit Service 3bdf47
	  && am__cwd=`pwd` \
Packit Service 3bdf47
	  && $(am__cd) $(distdir)/_build/sub \
Packit Service 3bdf47
	  && ../../configure \
Packit Service 3bdf47
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit Service 3bdf47
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit Service 3bdf47
	    --srcdir=../.. --prefix="$$dc_install_base" \
Packit Service 3bdf47
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit Service 3bdf47
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit Service 3bdf47
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit Service 3bdf47
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit Service 3bdf47
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit Service 3bdf47
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit Service 3bdf47
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit Service 3bdf47
	        distuninstallcheck \
Packit Service 3bdf47
	  && chmod -R a-w "$$dc_install_base" \
Packit Service 3bdf47
	  && ({ \
Packit Service 3bdf47
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit Service 3bdf47
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit Service 3bdf47
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit Service 3bdf47
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit Service 3bdf47
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit Service 3bdf47
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit Service 3bdf47
	  && rm -rf "$$dc_destdir" \
Packit Service 3bdf47
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit Service 3bdf47
	  && rm -rf $(DIST_ARCHIVES) \
Packit Service 3bdf47
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit Service 3bdf47
	  && cd "$$am__cwd" \
Packit Service 3bdf47
	  || exit 1
Packit Service 3bdf47
	$(am__post_remove_distdir)
Packit Service 3bdf47
	@(echo "$(distdir) archives ready for distribution: "; \
Packit Service 3bdf47
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit Service 3bdf47
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit Service 3bdf47
distuninstallcheck:
Packit Service 3bdf47
	@test -n '$(distuninstallcheck_dir)' || { \
Packit Service 3bdf47
	  echo 'ERROR: trying to run $@ with an empty' \
Packit Service 3bdf47
	       '$$(distuninstallcheck_dir)' >&2; \
Packit Service 3bdf47
	  exit 1; \
Packit Service 3bdf47
	}; \
Packit Service 3bdf47
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit Service 3bdf47
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit Service 3bdf47
	  exit 1; \
Packit Service 3bdf47
	}; \
Packit Service 3bdf47
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit Service 3bdf47
	   || { echo "ERROR: files left after uninstall:" ; \
Packit Service 3bdf47
	        if test -n "$(DESTDIR)"; then \
Packit Service 3bdf47
	          echo "  (check DESTDIR support)"; \
Packit Service 3bdf47
	        fi ; \
Packit Service 3bdf47
	        $(distuninstallcheck_listfiles) ; \
Packit Service 3bdf47
	        exit 1; } >&2
Packit Service 3bdf47
distcleancheck: distclean
Packit Service 3bdf47
	@if test '$(srcdir)' = . ; then \
Packit Service 3bdf47
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit Service 3bdf47
	  exit 1 ; \
Packit Service 3bdf47
	fi
Packit Service 3bdf47
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit Service 3bdf47
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit Service 3bdf47
	       $(distcleancheck_listfiles) ; \
Packit Service 3bdf47
	       exit 1; } >&2
Packit Service 3bdf47
check-am: all-am
Packit Service 3bdf47
	$(MAKE) $(AM_MAKEFLAGS) check-local
Packit Service 3bdf47
check: check-recursive
Packit Service 3bdf47
all-am: Makefile $(DATA) config.h
Packit Service 3bdf47
installdirs: installdirs-recursive
Packit Service 3bdf47
installdirs-am:
Packit Service 3bdf47
	for dir in "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)"; do \
Packit Service 3bdf47
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit Service 3bdf47
	done
Packit Service 3bdf47
install: install-recursive
Packit Service 3bdf47
install-exec: install-exec-recursive
Packit Service 3bdf47
install-data: install-data-recursive
Packit Service 3bdf47
uninstall: uninstall-recursive
Packit Service 3bdf47
Packit Service 3bdf47
install-am: all-am
Packit Service 3bdf47
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Service 3bdf47
Packit Service 3bdf47
installcheck: installcheck-recursive
Packit Service 3bdf47
install-strip:
Packit Service 3bdf47
	if test -z '$(STRIP)'; then \
Packit Service 3bdf47
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 3bdf47
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 3bdf47
	      install; \
Packit Service 3bdf47
	else \
Packit Service 3bdf47
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 3bdf47
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 3bdf47
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit Service 3bdf47
	fi
Packit Service 3bdf47
mostlyclean-generic:
Packit Service 3bdf47
Packit Service 3bdf47
clean-generic:
Packit Service 3bdf47
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Packit Service 3bdf47
Packit Service 3bdf47
distclean-generic:
Packit Service 3bdf47
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Service 3bdf47
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit Service 3bdf47
Packit Service 3bdf47
maintainer-clean-generic:
Packit Service 3bdf47
	@echo "This command is intended for maintainers to use"
Packit Service 3bdf47
	@echo "it deletes files that may require special tools to rebuild."
Packit Service 3bdf47
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
Packit Service 3bdf47
clean: clean-recursive
Packit Service 3bdf47
Packit Service 3bdf47
clean-am: clean-generic clean-libtool mostlyclean-am
Packit Service 3bdf47
Packit Service 3bdf47
distclean: distclean-recursive
Packit Service 3bdf47
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit Service 3bdf47
	-rm -f Makefile
Packit Service 3bdf47
distclean-am: clean-am distclean-generic distclean-hdr \
Packit Service 3bdf47
	distclean-libtool distclean-tags
Packit Service 3bdf47
Packit Service 3bdf47
dvi: dvi-recursive
Packit Service 3bdf47
Packit Service 3bdf47
dvi-am:
Packit Service 3bdf47
Packit Service 3bdf47
html: html-recursive
Packit Service 3bdf47
Packit Service 3bdf47
html-am:
Packit Service 3bdf47
Packit Service 3bdf47
info: info-recursive
Packit Service 3bdf47
Packit Service 3bdf47
info-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-data-am: install-nodist_appdataDATA install-nodist_desktopDATA
Packit Service 3bdf47
Packit Service 3bdf47
install-dvi: install-dvi-recursive
Packit Service 3bdf47
Packit Service 3bdf47
install-dvi-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-exec-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-html: install-html-recursive
Packit Service 3bdf47
Packit Service 3bdf47
install-html-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-info: install-info-recursive
Packit Service 3bdf47
Packit Service 3bdf47
install-info-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-man:
Packit Service 3bdf47
Packit Service 3bdf47
install-pdf: install-pdf-recursive
Packit Service 3bdf47
Packit Service 3bdf47
install-pdf-am:
Packit Service 3bdf47
Packit Service 3bdf47
install-ps: install-ps-recursive
Packit Service 3bdf47
Packit Service 3bdf47
install-ps-am:
Packit Service 3bdf47
Packit Service 3bdf47
installcheck-am:
Packit Service 3bdf47
Packit Service 3bdf47
maintainer-clean: maintainer-clean-recursive
Packit Service 3bdf47
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit Service 3bdf47
	-rm -rf $(top_srcdir)/autom4te.cache
Packit Service 3bdf47
	-rm -f Makefile
Packit Service 3bdf47
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Service 3bdf47
Packit Service 3bdf47
mostlyclean: mostlyclean-recursive
Packit Service 3bdf47
Packit Service 3bdf47
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit Service 3bdf47
Packit Service 3bdf47
pdf: pdf-recursive
Packit Service 3bdf47
Packit Service 3bdf47
pdf-am:
Packit Service 3bdf47
Packit Service 3bdf47
ps: ps-recursive
Packit Service 3bdf47
Packit Service 3bdf47
ps-am:
Packit Service 3bdf47
Packit Service 3bdf47
uninstall-am: uninstall-nodist_appdataDATA \
Packit Service 3bdf47
	uninstall-nodist_desktopDATA
Packit Service 3bdf47
Packit Service 3bdf47
.MAKE: $(am__recursive_targets) all check-am install-am install-strip
Packit Service 3bdf47
Packit Service 3bdf47
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
Packit Service 3bdf47
	am--refresh check check-am check-local clean clean-cscope \
Packit Service 3bdf47
	clean-generic clean-libtool cscope cscopelist-am ctags \
Packit Service 3bdf47
	ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
Packit Service 3bdf47
	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
Packit Service 3bdf47
	distclean-generic distclean-hdr distclean-libtool \
Packit Service 3bdf47
	distclean-tags distcleancheck distdir distuninstallcheck dvi \
Packit Service 3bdf47
	dvi-am html html-am info info-am install install-am \
Packit Service 3bdf47
	install-data install-data-am install-dvi install-dvi-am \
Packit Service 3bdf47
	install-exec install-exec-am install-html install-html-am \
Packit Service 3bdf47
	install-info install-info-am install-man \
Packit Service 3bdf47
	install-nodist_appdataDATA install-nodist_desktopDATA \
Packit Service 3bdf47
	install-pdf install-pdf-am install-ps install-ps-am \
Packit Service 3bdf47
	install-strip installcheck installcheck-am installdirs \
Packit Service 3bdf47
	installdirs-am maintainer-clean maintainer-clean-generic \
Packit Service 3bdf47
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
Packit Service 3bdf47
	ps ps-am tags tags-am uninstall uninstall-am \
Packit Service 3bdf47
	uninstall-nodist_appdataDATA uninstall-nodist_desktopDATA
Packit Service 3bdf47
Packit Service 3bdf47
.PRECIOUS: Makefile
Packit Service 3bdf47
Packit Service 3bdf47
	--without-nautilus-extension \
Packit Service 3bdf47
	$(NULL)
Packit Service 3bdf47
@INTLTOOL_DESKTOP_RULE@
Packit Service 3bdf47
desktop-file-validate: $(nodist_desktop_DATA)
Packit Service 3bdf47
	for f in $^; do \
Packit Service 3bdf47
		$(DESKTOP_FILE_VALIDATE) $(DESKTOP_FILE_VALIDATE_FLAGS) $$f; \
Packit Service 3bdf47
	done
Packit Service 3bdf47
Packit Service 3bdf47
@INTLTOOL_XML_RULE@
Packit Service 3bdf47
Packit Service 3bdf47
check-local: desktop-file-validate
Packit Service 3bdf47
Packit Service 3bdf47
# Build ChangeLog from GIT  history
Packit Service 3bdf47
ChangeLog:
Packit Service 3bdf47
	$(AM_V_GEN) if test -e $(top_srcdir)/.git; then \
Packit Service 3bdf47
		GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
Packit Service 3bdf47
	fi
Packit Service 3bdf47
Packit Service 3bdf47
dist: ChangeLog
Packit Service 3bdf47
Packit Service 3bdf47
.PHONY: ChangeLog
Packit Service 3bdf47
Packit Service 3bdf47
-include $(top_srcdir)/git.mk
Packit Service 3bdf47
Packit Service 3bdf47
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Service 3bdf47
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Service 3bdf47
.NOEXPORT: