Blame src/Makefile.in

Packit fc043f
# Makefile.in generated by automake 1.14.1 from Makefile.am.
Packit fc043f
# @configure_input@
Packit fc043f
Packit fc043f
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
Packit fc043f
Packit fc043f
# This Makefile.in is free software; the Free Software Foundation
Packit fc043f
# gives unlimited permission to copy and/or distribute it,
Packit fc043f
# with or without modifications, as long as this notice is preserved.
Packit fc043f
Packit fc043f
# This program is distributed in the hope that it will be useful,
Packit fc043f
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit fc043f
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit fc043f
# PARTICULAR PURPOSE.
Packit fc043f
Packit fc043f
@SET_MAKE@
Packit fc043f
Packit fc043f
# Makefile.am for libgpg-error.
Packit fc043f
# Copyright (C) 2003, 2004, 2014 g10 Code GmbH
Packit fc043f
#
Packit fc043f
# This file is part of libgpg-error.
Packit fc043f
#
Packit fc043f
# libgpg-error is free software; you can redistribute it and/or modify
Packit fc043f
# it under the terms of the GNU Lesser General Public License as
Packit fc043f
# published by the Free Software Foundation; either version 2.1 of the
Packit fc043f
# License, or (at your option) any later version.
Packit fc043f
#
Packit fc043f
# libgpg-error is distributed in the hope that it will be useful,
Packit fc043f
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit fc043f
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit fc043f
# GNU Lesser General Public License for more details.
Packit fc043f
#
Packit fc043f
# You should have received a copy of the GNU Lesser General Public
Packit fc043f
# License along with this program; if not, see <https://www.gnu.org/licenses/>.
Packit fc043f
# SPDX-License-Identifier: LGPL-2.1+
Packit fc043f
Packit fc043f
#
Packit fc043f
# We distribute the generated sources err-sources.h and err-codes.h,
Packit fc043f
# because they are needed to build the po directory, and they don't
Packit fc043f
# depend on the configuration anyway.
Packit fc043f
#
Packit fc043f
Packit fc043f
Packit fc043f
Packit fc043f
Packit fc043f
Packit fc043f
VPATH = @srcdir@
Packit fc043f
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
Packit fc043f
am__make_running_with_option = \
Packit fc043f
  case $${target_option-} in \
Packit fc043f
      ?) ;; \
Packit fc043f
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit fc043f
              "target option '$${target_option-}' specified" >&2; \
Packit fc043f
         exit 1;; \
Packit fc043f
  esac; \
Packit fc043f
  has_opt=no; \
Packit fc043f
  sane_makeflags=$$MAKEFLAGS; \
Packit fc043f
  if $(am__is_gnu_make); then \
Packit fc043f
    sane_makeflags=$$MFLAGS; \
Packit fc043f
  else \
Packit fc043f
    case $$MAKEFLAGS in \
Packit fc043f
      *\\[\ \	]*) \
Packit fc043f
        bs=\\; \
Packit fc043f
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit fc043f
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit fc043f
    esac; \
Packit fc043f
  fi; \
Packit fc043f
  skip_next=no; \
Packit fc043f
  strip_trailopt () \
Packit fc043f
  { \
Packit fc043f
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit fc043f
  }; \
Packit fc043f
  for flg in $$sane_makeflags; do \
Packit fc043f
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit fc043f
    case $$flg in \
Packit fc043f
      *=*|--*) continue;; \
Packit fc043f
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit fc043f
      -*I?*) strip_trailopt 'I';; \
Packit fc043f
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit fc043f
      -*O?*) strip_trailopt 'O';; \
Packit fc043f
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit fc043f
      -*l?*) strip_trailopt 'l';; \
Packit fc043f
      -[dEDm]) skip_next=yes;; \
Packit fc043f
      -[JT]) skip_next=yes;; \
Packit fc043f
    esac; \
Packit fc043f
    case $$flg in \
Packit fc043f
      *$$target_option*) has_opt=yes; break;; \
Packit fc043f
    esac; \
Packit fc043f
  done; \
Packit fc043f
  test $$has_opt = yes
Packit fc043f
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit fc043f
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit fc043f
pkgdatadir = $(datadir)/@PACKAGE@
Packit fc043f
pkgincludedir = $(includedir)/@PACKAGE@
Packit fc043f
pkglibdir = $(libdir)/@PACKAGE@
Packit fc043f
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit fc043f
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit fc043f
install_sh_DATA = $(install_sh) -c -m 644
Packit fc043f
install_sh_PROGRAM = $(install_sh) -c
Packit fc043f
install_sh_SCRIPT = $(install_sh) -c
Packit fc043f
INSTALL_HEADER = $(INSTALL_DATA)
Packit fc043f
transform = $(program_transform_name)
Packit fc043f
NORMAL_INSTALL = :
Packit fc043f
PRE_INSTALL = :
Packit fc043f
POST_INSTALL = :
Packit fc043f
NORMAL_UNINSTALL = :
Packit fc043f
PRE_UNINSTALL = :
Packit fc043f
POST_UNINSTALL = :
Packit fc043f
build_triplet = @build@
Packit fc043f
host_triplet = @host@
Packit fc043f
bin_PROGRAMS = gpg-error$(EXEEXT)
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@noinst_PROGRAMS = gen-posix-lock-obj$(EXEEXT)
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@noinst_PROGRAMS = gen-w32-lock-obj$(EXEEXT)
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@libgpg_error_la_DEPENDENCIES =  \
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@	$(am__DEPENDENCIES_1) \
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@	$(am__DEPENDENCIES_2) \
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@	$(am__DEPENDENCIES_2) \
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@	$(am__DEPENDENCIES_2)
Packit fc043f
@FORCE_USE_SYSCFG_FALSE@am__append_1 = ./lock-obj-pub.native.h
Packit fc043f
subdir = src
Packit fc043f
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
Packit fc043f
	$(srcdir)/versioninfo.rc.in \
Packit fc043f
	$(srcdir)/gpg-error.w32-manifest.in \
Packit fc043f
	$(srcdir)/gpg-error-config.in $(top_srcdir)/build-aux/depcomp \
Packit fc043f
	README
Packit fc043f
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit fc043f
am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
Packit fc043f
	$(top_srcdir)/m4/estream.m4 $(top_srcdir)/m4/gettext.m4 \
Packit fc043f
	$(top_srcdir)/m4/gnupg-misc.m4 $(top_srcdir)/m4/iconv.m4 \
Packit fc043f
	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
Packit fc043f
	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
Packit fc043f
	$(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/ltoptions.m4 \
Packit fc043f
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
Packit fc043f
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
Packit fc043f
	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
Packit fc043f
	$(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/threadlib.m4 \
Packit fc043f
	$(top_srcdir)/configure.ac
Packit fc043f
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit fc043f
	$(ACLOCAL_M4)
Packit fc043f
mkinstalldirs = $(install_sh) -d
Packit fc043f
CONFIG_HEADER = $(top_builddir)/config.h
Packit fc043f
CONFIG_CLEAN_FILES = versioninfo.rc gpg-error.w32-manifest \
Packit fc043f
	gpg-error-config
Packit fc043f
CONFIG_CLEAN_VPATH_FILES =
Packit fc043f
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit fc043f
am__vpath_adj = case $$p in \
Packit fc043f
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit fc043f
    *) f=$$p;; \
Packit fc043f
  esac;
Packit fc043f
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit fc043f
am__install_max = 40
Packit fc043f
am__nobase_strip_setup = \
Packit fc043f
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit fc043f
am__nobase_strip = \
Packit fc043f
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit fc043f
am__nobase_list = $(am__nobase_strip_setup); \
Packit fc043f
  for p in $$list; do echo "$$p $$p"; done | \
Packit fc043f
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit fc043f
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit fc043f
    if (++n[$$2] == $(am__install_max)) \
Packit fc043f
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit fc043f
    END { for (dir in files) print dir, files[dir] }'
Packit fc043f
am__base_list = \
Packit fc043f
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit fc043f
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit fc043f
am__uninstall_files_from_dir = { \
Packit fc043f
  test -z "$$files" \
Packit fc043f
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit fc043f
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit fc043f
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit fc043f
  }
Packit fc043f
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
Packit fc043f
	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
Packit fc043f
	"$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(includedir)"
Packit fc043f
LTLIBRARIES = $(lib_LTLIBRARIES)
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@am__DEPENDENCIES_1 = versioninfo.lo
Packit fc043f
am__DEPENDENCIES_2 =
Packit fc043f
am__libgpg_error_la_SOURCES_DIST = gettext.h posix-lock.c \
Packit fc043f
	posix-lock-obj.h posix-thread.c spawn-posix.c w32-gettext.c \
Packit fc043f
	w32-lock.c w32-lock-obj.h w32-thread.c w32-iconv.c \
Packit fc043f
	w32-estream.c w32-reg.c spawn-w32.c gpgrt-int.h init.c init.h \
Packit fc043f
	version.c lock.h thread.h estream.c estream-printf.c \
Packit fc043f
	estream-printf.h strsource.c strerror.c code-to-errno.c \
Packit fc043f
	code-from-errno.c visibility.c visibility.h sysutils.c \
Packit fc043f
	syscall-clamp.c logging.c b64dec.c b64enc.c argparse.c
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@am__objects_1 = libgpg_error_la-posix-lock.lo \
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@	libgpg_error_la-posix-thread.lo \
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@	libgpg_error_la-spawn-posix.lo
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@am__objects_1 = libgpg_error_la-w32-gettext.lo \
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@	libgpg_error_la-w32-lock.lo \
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@	libgpg_error_la-w32-thread.lo \
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@	libgpg_error_la-w32-iconv.lo \
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@	libgpg_error_la-w32-estream.lo \
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@	libgpg_error_la-w32-reg.lo \
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@	libgpg_error_la-spawn-w32.lo
Packit fc043f
am_libgpg_error_la_OBJECTS = $(am__objects_1) libgpg_error_la-init.lo \
Packit fc043f
	libgpg_error_la-version.lo libgpg_error_la-estream.lo \
Packit fc043f
	libgpg_error_la-estream-printf.lo libgpg_error_la-strsource.lo \
Packit fc043f
	libgpg_error_la-strerror.lo libgpg_error_la-code-to-errno.lo \
Packit fc043f
	libgpg_error_la-code-from-errno.lo \
Packit fc043f
	libgpg_error_la-visibility.lo libgpg_error_la-sysutils.lo \
Packit fc043f
	libgpg_error_la-syscall-clamp.lo libgpg_error_la-logging.lo \
Packit fc043f
	libgpg_error_la-b64dec.lo libgpg_error_la-b64enc.lo \
Packit fc043f
	libgpg_error_la-argparse.lo
Packit fc043f
nodist_libgpg_error_la_OBJECTS =
Packit fc043f
libgpg_error_la_OBJECTS = $(am_libgpg_error_la_OBJECTS) \
Packit fc043f
	$(nodist_libgpg_error_la_OBJECTS)
Packit fc043f
AM_V_lt = $(am__v_lt_@AM_V@)
Packit fc043f
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Packit fc043f
am__v_lt_0 = --silent
Packit fc043f
am__v_lt_1 = 
Packit fc043f
libgpg_error_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
Packit fc043f
	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
Packit fc043f
	$(AM_CFLAGS) $(CFLAGS) $(libgpg_error_la_LDFLAGS) $(LDFLAGS) \
Packit fc043f
	-o $@
Packit fc043f
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
Packit fc043f
gen_posix_lock_obj_SOURCES = gen-posix-lock-obj.c
Packit fc043f
gen_posix_lock_obj_OBJECTS = gen-posix-lock-obj.$(OBJEXT)
Packit fc043f
gen_posix_lock_obj_LDADD = $(LDADD)
Packit fc043f
gen_w32_lock_obj_SOURCES = gen-w32-lock-obj.c
Packit fc043f
gen_w32_lock_obj_OBJECTS = gen-w32-lock-obj.$(OBJEXT)
Packit fc043f
gen_w32_lock_obj_LDADD = $(LDADD)
Packit fc043f
am_gpg_error_OBJECTS = gpg_error-strsource-sym.$(OBJEXT) \
Packit fc043f
	gpg_error-strerror-sym.$(OBJEXT) gpg_error-gpg-error.$(OBJEXT)
Packit fc043f
gpg_error_OBJECTS = $(am_gpg_error_OBJECTS)
Packit fc043f
gpg_error_DEPENDENCIES = ./libgpg-error.la $(am__DEPENDENCIES_2)
Packit fc043f
SCRIPTS = $(bin_SCRIPTS) $(nodist_bin_SCRIPTS)
Packit fc043f
AM_V_P = $(am__v_P_@AM_V@)
Packit fc043f
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit fc043f
am__v_P_0 = false
Packit fc043f
am__v_P_1 = :
Packit fc043f
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit fc043f
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit fc043f
am__v_GEN_0 = @echo "  GEN     " $@;
Packit fc043f
am__v_GEN_1 = 
Packit fc043f
AM_V_at = $(am__v_at_@AM_V@)
Packit fc043f
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit fc043f
am__v_at_0 = @
Packit fc043f
am__v_at_1 = 
Packit fc043f
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
Packit fc043f
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
Packit fc043f
am__depfiles_maybe = depfiles
Packit fc043f
am__mv = mv -f
Packit fc043f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Packit fc043f
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Packit fc043f
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit fc043f
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
Packit fc043f
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Packit fc043f
	$(AM_CFLAGS) $(CFLAGS)
Packit fc043f
AM_V_CC = $(am__v_CC_@AM_V@)
Packit fc043f
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Packit fc043f
am__v_CC_0 = @echo "  CC      " $@;
Packit fc043f
am__v_CC_1 = 
Packit fc043f
CCLD = $(CC)
Packit fc043f
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit fc043f
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit fc043f
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
Packit fc043f
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Packit fc043f
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Packit fc043f
am__v_CCLD_0 = @echo "  CCLD    " $@;
Packit fc043f
am__v_CCLD_1 = 
Packit fc043f
SOURCES = $(libgpg_error_la_SOURCES) $(nodist_libgpg_error_la_SOURCES) \
Packit fc043f
	gen-posix-lock-obj.c gen-w32-lock-obj.c $(gpg_error_SOURCES)
Packit fc043f
DIST_SOURCES = $(am__libgpg_error_la_SOURCES_DIST) \
Packit fc043f
	gen-posix-lock-obj.c gen-w32-lock-obj.c $(gpg_error_SOURCES)
Packit fc043f
am__can_run_installinfo = \
Packit fc043f
  case $$AM_UPDATE_INFO_DIR in \
Packit fc043f
    n|no|NO) false;; \
Packit fc043f
    *) (install-info --version) >/dev/null 2>&1;; \
Packit fc043f
  esac
Packit fc043f
DATA = $(m4data_DATA)
Packit fc043f
HEADERS = $(nodist_include_HEADERS)
Packit fc043f
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit fc043f
# Read a list of newline-separated strings from the standard input,
Packit fc043f
# and print each of them once, without duplicates.  Input order is
Packit fc043f
# *not* preserved.
Packit fc043f
am__uniquify_input = $(AWK) '\
Packit fc043f
  BEGIN { nonempty = 0; } \
Packit fc043f
  { items[$$0] = 1; nonempty = 1; } \
Packit fc043f
  END { if (nonempty) { for (i in items) print i; }; } \
Packit fc043f
'
Packit fc043f
# Make sure the list of sources is unique.  This is necessary because,
Packit fc043f
# e.g., the same source file might be shared among _SOURCES variables
Packit fc043f
# for different programs/libraries.
Packit fc043f
am__define_uniq_tagged_files = \
Packit fc043f
  list='$(am__tagged_files)'; \
Packit fc043f
  unique=`for i in $$list; do \
Packit fc043f
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit fc043f
  done | $(am__uniquify_input)`
Packit fc043f
ETAGS = etags
Packit fc043f
CTAGS = ctags
Packit fc043f
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit fc043f
ACLOCAL = @ACLOCAL@
Packit fc043f
AMTAR = @AMTAR@
Packit fc043f
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit fc043f
AR = @AR@
Packit fc043f
AS = @AS@
Packit fc043f
AUTOCONF = @AUTOCONF@
Packit fc043f
AUTOHEADER = @AUTOHEADER@
Packit fc043f
AUTOMAKE = @AUTOMAKE@
Packit fc043f
AWK = @AWK@
Packit fc043f
BUILD_FILEVERSION = @BUILD_FILEVERSION@
Packit fc043f
BUILD_REVISION = @BUILD_REVISION@
Packit fc043f
BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
Packit fc043f
BUILD_VERSION = @BUILD_VERSION@
Packit fc043f
CC = @CC@
Packit fc043f
CCDEPMODE = @CCDEPMODE@
Packit fc043f
CC_FOR_BUILD = @CC_FOR_BUILD@
Packit fc043f
CFLAGS = @CFLAGS@
Packit fc043f
CPP = @CPP@
Packit fc043f
CPPFLAGS = @CPPFLAGS@
Packit fc043f
CYGPATH_W = @CYGPATH_W@
Packit fc043f
DEFS = @DEFS@
Packit fc043f
DEPDIR = @DEPDIR@
Packit fc043f
DLLTOOL = @DLLTOOL@
Packit fc043f
DSYMUTIL = @DSYMUTIL@
Packit fc043f
DUMPBIN = @DUMPBIN@
Packit fc043f
ECHO_C = @ECHO_C@
Packit fc043f
ECHO_N = @ECHO_N@
Packit fc043f
ECHO_T = @ECHO_T@
Packit fc043f
EGREP = @EGREP@
Packit fc043f
EXEEXT = @EXEEXT@
Packit fc043f
FGREP = @FGREP@
Packit fc043f
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
Packit fc043f
GMSGFMT = @GMSGFMT@
Packit fc043f
GMSGFMT_015 = @GMSGFMT_015@
Packit fc043f
GPG_ERROR_CONFIG_CFLAGS = @GPG_ERROR_CONFIG_CFLAGS@
Packit fc043f
GPG_ERROR_CONFIG_HOST = @GPG_ERROR_CONFIG_HOST@
Packit fc043f
GPG_ERROR_CONFIG_ISUBDIRAFTER = @GPG_ERROR_CONFIG_ISUBDIRAFTER@
Packit fc043f
GPG_ERROR_CONFIG_LIBS = @GPG_ERROR_CONFIG_LIBS@
Packit fc043f
GPG_ERROR_CONFIG_MT_CFLAGS = @GPG_ERROR_CONFIG_MT_CFLAGS@
Packit fc043f
GPG_ERROR_CONFIG_MT_LIBS = @GPG_ERROR_CONFIG_MT_LIBS@
Packit fc043f
GREP = @GREP@
Packit fc043f
INSTALL = @INSTALL@
Packit fc043f
INSTALL_DATA = @INSTALL_DATA@
Packit fc043f
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit fc043f
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit fc043f
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit fc043f
INTLLIBS = @INTLLIBS@
Packit fc043f
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
Packit fc043f
LD = @LD@
Packit fc043f
LDFLAGS = @LDFLAGS@
Packit fc043f
LIBGPG_ERROR_LT_AGE = @LIBGPG_ERROR_LT_AGE@
Packit fc043f
LIBGPG_ERROR_LT_CURRENT = @LIBGPG_ERROR_LT_CURRENT@
Packit fc043f
LIBGPG_ERROR_LT_REVISION = @LIBGPG_ERROR_LT_REVISION@
Packit fc043f
LIBICONV = @LIBICONV@
Packit fc043f
LIBINTL = @LIBINTL@
Packit fc043f
LIBMULTITHREAD = @LIBMULTITHREAD@
Packit fc043f
LIBOBJS = @LIBOBJS@
Packit fc043f
LIBREADLINE = @LIBREADLINE@
Packit fc043f
LIBS = @LIBS@
Packit fc043f
LIBTHREAD = @LIBTHREAD@
Packit fc043f
LIBTOOL = @LIBTOOL@
Packit fc043f
LIB_NETWORK = @LIB_NETWORK@
Packit fc043f
LIB_SCHED_YIELD = @LIB_SCHED_YIELD@
Packit fc043f
LIPO = @LIPO@
Packit fc043f
LN_S = @LN_S@
Packit fc043f
LTLIBICONV = @LTLIBICONV@
Packit fc043f
LTLIBINTL = @LTLIBINTL@
Packit fc043f
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
Packit fc043f
LTLIBOBJS = @LTLIBOBJS@
Packit fc043f
LTLIBTHREAD = @LTLIBTHREAD@
Packit fc043f
MAINT = @MAINT@
Packit fc043f
MAKEINFO = @MAKEINFO@
Packit fc043f
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit fc043f
MKDIR_P = @MKDIR_P@
Packit fc043f
MSGFMT = @MSGFMT@
Packit fc043f
MSGFMT_015 = @MSGFMT_015@
Packit fc043f
MSGMERGE = @MSGMERGE@
Packit fc043f
NM = @NM@
Packit fc043f
NMEDIT = @NMEDIT@
Packit fc043f
OBJDUMP = @OBJDUMP@
Packit fc043f
OBJEXT = @OBJEXT@
Packit fc043f
OTOOL = @OTOOL@
Packit fc043f
OTOOL64 = @OTOOL64@
Packit fc043f
PACKAGE = @PACKAGE@
Packit fc043f
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit fc043f
PACKAGE_NAME = @PACKAGE_NAME@
Packit fc043f
PACKAGE_STRING = @PACKAGE_STRING@
Packit fc043f
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit fc043f
PACKAGE_URL = @PACKAGE_URL@
Packit fc043f
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit fc043f
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit fc043f
POSUB = @POSUB@
Packit fc043f
RANLIB = @RANLIB@
Packit fc043f
RC = @RC@
Packit fc043f
SED = @SED@
Packit fc043f
SET_MAKE = @SET_MAKE@
Packit fc043f
SHELL = @SHELL@
Packit fc043f
STRIP = @STRIP@
Packit fc043f
USE_NLS = @USE_NLS@
Packit fc043f
VERSION = @VERSION@
Packit fc043f
VERSION_NUMBER = @VERSION_NUMBER@
Packit fc043f
XGETTEXT = @XGETTEXT@
Packit fc043f
XGETTEXT_015 = @XGETTEXT_015@
Packit fc043f
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
Packit fc043f
YAT2M = @YAT2M@
Packit fc043f
abs_builddir = @abs_builddir@
Packit fc043f
abs_srcdir = @abs_srcdir@
Packit fc043f
abs_top_builddir = @abs_top_builddir@
Packit fc043f
abs_top_srcdir = @abs_top_srcdir@
Packit fc043f
ac_ct_AR = @ac_ct_AR@
Packit fc043f
ac_ct_CC = @ac_ct_CC@
Packit fc043f
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit fc043f
am__include = @am__include@
Packit fc043f
am__leading_dot = @am__leading_dot@
Packit fc043f
am__quote = @am__quote@
Packit fc043f
am__tar = @am__tar@
Packit fc043f
am__untar = @am__untar@
Packit fc043f
bindir = @bindir@
Packit fc043f
build = @build@
Packit fc043f
build_alias = @build_alias@
Packit fc043f
build_cpu = @build_cpu@
Packit fc043f
build_os = @build_os@
Packit fc043f
build_vendor = @build_vendor@
Packit fc043f
builddir = @builddir@
Packit fc043f
datadir = @datadir@
Packit fc043f
datarootdir = @datarootdir@
Packit fc043f
docdir = @docdir@
Packit fc043f
dvidir = @dvidir@
Packit fc043f
exec_prefix = @exec_prefix@
Packit fc043f
host = @host@
Packit fc043f
host_alias = @host_alias@
Packit fc043f
host_cpu = @host_cpu@
Packit fc043f
host_os = @host_os@
Packit fc043f
host_vendor = @host_vendor@
Packit fc043f
htmldir = @htmldir@
Packit fc043f
includedir = @includedir@
Packit fc043f
infodir = @infodir@
Packit fc043f
install_sh = @install_sh@
Packit fc043f
libdir = @libdir@
Packit fc043f
libexecdir = @libexecdir@
Packit fc043f
localedir = $(datadir)/locale
Packit fc043f
localstatedir = @localstatedir@
Packit fc043f
mandir = @mandir@
Packit fc043f
mkdir_p = @mkdir_p@
Packit fc043f
oldincludedir = @oldincludedir@
Packit fc043f
pdfdir = @pdfdir@
Packit fc043f
prefix = @prefix@
Packit fc043f
program_transform_name = @program_transform_name@
Packit fc043f
psdir = @psdir@
Packit fc043f
sbindir = @sbindir@
Packit fc043f
sharedstatedir = @sharedstatedir@
Packit fc043f
srcdir = @srcdir@
Packit fc043f
sysconfdir = @sysconfdir@
Packit fc043f
target_alias = @target_alias@
Packit fc043f
top_build_prefix = @top_build_prefix@
Packit fc043f
top_builddir = @top_builddir@
Packit fc043f
top_srcdir = @top_srcdir@
Packit fc043f
@HAVE_W32CE_SYSTEM_FALSE@gpg_extra_headers = 
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@gpg_extra_headers = gpg-extra/errno.h
Packit fc043f
@HAVE_W32CE_SYSTEM_FALSE@extra_cppflags = 
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@extra_cppflags = -idirafter gpg-extra
Packit fc043f
Packit fc043f
# Distributed lock object definitions for cross compilation.
Packit fc043f
lock_obj_pub = \
Packit fc043f
        syscfg/lock-obj-pub.aarch64-unknown-linux-gnu.h     \
Packit fc043f
	syscfg/lock-obj-pub.aarch64-apple-darwin.h          \
Packit fc043f
        syscfg/lock-obj-pub.alpha-unknown-linux-gnu.h       \
Packit fc043f
        syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h \
Packit fc043f
        syscfg/lock-obj-pub.arm-unknown-linux-gnueabi.h     \
Packit fc043f
	syscfg/lock-obj-pub.arm-apple-darwin.h              \
Packit fc043f
        syscfg/lock-obj-pub.hppa-unknown-linux-gnu.h        \
Packit fc043f
	syscfg/lock-obj-pub.i386-apple-darwin.h             \
Packit fc043f
        syscfg/lock-obj-pub.i686-pc-gnu.h                   \
Packit fc043f
        syscfg/lock-obj-pub.i686-pc-kfreebsd-gnu.h          \
Packit fc043f
        syscfg/lock-obj-pub.i686-pc-linux-gnu.h             \
Packit fc043f
        syscfg/lock-obj-pub.m68k-unknown-linux-gnu.h        \
Packit fc043f
        syscfg/lock-obj-pub.mips-unknown-linux-gnu.h        \
Packit fc043f
        syscfg/lock-obj-pub.mips64el-unknown-linux-gnuabi64.h \
Packit fc043f
        syscfg/lock-obj-pub.mipsel-unknown-linux-gnu.h      \
Packit fc043f
	syscfg/lock-obj-pub.nios2-unknown-linux-gnu.h       \
Packit fc043f
        syscfg/lock-obj-pub.or1k-unknown-linux-gnu.h        \
Packit fc043f
        syscfg/lock-obj-pub.powerpc-unknown-linux-gnu.h     \
Packit fc043f
        syscfg/lock-obj-pub.powerpc64-unknown-linux-gnu.h   \
Packit fc043f
	syscfg/lock-obj-pub.powerpc64le-unknown-linux-gnu.h \
Packit fc043f
	syscfg/lock-obj-pub.powerpc-unknown-linux-gnuspe.h  \
Packit fc043f
	syscfg/lock-obj-pub.riscv64-unknown-linux-gnu.h     \
Packit fc043f
        syscfg/lock-obj-pub.s390x-ibm-linux-gnu.h           \
Packit fc043f
        syscfg/lock-obj-pub.sh3-unknown-linux-gnu.h         \
Packit fc043f
        syscfg/lock-obj-pub.sh4-unknown-linux-gnu.h         \
Packit fc043f
        syscfg/lock-obj-pub.sparc-unknown-linux-gnu.h       \
Packit fc043f
        syscfg/lock-obj-pub.sparc64-unknown-linux-gnu.h     \
Packit fc043f
	syscfg/lock-obj-pub.x86_64-apple-darwin.h           \
Packit fc043f
        syscfg/lock-obj-pub.x86_64-pc-kfreebsd-gnu.h        \
Packit fc043f
        syscfg/lock-obj-pub.x86_64-pc-linux-gnu.h           \
Packit fc043f
        syscfg/lock-obj-pub.x86_64-pc-linux-gnux32.h        \
Packit fc043f
        syscfg/lock-obj-pub.x86_64-pc-linux-musl.h          \
Packit fc043f
	syscfg/lock-obj-pub.tilegx-unknown-linux-gnu.h      \
Packit fc043f
	syscfg/lock-obj-pub.ia64-unknown-linux-gnu.h        \
Packit fc043f
	syscfg/lock-obj-pub.mingw32.h
Packit fc043f
Packit fc043f
lib_LTLIBRARIES = libgpg-error.la
Packit fc043f
nodist_include_HEADERS = gpg-error.h gpgrt.h
Packit fc043f
bin_SCRIPTS = gpg-error-config
Packit fc043f
nodist_bin_SCRIPTS = gpgrt-config
Packit fc043f
m4datadir = $(datadir)/aclocal
Packit fc043f
m4data_DATA = gpg-error.m4 gpgrt.m4
Packit fc043f
EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in \
Packit fc043f
	mkerrnos.awk errnos.in README \
Packit fc043f
	mkerrcodes.awk mkerrcodes1.awk mkerrcodes2.awk mkerrcodes.c \
Packit fc043f
	mkheader.c gpg-error.h.in mkw32errmap.c w32-add.h w32ce-add.h \
Packit fc043f
	err-sources.h err-codes.h gpg-error-config.in gpg-error.m4 gpgrt.m4 \
Packit fc043f
	gpg-error.vers gpg-error.def.in \
Packit fc043f
        versioninfo.rc.in gpg-error.w32-manifest.in \
Packit fc043f
	$(lock_obj_pub)
Packit fc043f
Packit fc043f
BUILT_SOURCES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
Packit fc043f
	err-sources-sym.h err-codes-sym.h errnos-sym.h gpg-error.h gpgrt.h \
Packit fc043f
	gpgrt-config gpg-error.def mkw32errmap.map.c
Packit fc043f
Packit fc043f
tmp_files = _mkerrcodes.h _gpg-error.def.h mkw32errmap.tab.h mkw32errmap.map.c
Packit fc043f
CLEANFILES = err-sources.h err-codes.h code-to-errno.h code-from-errno.h \
Packit fc043f
	gpg-error.h gpgrt.h gpgrt-config \
Packit fc043f
        mkerrcodes mkerrcodes.h gpg-error.def mkw32errmap.tab.h \
Packit fc043f
	mkw32errmap.map.c err-sources-sym.h err-codes-sym.h errnos-sym.h \
Packit fc043f
	gpg-extra/errno.h mkheader $(tmp_files) lock-obj-pub.native.h
Packit fc043f
Packit fc043f
Packit fc043f
#
Packit fc043f
# }}} End Windows part
Packit fc043f
#
Packit fc043f
#
Packit fc043f
# {{{ Begin Unix part
Packit fc043f
#
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@arch_sources = posix-lock.c posix-lock-obj.h posix-thread.c spawn-posix.c
Packit fc043f
Packit fc043f
#
Packit fc043f
# {{{ Begin Windows part
Packit fc043f
#
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@arch_sources = w32-gettext.c w32-lock.c w32-lock-obj.h w32-thread.c \
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@	       w32-iconv.c w32-estream.c w32-reg.c spawn-w32.c
Packit fc043f
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@            -DLOCALEDIR=\"$(localedir)\" $(AM_CPPFLAGS) $(CPPFLAGS)
Packit fc043f
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@SUFFIXES = .rc .lo
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@gpg_error_res = 
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@gpg_error_res = versioninfo.lo
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@no_undefined = 
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@no_undefined = -no-undefined
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@export_symbols = 
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@export_symbols = -export-symbols gpg-error.def
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@extra_ltoptions = 
Packit fc043f
# i686-w64-mingw32.gcc version 4.9.1 takes the long long helper
Packit fc043f
# functions from libgcc_s_sjlj-1.dll and not from a static libgcc.  As
Packit fc043f
# a plain C program we do not use exception handler and thus there is
Packit fc043f
# no need to use this DLL.  Thus we force gcc to link that statically.
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@extra_ltoptions = -XCClinker -static-libgcc
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@libgpg_error_la_DEPENDENCIES = $(gpg_error_res) gpg-error.def
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@intllibs = @LTLIBINTL@
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@intllibs = 
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@socklibs = 
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@socklibs = -lws2_32
Packit fc043f
@HAVE_LD_VERSION_SCRIPT_FALSE@libgpg_error_vers_opt = 
Packit fc043f
Packit fc043f
#
Packit fc043f
# }}} End Unix part
Packit fc043f
#
Packit fc043f
@HAVE_LD_VERSION_SCRIPT_TRUE@libgpg_error_vers_opt = -Wl,--version-script=$(srcdir)/gpg-error.vers
Packit fc043f
libgpg_error_la_LDFLAGS = \
Packit fc043f
  $(no_undefined) $(export_symbols) $(libgpg_error_vers_opt) \
Packit fc043f
  $(extra_ltoptions) -version-info \
Packit fc043f
  @LIBGPG_ERROR_LT_CURRENT@:@LIBGPG_ERROR_LT_REVISION@:@LIBGPG_ERROR_LT_AGE@
Packit fc043f
Packit fc043f
libgpg_error_la_SOURCES = gettext.h $(arch_sources) \
Packit fc043f
	gpgrt-int.h init.c init.h version.c lock.h thread.h \
Packit fc043f
	estream.c estream-printf.c estream-printf.h \
Packit fc043f
	strsource.c strerror.c code-to-errno.c code-from-errno.c \
Packit fc043f
	visibility.c visibility.h \
Packit fc043f
	sysutils.c \
Packit fc043f
	syscall-clamp.c \
Packit fc043f
	logging.c \
Packit fc043f
	b64dec.c b64enc.c \
Packit fc043f
	argparse.c
Packit fc043f
Packit fc043f
nodist_libgpg_error_la_SOURCES = gpg-error.h
Packit fc043f
Packit fc043f
# libgpg_error_la_DEPENDENCIES = \
Packit fc043f
#        $(srcdir)/gpg-error.vers
Packit fc043f
Packit fc043f
# Note that RCCOMPILE needs the same defines as ..._la_CPPFLAGS but
Packit fc043f
# without the extra_cppflags because they may include am -idirafter
Packit fc043f
# which is not supported by the RC compiler.
Packit fc043f
libgpg_error_la_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" $(extra_cppflags)
Packit fc043f
libgpg_error_la_LIBADD = $(gpg_error_res) $(intllibs) $(socklibs) $(LIBTHREAD)
Packit fc043f
gpg_error_SOURCES = strsource-sym.c strerror-sym.c gpg-error.c
Packit fc043f
gpg_error_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" \
Packit fc043f
                     -DLOCALEDIR=\"$(localedir)\" $(extra_cppflags)
Packit fc043f
Packit fc043f
gpg_error_LDADD = ./libgpg-error.la $(LTLIBINTL)
Packit fc043f
parts_of_gpg_error_h = gpg-error.h.in err-sources.h.in err-codes.h.in \
Packit fc043f
	errnos.in w32-add.h w32ce-add.h $(lock_obj_pub) \
Packit fc043f
	$(am__append_1)
Packit fc043f
@FORCE_USE_SYSCFG_FALSE@pre_mkheader_cmds = :
Packit fc043f
Packit fc043f
# If we are cross-compiling or building on Windows we better make sure
Packit fc043f
# that no stale native lock include file will be found by mkheader.
Packit fc043f
@FORCE_USE_SYSCFG_TRUE@pre_mkheader_cmds = if test -f lock-obj-pub.native.h; \
Packit fc043f
@FORCE_USE_SYSCFG_TRUE@                    then rm lock-obj-pub.native.h; fi
Packit fc043f
Packit fc043f
all: $(BUILT_SOURCES)
Packit fc043f
	$(MAKE) $(AM_MAKEFLAGS) all-am
Packit fc043f
Packit fc043f
.SUFFIXES:
Packit fc043f
.SUFFIXES: .rc .lo .c .o .obj
Packit fc043f
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit fc043f
	@for dep in $?; do \
Packit fc043f
	  case '$(am__configure_deps)' in \
Packit fc043f
	    *$$dep*) \
Packit fc043f
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit fc043f
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit fc043f
	      exit 1;; \
Packit fc043f
	  esac; \
Packit fc043f
	done; \
Packit fc043f
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
Packit fc043f
	$(am__cd) $(top_srcdir) && \
Packit fc043f
	  $(AUTOMAKE) --gnu src/Makefile
Packit fc043f
.PRECIOUS: Makefile
Packit fc043f
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit fc043f
	@case '$?' in \
Packit fc043f
	  *config.status*) \
Packit fc043f
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit fc043f
	  *) \
Packit fc043f
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit fc043f
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit fc043f
	esac;
Packit fc043f
Packit fc043f
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit fc043f
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit fc043f
Packit fc043f
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit fc043f
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit fc043f
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit fc043f
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit fc043f
$(am__aclocal_m4_deps):
Packit fc043f
versioninfo.rc: $(top_builddir)/config.status $(srcdir)/versioninfo.rc.in
Packit fc043f
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Packit fc043f
gpg-error.w32-manifest: $(top_builddir)/config.status $(srcdir)/gpg-error.w32-manifest.in
Packit fc043f
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Packit fc043f
gpg-error-config: $(top_builddir)/config.status $(srcdir)/gpg-error-config.in
Packit fc043f
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Packit fc043f
Packit fc043f
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
Packit fc043f
	@$(NORMAL_INSTALL)
Packit fc043f
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Packit fc043f
	list2=; for p in $$list; do \
Packit fc043f
	  if test -f $$p; then \
Packit fc043f
	    list2="$$list2 $$p"; \
Packit fc043f
	  else :; fi; \
Packit fc043f
	done; \
Packit fc043f
	test -z "$$list2" || { \
Packit fc043f
	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
Packit fc043f
	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
Packit fc043f
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
Packit fc043f
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
Packit fc043f
	}
Packit fc043f
Packit fc043f
uninstall-libLTLIBRARIES:
Packit fc043f
	@$(NORMAL_UNINSTALL)
Packit fc043f
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Packit fc043f
	for p in $$list; do \
Packit fc043f
	  $(am__strip_dir) \
Packit fc043f
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
Packit fc043f
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
Packit fc043f
	done
Packit fc043f
Packit fc043f
clean-libLTLIBRARIES:
Packit fc043f
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
Packit fc043f
	@list='$(lib_LTLIBRARIES)'; \
Packit fc043f
	locs=`for p in $$list; do echo $$p; done | \
Packit fc043f
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
Packit fc043f
	      sort -u`; \
Packit fc043f
	test -z "$$locs" || { \
Packit fc043f
	  echo rm -f $${locs}; \
Packit fc043f
	  rm -f $${locs}; \
Packit fc043f
	}
Packit fc043f
Packit fc043f
libgpg-error.la: $(libgpg_error_la_OBJECTS) $(libgpg_error_la_DEPENDENCIES) $(EXTRA_libgpg_error_la_DEPENDENCIES) 
Packit fc043f
	$(AM_V_CCLD)$(libgpg_error_la_LINK) -rpath $(libdir) $(libgpg_error_la_OBJECTS) $(libgpg_error_la_LIBADD) $(LIBS)
Packit fc043f
install-binPROGRAMS: $(bin_PROGRAMS)
Packit fc043f
	@$(NORMAL_INSTALL)
Packit fc043f
	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
Packit fc043f
	if test -n "$$list"; then \
Packit fc043f
	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
Packit fc043f
	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
Packit fc043f
	fi; \
Packit fc043f
	for p in $$list; do echo "$$p $$p"; done | \
Packit fc043f
	sed 's/$(EXEEXT)$$//' | \
Packit fc043f
	while read p p1; do if test -f $$p \
Packit fc043f
	 || test -f $$p1 \
Packit fc043f
	  ; then echo "$$p"; echo "$$p"; else :; fi; \
Packit fc043f
	done | \
Packit fc043f
	sed -e 'p;s,.*/,,;n;h' \
Packit fc043f
	    -e 's|.*|.|' \
Packit fc043f
	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
Packit fc043f
	sed 'N;N;N;s,\n, ,g' | \
Packit fc043f
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
Packit fc043f
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
Packit fc043f
	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
Packit fc043f
	    else { print "f", $$3 "/" $$4, $$1; } } \
Packit fc043f
	  END { for (d in files) print "f", d, files[d] }' | \
Packit fc043f
	while read type dir files; do \
Packit fc043f
	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
Packit fc043f
	    test -z "$$files" || { \
Packit fc043f
	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
Packit fc043f
	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Packit fc043f
	    } \
Packit fc043f
	; done
Packit fc043f
Packit fc043f
uninstall-binPROGRAMS:
Packit fc043f
	@$(NORMAL_UNINSTALL)
Packit fc043f
	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
Packit fc043f
	files=`for p in $$list; do echo "$$p"; done | \
Packit fc043f
	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
Packit fc043f
	      -e 's/$$/$(EXEEXT)/' \
Packit fc043f
	`; \
Packit fc043f
	test -n "$$list" || exit 0; \
Packit fc043f
	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
Packit fc043f
	cd "$(DESTDIR)$(bindir)" && rm -f $$files
Packit fc043f
Packit fc043f
clean-binPROGRAMS:
Packit fc043f
	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
Packit fc043f
	echo " rm -f" $$list; \
Packit fc043f
	rm -f $$list || exit $$?; \
Packit fc043f
	test -n "$(EXEEXT)" || exit 0; \
Packit fc043f
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Packit fc043f
	echo " rm -f" $$list; \
Packit fc043f
	rm -f $$list
Packit fc043f
Packit fc043f
clean-noinstPROGRAMS:
Packit fc043f
	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
Packit fc043f
	echo " rm -f" $$list; \
Packit fc043f
	rm -f $$list || exit $$?; \
Packit fc043f
	test -n "$(EXEEXT)" || exit 0; \
Packit fc043f
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Packit fc043f
	echo " rm -f" $$list; \
Packit fc043f
	rm -f $$list
Packit fc043f
Packit fc043f
gen-posix-lock-obj$(EXEEXT): $(gen_posix_lock_obj_OBJECTS) $(gen_posix_lock_obj_DEPENDENCIES) $(EXTRA_gen_posix_lock_obj_DEPENDENCIES) 
Packit fc043f
	@rm -f gen-posix-lock-obj$(EXEEXT)
Packit fc043f
	$(AM_V_CCLD)$(LINK) $(gen_posix_lock_obj_OBJECTS) $(gen_posix_lock_obj_LDADD) $(LIBS)
Packit fc043f
Packit fc043f
gen-w32-lock-obj$(EXEEXT): $(gen_w32_lock_obj_OBJECTS) $(gen_w32_lock_obj_DEPENDENCIES) $(EXTRA_gen_w32_lock_obj_DEPENDENCIES) 
Packit fc043f
	@rm -f gen-w32-lock-obj$(EXEEXT)
Packit fc043f
	$(AM_V_CCLD)$(LINK) $(gen_w32_lock_obj_OBJECTS) $(gen_w32_lock_obj_LDADD) $(LIBS)
Packit fc043f
Packit fc043f
gpg-error$(EXEEXT): $(gpg_error_OBJECTS) $(gpg_error_DEPENDENCIES) $(EXTRA_gpg_error_DEPENDENCIES) 
Packit fc043f
	@rm -f gpg-error$(EXEEXT)
Packit fc043f
	$(AM_V_CCLD)$(LINK) $(gpg_error_OBJECTS) $(gpg_error_LDADD) $(LIBS)
Packit fc043f
install-binSCRIPTS: $(bin_SCRIPTS)
Packit fc043f
	@$(NORMAL_INSTALL)
Packit fc043f
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
Packit fc043f
	if test -n "$$list"; then \
Packit fc043f
	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
Packit fc043f
	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
Packit fc043f
	fi; \
Packit fc043f
	for p in $$list; do \
Packit fc043f
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit fc043f
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
Packit fc043f
	done | \
Packit fc043f
	sed -e 'p;s,.*/,,;n' \
Packit fc043f
	    -e 'h;s|.*|.|' \
Packit fc043f
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
Packit fc043f
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
Packit fc043f
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
Packit fc043f
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
Packit fc043f
	      if (++n[d] == $(am__install_max)) { \
Packit fc043f
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
Packit fc043f
	    else { print "f", d "/" $$4, $$1 } } \
Packit fc043f
	  END { for (d in files) print "f", d, files[d] }' | \
Packit fc043f
	while read type dir files; do \
Packit fc043f
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
Packit fc043f
	     test -z "$$files" || { \
Packit fc043f
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
Packit fc043f
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Packit fc043f
	     } \
Packit fc043f
	; done
Packit fc043f
Packit fc043f
uninstall-binSCRIPTS:
Packit fc043f
	@$(NORMAL_UNINSTALL)
Packit fc043f
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
Packit fc043f
	files=`for p in $$list; do echo "$$p"; done | \
Packit fc043f
	       sed -e 's,.*/,,;$(transform)'`; \
Packit fc043f
	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
Packit fc043f
install-nodist_binSCRIPTS: $(nodist_bin_SCRIPTS)
Packit fc043f
	@$(NORMAL_INSTALL)
Packit fc043f
	@list='$(nodist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
Packit fc043f
	if test -n "$$list"; then \
Packit fc043f
	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
Packit fc043f
	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
Packit fc043f
	fi; \
Packit fc043f
	for p in $$list; do \
Packit fc043f
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit fc043f
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
Packit fc043f
	done | \
Packit fc043f
	sed -e 'p;s,.*/,,;n' \
Packit fc043f
	    -e 'h;s|.*|.|' \
Packit fc043f
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
Packit fc043f
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
Packit fc043f
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
Packit fc043f
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
Packit fc043f
	      if (++n[d] == $(am__install_max)) { \
Packit fc043f
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
Packit fc043f
	    else { print "f", d "/" $$4, $$1 } } \
Packit fc043f
	  END { for (d in files) print "f", d, files[d] }' | \
Packit fc043f
	while read type dir files; do \
Packit fc043f
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
Packit fc043f
	     test -z "$$files" || { \
Packit fc043f
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
Packit fc043f
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
Packit fc043f
	     } \
Packit fc043f
	; done
Packit fc043f
Packit fc043f
uninstall-nodist_binSCRIPTS:
Packit fc043f
	@$(NORMAL_UNINSTALL)
Packit fc043f
	@list='$(nodist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
Packit fc043f
	files=`for p in $$list; do echo "$$p"; done | \
Packit fc043f
	       sed -e 's,.*/,,;$(transform)'`; \
Packit fc043f
	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
Packit fc043f
Packit fc043f
mostlyclean-compile:
Packit fc043f
	-rm -f *.$(OBJEXT)
Packit fc043f
Packit fc043f
distclean-compile:
Packit fc043f
	-rm -f *.tab.c
Packit fc043f
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-posix-lock-obj.Po@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-w32-lock-obj.Po@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_error-gpg-error.Po@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_error-strerror-sym.Po@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_error-strsource-sym.Po@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-argparse.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-b64dec.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-b64enc.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-code-from-errno.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-code-to-errno.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-estream-printf.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-estream.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-init.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-logging.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-posix-lock.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-posix-thread.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-spawn-posix.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-spawn-w32.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-strerror.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-strsource.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-syscall-clamp.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-sysutils.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-version.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-visibility.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-estream.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-gettext.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-iconv.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-lock.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-reg.Plo@am__quote@
Packit fc043f
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-thread.Plo@am__quote@
Packit fc043f
Packit fc043f
.c.o:
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Packit fc043f
Packit fc043f
.c.obj:
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Packit fc043f
Packit fc043f
.c.lo:
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
Packit fc043f
Packit fc043f
libgpg_error_la-posix-lock.lo: posix-lock.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-posix-lock.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-posix-lock.Tpo -c -o libgpg_error_la-posix-lock.lo `test -f 'posix-lock.c' || echo '$(srcdir)/'`posix-lock.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-posix-lock.Tpo $(DEPDIR)/libgpg_error_la-posix-lock.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='posix-lock.c' object='libgpg_error_la-posix-lock.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-posix-lock.lo `test -f 'posix-lock.c' || echo '$(srcdir)/'`posix-lock.c
Packit fc043f
Packit fc043f
libgpg_error_la-posix-thread.lo: posix-thread.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-posix-thread.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-posix-thread.Tpo -c -o libgpg_error_la-posix-thread.lo `test -f 'posix-thread.c' || echo '$(srcdir)/'`posix-thread.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-posix-thread.Tpo $(DEPDIR)/libgpg_error_la-posix-thread.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='posix-thread.c' object='libgpg_error_la-posix-thread.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-posix-thread.lo `test -f 'posix-thread.c' || echo '$(srcdir)/'`posix-thread.c
Packit fc043f
Packit fc043f
libgpg_error_la-spawn-posix.lo: spawn-posix.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-spawn-posix.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-spawn-posix.Tpo -c -o libgpg_error_la-spawn-posix.lo `test -f 'spawn-posix.c' || echo '$(srcdir)/'`spawn-posix.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-spawn-posix.Tpo $(DEPDIR)/libgpg_error_la-spawn-posix.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spawn-posix.c' object='libgpg_error_la-spawn-posix.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-spawn-posix.lo `test -f 'spawn-posix.c' || echo '$(srcdir)/'`spawn-posix.c
Packit fc043f
Packit fc043f
libgpg_error_la-w32-gettext.lo: w32-gettext.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-w32-gettext.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-w32-gettext.Tpo -c -o libgpg_error_la-w32-gettext.lo `test -f 'w32-gettext.c' || echo '$(srcdir)/'`w32-gettext.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-w32-gettext.Tpo $(DEPDIR)/libgpg_error_la-w32-gettext.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='w32-gettext.c' object='libgpg_error_la-w32-gettext.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-w32-gettext.lo `test -f 'w32-gettext.c' || echo '$(srcdir)/'`w32-gettext.c
Packit fc043f
Packit fc043f
libgpg_error_la-w32-lock.lo: w32-lock.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-w32-lock.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-w32-lock.Tpo -c -o libgpg_error_la-w32-lock.lo `test -f 'w32-lock.c' || echo '$(srcdir)/'`w32-lock.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-w32-lock.Tpo $(DEPDIR)/libgpg_error_la-w32-lock.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='w32-lock.c' object='libgpg_error_la-w32-lock.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-w32-lock.lo `test -f 'w32-lock.c' || echo '$(srcdir)/'`w32-lock.c
Packit fc043f
Packit fc043f
libgpg_error_la-w32-thread.lo: w32-thread.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-w32-thread.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-w32-thread.Tpo -c -o libgpg_error_la-w32-thread.lo `test -f 'w32-thread.c' || echo '$(srcdir)/'`w32-thread.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-w32-thread.Tpo $(DEPDIR)/libgpg_error_la-w32-thread.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='w32-thread.c' object='libgpg_error_la-w32-thread.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-w32-thread.lo `test -f 'w32-thread.c' || echo '$(srcdir)/'`w32-thread.c
Packit fc043f
Packit fc043f
libgpg_error_la-w32-iconv.lo: w32-iconv.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-w32-iconv.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-w32-iconv.Tpo -c -o libgpg_error_la-w32-iconv.lo `test -f 'w32-iconv.c' || echo '$(srcdir)/'`w32-iconv.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-w32-iconv.Tpo $(DEPDIR)/libgpg_error_la-w32-iconv.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='w32-iconv.c' object='libgpg_error_la-w32-iconv.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-w32-iconv.lo `test -f 'w32-iconv.c' || echo '$(srcdir)/'`w32-iconv.c
Packit fc043f
Packit fc043f
libgpg_error_la-w32-estream.lo: w32-estream.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-w32-estream.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-w32-estream.Tpo -c -o libgpg_error_la-w32-estream.lo `test -f 'w32-estream.c' || echo '$(srcdir)/'`w32-estream.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-w32-estream.Tpo $(DEPDIR)/libgpg_error_la-w32-estream.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='w32-estream.c' object='libgpg_error_la-w32-estream.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-w32-estream.lo `test -f 'w32-estream.c' || echo '$(srcdir)/'`w32-estream.c
Packit fc043f
Packit fc043f
libgpg_error_la-w32-reg.lo: w32-reg.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-w32-reg.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-w32-reg.Tpo -c -o libgpg_error_la-w32-reg.lo `test -f 'w32-reg.c' || echo '$(srcdir)/'`w32-reg.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-w32-reg.Tpo $(DEPDIR)/libgpg_error_la-w32-reg.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='w32-reg.c' object='libgpg_error_la-w32-reg.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-w32-reg.lo `test -f 'w32-reg.c' || echo '$(srcdir)/'`w32-reg.c
Packit fc043f
Packit fc043f
libgpg_error_la-spawn-w32.lo: spawn-w32.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-spawn-w32.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-spawn-w32.Tpo -c -o libgpg_error_la-spawn-w32.lo `test -f 'spawn-w32.c' || echo '$(srcdir)/'`spawn-w32.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-spawn-w32.Tpo $(DEPDIR)/libgpg_error_la-spawn-w32.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='spawn-w32.c' object='libgpg_error_la-spawn-w32.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-spawn-w32.lo `test -f 'spawn-w32.c' || echo '$(srcdir)/'`spawn-w32.c
Packit fc043f
Packit fc043f
libgpg_error_la-init.lo: init.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-init.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-init.Tpo -c -o libgpg_error_la-init.lo `test -f 'init.c' || echo '$(srcdir)/'`init.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-init.Tpo $(DEPDIR)/libgpg_error_la-init.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='init.c' object='libgpg_error_la-init.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-init.lo `test -f 'init.c' || echo '$(srcdir)/'`init.c
Packit fc043f
Packit fc043f
libgpg_error_la-version.lo: version.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-version.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-version.Tpo -c -o libgpg_error_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-version.Tpo $(DEPDIR)/libgpg_error_la-version.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='version.c' object='libgpg_error_la-version.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
Packit fc043f
Packit fc043f
libgpg_error_la-estream.lo: estream.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-estream.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-estream.Tpo -c -o libgpg_error_la-estream.lo `test -f 'estream.c' || echo '$(srcdir)/'`estream.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-estream.Tpo $(DEPDIR)/libgpg_error_la-estream.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='estream.c' object='libgpg_error_la-estream.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-estream.lo `test -f 'estream.c' || echo '$(srcdir)/'`estream.c
Packit fc043f
Packit fc043f
libgpg_error_la-estream-printf.lo: estream-printf.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-estream-printf.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-estream-printf.Tpo -c -o libgpg_error_la-estream-printf.lo `test -f 'estream-printf.c' || echo '$(srcdir)/'`estream-printf.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-estream-printf.Tpo $(DEPDIR)/libgpg_error_la-estream-printf.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='estream-printf.c' object='libgpg_error_la-estream-printf.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-estream-printf.lo `test -f 'estream-printf.c' || echo '$(srcdir)/'`estream-printf.c
Packit fc043f
Packit fc043f
libgpg_error_la-strsource.lo: strsource.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-strsource.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-strsource.Tpo -c -o libgpg_error_la-strsource.lo `test -f 'strsource.c' || echo '$(srcdir)/'`strsource.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-strsource.Tpo $(DEPDIR)/libgpg_error_la-strsource.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strsource.c' object='libgpg_error_la-strsource.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-strsource.lo `test -f 'strsource.c' || echo '$(srcdir)/'`strsource.c
Packit fc043f
Packit fc043f
libgpg_error_la-strerror.lo: strerror.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-strerror.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-strerror.Tpo -c -o libgpg_error_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-strerror.Tpo $(DEPDIR)/libgpg_error_la-strerror.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strerror.c' object='libgpg_error_la-strerror.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c
Packit fc043f
Packit fc043f
libgpg_error_la-code-to-errno.lo: code-to-errno.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-code-to-errno.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-code-to-errno.Tpo -c -o libgpg_error_la-code-to-errno.lo `test -f 'code-to-errno.c' || echo '$(srcdir)/'`code-to-errno.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-code-to-errno.Tpo $(DEPDIR)/libgpg_error_la-code-to-errno.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='code-to-errno.c' object='libgpg_error_la-code-to-errno.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-code-to-errno.lo `test -f 'code-to-errno.c' || echo '$(srcdir)/'`code-to-errno.c
Packit fc043f
Packit fc043f
libgpg_error_la-code-from-errno.lo: code-from-errno.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-code-from-errno.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-code-from-errno.Tpo -c -o libgpg_error_la-code-from-errno.lo `test -f 'code-from-errno.c' || echo '$(srcdir)/'`code-from-errno.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-code-from-errno.Tpo $(DEPDIR)/libgpg_error_la-code-from-errno.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='code-from-errno.c' object='libgpg_error_la-code-from-errno.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-code-from-errno.lo `test -f 'code-from-errno.c' || echo '$(srcdir)/'`code-from-errno.c
Packit fc043f
Packit fc043f
libgpg_error_la-visibility.lo: visibility.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-visibility.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-visibility.Tpo -c -o libgpg_error_la-visibility.lo `test -f 'visibility.c' || echo '$(srcdir)/'`visibility.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-visibility.Tpo $(DEPDIR)/libgpg_error_la-visibility.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='visibility.c' object='libgpg_error_la-visibility.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-visibility.lo `test -f 'visibility.c' || echo '$(srcdir)/'`visibility.c
Packit fc043f
Packit fc043f
libgpg_error_la-sysutils.lo: sysutils.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-sysutils.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-sysutils.Tpo -c -o libgpg_error_la-sysutils.lo `test -f 'sysutils.c' || echo '$(srcdir)/'`sysutils.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-sysutils.Tpo $(DEPDIR)/libgpg_error_la-sysutils.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sysutils.c' object='libgpg_error_la-sysutils.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-sysutils.lo `test -f 'sysutils.c' || echo '$(srcdir)/'`sysutils.c
Packit fc043f
Packit fc043f
libgpg_error_la-syscall-clamp.lo: syscall-clamp.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-syscall-clamp.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-syscall-clamp.Tpo -c -o libgpg_error_la-syscall-clamp.lo `test -f 'syscall-clamp.c' || echo '$(srcdir)/'`syscall-clamp.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-syscall-clamp.Tpo $(DEPDIR)/libgpg_error_la-syscall-clamp.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='syscall-clamp.c' object='libgpg_error_la-syscall-clamp.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-syscall-clamp.lo `test -f 'syscall-clamp.c' || echo '$(srcdir)/'`syscall-clamp.c
Packit fc043f
Packit fc043f
libgpg_error_la-logging.lo: logging.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-logging.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-logging.Tpo -c -o libgpg_error_la-logging.lo `test -f 'logging.c' || echo '$(srcdir)/'`logging.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-logging.Tpo $(DEPDIR)/libgpg_error_la-logging.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='logging.c' object='libgpg_error_la-logging.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-logging.lo `test -f 'logging.c' || echo '$(srcdir)/'`logging.c
Packit fc043f
Packit fc043f
libgpg_error_la-b64dec.lo: b64dec.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-b64dec.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-b64dec.Tpo -c -o libgpg_error_la-b64dec.lo `test -f 'b64dec.c' || echo '$(srcdir)/'`b64dec.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-b64dec.Tpo $(DEPDIR)/libgpg_error_la-b64dec.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='b64dec.c' object='libgpg_error_la-b64dec.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-b64dec.lo `test -f 'b64dec.c' || echo '$(srcdir)/'`b64dec.c
Packit fc043f
Packit fc043f
libgpg_error_la-b64enc.lo: b64enc.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-b64enc.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-b64enc.Tpo -c -o libgpg_error_la-b64enc.lo `test -f 'b64enc.c' || echo '$(srcdir)/'`b64enc.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-b64enc.Tpo $(DEPDIR)/libgpg_error_la-b64enc.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='b64enc.c' object='libgpg_error_la-b64enc.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-b64enc.lo `test -f 'b64enc.c' || echo '$(srcdir)/'`b64enc.c
Packit fc043f
Packit fc043f
libgpg_error_la-argparse.lo: argparse.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libgpg_error_la-argparse.lo -MD -MP -MF $(DEPDIR)/libgpg_error_la-argparse.Tpo -c -o libgpg_error_la-argparse.lo `test -f 'argparse.c' || echo '$(srcdir)/'`argparse.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libgpg_error_la-argparse.Tpo $(DEPDIR)/libgpg_error_la-argparse.Plo
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='argparse.c' object='libgpg_error_la-argparse.lo' libtool=yes @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgpg_error_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libgpg_error_la-argparse.lo `test -f 'argparse.c' || echo '$(srcdir)/'`argparse.c
Packit fc043f
Packit fc043f
gpg_error-strsource-sym.o: strsource-sym.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpg_error-strsource-sym.o -MD -MP -MF $(DEPDIR)/gpg_error-strsource-sym.Tpo -c -o gpg_error-strsource-sym.o `test -f 'strsource-sym.c' || echo '$(srcdir)/'`strsource-sym.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpg_error-strsource-sym.Tpo $(DEPDIR)/gpg_error-strsource-sym.Po
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strsource-sym.c' object='gpg_error-strsource-sym.o' libtool=no @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpg_error-strsource-sym.o `test -f 'strsource-sym.c' || echo '$(srcdir)/'`strsource-sym.c
Packit fc043f
Packit fc043f
gpg_error-strsource-sym.obj: strsource-sym.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpg_error-strsource-sym.obj -MD -MP -MF $(DEPDIR)/gpg_error-strsource-sym.Tpo -c -o gpg_error-strsource-sym.obj `if test -f 'strsource-sym.c'; then $(CYGPATH_W) 'strsource-sym.c'; else $(CYGPATH_W) '$(srcdir)/strsource-sym.c'; fi`
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpg_error-strsource-sym.Tpo $(DEPDIR)/gpg_error-strsource-sym.Po
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strsource-sym.c' object='gpg_error-strsource-sym.obj' libtool=no @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpg_error-strsource-sym.obj `if test -f 'strsource-sym.c'; then $(CYGPATH_W) 'strsource-sym.c'; else $(CYGPATH_W) '$(srcdir)/strsource-sym.c'; fi`
Packit fc043f
Packit fc043f
gpg_error-strerror-sym.o: strerror-sym.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpg_error-strerror-sym.o -MD -MP -MF $(DEPDIR)/gpg_error-strerror-sym.Tpo -c -o gpg_error-strerror-sym.o `test -f 'strerror-sym.c' || echo '$(srcdir)/'`strerror-sym.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpg_error-strerror-sym.Tpo $(DEPDIR)/gpg_error-strerror-sym.Po
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strerror-sym.c' object='gpg_error-strerror-sym.o' libtool=no @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpg_error-strerror-sym.o `test -f 'strerror-sym.c' || echo '$(srcdir)/'`strerror-sym.c
Packit fc043f
Packit fc043f
gpg_error-strerror-sym.obj: strerror-sym.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpg_error-strerror-sym.obj -MD -MP -MF $(DEPDIR)/gpg_error-strerror-sym.Tpo -c -o gpg_error-strerror-sym.obj `if test -f 'strerror-sym.c'; then $(CYGPATH_W) 'strerror-sym.c'; else $(CYGPATH_W) '$(srcdir)/strerror-sym.c'; fi`
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpg_error-strerror-sym.Tpo $(DEPDIR)/gpg_error-strerror-sym.Po
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='strerror-sym.c' object='gpg_error-strerror-sym.obj' libtool=no @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpg_error-strerror-sym.obj `if test -f 'strerror-sym.c'; then $(CYGPATH_W) 'strerror-sym.c'; else $(CYGPATH_W) '$(srcdir)/strerror-sym.c'; fi`
Packit fc043f
Packit fc043f
gpg_error-gpg-error.o: gpg-error.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpg_error-gpg-error.o -MD -MP -MF $(DEPDIR)/gpg_error-gpg-error.Tpo -c -o gpg_error-gpg-error.o `test -f 'gpg-error.c' || echo '$(srcdir)/'`gpg-error.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpg_error-gpg-error.Tpo $(DEPDIR)/gpg_error-gpg-error.Po
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gpg-error.c' object='gpg_error-gpg-error.o' libtool=no @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpg_error-gpg-error.o `test -f 'gpg-error.c' || echo '$(srcdir)/'`gpg-error.c
Packit fc043f
Packit fc043f
gpg_error-gpg-error.obj: gpg-error.c
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gpg_error-gpg-error.obj -MD -MP -MF $(DEPDIR)/gpg_error-gpg-error.Tpo -c -o gpg_error-gpg-error.obj `if test -f 'gpg-error.c'; then $(CYGPATH_W) 'gpg-error.c'; else $(CYGPATH_W) '$(srcdir)/gpg-error.c'; fi`
Packit fc043f
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/gpg_error-gpg-error.Tpo $(DEPDIR)/gpg_error-gpg-error.Po
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gpg-error.c' object='gpg_error-gpg-error.obj' libtool=no @AMDEPBACKSLASH@
Packit fc043f
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit fc043f
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gpg_error_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gpg_error-gpg-error.obj `if test -f 'gpg-error.c'; then $(CYGPATH_W) 'gpg-error.c'; else $(CYGPATH_W) '$(srcdir)/gpg-error.c'; fi`
Packit fc043f
Packit fc043f
mostlyclean-libtool:
Packit fc043f
	-rm -f *.lo
Packit fc043f
Packit fc043f
clean-libtool:
Packit fc043f
	-rm -rf .libs _libs
Packit fc043f
install-m4dataDATA: $(m4data_DATA)
Packit fc043f
	@$(NORMAL_INSTALL)
Packit fc043f
	@list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
Packit fc043f
	if test -n "$$list"; then \
Packit fc043f
	  echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \
Packit fc043f
	  $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \
Packit fc043f
	fi; \
Packit fc043f
	for p in $$list; do \
Packit fc043f
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit fc043f
	  echo "$$d$$p"; \
Packit fc043f
	done | $(am__base_list) | \
Packit fc043f
	while read files; do \
Packit fc043f
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
Packit fc043f
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
Packit fc043f
	done
Packit fc043f
Packit fc043f
uninstall-m4dataDATA:
Packit fc043f
	@$(NORMAL_UNINSTALL)
Packit fc043f
	@list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
Packit fc043f
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit fc043f
	dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
Packit fc043f
install-nodist_includeHEADERS: $(nodist_include_HEADERS)
Packit fc043f
	@$(NORMAL_INSTALL)
Packit fc043f
	@list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
Packit fc043f
	if test -n "$$list"; then \
Packit fc043f
	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
Packit fc043f
	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
Packit fc043f
	fi; \
Packit fc043f
	for p in $$list; do \
Packit fc043f
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit fc043f
	  echo "$$d$$p"; \
Packit fc043f
	done | $(am__base_list) | \
Packit fc043f
	while read files; do \
Packit fc043f
	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
Packit fc043f
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
Packit fc043f
	done
Packit fc043f
Packit fc043f
uninstall-nodist_includeHEADERS:
Packit fc043f
	@$(NORMAL_UNINSTALL)
Packit fc043f
	@list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
Packit fc043f
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit fc043f
	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
Packit fc043f
Packit fc043f
ID: $(am__tagged_files)
Packit fc043f
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit fc043f
tags: tags-am
Packit fc043f
TAGS: tags
Packit fc043f
Packit fc043f
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit fc043f
	set x; \
Packit fc043f
	here=`pwd`; \
Packit fc043f
	$(am__define_uniq_tagged_files); \
Packit fc043f
	shift; \
Packit fc043f
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit fc043f
	  test -n "$$unique" || unique=$$empty_fix; \
Packit fc043f
	  if test $$# -gt 0; then \
Packit fc043f
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit fc043f
	      "$$@" $$unique; \
Packit fc043f
	  else \
Packit fc043f
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit fc043f
	      $$unique; \
Packit fc043f
	  fi; \
Packit fc043f
	fi
Packit fc043f
ctags: ctags-am
Packit fc043f
Packit fc043f
CTAGS: ctags
Packit fc043f
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit fc043f
	$(am__define_uniq_tagged_files); \
Packit fc043f
	test -z "$(CTAGS_ARGS)$$unique" \
Packit fc043f
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit fc043f
	     $$unique
Packit fc043f
Packit fc043f
GTAGS:
Packit fc043f
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit fc043f
	  && $(am__cd) $(top_srcdir) \
Packit fc043f
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit fc043f
cscopelist: cscopelist-am
Packit fc043f
Packit fc043f
cscopelist-am: $(am__tagged_files)
Packit fc043f
	list='$(am__tagged_files)'; \
Packit fc043f
	case "$(srcdir)" in \
Packit fc043f
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit fc043f
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit fc043f
	esac; \
Packit fc043f
	for i in $$list; do \
Packit fc043f
	  if test -f "$$i"; then \
Packit fc043f
	    echo "$(subdir)/$$i"; \
Packit fc043f
	  else \
Packit fc043f
	    echo "$$sdir/$$i"; \
Packit fc043f
	  fi; \
Packit fc043f
	done >> $(top_builddir)/cscope.files
Packit fc043f
Packit fc043f
distclean-tags:
Packit fc043f
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit fc043f
Packit fc043f
distdir: $(DISTFILES)
Packit fc043f
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit fc043f
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit fc043f
	list='$(DISTFILES)'; \
Packit fc043f
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit fc043f
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit fc043f
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit fc043f
	case $$dist_files in \
Packit fc043f
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit fc043f
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit fc043f
			   sort -u` ;; \
Packit fc043f
	esac; \
Packit fc043f
	for file in $$dist_files; do \
Packit fc043f
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit fc043f
	  if test -d $$d/$$file; then \
Packit fc043f
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit fc043f
	    if test -d "$(distdir)/$$file"; then \
Packit fc043f
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit fc043f
	    fi; \
Packit fc043f
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit fc043f
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit fc043f
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit fc043f
	    fi; \
Packit fc043f
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit fc043f
	  else \
Packit fc043f
	    test -f "$(distdir)/$$file" \
Packit fc043f
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit fc043f
	    || exit 1; \
Packit fc043f
	  fi; \
Packit fc043f
	done
Packit fc043f
check-am: all-am
Packit fc043f
check: $(BUILT_SOURCES)
Packit fc043f
	$(MAKE) $(AM_MAKEFLAGS) check-am
Packit fc043f
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
Packit fc043f
		$(HEADERS)
Packit fc043f
install-binPROGRAMS: install-libLTLIBRARIES
Packit fc043f
Packit fc043f
installdirs:
Packit fc043f
	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(includedir)"; do \
Packit fc043f
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit fc043f
	done
Packit fc043f
install: $(BUILT_SOURCES)
Packit fc043f
	$(MAKE) $(AM_MAKEFLAGS) install-am
Packit fc043f
install-exec: install-exec-am
Packit fc043f
install-data: install-data-am
Packit fc043f
uninstall: uninstall-am
Packit fc043f
Packit fc043f
install-am: all-am
Packit fc043f
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit fc043f
Packit fc043f
installcheck: installcheck-am
Packit fc043f
install-strip:
Packit fc043f
	if test -z '$(STRIP)'; then \
Packit fc043f
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit fc043f
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit fc043f
	      install; \
Packit fc043f
	else \
Packit fc043f
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit fc043f
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit fc043f
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit fc043f
	fi
Packit fc043f
mostlyclean-generic:
Packit fc043f
Packit fc043f
clean-generic:
Packit fc043f
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Packit fc043f
Packit fc043f
distclean-generic:
Packit fc043f
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit fc043f
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit fc043f
Packit fc043f
maintainer-clean-generic:
Packit fc043f
	@echo "This command is intended for maintainers to use"
Packit fc043f
	@echo "it deletes files that may require special tools to rebuild."
Packit fc043f
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
Packit fc043f
clean: clean-am
Packit fc043f
Packit fc043f
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
Packit fc043f
	clean-libtool clean-noinstPROGRAMS mostlyclean-am
Packit fc043f
Packit fc043f
distclean: distclean-am
Packit fc043f
	-rm -rf ./$(DEPDIR)
Packit fc043f
	-rm -f Makefile
Packit fc043f
distclean-am: clean-am distclean-compile distclean-generic \
Packit fc043f
	distclean-tags
Packit fc043f
Packit fc043f
dvi: dvi-am
Packit fc043f
Packit fc043f
dvi-am:
Packit fc043f
Packit fc043f
html: html-am
Packit fc043f
Packit fc043f
html-am:
Packit fc043f
Packit fc043f
info: info-am
Packit fc043f
Packit fc043f
info-am:
Packit fc043f
Packit fc043f
install-data-am: install-data-local install-m4dataDATA \
Packit fc043f
	install-nodist_includeHEADERS
Packit fc043f
Packit fc043f
install-dvi: install-dvi-am
Packit fc043f
Packit fc043f
install-dvi-am:
Packit fc043f
Packit fc043f
install-exec-am: install-binPROGRAMS install-binSCRIPTS \
Packit fc043f
	install-libLTLIBRARIES install-nodist_binSCRIPTS
Packit fc043f
Packit fc043f
install-html: install-html-am
Packit fc043f
Packit fc043f
install-html-am:
Packit fc043f
Packit fc043f
install-info: install-info-am
Packit fc043f
Packit fc043f
install-info-am:
Packit fc043f
Packit fc043f
install-man:
Packit fc043f
Packit fc043f
install-pdf: install-pdf-am
Packit fc043f
Packit fc043f
install-pdf-am:
Packit fc043f
Packit fc043f
install-ps: install-ps-am
Packit fc043f
Packit fc043f
install-ps-am:
Packit fc043f
Packit fc043f
installcheck-am:
Packit fc043f
Packit fc043f
maintainer-clean: maintainer-clean-am
Packit fc043f
	-rm -rf ./$(DEPDIR)
Packit fc043f
	-rm -f Makefile
Packit fc043f
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit fc043f
Packit fc043f
mostlyclean: mostlyclean-am
Packit fc043f
Packit fc043f
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Packit fc043f
	mostlyclean-libtool
Packit fc043f
Packit fc043f
pdf: pdf-am
Packit fc043f
Packit fc043f
pdf-am:
Packit fc043f
Packit fc043f
ps: ps-am
Packit fc043f
Packit fc043f
ps-am:
Packit fc043f
Packit fc043f
uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
Packit fc043f
	uninstall-libLTLIBRARIES uninstall-m4dataDATA \
Packit fc043f
	uninstall-nodist_binSCRIPTS uninstall-nodist_includeHEADERS
Packit fc043f
Packit fc043f
.MAKE: all check install install-am install-strip
Packit fc043f
Packit fc043f
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
Packit fc043f
	clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
Packit fc043f
	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
Packit fc043f
	ctags-am distclean distclean-compile distclean-generic \
Packit fc043f
	distclean-libtool distclean-tags distdir dvi dvi-am html \
Packit fc043f
	html-am info info-am install install-am install-binPROGRAMS \
Packit fc043f
	install-binSCRIPTS install-data install-data-am \
Packit fc043f
	install-data-local install-dvi install-dvi-am install-exec \
Packit fc043f
	install-exec-am install-html install-html-am install-info \
Packit fc043f
	install-info-am install-libLTLIBRARIES install-m4dataDATA \
Packit fc043f
	install-man install-nodist_binSCRIPTS \
Packit fc043f
	install-nodist_includeHEADERS install-pdf install-pdf-am \
Packit fc043f
	install-ps install-ps-am install-strip installcheck \
Packit fc043f
	installcheck-am installdirs maintainer-clean \
Packit fc043f
	maintainer-clean-generic mostlyclean mostlyclean-compile \
Packit fc043f
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Packit fc043f
	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
Packit fc043f
	uninstall-binSCRIPTS uninstall-libLTLIBRARIES \
Packit fc043f
	uninstall-m4dataDATA uninstall-nodist_binSCRIPTS \
Packit fc043f
	uninstall-nodist_includeHEADERS
Packit fc043f
Packit fc043f
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@.rc.lo:
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@	$(LTRCCOMPILE) -i "$<" -o "$@"
Packit fc043f
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@versioninfo.lo : gpg-error.w32-manifest
Packit fc043f
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@install-def-file: gpg-error.def
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@	-$(INSTALL) -d $(DESTDIR)$(libdir)
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@	$(INSTALL) gpg-error.def $(DESTDIR)$(libdir)/gpg-error.def
Packit fc043f
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@uninstall-def-file:
Packit fc043f
@HAVE_W32_SYSTEM_TRUE@	-rm $(DESTDIR)$(libdir)/gpg-error.def
Packit fc043f
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@install-def-file:
Packit fc043f
@HAVE_W32_SYSTEM_FALSE@uninstall-def-file:
Packit fc043f
Packit fc043f
# We build err-sources.h and err-codes.h in the source directory.
Packit fc043f
# This is needed because gettext does only look into the source
Packit fc043f
# directory to find the files listed in po/POTFILE.in.  To make these
Packit fc043f
# rules work we also need to depend on Makefile.am and not on the
Packit fc043f
# generated files Makefile.in or Makefile.
Packit fc043f
$(srcdir)/err-sources.h: Makefile.am mkstrtable.awk err-sources.h.in
Packit fc043f
	$(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 \
Packit fc043f
		$(srcdir)/err-sources.h.in >$@
Packit fc043f
Packit fc043f
err-sources-sym.h: Makefile mkstrtable.awk err-sources.h.in
Packit fc043f
	$(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \
Packit fc043f
		$(srcdir)/err-sources.h.in >$@
Packit fc043f
Packit fc043f
$(srcdir)/err-codes.h: Makefile.am mkstrtable.awk err-codes.h.in
Packit fc043f
	$(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 \
Packit fc043f
		$(srcdir)/err-codes.h.in >$@
Packit fc043f
Packit fc043f
err-codes-sym.h: Makefile mkstrtable.awk err-codes.h.in
Packit fc043f
	$(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \
Packit fc043f
		$(srcdir)/err-codes.h.in >$@
Packit fc043f
Packit fc043f
code-to-errno.h: Makefile mkerrnos.awk errnos.in
Packit fc043f
	$(AWK) -f $(srcdir)/mkerrnos.awk $(srcdir)/errnos.in >$@
Packit fc043f
Packit fc043f
# It is correct to use $(CPP).  We want the host's idea of the error codes.
Packit fc043f
mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
Packit fc043f
	$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
Packit fc043f
	$(CPP) $(CPPFLAGS) $(extra_cppflags) -P _$@ | grep GPG_ERR_ | \
Packit fc043f
               $(AWK) -f $(srcdir)/mkerrcodes.awk >$@
Packit fc043f
	-rm _$@
Packit fc043f
Packit fc043f
# It is correct to use $(CPP).  We want the host's idea of the error codes.
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@mkw32errmap.tab.h: Makefile mkw32errmap.c
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@	$(CPP) -DRESOLVE_MACROS $(srcdir)/mkw32errmap.c | \
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@	      grep '{&mkw32errmap_marker' >$@
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@mkw32errmap.map.c: mkw32errmap
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@	./mkw32errmap --map > $@
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@gpg-extra/errno.h: mkw32errmap
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@	-$(MKDIR_P) gpg-extra
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@	./mkw32errmap > $@
Packit fc043f
@HAVE_W32CE_SYSTEM_FALSE@mkw32errmap.map.c:
Packit fc043f
@HAVE_W32CE_SYSTEM_FALSE@	echo "/*dummy*/" > $@
Packit fc043f
Packit fc043f
# We use CC proper for preprocessing thus we have to convince it that
Packit fc043f
# the data is really to be preprocessed.
Packit fc043f
gpg-error.def: Makefile gpg-error.def.in
Packit fc043f
	cat $(srcdir)/gpg-error.def.in >_$@.h
Packit fc043f
	$(CPP) $(DEFAULT_INCLUDES) $(INCLUDES) $(extra_cppflags) _$@.h | \
Packit fc043f
	  grep -v '^#' >$@
Packit fc043f
	-rm _$@.h
Packit fc043f
Packit fc043f
# It is correct to use $(CC_FOR_BUILD) here.  We want to run the
Packit fc043f
# program at build time.
Packit fc043f
mkerrcodes: mkerrcodes.c mkerrcodes.h Makefile
Packit fc043f
	$(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c
Packit fc043f
Packit fc043f
# It is correct to use $(CC_FOR_BUILD) here.  We want to run the
Packit fc043f
# program at build time.
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@mkw32errmap: mkw32errmap.c mkw32errmap.tab.h Makefile
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@	$(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkw32errmap.c
Packit fc043f
Packit fc043f
code-from-errno.h: mkerrcodes Makefile
Packit fc043f
	./mkerrcodes | $(AWK) -f $(srcdir)/mkerrcodes2.awk >$@
Packit fc043f
Packit fc043f
errnos-sym.h: Makefile mkstrtable.awk errnos.in
Packit fc043f
	$(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \
Packit fc043f
		-v prefix=GPG_ERR_ -v namespace=errnos_ \
Packit fc043f
		$(srcdir)/errnos.in >$@
Packit fc043f
Packit fc043f
mkheader: mkheader.c Makefile
Packit fc043f
	$(CC_FOR_BUILD) -g -O0 -I. -I$(srcdir) -o $@ $(srcdir)/mkheader.c
Packit fc043f
Packit fc043f
@FORCE_USE_SYSCFG_FALSE@./lock-obj-pub.native.h: Makefile gen-posix-lock-obj$(EXEEXT) posix-lock-obj.h
Packit fc043f
@FORCE_USE_SYSCFG_FALSE@	./gen-posix-lock-obj >$@
Packit fc043f
Packit fc043f
# We also depend on versioninfo.rc because that is build by
Packit fc043f
# config.status and thus has up-to-date version numbers.
Packit fc043f
gpg-error.h: Makefile mkheader $(parts_of_gpg_error_h) \
Packit fc043f
             versioninfo.rc ../config.h
Packit fc043f
	$(pre_mkheader_cmds)
Packit fc043f
	./mkheader $(host_os) $(host_triplet)  $(srcdir)/gpg-error.h.in \
Packit fc043f
                   ../config.h $(PACKAGE_VERSION) $(VERSION_NUMBER) >$@
Packit fc043f
Packit fc043f
gpgrt.h: gpg-error.h
Packit fc043f
	cp gpg-error.h gpgrt.h
Packit fc043f
Packit fc043f
gpgrt-config: gpg-error-config
Packit fc043f
	cp gpg-error-config gpgrt-config
Packit fc043f
Packit fc043f
install-data-local:
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@	-$(MKDIR_P) "$(DESTDIR)$(includedir)/gpg-extra"
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@	$(INSTALL_DATA) gpg-extra/errno.h \
Packit fc043f
@HAVE_W32CE_SYSTEM_TRUE@                         "$(DESTDIR)$(includedir)/gpg-extra/errno.h"
Packit fc043f
@HAVE_W32CE_SYSTEM_FALSE@        :
Packit fc043f
Packit fc043f
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit fc043f
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit fc043f
.NOEXPORT: