Blame Makefile.in

Packit Service 672cf4
# Makefile.in generated by automake 1.15 from Makefile.am.
Packit Service 672cf4
# @configure_input@
Packit Service 672cf4
Packit Service 672cf4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
Packit Service 672cf4
Packit Service 672cf4
# This Makefile.in is free software; the Free Software Foundation
Packit Service 672cf4
# gives unlimited permission to copy and/or distribute it,
Packit Service 672cf4
# with or without modifications, as long as this notice is preserved.
Packit Service 672cf4
Packit Service 672cf4
# This program is distributed in the hope that it will be useful,
Packit Service 672cf4
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Service 672cf4
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Service 672cf4
# PARTICULAR PURPOSE.
Packit Service 672cf4
Packit Service 672cf4
@SET_MAKE@
Packit Service 672cf4
Packit Service 672cf4
# Makefile.am - Top level Makefile for GPGME.
Packit Service 672cf4
# Copyright (C) 2000 Werner Koch (dd9jn)
Packit Service 672cf4
# Copyright (C) 2001, 2002, 2004, 2005, 2008, 2009 g10 Code GmbH
Packit Service 672cf4
#
Packit Service 672cf4
# This file is part of GPGME.
Packit Service 672cf4
#
Packit Service 672cf4
# GPGME is free software; you can redistribute it and/or modify it
Packit Service 672cf4
# under the terms of the GNU Lesser General Public License as
Packit Service 672cf4
# published by the Free Software Foundation; either version 2.1 of the
Packit Service 672cf4
# License, or (at your option) any later version.
Packit Service 672cf4
#
Packit Service 672cf4
# GPGME is distributed in the hope that it will be useful, but WITHOUT
Packit Service 672cf4
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit Service 672cf4
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
Packit Service 672cf4
# Public License for more details.
Packit Service 672cf4
#
Packit Service 672cf4
# You should have received a copy of the GNU Lesser General Public
Packit Service 672cf4
# License along with this program; if not, see <https://gnu.org/licenses/>.
Packit Service 672cf4
# SPDX-License-Identifier: LGPL-2.1-or-later
Packit Service 672cf4
VPATH = @srcdir@
Packit Service 672cf4
am__is_gnu_make = { \
Packit Service 672cf4
  if test -z '$(MAKELEVEL)'; then \
Packit Service 672cf4
    false; \
Packit Service 672cf4
  elif test -n '$(MAKE_HOST)'; then \
Packit Service 672cf4
    true; \
Packit Service 672cf4
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit Service 672cf4
    true; \
Packit Service 672cf4
  else \
Packit Service 672cf4
    false; \
Packit Service 672cf4
  fi; \
Packit Service 672cf4
}
Packit Service 672cf4
am__make_running_with_option = \
Packit Service 672cf4
  case $${target_option-} in \
Packit Service 672cf4
      ?) ;; \
Packit Service 672cf4
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit Service 672cf4
              "target option '$${target_option-}' specified" >&2; \
Packit Service 672cf4
         exit 1;; \
Packit Service 672cf4
  esac; \
Packit Service 672cf4
  has_opt=no; \
Packit Service 672cf4
  sane_makeflags=$$MAKEFLAGS; \
Packit Service 672cf4
  if $(am__is_gnu_make); then \
Packit Service 672cf4
    sane_makeflags=$$MFLAGS; \
Packit Service 672cf4
  else \
Packit Service 672cf4
    case $$MAKEFLAGS in \
Packit Service 672cf4
      *\\[\ \	]*) \
Packit Service 672cf4
        bs=\\; \
Packit Service 672cf4
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit Service 672cf4
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit Service 672cf4
    esac; \
Packit Service 672cf4
  fi; \
Packit Service 672cf4
  skip_next=no; \
Packit Service 672cf4
  strip_trailopt () \
Packit Service 672cf4
  { \
Packit Service 672cf4
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit Service 672cf4
  }; \
Packit Service 672cf4
  for flg in $$sane_makeflags; do \
Packit Service 672cf4
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit Service 672cf4
    case $$flg in \
Packit Service 672cf4
      *=*|--*) continue;; \
Packit Service 672cf4
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit Service 672cf4
      -*I?*) strip_trailopt 'I';; \
Packit Service 672cf4
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit Service 672cf4
      -*O?*) strip_trailopt 'O';; \
Packit Service 672cf4
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit Service 672cf4
      -*l?*) strip_trailopt 'l';; \
Packit Service 672cf4
      -[dEDm]) skip_next=yes;; \
Packit Service 672cf4
      -[JT]) skip_next=yes;; \
Packit Service 672cf4
    esac; \
Packit Service 672cf4
    case $$flg in \
Packit Service 672cf4
      *$$target_option*) has_opt=yes; break;; \
Packit Service 672cf4
    esac; \
Packit Service 672cf4
  done; \
Packit Service 672cf4
  test $$has_opt = yes
Packit Service 672cf4
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit Service 672cf4
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit Service 672cf4
pkgdatadir = $(datadir)/@PACKAGE@
Packit Service 672cf4
pkgincludedir = $(includedir)/@PACKAGE@
Packit Service 672cf4
pkglibdir = $(libdir)/@PACKAGE@
Packit Service 672cf4
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit Service 672cf4
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Service 672cf4
install_sh_DATA = $(install_sh) -c -m 644
Packit Service 672cf4
install_sh_PROGRAM = $(install_sh) -c
Packit Service 672cf4
install_sh_SCRIPT = $(install_sh) -c
Packit Service 672cf4
INSTALL_HEADER = $(INSTALL_DATA)
Packit Service 672cf4
transform = $(program_transform_name)
Packit Service 672cf4
NORMAL_INSTALL = :
Packit Service 672cf4
PRE_INSTALL = :
Packit Service 672cf4
POST_INSTALL = :
Packit Service 672cf4
NORMAL_UNINSTALL = :
Packit Service 672cf4
PRE_UNINSTALL = :
Packit Service 672cf4
POST_UNINSTALL = :
Packit Service 672cf4
build_triplet = @build@
Packit Service 672cf4
host_triplet = @host@
Packit Service 672cf4
subdir = .
Packit Service 672cf4
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Service 672cf4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
Packit Service 672cf4
	$(top_srcdir)/m4/ax_pkg_swig.m4 \
Packit Service 672cf4
	$(top_srcdir)/m4/ax_python_devel.m4 \
Packit Service 672cf4
	$(top_srcdir)/m4/glib-2.0.m4 $(top_srcdir)/m4/glibc21.m4 \
Packit Service 672cf4
	$(top_srcdir)/m4/gnupg-ttyname.m4 \
Packit Service 672cf4
	$(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libassuan.m4 \
Packit Service 672cf4
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
Packit Service 672cf4
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
Packit Service 672cf4
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
Packit Service 672cf4
	$(top_srcdir)/m4/python.m4 $(top_srcdir)/m4/qt.m4 \
Packit Service 672cf4
	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
Packit Service 672cf4
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Service 672cf4
	$(ACLOCAL_M4)
Packit Service 672cf4
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Packit Service 672cf4
	$(am__configure_deps) $(am__DIST_COMMON)
Packit Service 672cf4
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit Service 672cf4
 configure.lineno config.status.lineno
Packit Service 672cf4
mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
Packit Service 672cf4
CONFIG_HEADER = $(top_builddir)/conf/config.h
Packit Service 672cf4
CONFIG_CLEAN_FILES =
Packit Service 672cf4
CONFIG_CLEAN_VPATH_FILES =
Packit Service 672cf4
AM_V_P = $(am__v_P_@AM_V@)
Packit Service 672cf4
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit Service 672cf4
am__v_P_0 = false
Packit Service 672cf4
am__v_P_1 = :
Packit Service 672cf4
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit Service 672cf4
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit Service 672cf4
am__v_GEN_0 = @echo "  GEN     " $@;
Packit Service 672cf4
am__v_GEN_1 = 
Packit Service 672cf4
AM_V_at = $(am__v_at_@AM_V@)
Packit Service 672cf4
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit Service 672cf4
am__v_at_0 = @
Packit Service 672cf4
am__v_at_1 = 
Packit Service 672cf4
SOURCES =
Packit Service 672cf4
DIST_SOURCES =
Packit Service 672cf4
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit Service 672cf4
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit Service 672cf4
	install-data-recursive install-dvi-recursive \
Packit Service 672cf4
	install-exec-recursive install-html-recursive \
Packit Service 672cf4
	install-info-recursive install-pdf-recursive \
Packit Service 672cf4
	install-ps-recursive install-recursive installcheck-recursive \
Packit Service 672cf4
	installdirs-recursive pdf-recursive ps-recursive \
Packit Service 672cf4
	tags-recursive uninstall-recursive
Packit Service 672cf4
am__can_run_installinfo = \
Packit Service 672cf4
  case $$AM_UPDATE_INFO_DIR in \
Packit Service 672cf4
    n|no|NO) false;; \
Packit Service 672cf4
    *) (install-info --version) >/dev/null 2>&1;; \
Packit Service 672cf4
  esac
Packit Service 672cf4
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit Service 672cf4
  distclean-recursive maintainer-clean-recursive
Packit Service 672cf4
am__recursive_targets = \
Packit Service 672cf4
  $(RECURSIVE_TARGETS) \
Packit Service 672cf4
  $(RECURSIVE_CLEAN_TARGETS) \
Packit Service 672cf4
  $(am__extra_recursive_targets)
Packit Service 672cf4
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit Service 672cf4
	cscope distdir dist dist-all distcheck
Packit Service 672cf4
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit Service 672cf4
# Read a list of newline-separated strings from the standard input,
Packit Service 672cf4
# and print each of them once, without duplicates.  Input order is
Packit Service 672cf4
# *not* preserved.
Packit Service 672cf4
am__uniquify_input = $(AWK) '\
Packit Service 672cf4
  BEGIN { nonempty = 0; } \
Packit Service 672cf4
  { items[$$0] = 1; nonempty = 1; } \
Packit Service 672cf4
  END { if (nonempty) { for (i in items) print i; }; } \
Packit Service 672cf4
'
Packit Service 672cf4
# Make sure the list of sources is unique.  This is necessary because,
Packit Service 672cf4
# e.g., the same source file might be shared among _SOURCES variables
Packit Service 672cf4
# for different programs/libraries.
Packit Service 672cf4
am__define_uniq_tagged_files = \
Packit Service 672cf4
  list='$(am__tagged_files)'; \
Packit Service 672cf4
  unique=`for i in $$list; do \
Packit Service 672cf4
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit Service 672cf4
  done | $(am__uniquify_input)`
Packit Service 672cf4
ETAGS = etags
Packit Service 672cf4
CTAGS = ctags
Packit Service 672cf4
CSCOPE = cscope
Packit Service 672cf4
DIST_SUBDIRS = src tests doc lang
Packit Service 672cf4
am__DIST_COMMON = $(srcdir)/Makefile.in \
Packit Service 672cf4
	$(top_srcdir)/build-aux/compile \
Packit Service 672cf4
	$(top_srcdir)/build-aux/config.guess \
Packit Service 672cf4
	$(top_srcdir)/build-aux/config.sub \
Packit Service 672cf4
	$(top_srcdir)/build-aux/install-sh \
Packit Service 672cf4
	$(top_srcdir)/build-aux/ltmain.sh \
Packit Service 672cf4
	$(top_srcdir)/build-aux/missing \
Packit Service 672cf4
	$(top_srcdir)/build-aux/mkinstalldirs \
Packit Service 672cf4
	$(top_srcdir)/conf/config.h.in AUTHORS COPYING COPYING.LESSER \
Packit Service 672cf4
	ChangeLog INSTALL NEWS README THANKS TODO build-aux/compile \
Packit Service 672cf4
	build-aux/config.guess build-aux/config.sub build-aux/depcomp \
Packit Service 672cf4
	build-aux/install-sh build-aux/ltmain.sh build-aux/mdate-sh \
Packit Service 672cf4
	build-aux/missing build-aux/mkinstalldirs \
Packit Service 672cf4
	build-aux/texinfo.tex missing
Packit Service 672cf4
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service 672cf4
distdir = $(PACKAGE)-$(VERSION)
Packit Service 672cf4
top_distdir = $(distdir)
Packit Service 672cf4
am__remove_distdir = \
Packit Service 672cf4
  if test -d "$(distdir)"; then \
Packit Service 672cf4
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit Service 672cf4
      && rm -rf "$(distdir)" \
Packit Service 672cf4
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit Service 672cf4
  else :; fi
Packit Service 672cf4
am__post_remove_distdir = $(am__remove_distdir)
Packit Service 672cf4
am__relativize = \
Packit Service 672cf4
  dir0=`pwd`; \
Packit Service 672cf4
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit Service 672cf4
  sed_rest='s,^[^/]*/*,,'; \
Packit Service 672cf4
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit Service 672cf4
  sed_butlast='s,/*[^/]*$$,,'; \
Packit Service 672cf4
  while test -n "$$dir1"; do \
Packit Service 672cf4
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit Service 672cf4
    if test "$$first" != "."; then \
Packit Service 672cf4
      if test "$$first" = ".."; then \
Packit Service 672cf4
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit Service 672cf4
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit Service 672cf4
      else \
Packit Service 672cf4
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit Service 672cf4
        if test "$$first2" = "$$first"; then \
Packit Service 672cf4
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit Service 672cf4
        else \
Packit Service 672cf4
          dir2="../$$dir2"; \
Packit Service 672cf4
        fi; \
Packit Service 672cf4
        dir0="$$dir0"/"$$first"; \
Packit Service 672cf4
      fi; \
Packit Service 672cf4
    fi; \
Packit Service 672cf4
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit Service 672cf4
  done; \
Packit Service 672cf4
  reldir="$$dir2"
Packit Service 672cf4
GZIP_ENV = --best
Packit Service 672cf4
DIST_ARCHIVES = $(distdir).tar.bz2
Packit Service 672cf4
DIST_TARGETS = dist-bzip2
Packit Service 672cf4
distuninstallcheck_listfiles = find . -type f -print
Packit Service 672cf4
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit Service 672cf4
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit Service 672cf4
distcleancheck_listfiles = find . -type f -print
Packit Service 672cf4
ACLOCAL = @ACLOCAL@
Packit Service 672cf4
AMTAR = @AMTAR@
Packit Service 672cf4
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit Service 672cf4
AR = @AR@
Packit Service 672cf4
AS = @AS@
Packit Service 672cf4
AUTOCONF = @AUTOCONF@
Packit Service 672cf4
AUTOHEADER = @AUTOHEADER@
Packit Service 672cf4
AUTOMAKE = @AUTOMAKE@
Packit Service 672cf4
AWK = @AWK@
Packit Service 672cf4
BUILD_FILEVERSION = @BUILD_FILEVERSION@
Packit Service 672cf4
BUILD_REVISION = @BUILD_REVISION@
Packit Service 672cf4
BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
Packit Service 672cf4
BUILD_VERSION = @BUILD_VERSION@
Packit Service 672cf4
CC = @CC@
Packit Service 672cf4
CCDEPMODE = @CCDEPMODE@
Packit Service 672cf4
CC_FOR_BUILD = @CC_FOR_BUILD@
Packit Service 672cf4
CFLAGS = @CFLAGS@
Packit Service 672cf4
CPP = @CPP@
Packit Service 672cf4
CPPFLAGS = @CPPFLAGS@
Packit Service 672cf4
CXX = @CXX@
Packit Service 672cf4
CXXCPP = @CXXCPP@
Packit Service 672cf4
CXXDEPMODE = @CXXDEPMODE@
Packit Service 672cf4
CXXFLAGS = @CXXFLAGS@
Packit Service 672cf4
CYGPATH_W = @CYGPATH_W@
Packit Service 672cf4
DEFS = @DEFS@
Packit Service 672cf4
DEPDIR = @DEPDIR@
Packit Service 672cf4
DLLTOOL = @DLLTOOL@
Packit Service 672cf4
DOXYGEN = @DOXYGEN@
Packit Service 672cf4
DSYMUTIL = @DSYMUTIL@
Packit Service 672cf4
DUMPBIN = @DUMPBIN@
Packit Service 672cf4
ECHO_C = @ECHO_C@
Packit Service 672cf4
ECHO_N = @ECHO_N@
Packit Service 672cf4
ECHO_T = @ECHO_T@
Packit Service 672cf4
EGREP = @EGREP@
Packit Service 672cf4
ENABLED_LANGUAGES = @ENABLED_LANGUAGES@
Packit Service 672cf4
EXEEXT = @EXEEXT@
Packit Service 672cf4
FGREP = @FGREP@
Packit Service 672cf4
GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@
Packit Service 672cf4
GLIBC21 = @GLIBC21@
Packit Service 672cf4
GLIB_CFLAGS = @GLIB_CFLAGS@
Packit Service 672cf4
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
Packit Service 672cf4
GLIB_LIBS = @GLIB_LIBS@
Packit Service 672cf4
GLIB_MKENUMS = @GLIB_MKENUMS@
Packit Service 672cf4
GOBJECT_QUERY = @GOBJECT_QUERY@
Packit Service 672cf4
GPGME_CONFIG_API_VERSION = @GPGME_CONFIG_API_VERSION@
Packit Service 672cf4
GPGME_CONFIG_AVAIL_LANG = @GPGME_CONFIG_AVAIL_LANG@
Packit Service 672cf4
GPGME_CONFIG_CFLAGS = @GPGME_CONFIG_CFLAGS@
Packit Service 672cf4
GPGME_CONFIG_HOST = @GPGME_CONFIG_HOST@
Packit Service 672cf4
GPGME_CONFIG_LIBS = @GPGME_CONFIG_LIBS@
Packit Service 672cf4
GPGME_QTTEST_CFLAGS = @GPGME_QTTEST_CFLAGS@
Packit Service 672cf4
GPGME_QTTEST_LIBS = @GPGME_QTTEST_LIBS@
Packit Service 672cf4
GPGME_QT_CFLAGS = @GPGME_QT_CFLAGS@
Packit Service 672cf4
GPGME_QT_LIBS = @GPGME_QT_LIBS@
Packit Service 672cf4
GPGRT_CONFIG = @GPGRT_CONFIG@
Packit Service 672cf4
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
Packit Service 672cf4
GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
Packit Service 672cf4
GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
Packit Service 672cf4
GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
Packit Service 672cf4
GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
Packit Service 672cf4
GRAPHVIZ = @GRAPHVIZ@
Packit Service 672cf4
GREP = @GREP@
Packit Service 672cf4
HAVE_CXX11 = @HAVE_CXX11@
Packit Service 672cf4
HAVE_DOT = @HAVE_DOT@
Packit Service 672cf4
INSTALL = @INSTALL@
Packit Service 672cf4
INSTALL_DATA = @INSTALL_DATA@
Packit Service 672cf4
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Service 672cf4
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Service 672cf4
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Service 672cf4
LD = @LD@
Packit Service 672cf4
LDADD_FOR_TESTS_KLUDGE = @LDADD_FOR_TESTS_KLUDGE@
Packit Service 672cf4
LDFLAGS = @LDFLAGS@
Packit Service 672cf4
LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
Packit Service 672cf4
LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
Packit Service 672cf4
LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
Packit Service 672cf4
LIBGPGMEPP_LT_AGE = @LIBGPGMEPP_LT_AGE@
Packit Service 672cf4
LIBGPGMEPP_LT_CURRENT = @LIBGPGMEPP_LT_CURRENT@
Packit Service 672cf4
LIBGPGMEPP_LT_REVISION = @LIBGPGMEPP_LT_REVISION@
Packit Service 672cf4
LIBGPGME_LT_AGE = @LIBGPGME_LT_AGE@
Packit Service 672cf4
LIBGPGME_LT_CURRENT = @LIBGPGME_LT_CURRENT@
Packit Service 672cf4
LIBGPGME_LT_REVISION = @LIBGPGME_LT_REVISION@
Packit Service 672cf4
LIBOBJS = @LIBOBJS@
Packit Service 672cf4
LIBQGPGME_LT_AGE = @LIBQGPGME_LT_AGE@
Packit Service 672cf4
LIBQGPGME_LT_CURRENT = @LIBQGPGME_LT_CURRENT@
Packit Service 672cf4
LIBQGPGME_LT_REVISION = @LIBQGPGME_LT_REVISION@
Packit Service 672cf4
LIBS = @LIBS@
Packit Service 672cf4
LIBTOOL = @LIBTOOL@
Packit Service 672cf4
LIPO = @LIPO@
Packit Service 672cf4
LN_S = @LN_S@
Packit Service 672cf4
LTLIBOBJS = @LTLIBOBJS@
Packit Service 672cf4
MAINT = @MAINT@
Packit Service 672cf4
MAKEINFO = @MAKEINFO@
Packit Service 672cf4
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit Service 672cf4
MKDIR_P = @MKDIR_P@
Packit Service 672cf4
MOC = @MOC@
Packit Service 672cf4
MOC2 = @MOC2@
Packit Service 672cf4
NEED__FILE_OFFSET_BITS = @NEED__FILE_OFFSET_BITS@
Packit Service 672cf4
NM = @NM@
Packit Service 672cf4
NMEDIT = @NMEDIT@
Packit Service 672cf4
OBJDUMP = @OBJDUMP@
Packit Service 672cf4
OBJEXT = @OBJEXT@
Packit Service 672cf4
OTOOL = @OTOOL@
Packit Service 672cf4
OTOOL64 = @OTOOL64@
Packit Service 672cf4
PACKAGE = @PACKAGE@
Packit Service 672cf4
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Service 672cf4
PACKAGE_NAME = @PACKAGE_NAME@
Packit Service 672cf4
PACKAGE_STRING = @PACKAGE_STRING@
Packit Service 672cf4
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Service 672cf4
PACKAGE_URL = @PACKAGE_URL@
Packit Service 672cf4
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Service 672cf4
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Service 672cf4
PKG_CONFIG = @PKG_CONFIG@
Packit Service 672cf4
PYTHON = @PYTHON@
Packit Service 672cf4
PYTHONS = @PYTHONS@
Packit Service 672cf4
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
Packit Service 672cf4
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
Packit Service 672cf4
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
Packit Service 672cf4
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
Packit Service 672cf4
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
Packit Service 672cf4
PYTHON_PLATFORM = @PYTHON_PLATFORM@
Packit Service 672cf4
PYTHON_PREFIX = @PYTHON_PREFIX@
Packit Service 672cf4
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
Packit Service 672cf4
PYTHON_VERSION = @PYTHON_VERSION@
Packit Service 672cf4
QTCHOOSER = @QTCHOOSER@
Packit Service 672cf4
RANLIB = @RANLIB@
Packit Service 672cf4
RC = @RC@
Packit Service 672cf4
SED = @SED@
Packit Service 672cf4
SET_MAKE = @SET_MAKE@
Packit Service 672cf4
SHELL = @SHELL@
Packit Service 672cf4
STRIP = @STRIP@
Packit Service 672cf4
SWIG = @SWIG@
Packit Service 672cf4
SWIG_LIB = @SWIG_LIB@
Packit Service 672cf4
SYSROOT = @SYSROOT@
Packit Service 672cf4
VERSION = @VERSION@
Packit Service 672cf4
VERSION_MAJOR = @VERSION_MAJOR@
Packit Service 672cf4
VERSION_MICRO = @VERSION_MICRO@
Packit Service 672cf4
VERSION_MINOR = @VERSION_MINOR@
Packit Service 672cf4
VERSION_NUMBER = @VERSION_NUMBER@
Packit Service 672cf4
abs_builddir = @abs_builddir@
Packit Service 672cf4
abs_srcdir = @abs_srcdir@
Packit Service 672cf4
abs_top_builddir = @abs_top_builddir@
Packit Service 672cf4
abs_top_srcdir = @abs_top_srcdir@
Packit Service 672cf4
ac_ct_AR = @ac_ct_AR@
Packit Service 672cf4
ac_ct_CC = @ac_ct_CC@
Packit Service 672cf4
ac_ct_CXX = @ac_ct_CXX@
Packit Service 672cf4
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit Service 672cf4
am__include = @am__include@
Packit Service 672cf4
am__leading_dot = @am__leading_dot@
Packit Service 672cf4
am__quote = @am__quote@
Packit Service 672cf4
am__tar = @am__tar@
Packit Service 672cf4
am__untar = @am__untar@
Packit Service 672cf4
bindir = @bindir@
Packit Service 672cf4
build = @build@
Packit Service 672cf4
build_alias = @build_alias@
Packit Service 672cf4
build_cpu = @build_cpu@
Packit Service 672cf4
build_os = @build_os@
Packit Service 672cf4
build_vendor = @build_vendor@
Packit Service 672cf4
builddir = @builddir@
Packit Service 672cf4
datadir = @datadir@
Packit Service 672cf4
datarootdir = @datarootdir@
Packit Service 672cf4
docdir = @docdir@
Packit Service 672cf4
dvidir = @dvidir@
Packit Service 672cf4
emacs_local_vars_begin = @emacs_local_vars_begin@
Packit Service 672cf4
emacs_local_vars_end = @emacs_local_vars_end@
Packit Service 672cf4
emacs_local_vars_read_only = @emacs_local_vars_read_only@
Packit Service 672cf4
exec_prefix = @exec_prefix@
Packit Service 672cf4
host = @host@
Packit Service 672cf4
host_alias = @host_alias@
Packit Service 672cf4
host_cpu = @host_cpu@
Packit Service 672cf4
host_os = @host_os@
Packit Service 672cf4
host_vendor = @host_vendor@
Packit Service 672cf4
htmldir = @htmldir@
Packit Service 672cf4
includedir = @includedir@
Packit Service 672cf4
infodir = @infodir@
Packit Service 672cf4
install_sh = @install_sh@
Packit Service 672cf4
libdir = @libdir@
Packit Service 672cf4
libexecdir = @libexecdir@
Packit Service 672cf4
localedir = @localedir@
Packit Service 672cf4
localstatedir = @localstatedir@
Packit Service 672cf4
mandir = @mandir@
Packit Service 672cf4
mkdir_p = @mkdir_p@
Packit Service 672cf4
oldincludedir = @oldincludedir@
Packit Service 672cf4
pdfdir = @pdfdir@
Packit Service 672cf4
pkgpyexecdir = @pkgpyexecdir@
Packit Service 672cf4
pkgpythondir = @pkgpythondir@
Packit Service 672cf4
prefix = @prefix@
Packit Service 672cf4
program_transform_name = @program_transform_name@
Packit Service 672cf4
psdir = @psdir@
Packit Service 672cf4
pyexecdir = @pyexecdir@
Packit Service 672cf4
pythondir = @pythondir@
Packit Service 672cf4
sbindir = @sbindir@
Packit Service 672cf4
sharedstatedir = @sharedstatedir@
Packit Service 672cf4
srcdir = @srcdir@
Packit Service 672cf4
sysconfdir = @sysconfdir@
Packit Service 672cf4
target_alias = @target_alias@
Packit Service 672cf4
top_build_prefix = @top_build_prefix@
Packit Service 672cf4
top_builddir = @top_builddir@
Packit Service 672cf4
top_srcdir = @top_srcdir@
Packit Service 672cf4
Packit Service 672cf4
# Location of the released tarball archives.  Note that this is an
Packit Service 672cf4
# internal archive and before uploading this to the public server,
Packit Service 672cf4
# manual tests should be run and the git release tat set and pushed.
Packit Service 672cf4
# Adjust as needed.
Packit Service 672cf4
RELEASE_ARCHIVE_DIR = wk@vigenere:tarballs/gpgme/
Packit Service 672cf4
Packit Service 672cf4
# The key used to sign the released sources.  Adjust as needed.
Packit Service 672cf4
RELEASE_SIGNING_KEY = D8692123C4065DEA5E0F3AB5249B39D24F25E3B6
Packit Service 672cf4
Packit Service 672cf4
# Autoconf flags
Packit Service 672cf4
ACLOCAL_AMFLAGS = -I m4
Packit Service 672cf4
DISTCHECK_CONFIGURE_FLAGS = 
Packit Service 672cf4
EXTRA_DIST = autogen.sh autogen.rc gpgme.spec.in  \
Packit Service 672cf4
             ChangeLog-2011 m4/ChangeLog-2011     \
Packit Service 672cf4
             conf/whatisthis VERSION
Packit Service 672cf4
Packit Service 672cf4
@RUN_GPG_TESTS_FALSE@tests = 
Packit Service 672cf4
@RUN_GPG_TESTS_TRUE@tests = tests
Packit Service 672cf4
SUBDIRS = src ${tests} doc lang
Packit Service 672cf4
gen_start_date = 2011-12-01T00:00:00
Packit Service 672cf4
Packit Service 672cf4
# Macro to help the release target.
Packit Service 672cf4
RELEASE_NAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)
Packit Service 672cf4
all: all-recursive
Packit Service 672cf4
Packit Service 672cf4
.SUFFIXES:
Packit Service 672cf4
am--refresh: Makefile
Packit Service 672cf4
	@:
Packit Service 672cf4
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit Service 672cf4
	@for dep in $?; do \
Packit Service 672cf4
	  case '$(am__configure_deps)' in \
Packit Service 672cf4
	    *$$dep*) \
Packit Service 672cf4
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
Packit Service 672cf4
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
Packit Service 672cf4
		&& exit 0; \
Packit Service 672cf4
	      exit 1;; \
Packit Service 672cf4
	  esac; \
Packit Service 672cf4
	done; \
Packit Service 672cf4
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
Packit Service 672cf4
	$(am__cd) $(top_srcdir) && \
Packit Service 672cf4
	  $(AUTOMAKE) --gnu Makefile
Packit Service 672cf4
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Service 672cf4
	@case '$?' in \
Packit Service 672cf4
	  *config.status*) \
Packit Service 672cf4
	    echo ' $(SHELL) ./config.status'; \
Packit Service 672cf4
	    $(SHELL) ./config.status;; \
Packit Service 672cf4
	  *) \
Packit Service 672cf4
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
Packit Service 672cf4
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
Packit Service 672cf4
	esac;
Packit Service 672cf4
Packit Service 672cf4
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Service 672cf4
	$(SHELL) ./config.status --recheck
Packit Service 672cf4
Packit Service 672cf4
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit Service 672cf4
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit Service 672cf4
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit Service 672cf4
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit Service 672cf4
$(am__aclocal_m4_deps):
Packit Service 672cf4
Packit Service 672cf4
conf/config.h: conf/stamp-h1
Packit Service 672cf4
	@test -f $@ || rm -f conf/stamp-h1
Packit Service 672cf4
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) conf/stamp-h1
Packit Service 672cf4
Packit Service 672cf4
conf/stamp-h1: $(top_srcdir)/conf/config.h.in $(top_builddir)/config.status
Packit Service 672cf4
	@rm -f conf/stamp-h1
Packit Service 672cf4
	cd $(top_builddir) && $(SHELL) ./config.status conf/config.h
Packit Service 672cf4
$(top_srcdir)/conf/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
Packit Service 672cf4
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Packit Service 672cf4
	rm -f conf/stamp-h1
Packit Service 672cf4
	touch $@
Packit Service 672cf4
Packit Service 672cf4
distclean-hdr:
Packit Service 672cf4
	-rm -f conf/config.h conf/stamp-h1
Packit Service 672cf4
Packit Service 672cf4
mostlyclean-libtool:
Packit Service 672cf4
	-rm -f *.lo
Packit Service 672cf4
Packit Service 672cf4
clean-libtool:
Packit Service 672cf4
	-rm -rf .libs _libs
Packit Service 672cf4
Packit Service 672cf4
distclean-libtool:
Packit Service 672cf4
	-rm -f libtool config.lt
Packit Service 672cf4
Packit Service 672cf4
# This directory's subdirectories are mostly independent; you can cd
Packit Service 672cf4
# into them and run 'make' without going through this Makefile.
Packit Service 672cf4
# To change the values of 'make' variables: instead of editing Makefiles,
Packit Service 672cf4
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit Service 672cf4
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit Service 672cf4
# (2) otherwise, pass the desired values on the 'make' command line.
Packit Service 672cf4
$(am__recursive_targets):
Packit Service 672cf4
	@fail=; \
Packit Service 672cf4
	if $(am__make_keepgoing); then \
Packit Service 672cf4
	  failcom='fail=yes'; \
Packit Service 672cf4
	else \
Packit Service 672cf4
	  failcom='exit 1'; \
Packit Service 672cf4
	fi; \
Packit Service 672cf4
	dot_seen=no; \
Packit Service 672cf4
	target=`echo $@ | sed s/-recursive//`; \
Packit Service 672cf4
	case "$@" in \
Packit Service 672cf4
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit Service 672cf4
	  *) list='$(SUBDIRS)' ;; \
Packit Service 672cf4
	esac; \
Packit Service 672cf4
	for subdir in $$list; do \
Packit Service 672cf4
	  echo "Making $$target in $$subdir"; \
Packit Service 672cf4
	  if test "$$subdir" = "."; then \
Packit Service 672cf4
	    dot_seen=yes; \
Packit Service 672cf4
	    local_target="$$target-am"; \
Packit Service 672cf4
	  else \
Packit Service 672cf4
	    local_target="$$target"; \
Packit Service 672cf4
	  fi; \
Packit Service 672cf4
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit Service 672cf4
	  || eval $$failcom; \
Packit Service 672cf4
	done; \
Packit Service 672cf4
	if test "$$dot_seen" = "no"; then \
Packit Service 672cf4
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit Service 672cf4
	fi; test -z "$$fail"
Packit Service 672cf4
Packit Service 672cf4
ID: $(am__tagged_files)
Packit Service 672cf4
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit Service 672cf4
tags: tags-recursive
Packit Service 672cf4
TAGS: tags
Packit Service 672cf4
Packit Service 672cf4
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 672cf4
	set x; \
Packit Service 672cf4
	here=`pwd`; \
Packit Service 672cf4
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit Service 672cf4
	  include_option=--etags-include; \
Packit Service 672cf4
	  empty_fix=.; \
Packit Service 672cf4
	else \
Packit Service 672cf4
	  include_option=--include; \
Packit Service 672cf4
	  empty_fix=; \
Packit Service 672cf4
	fi; \
Packit Service 672cf4
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit Service 672cf4
	  if test "$$subdir" = .; then :; else \
Packit Service 672cf4
	    test ! -f $$subdir/TAGS || \
Packit Service 672cf4
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit Service 672cf4
	  fi; \
Packit Service 672cf4
	done; \
Packit Service 672cf4
	$(am__define_uniq_tagged_files); \
Packit Service 672cf4
	shift; \
Packit Service 672cf4
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit Service 672cf4
	  test -n "$$unique" || unique=$$empty_fix; \
Packit Service 672cf4
	  if test $$# -gt 0; then \
Packit Service 672cf4
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 672cf4
	      "$$@" $$unique; \
Packit Service 672cf4
	  else \
Packit Service 672cf4
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 672cf4
	      $$unique; \
Packit Service 672cf4
	  fi; \
Packit Service 672cf4
	fi
Packit Service 672cf4
ctags: ctags-recursive
Packit Service 672cf4
Packit Service 672cf4
CTAGS: ctags
Packit Service 672cf4
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service 672cf4
	$(am__define_uniq_tagged_files); \
Packit Service 672cf4
	test -z "$(CTAGS_ARGS)$$unique" \
Packit Service 672cf4
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit Service 672cf4
	     $$unique
Packit Service 672cf4
Packit Service 672cf4
GTAGS:
Packit Service 672cf4
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit Service 672cf4
	  && $(am__cd) $(top_srcdir) \
Packit Service 672cf4
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit Service 672cf4
cscope: cscope.files
Packit Service 672cf4
	test ! -s cscope.files \
Packit Service 672cf4
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Packit Service 672cf4
clean-cscope:
Packit Service 672cf4
	-rm -f cscope.files
Packit Service 672cf4
cscope.files: clean-cscope cscopelist
Packit Service 672cf4
cscopelist: cscopelist-recursive
Packit Service 672cf4
Packit Service 672cf4
cscopelist-am: $(am__tagged_files)
Packit Service 672cf4
	list='$(am__tagged_files)'; \
Packit Service 672cf4
	case "$(srcdir)" in \
Packit Service 672cf4
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit Service 672cf4
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit Service 672cf4
	esac; \
Packit Service 672cf4
	for i in $$list; do \
Packit Service 672cf4
	  if test -f "$$i"; then \
Packit Service 672cf4
	    echo "$(subdir)/$$i"; \
Packit Service 672cf4
	  else \
Packit Service 672cf4
	    echo "$$sdir/$$i"; \
Packit Service 672cf4
	  fi; \
Packit Service 672cf4
	done >> $(top_builddir)/cscope.files
Packit Service 672cf4
Packit Service 672cf4
distclean-tags:
Packit Service 672cf4
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit Service 672cf4
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Packit Service 672cf4
Packit Service 672cf4
distdir: $(DISTFILES)
Packit Service 672cf4
	$(am__remove_distdir)
Packit Service 672cf4
	test -d "$(distdir)" || mkdir "$(distdir)"
Packit Service 672cf4
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 672cf4
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service 672cf4
	list='$(DISTFILES)'; \
Packit Service 672cf4
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit Service 672cf4
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit Service 672cf4
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit Service 672cf4
	case $$dist_files in \
Packit Service 672cf4
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit Service 672cf4
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit Service 672cf4
			   sort -u` ;; \
Packit Service 672cf4
	esac; \
Packit Service 672cf4
	for file in $$dist_files; do \
Packit Service 672cf4
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Service 672cf4
	  if test -d $$d/$$file; then \
Packit Service 672cf4
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Service 672cf4
	    if test -d "$(distdir)/$$file"; then \
Packit Service 672cf4
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 672cf4
	    fi; \
Packit Service 672cf4
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Service 672cf4
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 672cf4
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service 672cf4
	    fi; \
Packit Service 672cf4
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit Service 672cf4
	  else \
Packit Service 672cf4
	    test -f "$(distdir)/$$file" \
Packit Service 672cf4
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit Service 672cf4
	    || exit 1; \
Packit Service 672cf4
	  fi; \
Packit Service 672cf4
	done
Packit Service 672cf4
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit Service 672cf4
	  if test "$$subdir" = .; then :; else \
Packit Service 672cf4
	    $(am__make_dryrun) \
Packit Service 672cf4
	      || test -d "$(distdir)/$$subdir" \
Packit Service 672cf4
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit Service 672cf4
	      || exit 1; \
Packit Service 672cf4
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit Service 672cf4
	    $(am__relativize); \
Packit Service 672cf4
	    new_distdir=$$reldir; \
Packit Service 672cf4
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit Service 672cf4
	    $(am__relativize); \
Packit Service 672cf4
	    new_top_distdir=$$reldir; \
Packit Service 672cf4
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit Service 672cf4
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit Service 672cf4
	    ($(am__cd) $$subdir && \
Packit Service 672cf4
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit Service 672cf4
	        top_distdir="$$new_top_distdir" \
Packit Service 672cf4
	        distdir="$$new_distdir" \
Packit Service 672cf4
		am__remove_distdir=: \
Packit Service 672cf4
		am__skip_length_check=: \
Packit Service 672cf4
		am__skip_mode_fix=: \
Packit Service 672cf4
	        distdir) \
Packit Service 672cf4
	      || exit 1; \
Packit Service 672cf4
	  fi; \
Packit Service 672cf4
	done
Packit Service 672cf4
	$(MAKE) $(AM_MAKEFLAGS) \
Packit Service 672cf4
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
Packit Service 672cf4
	  dist-hook
Packit Service 672cf4
	-test -n "$(am__skip_mode_fix)" \
Packit Service 672cf4
	|| find "$(distdir)" -type d ! -perm -755 \
Packit Service 672cf4
		-exec chmod u+rwx,go+rx {} \; -o \
Packit Service 672cf4
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit Service 672cf4
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit Service 672cf4
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit Service 672cf4
	|| chmod -R a+r "$(distdir)"
Packit Service 672cf4
dist-gzip: distdir
Packit Service 672cf4
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Packit Service 672cf4
	$(am__post_remove_distdir)
Packit Service 672cf4
dist-bzip2: distdir
Packit Service 672cf4
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit Service 672cf4
	$(am__post_remove_distdir)
Packit Service 672cf4
Packit Service 672cf4
dist-lzip: distdir
Packit Service 672cf4
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit Service 672cf4
	$(am__post_remove_distdir)
Packit Service 672cf4
Packit Service 672cf4
dist-xz: distdir
Packit Service 672cf4
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit Service 672cf4
	$(am__post_remove_distdir)
Packit Service 672cf4
Packit Service 672cf4
dist-tarZ: distdir
Packit Service 672cf4
	@echo WARNING: "Support for distribution archives compressed with" \
Packit Service 672cf4
		       "legacy program 'compress' is deprecated." >&2
Packit Service 672cf4
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit Service 672cf4
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit Service 672cf4
	$(am__post_remove_distdir)
Packit Service 672cf4
Packit Service 672cf4
dist-shar: distdir
Packit Service 672cf4
	@echo WARNING: "Support for shar distribution archives is" \
Packit Service 672cf4
	               "deprecated." >&2
Packit Service 672cf4
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit Service 672cf4
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
Packit Service 672cf4
	$(am__post_remove_distdir)
Packit Service 672cf4
Packit Service 672cf4
dist-zip: distdir
Packit Service 672cf4
	-rm -f $(distdir).zip
Packit Service 672cf4
	zip -rq $(distdir).zip $(distdir)
Packit Service 672cf4
	$(am__post_remove_distdir)
Packit Service 672cf4
Packit Service 672cf4
dist dist-all:
Packit Service 672cf4
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
Packit Service 672cf4
	$(am__post_remove_distdir)
Packit Service 672cf4
Packit Service 672cf4
# This target untars the dist file and tries a VPATH configuration.  Then
Packit Service 672cf4
# it guarantees that the distribution is self-contained by making another
Packit Service 672cf4
# tarfile.
Packit Service 672cf4
distcheck: dist
Packit Service 672cf4
	case '$(DIST_ARCHIVES)' in \
Packit Service 672cf4
	*.tar.gz*) \
Packit Service 672cf4
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit Service 672cf4
	*.tar.bz2*) \
Packit Service 672cf4
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit Service 672cf4
	*.tar.lz*) \
Packit Service 672cf4
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit Service 672cf4
	*.tar.xz*) \
Packit Service 672cf4
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit Service 672cf4
	*.tar.Z*) \
Packit Service 672cf4
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit Service 672cf4
	*.shar.gz*) \
Packit Service 672cf4
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
Packit Service 672cf4
	*.zip*) \
Packit Service 672cf4
	  unzip $(distdir).zip ;;\
Packit Service 672cf4
	esac
Packit Service 672cf4
	chmod -R a-w $(distdir)
Packit Service 672cf4
	chmod u+w $(distdir)
Packit Service 672cf4
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Packit Service 672cf4
	chmod a-w $(distdir)
Packit Service 672cf4
	test -d $(distdir)/_build || exit 0; \
Packit Service 672cf4
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit Service 672cf4
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit Service 672cf4
	  && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
Packit Service 672cf4
	  && am__cwd=`pwd` \
Packit Service 672cf4
	  && $(am__cd) $(distdir)/_build/sub \
Packit Service 672cf4
	  && ../../configure \
Packit Service 672cf4
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit Service 672cf4
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit Service 672cf4
	    --srcdir=../.. --prefix="$$dc_install_base" \
Packit Service 672cf4
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit Service 672cf4
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit Service 672cf4
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit Service 672cf4
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit Service 672cf4
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit Service 672cf4
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit Service 672cf4
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit Service 672cf4
	        distuninstallcheck \
Packit Service 672cf4
	  && chmod -R a-w "$$dc_install_base" \
Packit Service 672cf4
	  && ({ \
Packit Service 672cf4
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit Service 672cf4
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit Service 672cf4
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit Service 672cf4
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit Service 672cf4
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit Service 672cf4
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit Service 672cf4
	  && rm -rf "$$dc_destdir" \
Packit Service 672cf4
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit Service 672cf4
	  && rm -rf $(DIST_ARCHIVES) \
Packit Service 672cf4
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit Service 672cf4
	  && cd "$$am__cwd" \
Packit Service 672cf4
	  || exit 1
Packit Service 672cf4
	$(am__post_remove_distdir)
Packit Service 672cf4
	@(echo "$(distdir) archives ready for distribution: "; \
Packit Service 672cf4
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit Service 672cf4
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit Service 672cf4
distuninstallcheck:
Packit Service 672cf4
	@test -n '$(distuninstallcheck_dir)' || { \
Packit Service 672cf4
	  echo 'ERROR: trying to run $@ with an empty' \
Packit Service 672cf4
	       '$$(distuninstallcheck_dir)' >&2; \
Packit Service 672cf4
	  exit 1; \
Packit Service 672cf4
	}; \
Packit Service 672cf4
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit Service 672cf4
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit Service 672cf4
	  exit 1; \
Packit Service 672cf4
	}; \
Packit Service 672cf4
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit Service 672cf4
	   || { echo "ERROR: files left after uninstall:" ; \
Packit Service 672cf4
	        if test -n "$(DESTDIR)"; then \
Packit Service 672cf4
	          echo "  (check DESTDIR support)"; \
Packit Service 672cf4
	        fi ; \
Packit Service 672cf4
	        $(distuninstallcheck_listfiles) ; \
Packit Service 672cf4
	        exit 1; } >&2
Packit Service 672cf4
distcleancheck: distclean
Packit Service 672cf4
	@if test '$(srcdir)' = . ; then \
Packit Service 672cf4
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit Service 672cf4
	  exit 1 ; \
Packit Service 672cf4
	fi
Packit Service 672cf4
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit Service 672cf4
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit Service 672cf4
	       $(distcleancheck_listfiles) ; \
Packit Service 672cf4
	       exit 1; } >&2
Packit Service 672cf4
check-am: all-am
Packit Service 672cf4
check: check-recursive
Packit Service 672cf4
all-am: Makefile
Packit Service 672cf4
installdirs: installdirs-recursive
Packit Service 672cf4
installdirs-am:
Packit Service 672cf4
install: install-recursive
Packit Service 672cf4
install-exec: install-exec-recursive
Packit Service 672cf4
install-data: install-data-recursive
Packit Service 672cf4
uninstall: uninstall-recursive
Packit Service 672cf4
Packit Service 672cf4
install-am: all-am
Packit Service 672cf4
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Service 672cf4
Packit Service 672cf4
installcheck: installcheck-recursive
Packit Service 672cf4
install-strip:
Packit Service 672cf4
	if test -z '$(STRIP)'; then \
Packit Service 672cf4
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 672cf4
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 672cf4
	      install; \
Packit Service 672cf4
	else \
Packit Service 672cf4
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 672cf4
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 672cf4
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit Service 672cf4
	fi
Packit Service 672cf4
mostlyclean-generic:
Packit Service 672cf4
Packit Service 672cf4
clean-generic:
Packit Service 672cf4
Packit Service 672cf4
distclean-generic:
Packit Service 672cf4
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Service 672cf4
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit Service 672cf4
Packit Service 672cf4
maintainer-clean-generic:
Packit Service 672cf4
	@echo "This command is intended for maintainers to use"
Packit Service 672cf4
	@echo "it deletes files that may require special tools to rebuild."
Packit Service 672cf4
clean: clean-recursive
Packit Service 672cf4
Packit Service 672cf4
clean-am: clean-generic clean-libtool mostlyclean-am
Packit Service 672cf4
Packit Service 672cf4
distclean: distclean-recursive
Packit Service 672cf4
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit Service 672cf4
	-rm -f Makefile
Packit Service 672cf4
distclean-am: clean-am distclean-generic distclean-hdr \
Packit Service 672cf4
	distclean-libtool distclean-tags
Packit Service 672cf4
Packit Service 672cf4
dvi: dvi-recursive
Packit Service 672cf4
Packit Service 672cf4
dvi-am:
Packit Service 672cf4
Packit Service 672cf4
html: html-recursive
Packit Service 672cf4
Packit Service 672cf4
html-am:
Packit Service 672cf4
Packit Service 672cf4
info: info-recursive
Packit Service 672cf4
Packit Service 672cf4
info-am:
Packit Service 672cf4
Packit Service 672cf4
install-data-am:
Packit Service 672cf4
Packit Service 672cf4
install-dvi: install-dvi-recursive
Packit Service 672cf4
Packit Service 672cf4
install-dvi-am:
Packit Service 672cf4
Packit Service 672cf4
install-exec-am:
Packit Service 672cf4
Packit Service 672cf4
install-html: install-html-recursive
Packit Service 672cf4
Packit Service 672cf4
install-html-am:
Packit Service 672cf4
Packit Service 672cf4
install-info: install-info-recursive
Packit Service 672cf4
Packit Service 672cf4
install-info-am:
Packit Service 672cf4
Packit Service 672cf4
install-man:
Packit Service 672cf4
Packit Service 672cf4
install-pdf: install-pdf-recursive
Packit Service 672cf4
Packit Service 672cf4
install-pdf-am:
Packit Service 672cf4
Packit Service 672cf4
install-ps: install-ps-recursive
Packit Service 672cf4
Packit Service 672cf4
install-ps-am:
Packit Service 672cf4
Packit Service 672cf4
installcheck-am:
Packit Service 672cf4
Packit Service 672cf4
maintainer-clean: maintainer-clean-recursive
Packit Service 672cf4
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit Service 672cf4
	-rm -rf $(top_srcdir)/autom4te.cache
Packit Service 672cf4
	-rm -f Makefile
Packit Service 672cf4
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Service 672cf4
Packit Service 672cf4
mostlyclean: mostlyclean-recursive
Packit Service 672cf4
Packit Service 672cf4
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit Service 672cf4
Packit Service 672cf4
pdf: pdf-recursive
Packit Service 672cf4
Packit Service 672cf4
pdf-am:
Packit Service 672cf4
Packit Service 672cf4
ps: ps-recursive
Packit Service 672cf4
Packit Service 672cf4
ps-am:
Packit Service 672cf4
Packit Service 672cf4
uninstall-am:
Packit Service 672cf4
Packit Service 672cf4
.MAKE: $(am__recursive_targets) install-am install-strip
Packit Service 672cf4
Packit Service 672cf4
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
Packit Service 672cf4
	am--refresh check check-am clean clean-cscope clean-generic \
Packit Service 672cf4
	clean-libtool cscope cscopelist-am ctags ctags-am dist \
Packit Service 672cf4
	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
Packit Service 672cf4
	dist-tarZ dist-xz dist-zip distcheck distclean \
Packit Service 672cf4
	distclean-generic distclean-hdr distclean-libtool \
Packit Service 672cf4
	distclean-tags distcleancheck distdir distuninstallcheck dvi \
Packit Service 672cf4
	dvi-am html html-am info info-am install install-am \
Packit Service 672cf4
	install-data install-data-am install-dvi install-dvi-am \
Packit Service 672cf4
	install-exec install-exec-am install-html install-html-am \
Packit Service 672cf4
	install-info install-info-am install-man install-pdf \
Packit Service 672cf4
	install-pdf-am install-ps install-ps-am install-strip \
Packit Service 672cf4
	installcheck installcheck-am installdirs installdirs-am \
Packit Service 672cf4
	maintainer-clean maintainer-clean-generic mostlyclean \
Packit Service 672cf4
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Packit Service 672cf4
	tags tags-am uninstall uninstall-am
Packit Service 672cf4
Packit Service 672cf4
.PRECIOUS: Makefile
Packit Service 672cf4
Packit Service 672cf4
Packit Service 672cf4
# Fix the version of the spec file.
Packit Service 672cf4
dist-hook: gen-ChangeLog
Packit Service 672cf4
	@set -e; \
Packit Service 672cf4
	sed -e 's/@pkg_version@/$(PACKAGE_VERSION)/g' \
Packit Service 672cf4
	    $(top_srcdir)/gpgme.spec.in  > $(distdir)/gpgme.spec
Packit Service 672cf4
Packit Service 672cf4
distcheck-hook:
Packit Service 672cf4
	set -e; ( \
Packit Service 672cf4
	pref="#+macro: gpgme_" ;\
Packit Service 672cf4
	reldate="$$(date -u +%Y-%m-%d)" ;\
Packit Service 672cf4
        echo "$${pref}ver  $(PACKAGE_VERSION)"  ;\
Packit Service 672cf4
        echo "$${pref}date $${reldate}" ;\
Packit Service 672cf4
        list='$(DIST_ARCHIVES)'; for i in $$list; do \
Packit Service 672cf4
	  case "$$i" in *.tar.bz2) \
Packit Service 672cf4
            echo "$${pref}size $$(wc -c <$$i|awk '{print int($$1/1024)}')k" ;\
Packit Service 672cf4
	    echo "$${pref}sha1 $$(sha1sum <$$i|cut -d' ' -f1)" ;\
Packit Service 672cf4
	    echo "$${pref}sha2 $$(sha256sum <$$i|cut -d' ' -f1)" ;;\
Packit Service 672cf4
	  esac;\
Packit Service 672cf4
	done ) | tee $(distdir).swdb
Packit Service 672cf4
Packit Service 672cf4
.PHONY: gen-ChangeLog release sign-release
Packit Service 672cf4
gen-ChangeLog:
Packit Service 672cf4
	if test -d $(top_srcdir)/.git; then				\
Packit Service 672cf4
	  (cd $(top_srcdir) &&                      			\
Packit Service 672cf4
	    $(GITLOG_TO_CHANGELOG) --append-dot --tear-off		\
Packit Service 672cf4
	    --amend=build-aux/git-log-fix				\
Packit Service 672cf4
	    --since=$(gen_start_date) ) > $(distdir)/cl-t;		\
Packit Service 672cf4
          cat $(top_srcdir)/build-aux/git-log-footer >> $(distdir)/cl-t;\
Packit Service 672cf4
	  rm -f $(distdir)/ChangeLog;					\
Packit Service 672cf4
	  mv $(distdir)/cl-t $(distdir)/ChangeLog;			\
Packit Service 672cf4
	fi
Packit Service 672cf4
Packit Service 672cf4
release:
Packit Service 672cf4
	+(set -e;\
Packit Service 672cf4
	 if [ "$(abs_top_builddir)" = "$(abs_top_srcdir)" ]; then \
Packit Service 672cf4
           echo "error: build directory must not be the source directory" >&2;\
Packit Service 672cf4
	   exit 2;\
Packit Service 672cf4
         fi ;\
Packit Service 672cf4
	 echo "/* Build started at $$(date -uIseconds) */" ;\
Packit Service 672cf4
	 cd $(top_srcdir); \
Packit Service 672cf4
	 ./autogen.sh --force; \
Packit Service 672cf4
	 cd $(abs_top_builddir); \
Packit Service 672cf4
	 rm -rf dist; mkdir dist ; cd dist ; \
Packit Service 672cf4
	 $(abs_top_srcdir)/configure --enable-maintainer-mode; \
Packit Service 672cf4
	 $(MAKE) distcheck TESTFLAGS=--parallel; \
Packit Service 672cf4
	 echo "/* Build finished at $$(date -uIseconds) */" ;\
Packit Service 672cf4
         echo "/*" ;\
Packit Service 672cf4
	 echo " * Please run the final step interactively:" ;\
Packit Service 672cf4
	 echo " *   make sign-release" ;\
Packit Service 672cf4
	 echo " */" ;\
Packit Service 672cf4
	) 2>&1 | tee "$(RELEASE_NAME).buildlog"
Packit Service 672cf4
Packit Service 672cf4
sign-release:
Packit Service 672cf4
	 +(set -e; \
Packit Service 672cf4
	  cd dist; \
Packit Service 672cf4
	  files1="$(RELEASE_NAME).tar.bz2" ;\
Packit Service 672cf4
	  files2="$(RELEASE_NAME).tar.bz2.sig \
Packit Service 672cf4
		  $(RELEASE_NAME).swdb \
Packit Service 672cf4
		  $(RELEASE_NAME).buildlog" ;\
Packit Service 672cf4
	  echo "/* Signing the source tarball ..." ;\
Packit Service 672cf4
	  gpg -sbu $(RELEASE_SIGNING_KEY) $(RELEASE_NAME).tar.bz2 ;\
Packit Service 672cf4
	  cat $(RELEASE_NAME).swdb >swdb.snippet;\
Packit Service 672cf4
	  echo >>swdb.snippet ;\
Packit Service 672cf4
	  sha1sum $${files1} >>swdb.snippet ;\
Packit Service 672cf4
          cat "../$(RELEASE_NAME).buildlog" swdb.snippet \
Packit Service 672cf4
               | gzip >$(RELEASE_NAME).buildlog ;\
Packit Service 672cf4
          echo "Copying to local archive ..." ;\
Packit Service 672cf4
	  scp -p $${files1} $${files2} $(RELEASE_ARCHIVE_DIR)/ || true;\
Packit Service 672cf4
          echo "Uploading documentation ..." ;\
Packit Service 672cf4
	  $(MAKE) -C doc online; \
Packit Service 672cf4
	  echo '/*' ;\
Packit Service 672cf4
	  echo ' * All done; for checksums see dist/swdb.snippet' ;\
Packit Service 672cf4
	  echo ' */' ;\
Packit Service 672cf4
         )
Packit Service 672cf4
Packit Service 672cf4
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Service 672cf4
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Service 672cf4
.NOEXPORT: