~ubuntu-branches/ubuntu/quantal/gnupg2/quantal-updates

« back to all changes in this revision

Viewing changes to .pc/debian-changes/agent/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2010-11-16 11:30:31 UTC
  • mfrom: (7.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20101116113031-3y0603x6m3bw78s1
Tags: 2.0.14-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.
    . debian/rules: Call dh_installudev.
  - debian/control: Rename Vcs-* to XS-Debian-Vcs-*.
* debian/patches/CVE-2010-2547.patch: dropped, now in
  03-gpgsm-realloc.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
# Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
18
 
#
19
 
# This file is part of GnuPG.
20
 
#
21
 
# GnuPG is free software; you can redistribute it and/or modify
22
 
# it under the terms of the GNU General Public License as published by
23
 
# the Free Software Foundation; either version 3 of the License, or
24
 
# (at your option) any later version.
25
 
26
 
# GnuPG is distributed in the hope that it will be useful,
27
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
28
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29
 
# GNU General Public License for more details.
30
 
31
 
# You should have received a copy of the GNU General Public License
32
 
# along with this program; if not, see <http://www.gnu.org/licenses/>.
33
 
 
34
 
# cmacros.am - C macro definitions
35
 
#     Copyright (C) 2004 Free Software Foundation, Inc.
36
 
#
37
 
# This file is part of GnuPG.
38
 
#
39
 
# GnuPG is free software; you can redistribute it and/or modify
40
 
# it under the terms of the GNU General Public License as published by
41
 
# the Free Software Foundation; either version 3 of the License, or
42
 
# (at your option) any later version.
43
 
44
 
# GnuPG is distributed in the hope that it will be useful,
45
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
46
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
47
 
# GNU General Public License for more details.
48
 
49
 
# You should have received a copy of the GNU General Public License
50
 
# along with this program; if not, see <http://www.gnu.org/licenses/>.
51
 
 
52
 
VPATH = @srcdir@
53
 
pkgdatadir = $(datadir)/@PACKAGE@
54
 
pkglibdir = $(libdir)/@PACKAGE@
55
 
pkgincludedir = $(includedir)/@PACKAGE@
56
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
57
 
install_sh_DATA = $(install_sh) -c -m 644
58
 
install_sh_PROGRAM = $(install_sh) -c
59
 
install_sh_SCRIPT = $(install_sh) -c
60
 
INSTALL_HEADER = $(INSTALL_DATA)
61
 
transform = $(program_transform_name)
62
 
NORMAL_INSTALL = :
63
 
PRE_INSTALL = :
64
 
POST_INSTALL = :
65
 
NORMAL_UNINSTALL = :
66
 
PRE_UNINSTALL = :
67
 
POST_UNINSTALL = :
68
 
build_triplet = @build@
69
 
host_triplet = @host@
70
 
bin_PROGRAMS = gpg-agent$(EXEEXT)
71
 
libexec_PROGRAMS = gpg-protect-tool$(EXEEXT) \
72
 
        gpg-preset-passphrase$(EXEEXT)
73
 
noinst_PROGRAMS = $(am__EXEEXT_1)
74
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
75
 
        $(top_srcdir)/am/cmacros.am ChangeLog
76
 
@HAVE_DOSISH_SYSTEM_FALSE@am__append_1 = -DGNUPG_BINDIR="\"$(bindir)\""            \
77
 
@HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBEXECDIR="\"$(libexecdir)\""    \
78
 
@HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBDIR="\"$(libdir)/@PACKAGE@\""  \
79
 
@HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_DATADIR="\"$(datadir)/@PACKAGE@\"" \
80
 
@HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_SYSCONFDIR="\"$(sysconfdir)/@PACKAGE@\""
81
 
 
82
 
 
83
 
# If a specific protect tool program has been defined, pass its name
84
 
# to cc.  Note that these macros should not be used directly but via
85
 
# the gnupg_module_name function.
86
 
@GNUPG_AGENT_PGM_TRUE@am__append_2 = -DGNUPG_DEFAULT_AGENT="\"@GNUPG_AGENT_PGM@\""
87
 
@GNUPG_PINENTRY_PGM_TRUE@am__append_3 = -DGNUPG_DEFAULT_PINENTRY="\"@GNUPG_PINENTRY_PGM@\""
88
 
@GNUPG_SCDAEMON_PGM_TRUE@am__append_4 = -DGNUPG_DEFAULT_SCDAEMON="\"@GNUPG_SCDAEMON_PGM@\""
89
 
@GNUPG_DIRMNGR_PGM_TRUE@am__append_5 = -DGNUPG_DEFAULT_DIRMNGR="\"@GNUPG_DIRMNGR_PGM@\""
90
 
@GNUPG_PROTECT_TOOL_PGM_TRUE@am__append_6 = -DGNUPG_DEFAULT_PROTECT_TOOL="\"@GNUPG_PROTECT_TOOL_PGM@\""
91
 
TESTS = t-protect$(EXEEXT)
92
 
subdir = agent
93
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94
 
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/absolute-header.m4 \
95
 
        $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/allocsa.m4 \
96
 
        $(top_srcdir)/gl/m4/eealloc.m4 \
97
 
        $(top_srcdir)/gl/m4/gnulib-comp.m4 \
98
 
        $(top_srcdir)/gl/m4/gnulib-tool.m4 \
99
 
        $(top_srcdir)/gl/m4/mkdtemp.m4 $(top_srcdir)/gl/m4/setenv.m4 \
100
 
        $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/strpbrk.m4 \
101
 
        $(top_srcdir)/gl/m4/unistd_h.m4 $(top_srcdir)/m4/autobuild.m4 \
102
 
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/estream.m4 \
103
 
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gnupg-pth.m4 \
104
 
        $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
105
 
        $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/ksba.m4 \
106
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/ldap.m4 \
107
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
108
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libassuan.m4 \
109
 
        $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
110
 
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/nls.m4 \
111
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
112
 
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/size_max.m4 \
113
 
        $(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
114
 
        $(top_srcdir)/m4/tar-ustar.m4 $(top_srcdir)/m4/xsize.m4 \
115
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
116
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117
 
        $(ACLOCAL_M4)
118
 
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
119
 
CONFIG_HEADER = $(top_builddir)/config.h
120
 
CONFIG_CLEAN_FILES =
121
 
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)"
122
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
123
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
124
 
am__EXEEXT_1 = t-protect$(EXEEXT)
125
 
PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(noinst_PROGRAMS)
126
 
am_gpg_agent_OBJECTS = gpg_agent-gpg-agent.$(OBJEXT) \
127
 
        gpg_agent-command.$(OBJEXT) gpg_agent-command-ssh.$(OBJEXT) \
128
 
        gpg_agent-call-pinentry.$(OBJEXT) gpg_agent-cache.$(OBJEXT) \
129
 
        gpg_agent-trans.$(OBJEXT) gpg_agent-findkey.$(OBJEXT) \
130
 
        gpg_agent-pksign.$(OBJEXT) gpg_agent-pkdecrypt.$(OBJEXT) \
131
 
        gpg_agent-genkey.$(OBJEXT) gpg_agent-protect.$(OBJEXT) \
132
 
        gpg_agent-trustlist.$(OBJEXT) gpg_agent-divert-scd.$(OBJEXT) \
133
 
        gpg_agent-call-scd.$(OBJEXT) gpg_agent-learncard.$(OBJEXT)
134
 
gpg_agent_OBJECTS = $(am_gpg_agent_OBJECTS)
135
 
am__DEPENDENCIES_1 =
136
 
gpg_agent_LINK = $(CCLD) $(gpg_agent_CFLAGS) $(CFLAGS) \
137
 
        $(gpg_agent_LDFLAGS) $(LDFLAGS) -o $@
138
 
am_gpg_preset_passphrase_OBJECTS = preset-passphrase.$(OBJEXT)
139
 
gpg_preset_passphrase_OBJECTS = $(am_gpg_preset_passphrase_OBJECTS)
140
 
gpg_preset_passphrase_DEPENDENCIES = $(pwquery_libs) $(common_libs) \
141
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
142
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
143
 
        $(am__DEPENDENCIES_1)
144
 
am_gpg_protect_tool_OBJECTS = gpg_protect_tool-protect-tool.$(OBJEXT) \
145
 
        gpg_protect_tool-protect.$(OBJEXT) \
146
 
        gpg_protect_tool-minip12.$(OBJEXT)
147
 
gpg_protect_tool_OBJECTS = $(am_gpg_protect_tool_OBJECTS)
148
 
gpg_protect_tool_DEPENDENCIES = $(common_libs) $(am__DEPENDENCIES_1) \
149
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
150
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
151
 
        $(am__DEPENDENCIES_1)
152
 
gpg_protect_tool_LINK = $(CCLD) $(gpg_protect_tool_CFLAGS) $(CFLAGS) \
153
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
154
 
am_t_protect_OBJECTS = t-protect.$(OBJEXT) protect.$(OBJEXT)
155
 
t_protect_OBJECTS = $(am_t_protect_OBJECTS)
156
 
am__DEPENDENCIES_2 = $(common_libs) $(am__DEPENDENCIES_1) \
157
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
158
 
        $(am__DEPENDENCIES_1)
159
 
t_protect_DEPENDENCIES = $(am__DEPENDENCIES_2)
160
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
161
 
depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
162
 
am__depfiles_maybe = depfiles
163
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
164
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165
 
CCLD = $(CC)
166
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
167
 
SOURCES = $(gpg_agent_SOURCES) $(gpg_preset_passphrase_SOURCES) \
168
 
        $(gpg_protect_tool_SOURCES) $(t_protect_SOURCES)
169
 
DIST_SOURCES = $(gpg_agent_SOURCES) $(gpg_preset_passphrase_SOURCES) \
170
 
        $(gpg_protect_tool_SOURCES) $(t_protect_SOURCES)
171
 
ETAGS = etags
172
 
CTAGS = ctags
173
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174
 
ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@
175
 
ACLOCAL = @ACLOCAL@
176
 
ADNSLIBS = @ADNSLIBS@
177
 
ALLOCA = @ALLOCA@
178
 
ALLOCA_H = @ALLOCA_H@
179
 
AMTAR = @AMTAR@
180
 
AR = @AR@
181
 
AUTOCONF = @AUTOCONF@
182
 
AUTOHEADER = @AUTOHEADER@
183
 
AUTOMAKE = @AUTOMAKE@
184
 
AWK = @AWK@
185
 
BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
186
 
BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
187
 
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
188
 
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
189
 
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
190
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
191
 
CC = @CC@
192
 
CCDEPMODE = @CCDEPMODE@
193
 
CC_FOR_BUILD = @CC_FOR_BUILD@
194
 
CFLAGS = @CFLAGS@
195
 
CPP = @CPP@
196
 
CPPFLAGS = @CPPFLAGS@
197
 
CYGPATH_W = @CYGPATH_W@
198
 
DEFS = @DEFS@
199
 
DEPDIR = @DEPDIR@
200
 
DL_LIBS = @DL_LIBS@
201
 
DNSLIBS = @DNSLIBS@
202
 
ECHO_C = @ECHO_C@
203
 
ECHO_N = @ECHO_N@
204
 
ECHO_T = @ECHO_T@
205
 
EGREP = @EGREP@
206
 
EXEEXT = @EXEEXT@
207
 
FAQPROG = @FAQPROG@
208
 
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
209
 
GMSGFMT = @GMSGFMT@
210
 
GMSGFMT_015 = @GMSGFMT_015@
211
 
GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
212
 
GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
213
 
GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
214
 
GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
215
 
GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
216
 
GPGKEYS_CURL = @GPGKEYS_CURL@
217
 
GPGKEYS_FINGER = @GPGKEYS_FINGER@
218
 
GPGKEYS_HKP = @GPGKEYS_HKP@
219
 
GPGKEYS_KDNS = @GPGKEYS_KDNS@
220
 
GPGKEYS_LDAP = @GPGKEYS_LDAP@
221
 
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
222
 
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
223
 
GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
224
 
GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
225
 
GREP = @GREP@
226
 
HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
227
 
HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
228
 
HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
229
 
HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
230
 
HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
231
 
HAVE_STDINT_H = @HAVE_STDINT_H@
232
 
HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
233
 
HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
234
 
HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
235
 
HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
236
 
HAVE_WCHAR_H = @HAVE_WCHAR_H@
237
 
INSTALL = @INSTALL@
238
 
INSTALL_DATA = @INSTALL_DATA@
239
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
240
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
241
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
242
 
INTLLIBS = @INTLLIBS@
243
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
244
 
KSBA_CFLAGS = @KSBA_CFLAGS@
245
 
KSBA_CONFIG = @KSBA_CONFIG@
246
 
KSBA_LIBS = @KSBA_LIBS@
247
 
LDAPLIBS = @LDAPLIBS@
248
 
LDAP_CPPFLAGS = @LDAP_CPPFLAGS@
249
 
LDFLAGS = @LDFLAGS@
250
 
LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
251
 
LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
252
 
LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
253
 
LIBASSUAN_PTH_CFLAGS = @LIBASSUAN_PTH_CFLAGS@
254
 
LIBASSUAN_PTH_LIBS = @LIBASSUAN_PTH_LIBS@
255
 
LIBCURL = @LIBCURL@
256
 
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
257
 
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
258
 
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
259
 
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
260
 
LIBGNU_LIBDEPS = @LIBGNU_LIBDEPS@
261
 
LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
262
 
LIBICONV = @LIBICONV@
263
 
LIBINTL = @LIBINTL@
264
 
LIBOBJS = @LIBOBJS@
265
 
LIBREADLINE = @LIBREADLINE@
266
 
LIBS = @LIBS@
267
 
LIBUSB_LIBS = @LIBUSB_LIBS@
268
 
LIBUTIL_LIBS = @LIBUTIL_LIBS@
269
 
LN_S = @LN_S@
270
 
LTLIBICONV = @LTLIBICONV@
271
 
LTLIBINTL = @LTLIBINTL@
272
 
LTLIBOBJS = @LTLIBOBJS@
273
 
MAINT = @MAINT@
274
 
MAKEINFO = @MAKEINFO@
275
 
MKDIR_P = @MKDIR_P@
276
 
MSGFMT = @MSGFMT@
277
 
MSGFMT_015 = @MSGFMT_015@
278
 
MSGMERGE = @MSGMERGE@
279
 
NETLIBS = @NETLIBS@
280
 
OBJEXT = @OBJEXT@
281
 
PACKAGE = @PACKAGE@
282
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
283
 
PACKAGE_GT = @PACKAGE_GT@
284
 
PACKAGE_NAME = @PACKAGE_NAME@
285
 
PACKAGE_STRING = @PACKAGE_STRING@
286
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
287
 
PACKAGE_URL = @PACKAGE_URL@
288
 
PACKAGE_VERSION = @PACKAGE_VERSION@
289
 
PATH_SEPARATOR = @PATH_SEPARATOR@
290
 
PERL = @PERL@
291
 
POSUB = @POSUB@
292
 
PTH_CFLAGS = @PTH_CFLAGS@
293
 
PTH_CONFIG = @PTH_CONFIG@
294
 
PTH_LIBS = @PTH_LIBS@
295
 
PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
296
 
RANLIB = @RANLIB@
297
 
SENDMAIL = @SENDMAIL@
298
 
SET_MAKE = @SET_MAKE@
299
 
SHELL = @SHELL@
300
 
SHRED = @SHRED@
301
 
SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
302
 
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
303
 
STDINT_H = @STDINT_H@
304
 
STRIP = @STRIP@
305
 
SYS_SOCKET_H = @SYS_SOCKET_H@
306
 
TAR = @TAR@
307
 
UNISTD_H = @UNISTD_H@
308
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
309
 
USE_NLS = @USE_NLS@
310
 
VERSION = @VERSION@
311
 
W32SOCKLIBS = @W32SOCKLIBS@
312
 
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
313
 
WINDRES = @WINDRES@
314
 
WINT_T_SUFFIX = @WINT_T_SUFFIX@
315
 
XGETTEXT = @XGETTEXT@
316
 
XGETTEXT_015 = @XGETTEXT_015@
317
 
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
318
 
ZLIBS = @ZLIBS@
319
 
_libcurl_config = @_libcurl_config@
320
 
abs_builddir = @abs_builddir@
321
 
abs_srcdir = @abs_srcdir@
322
 
abs_top_builddir = @abs_top_builddir@
323
 
abs_top_srcdir = @abs_top_srcdir@
324
 
ac_ct_CC = @ac_ct_CC@
325
 
am__include = @am__include@
326
 
am__leading_dot = @am__leading_dot@
327
 
am__quote = @am__quote@
328
 
am__tar = @am__tar@
329
 
am__untar = @am__untar@
330
 
bindir = @bindir@
331
 
build = @build@
332
 
build_alias = @build_alias@
333
 
build_cpu = @build_cpu@
334
 
build_os = @build_os@
335
 
build_vendor = @build_vendor@
336
 
builddir = @builddir@
337
 
datadir = @datadir@
338
 
datarootdir = @datarootdir@
339
 
docdir = @docdir@
340
 
dvidir = @dvidir@
341
 
exec_prefix = @exec_prefix@
342
 
host = @host@
343
 
host_alias = @host_alias@
344
 
host_cpu = @host_cpu@
345
 
host_os = @host_os@
346
 
host_vendor = @host_vendor@
347
 
htmldir = @htmldir@
348
 
includedir = @includedir@
349
 
infodir = @infodir@
350
 
install_sh = @install_sh@
351
 
libdir = @libdir@
352
 
libexecdir = @libexecdir@
353
 
localedir = $(datadir)/locale
354
 
localstatedir = @localstatedir@
355
 
mandir = @mandir@
356
 
mkdir_p = @mkdir_p@
357
 
oldincludedir = @oldincludedir@
358
 
pdfdir = @pdfdir@
359
 
prefix = @prefix@
360
 
program_transform_name = @program_transform_name@
361
 
psdir = @psdir@
362
 
sbindir = @sbindir@
363
 
sharedstatedir = @sharedstatedir@
364
 
srcdir = @srcdir@
365
 
sysconfdir = @sysconfdir@
366
 
target_alias = @target_alias@
367
 
top_build_prefix = @top_build_prefix@
368
 
top_builddir = @top_builddir@
369
 
top_srcdir = @top_srcdir@
370
 
 
371
 
# EXTRA_DIST = gpg-agent.ico gpg-agent-resource.rc
372
 
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common \
373
 
        -I$(top_srcdir)/intl -DLOCALEDIR=\"$(localedir)\" \
374
 
        $(am__append_1) $(am__append_2) $(am__append_3) \
375
 
        $(am__append_4) $(am__append_5) $(am__append_6)
376
 
 
377
 
# Convenience macros
378
 
libcommon = ../common/libcommon.a
379
 
libcommonpth = ../common/libcommonpth.a
380
 
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
381
 
gpg_agent_SOURCES = \
382
 
        gpg-agent.c agent.h \
383
 
        command.c command-ssh.c \
384
 
        call-pinentry.c \
385
 
        cache.c \
386
 
        trans.c \
387
 
        findkey.c \
388
 
        pksign.c \
389
 
        pkdecrypt.c \
390
 
        genkey.c \
391
 
        protect.c \
392
 
        trustlist.c \
393
 
        divert-scd.c \
394
 
        call-scd.c \
395
 
        learncard.c
396
 
 
397
 
common_libs = $(libcommon) ../jnlib/libjnlib.a ../gl/libgnu.a
398
 
commonpth_libs = $(libcommonpth) ../jnlib/libjnlib.a ../gl/libgnu.a
399
 
pwquery_libs = ../common/libsimple-pwquery.a
400
 
 
401
 
#if HAVE_W32_SYSTEM
402
 
#.rc.o:
403
 
#       $(WINDRES) `echo $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | \
404
 
#        sed -e 's/-I/--include-dir /g;s/-D/--define /g'` -i $< -o $@
405
 
#
406
 
#gpg_agent_res_ldflags = -Wl,gpg-agent-resource.o -Wl,--subsystem,windows
407
 
#gpg_agent_res_deps = gpg-agent-resource.o
408
 
#else
409
 
gpg_agent_res_ldflags = 
410
 
gpg_agent_res_deps = 
411
 
#endif
412
 
gpg_agent_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_PTH_CFLAGS) $(PTH_CFLAGS)
413
 
gpg_agent_LDADD = $(commonpth_libs) \
414
 
                $(LIBGCRYPT_LIBS) $(LIBASSUAN_PTH_LIBS) $(PTH_LIBS) \
415
 
                $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV)
416
 
 
417
 
gpg_agent_LDFLAGS = $(gpg_agent_res_ldflags)
418
 
gpg_agent_DEPENDENCIES = $(gpg_agent_res_deps)
419
 
gpg_protect_tool_SOURCES = \
420
 
        protect-tool.c \
421
 
        protect.c \
422
 
        minip12.c minip12.h 
423
 
 
424
 
gpg_protect_tool_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS)
425
 
gpg_protect_tool_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) \
426
 
         $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV)
427
 
 
428
 
gpg_preset_passphrase_SOURCES = \
429
 
        preset-passphrase.c
430
 
 
431
 
 
432
 
# Needs $(NETLIBS) for libsimple-pwquery.la.
433
 
gpg_preset_passphrase_LDADD = \
434
 
         $(pwquery_libs) $(common_libs) \
435
 
         $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV)
436
 
 
437
 
t_common_ldadd = $(common_libs) \
438
 
                 $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV)
439
 
 
440
 
t_protect_SOURCES = t-protect.c protect.c 
441
 
t_protect_LDADD = $(t_common_ldadd)
442
 
all: all-am
443
 
 
444
 
.SUFFIXES:
445
 
.SUFFIXES: .c .o .obj
446
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/am/cmacros.am $(am__configure_deps)
447
 
        @for dep in $?; do \
448
 
          case '$(am__configure_deps)' in \
449
 
            *$$dep*) \
450
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
451
 
                && { if test -f $@; then exit 0; else break; fi; }; \
452
 
              exit 1;; \
453
 
          esac; \
454
 
        done; \
455
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  agent/Makefile'; \
456
 
        cd $(top_srcdir) && \
457
 
          $(AUTOMAKE) --gnu  agent/Makefile
458
 
.PRECIOUS: Makefile
459
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460
 
        @case '$?' in \
461
 
          *config.status*) \
462
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
463
 
          *) \
464
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
465
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
466
 
        esac;
467
 
 
468
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
469
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
470
 
 
471
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
472
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
473
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
474
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475
 
install-binPROGRAMS: $(bin_PROGRAMS)
476
 
        @$(NORMAL_INSTALL)
477
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
478
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
479
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
480
 
          if test -f $$p \
481
 
          ; then \
482
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
483
 
           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
484
 
           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
485
 
          else :; fi; \
486
 
        done
487
 
 
488
 
uninstall-binPROGRAMS:
489
 
        @$(NORMAL_UNINSTALL)
490
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
491
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
492
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
493
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
494
 
        done
495
 
 
496
 
clean-binPROGRAMS:
497
 
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
498
 
install-libexecPROGRAMS: $(libexec_PROGRAMS)
499
 
        @$(NORMAL_INSTALL)
500
 
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
501
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
502
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
503
 
          if test -f $$p \
504
 
          ; then \
505
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
506
 
           echo " $(INSTALL_PROGRAM_ENV) $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
507
 
           $(INSTALL_PROGRAM_ENV) $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
508
 
          else :; fi; \
509
 
        done
510
 
 
511
 
uninstall-libexecPROGRAMS:
512
 
        @$(NORMAL_UNINSTALL)
513
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
514
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
515
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
516
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
517
 
        done
518
 
 
519
 
clean-libexecPROGRAMS:
520
 
        -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
521
 
 
522
 
clean-noinstPROGRAMS:
523
 
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
524
 
gpg-agent$(EXEEXT): $(gpg_agent_OBJECTS) $(gpg_agent_DEPENDENCIES) 
525
 
        @rm -f gpg-agent$(EXEEXT)
526
 
        $(gpg_agent_LINK) $(gpg_agent_OBJECTS) $(gpg_agent_LDADD) $(LIBS)
527
 
gpg-preset-passphrase$(EXEEXT): $(gpg_preset_passphrase_OBJECTS) $(gpg_preset_passphrase_DEPENDENCIES) 
528
 
        @rm -f gpg-preset-passphrase$(EXEEXT)
529
 
        $(LINK) $(gpg_preset_passphrase_OBJECTS) $(gpg_preset_passphrase_LDADD) $(LIBS)
530
 
gpg-protect-tool$(EXEEXT): $(gpg_protect_tool_OBJECTS) $(gpg_protect_tool_DEPENDENCIES) 
531
 
        @rm -f gpg-protect-tool$(EXEEXT)
532
 
        $(gpg_protect_tool_LINK) $(gpg_protect_tool_OBJECTS) $(gpg_protect_tool_LDADD) $(LIBS)
533
 
t-protect$(EXEEXT): $(t_protect_OBJECTS) $(t_protect_DEPENDENCIES) 
534
 
        @rm -f t-protect$(EXEEXT)
535
 
        $(LINK) $(t_protect_OBJECTS) $(t_protect_LDADD) $(LIBS)
536
 
 
537
 
mostlyclean-compile:
538
 
        -rm -f *.$(OBJEXT)
539
 
 
540
 
distclean-compile:
541
 
        -rm -f *.tab.c
542
 
 
543
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-cache.Po@am__quote@
544
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-call-pinentry.Po@am__quote@
545
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-call-scd.Po@am__quote@
546
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-command-ssh.Po@am__quote@
547
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-command.Po@am__quote@
548
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-divert-scd.Po@am__quote@
549
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-findkey.Po@am__quote@
550
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-genkey.Po@am__quote@
551
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-gpg-agent.Po@am__quote@
552
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-learncard.Po@am__quote@
553
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-pkdecrypt.Po@am__quote@
554
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-pksign.Po@am__quote@
555
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-protect.Po@am__quote@
556
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-trans.Po@am__quote@
557
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-trustlist.Po@am__quote@
558
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_protect_tool-minip12.Po@am__quote@
559
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_protect_tool-protect-tool.Po@am__quote@
560
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_protect_tool-protect.Po@am__quote@
561
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preset-passphrase.Po@am__quote@
562
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protect.Po@am__quote@
563
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-protect.Po@am__quote@
564
 
 
565
 
.c.o:
566
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
567
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
568
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
569
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
571
 
 
572
 
.c.obj:
573
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
574
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
575
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
576
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
577
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
578
 
 
579
 
gpg_agent-gpg-agent.o: gpg-agent.c
580
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-gpg-agent.o -MD -MP -MF $(DEPDIR)/gpg_agent-gpg-agent.Tpo -c -o gpg_agent-gpg-agent.o `test -f 'gpg-agent.c' || echo '$(srcdir)/'`gpg-agent.c
581
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-gpg-agent.Tpo $(DEPDIR)/gpg_agent-gpg-agent.Po
582
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gpg-agent.c' object='gpg_agent-gpg-agent.o' libtool=no @AMDEPBACKSLASH@
583
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
584
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-gpg-agent.o `test -f 'gpg-agent.c' || echo '$(srcdir)/'`gpg-agent.c
585
 
 
586
 
gpg_agent-gpg-agent.obj: gpg-agent.c
587
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-gpg-agent.obj -MD -MP -MF $(DEPDIR)/gpg_agent-gpg-agent.Tpo -c -o gpg_agent-gpg-agent.obj `if test -f 'gpg-agent.c'; then $(CYGPATH_W) 'gpg-agent.c'; else $(CYGPATH_W) '$(srcdir)/gpg-agent.c'; fi`
588
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-gpg-agent.Tpo $(DEPDIR)/gpg_agent-gpg-agent.Po
589
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gpg-agent.c' object='gpg_agent-gpg-agent.obj' libtool=no @AMDEPBACKSLASH@
590
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-gpg-agent.obj `if test -f 'gpg-agent.c'; then $(CYGPATH_W) 'gpg-agent.c'; else $(CYGPATH_W) '$(srcdir)/gpg-agent.c'; fi`
592
 
 
593
 
gpg_agent-command.o: command.c
594
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-command.o -MD -MP -MF $(DEPDIR)/gpg_agent-command.Tpo -c -o gpg_agent-command.o `test -f 'command.c' || echo '$(srcdir)/'`command.c
595
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-command.Tpo $(DEPDIR)/gpg_agent-command.Po
596
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='command.c' object='gpg_agent-command.o' libtool=no @AMDEPBACKSLASH@
597
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-command.o `test -f 'command.c' || echo '$(srcdir)/'`command.c
599
 
 
600
 
gpg_agent-command.obj: command.c
601
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-command.obj -MD -MP -MF $(DEPDIR)/gpg_agent-command.Tpo -c -o gpg_agent-command.obj `if test -f 'command.c'; then $(CYGPATH_W) 'command.c'; else $(CYGPATH_W) '$(srcdir)/command.c'; fi`
602
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-command.Tpo $(DEPDIR)/gpg_agent-command.Po
603
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='command.c' object='gpg_agent-command.obj' libtool=no @AMDEPBACKSLASH@
604
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-command.obj `if test -f 'command.c'; then $(CYGPATH_W) 'command.c'; else $(CYGPATH_W) '$(srcdir)/command.c'; fi`
606
 
 
607
 
gpg_agent-command-ssh.o: command-ssh.c
608
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-command-ssh.o -MD -MP -MF $(DEPDIR)/gpg_agent-command-ssh.Tpo -c -o gpg_agent-command-ssh.o `test -f 'command-ssh.c' || echo '$(srcdir)/'`command-ssh.c
609
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-command-ssh.Tpo $(DEPDIR)/gpg_agent-command-ssh.Po
610
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='command-ssh.c' object='gpg_agent-command-ssh.o' libtool=no @AMDEPBACKSLASH@
611
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-command-ssh.o `test -f 'command-ssh.c' || echo '$(srcdir)/'`command-ssh.c
613
 
 
614
 
gpg_agent-command-ssh.obj: command-ssh.c
615
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-command-ssh.obj -MD -MP -MF $(DEPDIR)/gpg_agent-command-ssh.Tpo -c -o gpg_agent-command-ssh.obj `if test -f 'command-ssh.c'; then $(CYGPATH_W) 'command-ssh.c'; else $(CYGPATH_W) '$(srcdir)/command-ssh.c'; fi`
616
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-command-ssh.Tpo $(DEPDIR)/gpg_agent-command-ssh.Po
617
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='command-ssh.c' object='gpg_agent-command-ssh.obj' libtool=no @AMDEPBACKSLASH@
618
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
619
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-command-ssh.obj `if test -f 'command-ssh.c'; then $(CYGPATH_W) 'command-ssh.c'; else $(CYGPATH_W) '$(srcdir)/command-ssh.c'; fi`
620
 
 
621
 
gpg_agent-call-pinentry.o: call-pinentry.c
622
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-call-pinentry.o -MD -MP -MF $(DEPDIR)/gpg_agent-call-pinentry.Tpo -c -o gpg_agent-call-pinentry.o `test -f 'call-pinentry.c' || echo '$(srcdir)/'`call-pinentry.c
623
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-call-pinentry.Tpo $(DEPDIR)/gpg_agent-call-pinentry.Po
624
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='call-pinentry.c' object='gpg_agent-call-pinentry.o' libtool=no @AMDEPBACKSLASH@
625
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
626
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-call-pinentry.o `test -f 'call-pinentry.c' || echo '$(srcdir)/'`call-pinentry.c
627
 
 
628
 
gpg_agent-call-pinentry.obj: call-pinentry.c
629
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-call-pinentry.obj -MD -MP -MF $(DEPDIR)/gpg_agent-call-pinentry.Tpo -c -o gpg_agent-call-pinentry.obj `if test -f 'call-pinentry.c'; then $(CYGPATH_W) 'call-pinentry.c'; else $(CYGPATH_W) '$(srcdir)/call-pinentry.c'; fi`
630
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-call-pinentry.Tpo $(DEPDIR)/gpg_agent-call-pinentry.Po
631
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='call-pinentry.c' object='gpg_agent-call-pinentry.obj' libtool=no @AMDEPBACKSLASH@
632
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-call-pinentry.obj `if test -f 'call-pinentry.c'; then $(CYGPATH_W) 'call-pinentry.c'; else $(CYGPATH_W) '$(srcdir)/call-pinentry.c'; fi`
634
 
 
635
 
gpg_agent-cache.o: cache.c
636
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-cache.o -MD -MP -MF $(DEPDIR)/gpg_agent-cache.Tpo -c -o gpg_agent-cache.o `test -f 'cache.c' || echo '$(srcdir)/'`cache.c
637
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-cache.Tpo $(DEPDIR)/gpg_agent-cache.Po
638
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cache.c' object='gpg_agent-cache.o' libtool=no @AMDEPBACKSLASH@
639
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
640
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-cache.o `test -f 'cache.c' || echo '$(srcdir)/'`cache.c
641
 
 
642
 
gpg_agent-cache.obj: cache.c
643
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-cache.obj -MD -MP -MF $(DEPDIR)/gpg_agent-cache.Tpo -c -o gpg_agent-cache.obj `if test -f 'cache.c'; then $(CYGPATH_W) 'cache.c'; else $(CYGPATH_W) '$(srcdir)/cache.c'; fi`
644
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-cache.Tpo $(DEPDIR)/gpg_agent-cache.Po
645
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cache.c' object='gpg_agent-cache.obj' libtool=no @AMDEPBACKSLASH@
646
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-cache.obj `if test -f 'cache.c'; then $(CYGPATH_W) 'cache.c'; else $(CYGPATH_W) '$(srcdir)/cache.c'; fi`
648
 
 
649
 
gpg_agent-trans.o: trans.c
650
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-trans.o -MD -MP -MF $(DEPDIR)/gpg_agent-trans.Tpo -c -o gpg_agent-trans.o `test -f 'trans.c' || echo '$(srcdir)/'`trans.c
651
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-trans.Tpo $(DEPDIR)/gpg_agent-trans.Po
652
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='trans.c' object='gpg_agent-trans.o' libtool=no @AMDEPBACKSLASH@
653
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-trans.o `test -f 'trans.c' || echo '$(srcdir)/'`trans.c
655
 
 
656
 
gpg_agent-trans.obj: trans.c
657
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-trans.obj -MD -MP -MF $(DEPDIR)/gpg_agent-trans.Tpo -c -o gpg_agent-trans.obj `if test -f 'trans.c'; then $(CYGPATH_W) 'trans.c'; else $(CYGPATH_W) '$(srcdir)/trans.c'; fi`
658
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-trans.Tpo $(DEPDIR)/gpg_agent-trans.Po
659
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='trans.c' object='gpg_agent-trans.obj' libtool=no @AMDEPBACKSLASH@
660
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
661
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-trans.obj `if test -f 'trans.c'; then $(CYGPATH_W) 'trans.c'; else $(CYGPATH_W) '$(srcdir)/trans.c'; fi`
662
 
 
663
 
gpg_agent-findkey.o: findkey.c
664
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-findkey.o -MD -MP -MF $(DEPDIR)/gpg_agent-findkey.Tpo -c -o gpg_agent-findkey.o `test -f 'findkey.c' || echo '$(srcdir)/'`findkey.c
665
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-findkey.Tpo $(DEPDIR)/gpg_agent-findkey.Po
666
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='findkey.c' object='gpg_agent-findkey.o' libtool=no @AMDEPBACKSLASH@
667
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
668
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-findkey.o `test -f 'findkey.c' || echo '$(srcdir)/'`findkey.c
669
 
 
670
 
gpg_agent-findkey.obj: findkey.c
671
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-findkey.obj -MD -MP -MF $(DEPDIR)/gpg_agent-findkey.Tpo -c -o gpg_agent-findkey.obj `if test -f 'findkey.c'; then $(CYGPATH_W) 'findkey.c'; else $(CYGPATH_W) '$(srcdir)/findkey.c'; fi`
672
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-findkey.Tpo $(DEPDIR)/gpg_agent-findkey.Po
673
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='findkey.c' object='gpg_agent-findkey.obj' libtool=no @AMDEPBACKSLASH@
674
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
675
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-findkey.obj `if test -f 'findkey.c'; then $(CYGPATH_W) 'findkey.c'; else $(CYGPATH_W) '$(srcdir)/findkey.c'; fi`
676
 
 
677
 
gpg_agent-pksign.o: pksign.c
678
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-pksign.o -MD -MP -MF $(DEPDIR)/gpg_agent-pksign.Tpo -c -o gpg_agent-pksign.o `test -f 'pksign.c' || echo '$(srcdir)/'`pksign.c
679
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-pksign.Tpo $(DEPDIR)/gpg_agent-pksign.Po
680
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pksign.c' object='gpg_agent-pksign.o' libtool=no @AMDEPBACKSLASH@
681
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
682
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-pksign.o `test -f 'pksign.c' || echo '$(srcdir)/'`pksign.c
683
 
 
684
 
gpg_agent-pksign.obj: pksign.c
685
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-pksign.obj -MD -MP -MF $(DEPDIR)/gpg_agent-pksign.Tpo -c -o gpg_agent-pksign.obj `if test -f 'pksign.c'; then $(CYGPATH_W) 'pksign.c'; else $(CYGPATH_W) '$(srcdir)/pksign.c'; fi`
686
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-pksign.Tpo $(DEPDIR)/gpg_agent-pksign.Po
687
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pksign.c' object='gpg_agent-pksign.obj' libtool=no @AMDEPBACKSLASH@
688
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
689
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-pksign.obj `if test -f 'pksign.c'; then $(CYGPATH_W) 'pksign.c'; else $(CYGPATH_W) '$(srcdir)/pksign.c'; fi`
690
 
 
691
 
gpg_agent-pkdecrypt.o: pkdecrypt.c
692
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-pkdecrypt.o -MD -MP -MF $(DEPDIR)/gpg_agent-pkdecrypt.Tpo -c -o gpg_agent-pkdecrypt.o `test -f 'pkdecrypt.c' || echo '$(srcdir)/'`pkdecrypt.c
693
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-pkdecrypt.Tpo $(DEPDIR)/gpg_agent-pkdecrypt.Po
694
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pkdecrypt.c' object='gpg_agent-pkdecrypt.o' libtool=no @AMDEPBACKSLASH@
695
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
696
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-pkdecrypt.o `test -f 'pkdecrypt.c' || echo '$(srcdir)/'`pkdecrypt.c
697
 
 
698
 
gpg_agent-pkdecrypt.obj: pkdecrypt.c
699
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-pkdecrypt.obj -MD -MP -MF $(DEPDIR)/gpg_agent-pkdecrypt.Tpo -c -o gpg_agent-pkdecrypt.obj `if test -f 'pkdecrypt.c'; then $(CYGPATH_W) 'pkdecrypt.c'; else $(CYGPATH_W) '$(srcdir)/pkdecrypt.c'; fi`
700
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-pkdecrypt.Tpo $(DEPDIR)/gpg_agent-pkdecrypt.Po
701
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='pkdecrypt.c' object='gpg_agent-pkdecrypt.obj' libtool=no @AMDEPBACKSLASH@
702
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
703
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-pkdecrypt.obj `if test -f 'pkdecrypt.c'; then $(CYGPATH_W) 'pkdecrypt.c'; else $(CYGPATH_W) '$(srcdir)/pkdecrypt.c'; fi`
704
 
 
705
 
gpg_agent-genkey.o: genkey.c
706
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-genkey.o -MD -MP -MF $(DEPDIR)/gpg_agent-genkey.Tpo -c -o gpg_agent-genkey.o `test -f 'genkey.c' || echo '$(srcdir)/'`genkey.c
707
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-genkey.Tpo $(DEPDIR)/gpg_agent-genkey.Po
708
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='genkey.c' object='gpg_agent-genkey.o' libtool=no @AMDEPBACKSLASH@
709
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
710
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-genkey.o `test -f 'genkey.c' || echo '$(srcdir)/'`genkey.c
711
 
 
712
 
gpg_agent-genkey.obj: genkey.c
713
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-genkey.obj -MD -MP -MF $(DEPDIR)/gpg_agent-genkey.Tpo -c -o gpg_agent-genkey.obj `if test -f 'genkey.c'; then $(CYGPATH_W) 'genkey.c'; else $(CYGPATH_W) '$(srcdir)/genkey.c'; fi`
714
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-genkey.Tpo $(DEPDIR)/gpg_agent-genkey.Po
715
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='genkey.c' object='gpg_agent-genkey.obj' libtool=no @AMDEPBACKSLASH@
716
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
717
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-genkey.obj `if test -f 'genkey.c'; then $(CYGPATH_W) 'genkey.c'; else $(CYGPATH_W) '$(srcdir)/genkey.c'; fi`
718
 
 
719
 
gpg_agent-protect.o: protect.c
720
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-protect.o -MD -MP -MF $(DEPDIR)/gpg_agent-protect.Tpo -c -o gpg_agent-protect.o `test -f 'protect.c' || echo '$(srcdir)/'`protect.c
721
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-protect.Tpo $(DEPDIR)/gpg_agent-protect.Po
722
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='protect.c' object='gpg_agent-protect.o' libtool=no @AMDEPBACKSLASH@
723
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
724
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-protect.o `test -f 'protect.c' || echo '$(srcdir)/'`protect.c
725
 
 
726
 
gpg_agent-protect.obj: protect.c
727
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-protect.obj -MD -MP -MF $(DEPDIR)/gpg_agent-protect.Tpo -c -o gpg_agent-protect.obj `if test -f 'protect.c'; then $(CYGPATH_W) 'protect.c'; else $(CYGPATH_W) '$(srcdir)/protect.c'; fi`
728
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-protect.Tpo $(DEPDIR)/gpg_agent-protect.Po
729
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='protect.c' object='gpg_agent-protect.obj' libtool=no @AMDEPBACKSLASH@
730
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
731
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-protect.obj `if test -f 'protect.c'; then $(CYGPATH_W) 'protect.c'; else $(CYGPATH_W) '$(srcdir)/protect.c'; fi`
732
 
 
733
 
gpg_agent-trustlist.o: trustlist.c
734
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-trustlist.o -MD -MP -MF $(DEPDIR)/gpg_agent-trustlist.Tpo -c -o gpg_agent-trustlist.o `test -f 'trustlist.c' || echo '$(srcdir)/'`trustlist.c
735
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-trustlist.Tpo $(DEPDIR)/gpg_agent-trustlist.Po
736
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='trustlist.c' object='gpg_agent-trustlist.o' libtool=no @AMDEPBACKSLASH@
737
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
738
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-trustlist.o `test -f 'trustlist.c' || echo '$(srcdir)/'`trustlist.c
739
 
 
740
 
gpg_agent-trustlist.obj: trustlist.c
741
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-trustlist.obj -MD -MP -MF $(DEPDIR)/gpg_agent-trustlist.Tpo -c -o gpg_agent-trustlist.obj `if test -f 'trustlist.c'; then $(CYGPATH_W) 'trustlist.c'; else $(CYGPATH_W) '$(srcdir)/trustlist.c'; fi`
742
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-trustlist.Tpo $(DEPDIR)/gpg_agent-trustlist.Po
743
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='trustlist.c' object='gpg_agent-trustlist.obj' libtool=no @AMDEPBACKSLASH@
744
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
745
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-trustlist.obj `if test -f 'trustlist.c'; then $(CYGPATH_W) 'trustlist.c'; else $(CYGPATH_W) '$(srcdir)/trustlist.c'; fi`
746
 
 
747
 
gpg_agent-divert-scd.o: divert-scd.c
748
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-divert-scd.o -MD -MP -MF $(DEPDIR)/gpg_agent-divert-scd.Tpo -c -o gpg_agent-divert-scd.o `test -f 'divert-scd.c' || echo '$(srcdir)/'`divert-scd.c
749
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-divert-scd.Tpo $(DEPDIR)/gpg_agent-divert-scd.Po
750
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='divert-scd.c' object='gpg_agent-divert-scd.o' libtool=no @AMDEPBACKSLASH@
751
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
752
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-divert-scd.o `test -f 'divert-scd.c' || echo '$(srcdir)/'`divert-scd.c
753
 
 
754
 
gpg_agent-divert-scd.obj: divert-scd.c
755
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-divert-scd.obj -MD -MP -MF $(DEPDIR)/gpg_agent-divert-scd.Tpo -c -o gpg_agent-divert-scd.obj `if test -f 'divert-scd.c'; then $(CYGPATH_W) 'divert-scd.c'; else $(CYGPATH_W) '$(srcdir)/divert-scd.c'; fi`
756
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-divert-scd.Tpo $(DEPDIR)/gpg_agent-divert-scd.Po
757
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='divert-scd.c' object='gpg_agent-divert-scd.obj' libtool=no @AMDEPBACKSLASH@
758
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-divert-scd.obj `if test -f 'divert-scd.c'; then $(CYGPATH_W) 'divert-scd.c'; else $(CYGPATH_W) '$(srcdir)/divert-scd.c'; fi`
760
 
 
761
 
gpg_agent-call-scd.o: call-scd.c
762
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-call-scd.o -MD -MP -MF $(DEPDIR)/gpg_agent-call-scd.Tpo -c -o gpg_agent-call-scd.o `test -f 'call-scd.c' || echo '$(srcdir)/'`call-scd.c
763
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-call-scd.Tpo $(DEPDIR)/gpg_agent-call-scd.Po
764
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='call-scd.c' object='gpg_agent-call-scd.o' libtool=no @AMDEPBACKSLASH@
765
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
766
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-call-scd.o `test -f 'call-scd.c' || echo '$(srcdir)/'`call-scd.c
767
 
 
768
 
gpg_agent-call-scd.obj: call-scd.c
769
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-call-scd.obj -MD -MP -MF $(DEPDIR)/gpg_agent-call-scd.Tpo -c -o gpg_agent-call-scd.obj `if test -f 'call-scd.c'; then $(CYGPATH_W) 'call-scd.c'; else $(CYGPATH_W) '$(srcdir)/call-scd.c'; fi`
770
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-call-scd.Tpo $(DEPDIR)/gpg_agent-call-scd.Po
771
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='call-scd.c' object='gpg_agent-call-scd.obj' libtool=no @AMDEPBACKSLASH@
772
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
773
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-call-scd.obj `if test -f 'call-scd.c'; then $(CYGPATH_W) 'call-scd.c'; else $(CYGPATH_W) '$(srcdir)/call-scd.c'; fi`
774
 
 
775
 
gpg_agent-learncard.o: learncard.c
776
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-learncard.o -MD -MP -MF $(DEPDIR)/gpg_agent-learncard.Tpo -c -o gpg_agent-learncard.o `test -f 'learncard.c' || echo '$(srcdir)/'`learncard.c
777
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-learncard.Tpo $(DEPDIR)/gpg_agent-learncard.Po
778
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='learncard.c' object='gpg_agent-learncard.o' libtool=no @AMDEPBACKSLASH@
779
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
780
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-learncard.o `test -f 'learncard.c' || echo '$(srcdir)/'`learncard.c
781
 
 
782
 
gpg_agent-learncard.obj: learncard.c
783
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-learncard.obj -MD -MP -MF $(DEPDIR)/gpg_agent-learncard.Tpo -c -o gpg_agent-learncard.obj `if test -f 'learncard.c'; then $(CYGPATH_W) 'learncard.c'; else $(CYGPATH_W) '$(srcdir)/learncard.c'; fi`
784
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_agent-learncard.Tpo $(DEPDIR)/gpg_agent-learncard.Po
785
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='learncard.c' object='gpg_agent-learncard.obj' libtool=no @AMDEPBACKSLASH@
786
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
787
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-learncard.obj `if test -f 'learncard.c'; then $(CYGPATH_W) 'learncard.c'; else $(CYGPATH_W) '$(srcdir)/learncard.c'; fi`
788
 
 
789
 
gpg_protect_tool-protect-tool.o: protect-tool.c
790
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -MT gpg_protect_tool-protect-tool.o -MD -MP -MF $(DEPDIR)/gpg_protect_tool-protect-tool.Tpo -c -o gpg_protect_tool-protect-tool.o `test -f 'protect-tool.c' || echo '$(srcdir)/'`protect-tool.c
791
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_protect_tool-protect-tool.Tpo $(DEPDIR)/gpg_protect_tool-protect-tool.Po
792
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='protect-tool.c' object='gpg_protect_tool-protect-tool.o' libtool=no @AMDEPBACKSLASH@
793
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
794
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -c -o gpg_protect_tool-protect-tool.o `test -f 'protect-tool.c' || echo '$(srcdir)/'`protect-tool.c
795
 
 
796
 
gpg_protect_tool-protect-tool.obj: protect-tool.c
797
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -MT gpg_protect_tool-protect-tool.obj -MD -MP -MF $(DEPDIR)/gpg_protect_tool-protect-tool.Tpo -c -o gpg_protect_tool-protect-tool.obj `if test -f 'protect-tool.c'; then $(CYGPATH_W) 'protect-tool.c'; else $(CYGPATH_W) '$(srcdir)/protect-tool.c'; fi`
798
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_protect_tool-protect-tool.Tpo $(DEPDIR)/gpg_protect_tool-protect-tool.Po
799
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='protect-tool.c' object='gpg_protect_tool-protect-tool.obj' libtool=no @AMDEPBACKSLASH@
800
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
801
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -c -o gpg_protect_tool-protect-tool.obj `if test -f 'protect-tool.c'; then $(CYGPATH_W) 'protect-tool.c'; else $(CYGPATH_W) '$(srcdir)/protect-tool.c'; fi`
802
 
 
803
 
gpg_protect_tool-protect.o: protect.c
804
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -MT gpg_protect_tool-protect.o -MD -MP -MF $(DEPDIR)/gpg_protect_tool-protect.Tpo -c -o gpg_protect_tool-protect.o `test -f 'protect.c' || echo '$(srcdir)/'`protect.c
805
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_protect_tool-protect.Tpo $(DEPDIR)/gpg_protect_tool-protect.Po
806
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='protect.c' object='gpg_protect_tool-protect.o' libtool=no @AMDEPBACKSLASH@
807
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
808
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -c -o gpg_protect_tool-protect.o `test -f 'protect.c' || echo '$(srcdir)/'`protect.c
809
 
 
810
 
gpg_protect_tool-protect.obj: protect.c
811
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -MT gpg_protect_tool-protect.obj -MD -MP -MF $(DEPDIR)/gpg_protect_tool-protect.Tpo -c -o gpg_protect_tool-protect.obj `if test -f 'protect.c'; then $(CYGPATH_W) 'protect.c'; else $(CYGPATH_W) '$(srcdir)/protect.c'; fi`
812
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_protect_tool-protect.Tpo $(DEPDIR)/gpg_protect_tool-protect.Po
813
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='protect.c' object='gpg_protect_tool-protect.obj' libtool=no @AMDEPBACKSLASH@
814
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
815
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -c -o gpg_protect_tool-protect.obj `if test -f 'protect.c'; then $(CYGPATH_W) 'protect.c'; else $(CYGPATH_W) '$(srcdir)/protect.c'; fi`
816
 
 
817
 
gpg_protect_tool-minip12.o: minip12.c
818
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -MT gpg_protect_tool-minip12.o -MD -MP -MF $(DEPDIR)/gpg_protect_tool-minip12.Tpo -c -o gpg_protect_tool-minip12.o `test -f 'minip12.c' || echo '$(srcdir)/'`minip12.c
819
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_protect_tool-minip12.Tpo $(DEPDIR)/gpg_protect_tool-minip12.Po
820
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='minip12.c' object='gpg_protect_tool-minip12.o' libtool=no @AMDEPBACKSLASH@
821
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
822
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -c -o gpg_protect_tool-minip12.o `test -f 'minip12.c' || echo '$(srcdir)/'`minip12.c
823
 
 
824
 
gpg_protect_tool-minip12.obj: minip12.c
825
 
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -MT gpg_protect_tool-minip12.obj -MD -MP -MF $(DEPDIR)/gpg_protect_tool-minip12.Tpo -c -o gpg_protect_tool-minip12.obj `if test -f 'minip12.c'; then $(CYGPATH_W) 'minip12.c'; else $(CYGPATH_W) '$(srcdir)/minip12.c'; fi`
826
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/gpg_protect_tool-minip12.Tpo $(DEPDIR)/gpg_protect_tool-minip12.Po
827
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='minip12.c' object='gpg_protect_tool-minip12.obj' libtool=no @AMDEPBACKSLASH@
828
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
829
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -c -o gpg_protect_tool-minip12.obj `if test -f 'minip12.c'; then $(CYGPATH_W) 'minip12.c'; else $(CYGPATH_W) '$(srcdir)/minip12.c'; fi`
830
 
 
831
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
832
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
833
 
        unique=`for i in $$list; do \
834
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
835
 
          done | \
836
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
837
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
838
 
        mkid -fID $$unique
839
 
tags: TAGS
840
 
 
841
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
842
 
                $(TAGS_FILES) $(LISP)
843
 
        tags=; \
844
 
        here=`pwd`; \
845
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
846
 
        unique=`for i in $$list; do \
847
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
848
 
          done | \
849
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
850
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
851
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
852
 
          test -n "$$unique" || unique=$$empty_fix; \
853
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
854
 
            $$tags $$unique; \
855
 
        fi
856
 
ctags: CTAGS
857
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
858
 
                $(TAGS_FILES) $(LISP)
859
 
        tags=; \
860
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
861
 
        unique=`for i in $$list; do \
862
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
863
 
          done | \
864
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
865
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
866
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
867
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
868
 
             $$tags $$unique
869
 
 
870
 
GTAGS:
871
 
        here=`$(am__cd) $(top_builddir) && pwd` \
872
 
          && cd $(top_srcdir) \
873
 
          && gtags -i $(GTAGS_ARGS) $$here
874
 
 
875
 
distclean-tags:
876
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
877
 
 
878
 
check-TESTS: $(TESTS)
879
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
880
 
        srcdir=$(srcdir); export srcdir; \
881
 
        list=' $(TESTS) '; \
882
 
        if test -n "$$list"; then \
883
 
          for tst in $$list; do \
884
 
            if test -f ./$$tst; then dir=./; \
885
 
            elif test -f $$tst; then dir=; \
886
 
            else dir="$(srcdir)/"; fi; \
887
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
888
 
              all=`expr $$all + 1`; \
889
 
              case " $(XFAIL_TESTS) " in \
890
 
              *[\ \     ]$$tst[\ \      ]*) \
891
 
                xpass=`expr $$xpass + 1`; \
892
 
                failed=`expr $$failed + 1`; \
893
 
                echo "XPASS: $$tst"; \
894
 
              ;; \
895
 
              *) \
896
 
                echo "PASS: $$tst"; \
897
 
              ;; \
898
 
              esac; \
899
 
            elif test $$? -ne 77; then \
900
 
              all=`expr $$all + 1`; \
901
 
              case " $(XFAIL_TESTS) " in \
902
 
              *[\ \     ]$$tst[\ \      ]*) \
903
 
                xfail=`expr $$xfail + 1`; \
904
 
                echo "XFAIL: $$tst"; \
905
 
              ;; \
906
 
              *) \
907
 
                failed=`expr $$failed + 1`; \
908
 
                echo "FAIL: $$tst"; \
909
 
              ;; \
910
 
              esac; \
911
 
            else \
912
 
              skip=`expr $$skip + 1`; \
913
 
              echo "SKIP: $$tst"; \
914
 
            fi; \
915
 
          done; \
916
 
          if test "$$all" -eq 1; then \
917
 
            tests="test"; \
918
 
            All=""; \
919
 
          else \
920
 
            tests="tests"; \
921
 
            All="All "; \
922
 
          fi; \
923
 
          if test "$$failed" -eq 0; then \
924
 
            if test "$$xfail" -eq 0; then \
925
 
              banner="$$All$$all $$tests passed"; \
926
 
            else \
927
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
928
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
929
 
            fi; \
930
 
          else \
931
 
            if test "$$xpass" -eq 0; then \
932
 
              banner="$$failed of $$all $$tests failed"; \
933
 
            else \
934
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
935
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
936
 
            fi; \
937
 
          fi; \
938
 
          dashes="$$banner"; \
939
 
          skipped=""; \
940
 
          if test "$$skip" -ne 0; then \
941
 
            if test "$$skip" -eq 1; then \
942
 
              skipped="($$skip test was not run)"; \
943
 
            else \
944
 
              skipped="($$skip tests were not run)"; \
945
 
            fi; \
946
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
947
 
              dashes="$$skipped"; \
948
 
          fi; \
949
 
          report=""; \
950
 
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
951
 
            report="Please report to $(PACKAGE_BUGREPORT)"; \
952
 
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
953
 
              dashes="$$report"; \
954
 
          fi; \
955
 
          dashes=`echo "$$dashes" | sed s/./=/g`; \
956
 
          echo "$$dashes"; \
957
 
          echo "$$banner"; \
958
 
          test -z "$$skipped" || echo "$$skipped"; \
959
 
          test -z "$$report" || echo "$$report"; \
960
 
          echo "$$dashes"; \
961
 
          test "$$failed" -eq 0; \
962
 
        else :; fi
963
 
 
964
 
distdir: $(DISTFILES)
965
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
966
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
967
 
        list='$(DISTFILES)'; \
968
 
          dist_files=`for file in $$list; do echo $$file; done | \
969
 
          sed -e "s|^$$srcdirstrip/||;t" \
970
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
971
 
        case $$dist_files in \
972
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
973
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
974
 
                           sort -u` ;; \
975
 
        esac; \
976
 
        for file in $$dist_files; do \
977
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
978
 
          if test -d $$d/$$file; then \
979
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
980
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
981
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
982
 
            fi; \
983
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
984
 
          else \
985
 
            test -f $(distdir)/$$file \
986
 
            || cp -p $$d/$$file $(distdir)/$$file \
987
 
            || exit 1; \
988
 
          fi; \
989
 
        done
990
 
check-am: all-am
991
 
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
992
 
check: check-am
993
 
all-am: Makefile $(PROGRAMS)
994
 
installdirs:
995
 
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)"; do \
996
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
997
 
        done
998
 
install: install-am
999
 
install-exec: install-exec-am
1000
 
install-data: install-data-am
1001
 
uninstall: uninstall-am
1002
 
 
1003
 
install-am: all-am
1004
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1005
 
 
1006
 
installcheck: installcheck-am
1007
 
install-strip:
1008
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1009
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1010
 
          `test -z '$(STRIP)' || \
1011
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1012
 
mostlyclean-generic:
1013
 
 
1014
 
clean-generic:
1015
 
 
1016
 
distclean-generic:
1017
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1018
 
 
1019
 
maintainer-clean-generic:
1020
 
        @echo "This command is intended for maintainers to use"
1021
 
        @echo "it deletes files that may require special tools to rebuild."
1022
 
clean: clean-am
1023
 
 
1024
 
clean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1025
 
        clean-noinstPROGRAMS mostlyclean-am
1026
 
 
1027
 
distclean: distclean-am
1028
 
        -rm -rf ./$(DEPDIR)
1029
 
        -rm -f Makefile
1030
 
distclean-am: clean-am distclean-compile distclean-generic \
1031
 
        distclean-tags
1032
 
 
1033
 
dvi: dvi-am
1034
 
 
1035
 
dvi-am:
1036
 
 
1037
 
html: html-am
1038
 
 
1039
 
info: info-am
1040
 
 
1041
 
info-am:
1042
 
 
1043
 
install-data-am:
1044
 
 
1045
 
install-dvi: install-dvi-am
1046
 
 
1047
 
install-exec-am: install-binPROGRAMS install-libexecPROGRAMS
1048
 
 
1049
 
install-html: install-html-am
1050
 
 
1051
 
install-info: install-info-am
1052
 
 
1053
 
install-man:
1054
 
 
1055
 
install-pdf: install-pdf-am
1056
 
 
1057
 
install-ps: install-ps-am
1058
 
 
1059
 
installcheck-am:
1060
 
 
1061
 
maintainer-clean: maintainer-clean-am
1062
 
        -rm -rf ./$(DEPDIR)
1063
 
        -rm -f Makefile
1064
 
maintainer-clean-am: distclean-am maintainer-clean-generic
1065
 
 
1066
 
mostlyclean: mostlyclean-am
1067
 
 
1068
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic
1069
 
 
1070
 
pdf: pdf-am
1071
 
 
1072
 
pdf-am:
1073
 
 
1074
 
ps: ps-am
1075
 
 
1076
 
ps-am:
1077
 
 
1078
 
uninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS
1079
 
 
1080
 
.MAKE: install-am install-strip
1081
 
 
1082
 
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
1083
 
        clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1084
 
        clean-noinstPROGRAMS ctags distclean distclean-compile \
1085
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
1086
 
        html-am info info-am install install-am install-binPROGRAMS \
1087
 
        install-data install-data-am install-dvi install-dvi-am \
1088
 
        install-exec install-exec-am install-html install-html-am \
1089
 
        install-info install-info-am install-libexecPROGRAMS \
1090
 
        install-man install-pdf install-pdf-am install-ps \
1091
 
        install-ps-am install-strip installcheck installcheck-am \
1092
 
        installdirs maintainer-clean maintainer-clean-generic \
1093
 
        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1094
 
        ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
1095
 
        uninstall-libexecPROGRAMS
1096
 
 
1097
 
 
1098
 
# Make sure that all libs are build before we use them.  This is
1099
 
# important for things like make -j2.
1100
 
$(PROGRAMS): $(common_libs) $(commonpth_libs) $(pwquery_libs)
1101
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1102
 
# Otherwise a system limit (for SysV at least) may be exceeded.
1103
 
.NOEXPORT: