chiark / gitweb /
dimrngr: Avoid need for hkp housekeeping.
[gnupg2.git] / agent / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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 <https://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 <https://www.gnu.org/licenses/>.
51
52 VPATH = @srcdir@
53 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
54 am__make_running_with_option = \
55   case $${target_option-} in \
56       ?) ;; \
57       *) echo "am__make_running_with_option: internal error: invalid" \
58               "target option '$${target_option-}' specified" >&2; \
59          exit 1;; \
60   esac; \
61   has_opt=no; \
62   sane_makeflags=$$MAKEFLAGS; \
63   if $(am__is_gnu_make); then \
64     sane_makeflags=$$MFLAGS; \
65   else \
66     case $$MAKEFLAGS in \
67       *\\[\ \   ]*) \
68         bs=\\; \
69         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
70           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
71     esac; \
72   fi; \
73   skip_next=no; \
74   strip_trailopt () \
75   { \
76     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
77   }; \
78   for flg in $$sane_makeflags; do \
79     test $$skip_next = yes && { skip_next=no; continue; }; \
80     case $$flg in \
81       *=*|--*) continue;; \
82         -*I) strip_trailopt 'I'; skip_next=yes;; \
83       -*I?*) strip_trailopt 'I';; \
84         -*O) strip_trailopt 'O'; skip_next=yes;; \
85       -*O?*) strip_trailopt 'O';; \
86         -*l) strip_trailopt 'l'; skip_next=yes;; \
87       -*l?*) strip_trailopt 'l';; \
88       -[dEDm]) skip_next=yes;; \
89       -[JT]) skip_next=yes;; \
90     esac; \
91     case $$flg in \
92       *$$target_option*) has_opt=yes; break;; \
93     esac; \
94   done; \
95   test $$has_opt = yes
96 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
97 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
98 pkgdatadir = $(datadir)/@PACKAGE@
99 pkgincludedir = $(includedir)/@PACKAGE@
100 pkglibdir = $(libdir)/@PACKAGE@
101 pkglibexecdir = $(libexecdir)/@PACKAGE@
102 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
103 install_sh_DATA = $(install_sh) -c -m 644
104 install_sh_PROGRAM = $(install_sh) -c
105 install_sh_SCRIPT = $(install_sh) -c
106 INSTALL_HEADER = $(INSTALL_DATA)
107 transform = $(program_transform_name)
108 NORMAL_INSTALL = :
109 PRE_INSTALL = :
110 POST_INSTALL = :
111 NORMAL_UNINSTALL = :
112 PRE_UNINSTALL = :
113 POST_UNINSTALL = :
114 build_triplet = @build@
115 host_triplet = @host@
116 bin_PROGRAMS = gpg-agent$(EXEEXT)
117 libexec_PROGRAMS = gpg-protect-tool$(EXEEXT) $(am__EXEEXT_1)
118 # fixme: Do no use simple-pwquery for preset-passphrase.
119 @HAVE_W32CE_SYSTEM_FALSE@am__append_1 = gpg-preset-passphrase
120 noinst_PROGRAMS = $(am__EXEEXT_2)
121 DIST_COMMON = $(top_srcdir)/am/cmacros.am $(srcdir)/Makefile.in \
122         $(srcdir)/Makefile.am $(top_srcdir)/build-aux/mkinstalldirs \
123         $(top_srcdir)/build-aux/depcomp
124 @HAVE_DOSISH_SYSTEM_FALSE@am__append_2 = -DGNUPG_BINDIR="\"$(bindir)\""            \
125 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBEXECDIR="\"$(libexecdir)\""    \
126 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LIBDIR="\"$(libdir)/@PACKAGE@\""  \
127 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_DATADIR="\"$(datadir)/@PACKAGE@\"" \
128 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_SYSCONFDIR="\"$(sysconfdir)/@PACKAGE@\"" \
129 @HAVE_DOSISH_SYSTEM_FALSE@               -DGNUPG_LOCALSTATEDIR="\"$(localstatedir)\""
130
131
132 # If a specific protect tool program has been defined, pass its name
133 # to cc.  Note that these macros should not be used directly but via
134 # the gnupg_module_name function.
135 @GNUPG_AGENT_PGM_TRUE@am__append_3 = -DGNUPG_DEFAULT_AGENT="\"@GNUPG_AGENT_PGM@\""
136 @GNUPG_PINENTRY_PGM_TRUE@am__append_4 = -DGNUPG_DEFAULT_PINENTRY="\"@GNUPG_PINENTRY_PGM@\""
137 @GNUPG_SCDAEMON_PGM_TRUE@am__append_5 = -DGNUPG_DEFAULT_SCDAEMON="\"@GNUPG_SCDAEMON_PGM@\""
138 @GNUPG_DIRMNGR_PGM_TRUE@am__append_6 = -DGNUPG_DEFAULT_DIRMNGR="\"@GNUPG_DIRMNGR_PGM@\""
139 @GNUPG_PROTECT_TOOL_PGM_TRUE@am__append_7 = -DGNUPG_DEFAULT_PROTECT_TOOL="\"@GNUPG_PROTECT_TOOL_PGM@\""
140 @GNUPG_DIRMNGR_LDAP_PGM_TRUE@am__append_8 = -DGNUPG_DEFAULT_DIRMNGR_LDAP="\"@GNUPG_DIRMNGR_LDAP_PGM@\""
141 @HAVE_W32_SYSTEM_TRUE@am__append_9 = gpg-agent-w32info.o
142 TESTS = t-protect$(EXEEXT)
143 subdir = agent
144 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
145 am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
146         $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
147         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
148         $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/ksba.m4 \
149         $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/ldap.m4 \
150         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
151         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libassuan.m4 \
152         $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/nls.m4 \
153         $(top_srcdir)/m4/npth.m4 $(top_srcdir)/m4/ntbtls.m4 \
154         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
155         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
156         $(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
157         $(top_srcdir)/m4/tar-ustar.m4 $(top_srcdir)/acinclude.m4 \
158         $(top_srcdir)/configure.ac
159 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
160         $(ACLOCAL_M4)
161 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
162 CONFIG_HEADER = $(top_builddir)/config.h
163 CONFIG_CLEAN_FILES =
164 CONFIG_CLEAN_VPATH_FILES =
165 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)"
166 @HAVE_W32CE_SYSTEM_FALSE@am__EXEEXT_1 =  \
167 @HAVE_W32CE_SYSTEM_FALSE@       gpg-preset-passphrase$(EXEEXT)
168 am__EXEEXT_2 = t-protect$(EXEEXT)
169 PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(noinst_PROGRAMS)
170 am_gpg_agent_OBJECTS = gpg_agent-gpg-agent.$(OBJEXT) \
171         gpg_agent-command.$(OBJEXT) gpg_agent-command-ssh.$(OBJEXT) \
172         gpg_agent-call-pinentry.$(OBJEXT) gpg_agent-cache.$(OBJEXT) \
173         gpg_agent-trans.$(OBJEXT) gpg_agent-findkey.$(OBJEXT) \
174         gpg_agent-pksign.$(OBJEXT) gpg_agent-pkdecrypt.$(OBJEXT) \
175         gpg_agent-genkey.$(OBJEXT) gpg_agent-protect.$(OBJEXT) \
176         gpg_agent-trustlist.$(OBJEXT) gpg_agent-divert-scd.$(OBJEXT) \
177         gpg_agent-cvt-openpgp.$(OBJEXT) gpg_agent-call-scd.$(OBJEXT) \
178         gpg_agent-learncard.$(OBJEXT)
179 gpg_agent_OBJECTS = $(am_gpg_agent_OBJECTS)
180 am__DEPENDENCIES_1 =
181 gpg_agent_LINK = $(CCLD) $(gpg_agent_CFLAGS) $(CFLAGS) \
182         $(gpg_agent_LDFLAGS) $(LDFLAGS) -o $@
183 am_gpg_preset_passphrase_OBJECTS = preset-passphrase.$(OBJEXT)
184 gpg_preset_passphrase_OBJECTS = $(am_gpg_preset_passphrase_OBJECTS)
185 @HAVE_W32CE_SYSTEM_FALSE@am__DEPENDENCIES_2 =  \
186 @HAVE_W32CE_SYSTEM_FALSE@       ../common/libsimple-pwquery.a
187 gpg_preset_passphrase_DEPENDENCIES = $(am__DEPENDENCIES_2) \
188         $(common_libs) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
189         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
190         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
191 am_gpg_protect_tool_OBJECTS = gpg_protect_tool-protect-tool.$(OBJEXT) \
192         gpg_protect_tool-protect.$(OBJEXT) \
193         gpg_protect_tool-cvt-openpgp.$(OBJEXT)
194 gpg_protect_tool_OBJECTS = $(am_gpg_protect_tool_OBJECTS)
195 gpg_protect_tool_DEPENDENCIES = $(common_libs) $(am__DEPENDENCIES_1) \
196         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
197         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
198         $(am__DEPENDENCIES_1)
199 gpg_protect_tool_LINK = $(CCLD) $(gpg_protect_tool_CFLAGS) $(CFLAGS) \
200         $(AM_LDFLAGS) $(LDFLAGS) -o $@
201 am_t_protect_OBJECTS = t-protect.$(OBJEXT) protect.$(OBJEXT)
202 t_protect_OBJECTS = $(am_t_protect_OBJECTS)
203 am__DEPENDENCIES_3 = $(common_libs) $(am__DEPENDENCIES_1) \
204         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
205         $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
206 t_protect_DEPENDENCIES = $(am__DEPENDENCIES_3)
207 AM_V_P = $(am__v_P_@AM_V@)
208 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
209 am__v_P_0 = false
210 am__v_P_1 = :
211 AM_V_GEN = $(am__v_GEN_@AM_V@)
212 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
213 am__v_GEN_0 = @echo "  GEN     " $@;
214 am__v_GEN_1 = 
215 AM_V_at = $(am__v_at_@AM_V@)
216 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
217 am__v_at_0 = @
218 am__v_at_1 = 
219 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
220 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
221 am__depfiles_maybe = depfiles
222 am__mv = mv -f
223 AM_V_lt = $(am__v_lt_@AM_V@)
224 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
225 am__v_lt_0 = --silent
226 am__v_lt_1 = 
227 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
228         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
229 AM_V_CC = $(am__v_CC_@AM_V@)
230 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
231 am__v_CC_0 = @echo "  CC      " $@;
232 am__v_CC_1 = 
233 CCLD = $(CC)
234 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
235 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
236 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
237 am__v_CCLD_0 = @echo "  CCLD    " $@;
238 am__v_CCLD_1 = 
239 SOURCES = $(gpg_agent_SOURCES) $(gpg_preset_passphrase_SOURCES) \
240         $(gpg_protect_tool_SOURCES) $(t_protect_SOURCES)
241 DIST_SOURCES = $(gpg_agent_SOURCES) $(gpg_preset_passphrase_SOURCES) \
242         $(gpg_protect_tool_SOURCES) $(t_protect_SOURCES)
243 am__can_run_installinfo = \
244   case $$AM_UPDATE_INFO_DIR in \
245     n|no|NO) false;; \
246     *) (install-info --version) >/dev/null 2>&1;; \
247   esac
248 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
249 # Read a list of newline-separated strings from the standard input,
250 # and print each of them once, without duplicates.  Input order is
251 # *not* preserved.
252 am__uniquify_input = $(AWK) '\
253   BEGIN { nonempty = 0; } \
254   { items[$$0] = 1; nonempty = 1; } \
255   END { if (nonempty) { for (i in items) print i; }; } \
256 '
257 # Make sure the list of sources is unique.  This is necessary because,
258 # e.g., the same source file might be shared among _SOURCES variables
259 # for different programs/libraries.
260 am__define_uniq_tagged_files = \
261   list='$(am__tagged_files)'; \
262   unique=`for i in $$list; do \
263     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264   done | $(am__uniquify_input)`
265 ETAGS = etags
266 CTAGS = ctags
267 am__tty_colors_dummy = \
268   mgn= red= grn= lgn= blu= brg= std=; \
269   am__color_tests=no
270 am__tty_colors = { \
271   $(am__tty_colors_dummy); \
272   if test "X$(AM_COLOR_TESTS)" = Xno; then \
273     am__color_tests=no; \
274   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
275     am__color_tests=yes; \
276   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
277     am__color_tests=yes; \
278   fi; \
279   if test $$am__color_tests = yes; then \
280     red='\e[0;31m'; \
281     grn='\e[0;32m'; \
282     lgn='\e[1;32m'; \
283     blu='\e[1;34m'; \
284     mgn='\e[0;35m'; \
285     brg='\e[1m'; \
286     std='\e[m'; \
287   fi; \
288 }
289 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
290 ACLOCAL = @ACLOCAL@
291 AMTAR = @AMTAR@
292 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
293 AR = @AR@
294 AUTOCONF = @AUTOCONF@
295 AUTOHEADER = @AUTOHEADER@
296 AUTOMAKE = @AUTOMAKE@
297 AWK = @AWK@
298 BUILD_FILEVERSION = @BUILD_FILEVERSION@
299 BUILD_HOSTNAME = @BUILD_HOSTNAME@
300 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
301 BUILD_REVISION = @BUILD_REVISION@
302 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
303 BUILD_VERSION = @BUILD_VERSION@
304 CC = @CC@
305 CCDEPMODE = @CCDEPMODE@
306 CC_FOR_BUILD = @CC_FOR_BUILD@
307 CFLAGS = @CFLAGS@
308 CPP = @CPP@
309 CPPFLAGS = @CPPFLAGS@
310 CYGPATH_W = @CYGPATH_W@
311 DEFS = @DEFS@
312 DEPDIR = @DEPDIR@
313 DL_LIBS = @DL_LIBS@
314 DNSLIBS = @DNSLIBS@
315 ECHO_C = @ECHO_C@
316 ECHO_N = @ECHO_N@
317 ECHO_T = @ECHO_T@
318 EGREP = @EGREP@
319 ENCFS = @ENCFS@
320 EXEEXT = @EXEEXT@
321 FUSERMOUNT = @FUSERMOUNT@
322 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
323 GMSGFMT = @GMSGFMT@
324 GMSGFMT_015 = @GMSGFMT_015@
325 GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
326 GNUPG_DIRMNGR_LDAP_PGM = @GNUPG_DIRMNGR_LDAP_PGM@
327 GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
328 GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
329 GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
330 GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
331 GPGKEYS_LDAP = @GPGKEYS_LDAP@
332 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
333 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
334 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
335 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
336 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
337 GREP = @GREP@
338 INSTALL = @INSTALL@
339 INSTALL_DATA = @INSTALL_DATA@
340 INSTALL_PROGRAM = @INSTALL_PROGRAM@
341 INSTALL_SCRIPT = @INSTALL_SCRIPT@
342 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
343 INTLLIBS = @INTLLIBS@
344 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
345 KSBA_CFLAGS = @KSBA_CFLAGS@
346 KSBA_CONFIG = @KSBA_CONFIG@
347 KSBA_LIBS = @KSBA_LIBS@
348 LBER_LIBS = @LBER_LIBS@
349 LDAPLIBS = @LDAPLIBS@
350 LDAP_CPPFLAGS = @LDAP_CPPFLAGS@
351 LDFLAGS = @LDFLAGS@
352 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
353 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
354 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
355 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
356 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
357 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
358 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
359 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
360 LIBICONV = @LIBICONV@
361 LIBINTL = @LIBINTL@
362 LIBOBJS = @LIBOBJS@
363 LIBREADLINE = @LIBREADLINE@
364 LIBS = @LIBS@
365 LIBUSB_CPPFLAGS = @LIBUSB_CPPFLAGS@
366 LIBUSB_LIBS = @LIBUSB_LIBS@
367 LIBUTIL_LIBS = @LIBUTIL_LIBS@
368 LN_S = @LN_S@
369 LTLIBICONV = @LTLIBICONV@
370 LTLIBINTL = @LTLIBINTL@
371 LTLIBOBJS = @LTLIBOBJS@
372 MAINT = @MAINT@
373 MAKEINFO = @MAKEINFO@
374 MKDIR_P = @MKDIR_P@
375 MSGFMT = @MSGFMT@
376 MSGFMT_015 = @MSGFMT_015@
377 MSGMERGE = @MSGMERGE@
378 NETLIBS = @NETLIBS@
379 NPTH_CFLAGS = @NPTH_CFLAGS@
380 NPTH_CONFIG = @NPTH_CONFIG@
381 NPTH_LIBS = @NPTH_LIBS@
382 NTBTLS_CFLAGS = @NTBTLS_CFLAGS@
383 NTBTLS_CONFIG = @NTBTLS_CONFIG@
384 NTBTLS_LIBS = @NTBTLS_LIBS@
385 OBJEXT = @OBJEXT@
386 PACKAGE = @PACKAGE@
387 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
388 PACKAGE_GT = @PACKAGE_GT@
389 PACKAGE_NAME = @PACKAGE_NAME@
390 PACKAGE_STRING = @PACKAGE_STRING@
391 PACKAGE_TARNAME = @PACKAGE_TARNAME@
392 PACKAGE_URL = @PACKAGE_URL@
393 PACKAGE_VERSION = @PACKAGE_VERSION@
394 PATH_SEPARATOR = @PATH_SEPARATOR@
395 PERL = @PERL@
396 PKG_CONFIG = @PKG_CONFIG@
397 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
398 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
399 POSUB = @POSUB@
400 RANLIB = @RANLIB@
401 SENDMAIL = @SENDMAIL@
402 SET_MAKE = @SET_MAKE@
403 SHELL = @SHELL@
404 SHRED = @SHRED@
405 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
406 SQLITE3_LIBS = @SQLITE3_LIBS@
407 STRIP = @STRIP@
408 SYSROOT = @SYSROOT@
409 SYS_SOCKET_H = @SYS_SOCKET_H@
410 TAR = @TAR@
411 USE_C99_CFLAGS = @USE_C99_CFLAGS@
412 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
413 USE_NLS = @USE_NLS@
414 VERSION = @VERSION@
415 W32SOCKLIBS = @W32SOCKLIBS@
416 WINDRES = @WINDRES@
417 XGETTEXT = @XGETTEXT@
418 XGETTEXT_015 = @XGETTEXT_015@
419 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
420 ZLIBS = @ZLIBS@
421 abs_builddir = @abs_builddir@
422 abs_srcdir = @abs_srcdir@
423 abs_top_builddir = @abs_top_builddir@
424 abs_top_srcdir = @abs_top_srcdir@
425 ac_ct_CC = @ac_ct_CC@
426 am__include = @am__include@
427 am__leading_dot = @am__leading_dot@
428 am__quote = @am__quote@
429 am__tar = @am__tar@
430 am__untar = @am__untar@
431 bindir = @bindir@
432 build = @build@
433 build_alias = @build_alias@
434 build_cpu = @build_cpu@
435 build_os = @build_os@
436 build_vendor = @build_vendor@
437 builddir = @builddir@
438 datadir = @datadir@
439 datarootdir = @datarootdir@
440 docdir = @docdir@
441 dvidir = @dvidir@
442 exec_prefix = @exec_prefix@
443 host = @host@
444 host_alias = @host_alias@
445 host_cpu = @host_cpu@
446 host_os = @host_os@
447 host_vendor = @host_vendor@
448 htmldir = @htmldir@
449 includedir = @includedir@
450 infodir = @infodir@
451 install_sh = @install_sh@
452 libdir = @libdir@
453 libexecdir = @libexecdir@
454 localedir = $(datadir)/locale
455 localstatedir = @localstatedir@
456 mandir = @mandir@
457 mkdir_p = @mkdir_p@
458 oldincludedir = @oldincludedir@
459 pdfdir = @pdfdir@
460 prefix = @prefix@
461 program_transform_name = @program_transform_name@
462 psdir = @psdir@
463 sbindir = @sbindir@
464 sharedstatedir = @sharedstatedir@
465 srcdir = @srcdir@
466 sysconfdir = @sysconfdir@
467 target_alias = @target_alias@
468 top_build_prefix = @top_build_prefix@
469 top_builddir = @top_builddir@
470 top_srcdir = @top_srcdir@
471 EXTRA_DIST = ChangeLog-2011 gpg-agent-w32info.rc
472
473 # NB: AM_CFLAGS may also be used by tools running on the build
474 # platform to create source files.
475 AM_CPPFLAGS = -I$(top_srcdir)/common -DLOCALEDIR=\"$(localedir)\" \
476         $(am__append_2) $(am__append_3) $(am__append_4) \
477         $(am__append_5) $(am__append_6) $(am__append_7) \
478         $(am__append_8)
479 @HAVE_W32CE_SYSTEM_FALSE@extra_sys_libs = 
480
481 # Under Windows we use LockFileEx.  WindowsCE provides this only on
482 # the WindowsMobile 6 platform and thus we need to use the coredll6
483 # import library.  We also want to use a stacksize of 256k instead of
484 # the 2MB which is the default with cegcc.  256k is the largest stack
485 # we use with pth.
486 @HAVE_W32CE_SYSTEM_TRUE@extra_sys_libs = -lcoredll6
487 @HAVE_W32CE_SYSTEM_FALSE@extra_bin_ldflags = 
488 @HAVE_W32CE_SYSTEM_TRUE@extra_bin_ldflags = -Wl,--stack=0x40000
489 resource_objs = $(am__append_9)
490
491 # Convenience macros
492 libcommon = ../common/libcommon.a
493 libcommonpth = ../common/libcommonpth.a
494 libcommontls = ../common/libcommontls.a
495 libcommontlsnpth = ../common/libcommontlsnpth.a
496 AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
497 gpg_agent_SOURCES = \
498         gpg-agent.c agent.h \
499         command.c command-ssh.c \
500         call-pinentry.c \
501         cache.c \
502         trans.c \
503         findkey.c \
504         pksign.c \
505         pkdecrypt.c \
506         genkey.c \
507         protect.c \
508         trustlist.c \
509         divert-scd.c \
510         cvt-openpgp.c cvt-openpgp.h \
511         call-scd.c \
512         learncard.c
513
514 common_libs = $(libcommon)
515 commonpth_libs = $(libcommonpth)
516 @HAVE_W32CE_SYSTEM_FALSE@pwquery_libs = ../common/libsimple-pwquery.a
517 @HAVE_W32CE_SYSTEM_TRUE@pwquery_libs = 
518 gpg_agent_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) $(NPTH_CFLAGS) \
519                 $(INCICONV)
520
521 gpg_agent_LDADD = $(commonpth_libs) \
522                 $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \
523                 $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV) \
524                 $(resource_objs)
525
526 gpg_agent_LDFLAGS = $(extra_bin_ldflags)
527 gpg_agent_DEPENDENCIES = $(resource_objs)
528 gpg_protect_tool_SOURCES = \
529         protect-tool.c \
530         protect.c cvt-openpgp.c
531
532 gpg_protect_tool_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) \
533         $(INCICONV)
534
535 gpg_protect_tool_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) \
536          $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV)
537
538 gpg_preset_passphrase_SOURCES = \
539         preset-passphrase.c
540
541
542 # Needs $(NETLIBS) for libsimple-pwquery.la.
543 gpg_preset_passphrase_LDADD = \
544          $(pwquery_libs) $(common_libs) $(LIBASSUAN_LIBS) \
545          $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV)
546
547 t_common_ldadd = $(common_libs)  $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
548                   $(LIBINTL) $(LIBICONV) $(NETLIBS)
549
550 t_protect_SOURCES = t-protect.c protect.c
551 t_protect_LDADD = $(t_common_ldadd)
552 all: all-am
553
554 .SUFFIXES:
555 .SUFFIXES: .c .o .obj .rc
556 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/am/cmacros.am $(am__configure_deps)
557         @for dep in $?; do \
558           case '$(am__configure_deps)' in \
559             *$$dep*) \
560               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
561                 && { if test -f $@; then exit 0; else break; fi; }; \
562               exit 1;; \
563           esac; \
564         done; \
565         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu agent/Makefile'; \
566         $(am__cd) $(top_srcdir) && \
567           $(AUTOMAKE) --gnu agent/Makefile
568 .PRECIOUS: Makefile
569 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
570         @case '$?' in \
571           *config.status*) \
572             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
573           *) \
574             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
575             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
576         esac;
577 $(top_srcdir)/am/cmacros.am:
578
579 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
580         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
581
582 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
583         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
584 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
585         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
586 $(am__aclocal_m4_deps):
587 install-binPROGRAMS: $(bin_PROGRAMS)
588         @$(NORMAL_INSTALL)
589         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
590         if test -n "$$list"; then \
591           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
592           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
593         fi; \
594         for p in $$list; do echo "$$p $$p"; done | \
595         sed 's/$(EXEEXT)$$//' | \
596         while read p p1; do if test -f $$p \
597           ; then echo "$$p"; echo "$$p"; else :; fi; \
598         done | \
599         sed -e 'p;s,.*/,,;n;h' \
600             -e 's|.*|.|' \
601             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
602         sed 'N;N;N;s,\n, ,g' | \
603         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
604           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
605             if ($$2 == $$4) files[d] = files[d] " " $$1; \
606             else { print "f", $$3 "/" $$4, $$1; } } \
607           END { for (d in files) print "f", d, files[d] }' | \
608         while read type dir files; do \
609             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
610             test -z "$$files" || { \
611               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
612               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
613             } \
614         ; done
615
616 uninstall-binPROGRAMS:
617         @$(NORMAL_UNINSTALL)
618         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
619         files=`for p in $$list; do echo "$$p"; done | \
620           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
621               -e 's/$$/$(EXEEXT)/' \
622         `; \
623         test -n "$$list" || exit 0; \
624         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
625         cd "$(DESTDIR)$(bindir)" && rm -f $$files
626
627 clean-binPROGRAMS:
628         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
629 install-libexecPROGRAMS: $(libexec_PROGRAMS)
630         @$(NORMAL_INSTALL)
631         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
632         if test -n "$$list"; then \
633           echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
634           $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
635         fi; \
636         for p in $$list; do echo "$$p $$p"; done | \
637         sed 's/$(EXEEXT)$$//' | \
638         while read p p1; do if test -f $$p \
639           ; then echo "$$p"; echo "$$p"; else :; fi; \
640         done | \
641         sed -e 'p;s,.*/,,;n;h' \
642             -e 's|.*|.|' \
643             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
644         sed 'N;N;N;s,\n, ,g' | \
645         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
646           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
647             if ($$2 == $$4) files[d] = files[d] " " $$1; \
648             else { print "f", $$3 "/" $$4, $$1; } } \
649           END { for (d in files) print "f", d, files[d] }' | \
650         while read type dir files; do \
651             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
652             test -z "$$files" || { \
653               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
654               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
655             } \
656         ; done
657
658 uninstall-libexecPROGRAMS:
659         @$(NORMAL_UNINSTALL)
660         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
661         files=`for p in $$list; do echo "$$p"; done | \
662           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
663               -e 's/$$/$(EXEEXT)/' \
664         `; \
665         test -n "$$list" || exit 0; \
666         echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
667         cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
668
669 clean-libexecPROGRAMS:
670         -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS)
671
672 clean-noinstPROGRAMS:
673         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
674
675 gpg-agent$(EXEEXT): $(gpg_agent_OBJECTS) $(gpg_agent_DEPENDENCIES) $(EXTRA_gpg_agent_DEPENDENCIES) 
676         @rm -f gpg-agent$(EXEEXT)
677         $(AM_V_CCLD)$(gpg_agent_LINK) $(gpg_agent_OBJECTS) $(gpg_agent_LDADD) $(LIBS)
678
679 gpg-preset-passphrase$(EXEEXT): $(gpg_preset_passphrase_OBJECTS) $(gpg_preset_passphrase_DEPENDENCIES) $(EXTRA_gpg_preset_passphrase_DEPENDENCIES) 
680         @rm -f gpg-preset-passphrase$(EXEEXT)
681         $(AM_V_CCLD)$(LINK) $(gpg_preset_passphrase_OBJECTS) $(gpg_preset_passphrase_LDADD) $(LIBS)
682
683 gpg-protect-tool$(EXEEXT): $(gpg_protect_tool_OBJECTS) $(gpg_protect_tool_DEPENDENCIES) $(EXTRA_gpg_protect_tool_DEPENDENCIES) 
684         @rm -f gpg-protect-tool$(EXEEXT)
685         $(AM_V_CCLD)$(gpg_protect_tool_LINK) $(gpg_protect_tool_OBJECTS) $(gpg_protect_tool_LDADD) $(LIBS)
686
687 t-protect$(EXEEXT): $(t_protect_OBJECTS) $(t_protect_DEPENDENCIES) $(EXTRA_t_protect_DEPENDENCIES) 
688         @rm -f t-protect$(EXEEXT)
689         $(AM_V_CCLD)$(LINK) $(t_protect_OBJECTS) $(t_protect_LDADD) $(LIBS)
690
691 mostlyclean-compile:
692         -rm -f *.$(OBJEXT)
693
694 distclean-compile:
695         -rm -f *.tab.c
696
697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-cache.Po@am__quote@
698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-call-pinentry.Po@am__quote@
699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-call-scd.Po@am__quote@
700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-command-ssh.Po@am__quote@
701 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-command.Po@am__quote@
702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-cvt-openpgp.Po@am__quote@
703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-divert-scd.Po@am__quote@
704 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-findkey.Po@am__quote@
705 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-genkey.Po@am__quote@
706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-gpg-agent.Po@am__quote@
707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-learncard.Po@am__quote@
708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-pkdecrypt.Po@am__quote@
709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-pksign.Po@am__quote@
710 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-protect.Po@am__quote@
711 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-trans.Po@am__quote@
712 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-trustlist.Po@am__quote@
713 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_protect_tool-cvt-openpgp.Po@am__quote@
714 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_protect_tool-protect-tool.Po@am__quote@
715 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_protect_tool-protect.Po@am__quote@
716 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preset-passphrase.Po@am__quote@
717 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protect.Po@am__quote@
718 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-protect.Po@am__quote@
719
720 .c.o:
721 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
722 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
723 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
724 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
725 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
726
727 .c.obj:
728 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
729 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
730 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
731 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
732 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
733
734 gpg_agent-gpg-agent.o: gpg-agent.c
735 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
736 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-gpg-agent.Tpo $(DEPDIR)/gpg_agent-gpg-agent.Po
737 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gpg-agent.c' object='gpg_agent-gpg-agent.o' libtool=no @AMDEPBACKSLASH@
738 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
739 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
740
741 gpg_agent-gpg-agent.obj: gpg-agent.c
742 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
743 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-gpg-agent.Tpo $(DEPDIR)/gpg_agent-gpg-agent.Po
744 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gpg-agent.c' object='gpg_agent-gpg-agent.obj' libtool=no @AMDEPBACKSLASH@
745 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
746 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
747
748 gpg_agent-command.o: command.c
749 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
750 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-command.Tpo $(DEPDIR)/gpg_agent-command.Po
751 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='command.c' object='gpg_agent-command.o' libtool=no @AMDEPBACKSLASH@
752 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
753 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
754
755 gpg_agent-command.obj: command.c
756 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
757 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-command.Tpo $(DEPDIR)/gpg_agent-command.Po
758 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='command.c' object='gpg_agent-command.obj' libtool=no @AMDEPBACKSLASH@
759 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
760 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
761
762 gpg_agent-command-ssh.o: command-ssh.c
763 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
764 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-command-ssh.Tpo $(DEPDIR)/gpg_agent-command-ssh.Po
765 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='command-ssh.c' object='gpg_agent-command-ssh.o' libtool=no @AMDEPBACKSLASH@
766 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
767 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
768
769 gpg_agent-command-ssh.obj: command-ssh.c
770 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
771 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-command-ssh.Tpo $(DEPDIR)/gpg_agent-command-ssh.Po
772 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='command-ssh.c' object='gpg_agent-command-ssh.obj' libtool=no @AMDEPBACKSLASH@
773 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
774 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
775
776 gpg_agent-call-pinentry.o: call-pinentry.c
777 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
778 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-call-pinentry.Tpo $(DEPDIR)/gpg_agent-call-pinentry.Po
779 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='call-pinentry.c' object='gpg_agent-call-pinentry.o' libtool=no @AMDEPBACKSLASH@
780 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
781 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
782
783 gpg_agent-call-pinentry.obj: call-pinentry.c
784 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
785 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-call-pinentry.Tpo $(DEPDIR)/gpg_agent-call-pinentry.Po
786 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='call-pinentry.c' object='gpg_agent-call-pinentry.obj' libtool=no @AMDEPBACKSLASH@
787 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
788 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
789
790 gpg_agent-cache.o: cache.c
791 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
792 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-cache.Tpo $(DEPDIR)/gpg_agent-cache.Po
793 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cache.c' object='gpg_agent-cache.o' libtool=no @AMDEPBACKSLASH@
794 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
796
797 gpg_agent-cache.obj: cache.c
798 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
799 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-cache.Tpo $(DEPDIR)/gpg_agent-cache.Po
800 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cache.c' object='gpg_agent-cache.obj' libtool=no @AMDEPBACKSLASH@
801 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
802 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
803
804 gpg_agent-trans.o: trans.c
805 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
806 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-trans.Tpo $(DEPDIR)/gpg_agent-trans.Po
807 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='trans.c' object='gpg_agent-trans.o' libtool=no @AMDEPBACKSLASH@
808 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
809 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
810
811 gpg_agent-trans.obj: trans.c
812 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
813 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-trans.Tpo $(DEPDIR)/gpg_agent-trans.Po
814 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='trans.c' object='gpg_agent-trans.obj' libtool=no @AMDEPBACKSLASH@
815 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
817
818 gpg_agent-findkey.o: findkey.c
819 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
820 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-findkey.Tpo $(DEPDIR)/gpg_agent-findkey.Po
821 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='findkey.c' object='gpg_agent-findkey.o' libtool=no @AMDEPBACKSLASH@
822 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
823 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
824
825 gpg_agent-findkey.obj: findkey.c
826 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
827 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-findkey.Tpo $(DEPDIR)/gpg_agent-findkey.Po
828 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='findkey.c' object='gpg_agent-findkey.obj' libtool=no @AMDEPBACKSLASH@
829 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
830 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
831
832 gpg_agent-pksign.o: pksign.c
833 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
834 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-pksign.Tpo $(DEPDIR)/gpg_agent-pksign.Po
835 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pksign.c' object='gpg_agent-pksign.o' libtool=no @AMDEPBACKSLASH@
836 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
837 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
838
839 gpg_agent-pksign.obj: pksign.c
840 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
841 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-pksign.Tpo $(DEPDIR)/gpg_agent-pksign.Po
842 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pksign.c' object='gpg_agent-pksign.obj' libtool=no @AMDEPBACKSLASH@
843 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
844 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
845
846 gpg_agent-pkdecrypt.o: pkdecrypt.c
847 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
848 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-pkdecrypt.Tpo $(DEPDIR)/gpg_agent-pkdecrypt.Po
849 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pkdecrypt.c' object='gpg_agent-pkdecrypt.o' libtool=no @AMDEPBACKSLASH@
850 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
851 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
852
853 gpg_agent-pkdecrypt.obj: pkdecrypt.c
854 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
855 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-pkdecrypt.Tpo $(DEPDIR)/gpg_agent-pkdecrypt.Po
856 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='pkdecrypt.c' object='gpg_agent-pkdecrypt.obj' libtool=no @AMDEPBACKSLASH@
857 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
858 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
859
860 gpg_agent-genkey.o: genkey.c
861 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
862 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-genkey.Tpo $(DEPDIR)/gpg_agent-genkey.Po
863 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='genkey.c' object='gpg_agent-genkey.o' libtool=no @AMDEPBACKSLASH@
864 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
865 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
866
867 gpg_agent-genkey.obj: genkey.c
868 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
869 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-genkey.Tpo $(DEPDIR)/gpg_agent-genkey.Po
870 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='genkey.c' object='gpg_agent-genkey.obj' libtool=no @AMDEPBACKSLASH@
871 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
872 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
873
874 gpg_agent-protect.o: protect.c
875 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
876 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-protect.Tpo $(DEPDIR)/gpg_agent-protect.Po
877 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='protect.c' object='gpg_agent-protect.o' libtool=no @AMDEPBACKSLASH@
878 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
879 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
880
881 gpg_agent-protect.obj: protect.c
882 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
883 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-protect.Tpo $(DEPDIR)/gpg_agent-protect.Po
884 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='protect.c' object='gpg_agent-protect.obj' libtool=no @AMDEPBACKSLASH@
885 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
886 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
887
888 gpg_agent-trustlist.o: trustlist.c
889 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
890 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-trustlist.Tpo $(DEPDIR)/gpg_agent-trustlist.Po
891 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='trustlist.c' object='gpg_agent-trustlist.o' libtool=no @AMDEPBACKSLASH@
892 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
893 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
894
895 gpg_agent-trustlist.obj: trustlist.c
896 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
897 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-trustlist.Tpo $(DEPDIR)/gpg_agent-trustlist.Po
898 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='trustlist.c' object='gpg_agent-trustlist.obj' libtool=no @AMDEPBACKSLASH@
899 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
901
902 gpg_agent-divert-scd.o: divert-scd.c
903 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
904 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-divert-scd.Tpo $(DEPDIR)/gpg_agent-divert-scd.Po
905 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='divert-scd.c' object='gpg_agent-divert-scd.o' libtool=no @AMDEPBACKSLASH@
906 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
907 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
908
909 gpg_agent-divert-scd.obj: divert-scd.c
910 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
911 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-divert-scd.Tpo $(DEPDIR)/gpg_agent-divert-scd.Po
912 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='divert-scd.c' object='gpg_agent-divert-scd.obj' libtool=no @AMDEPBACKSLASH@
913 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
914 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
915
916 gpg_agent-cvt-openpgp.o: cvt-openpgp.c
917 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-cvt-openpgp.o -MD -MP -MF $(DEPDIR)/gpg_agent-cvt-openpgp.Tpo -c -o gpg_agent-cvt-openpgp.o `test -f 'cvt-openpgp.c' || echo '$(srcdir)/'`cvt-openpgp.c
918 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-cvt-openpgp.Tpo $(DEPDIR)/gpg_agent-cvt-openpgp.Po
919 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cvt-openpgp.c' object='gpg_agent-cvt-openpgp.o' libtool=no @AMDEPBACKSLASH@
920 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-cvt-openpgp.o `test -f 'cvt-openpgp.c' || echo '$(srcdir)/'`cvt-openpgp.c
922
923 gpg_agent-cvt-openpgp.obj: cvt-openpgp.c
924 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -MT gpg_agent-cvt-openpgp.obj -MD -MP -MF $(DEPDIR)/gpg_agent-cvt-openpgp.Tpo -c -o gpg_agent-cvt-openpgp.obj `if test -f 'cvt-openpgp.c'; then $(CYGPATH_W) 'cvt-openpgp.c'; else $(CYGPATH_W) '$(srcdir)/cvt-openpgp.c'; fi`
925 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-cvt-openpgp.Tpo $(DEPDIR)/gpg_agent-cvt-openpgp.Po
926 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cvt-openpgp.c' object='gpg_agent-cvt-openpgp.obj' libtool=no @AMDEPBACKSLASH@
927 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
928 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-cvt-openpgp.obj `if test -f 'cvt-openpgp.c'; then $(CYGPATH_W) 'cvt-openpgp.c'; else $(CYGPATH_W) '$(srcdir)/cvt-openpgp.c'; fi`
929
930 gpg_agent-call-scd.o: call-scd.c
931 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
932 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-call-scd.Tpo $(DEPDIR)/gpg_agent-call-scd.Po
933 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='call-scd.c' object='gpg_agent-call-scd.o' libtool=no @AMDEPBACKSLASH@
934 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
935 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
936
937 gpg_agent-call-scd.obj: call-scd.c
938 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
939 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-call-scd.Tpo $(DEPDIR)/gpg_agent-call-scd.Po
940 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='call-scd.c' object='gpg_agent-call-scd.obj' libtool=no @AMDEPBACKSLASH@
941 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
942 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
943
944 gpg_agent-learncard.o: learncard.c
945 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
946 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-learncard.Tpo $(DEPDIR)/gpg_agent-learncard.Po
947 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='learncard.c' object='gpg_agent-learncard.o' libtool=no @AMDEPBACKSLASH@
948 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
949 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
950
951 gpg_agent-learncard.obj: learncard.c
952 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
953 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_agent-learncard.Tpo $(DEPDIR)/gpg_agent-learncard.Po
954 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='learncard.c' object='gpg_agent-learncard.obj' libtool=no @AMDEPBACKSLASH@
955 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
956 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
957
958 gpg_protect_tool-protect-tool.o: protect-tool.c
959 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
960 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_protect_tool-protect-tool.Tpo $(DEPDIR)/gpg_protect_tool-protect-tool.Po
961 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='protect-tool.c' object='gpg_protect_tool-protect-tool.o' libtool=no @AMDEPBACKSLASH@
962 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
963 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
964
965 gpg_protect_tool-protect-tool.obj: protect-tool.c
966 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
967 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_protect_tool-protect-tool.Tpo $(DEPDIR)/gpg_protect_tool-protect-tool.Po
968 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='protect-tool.c' object='gpg_protect_tool-protect-tool.obj' libtool=no @AMDEPBACKSLASH@
969 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
970 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
971
972 gpg_protect_tool-protect.o: protect.c
973 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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
974 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_protect_tool-protect.Tpo $(DEPDIR)/gpg_protect_tool-protect.Po
975 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='protect.c' object='gpg_protect_tool-protect.o' libtool=no @AMDEPBACKSLASH@
976 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
977 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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
978
979 gpg_protect_tool-protect.obj: protect.c
980 @am__fastdepCC_TRUE@    $(AM_V_CC)$(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`
981 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_protect_tool-protect.Tpo $(DEPDIR)/gpg_protect_tool-protect.Po
982 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='protect.c' object='gpg_protect_tool-protect.obj' libtool=no @AMDEPBACKSLASH@
983 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
984 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(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`
985
986 gpg_protect_tool-cvt-openpgp.o: cvt-openpgp.c
987 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -MT gpg_protect_tool-cvt-openpgp.o -MD -MP -MF $(DEPDIR)/gpg_protect_tool-cvt-openpgp.Tpo -c -o gpg_protect_tool-cvt-openpgp.o `test -f 'cvt-openpgp.c' || echo '$(srcdir)/'`cvt-openpgp.c
988 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_protect_tool-cvt-openpgp.Tpo $(DEPDIR)/gpg_protect_tool-cvt-openpgp.Po
989 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cvt-openpgp.c' object='gpg_protect_tool-cvt-openpgp.o' libtool=no @AMDEPBACKSLASH@
990 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
991 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -c -o gpg_protect_tool-cvt-openpgp.o `test -f 'cvt-openpgp.c' || echo '$(srcdir)/'`cvt-openpgp.c
992
993 gpg_protect_tool-cvt-openpgp.obj: cvt-openpgp.c
994 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -MT gpg_protect_tool-cvt-openpgp.obj -MD -MP -MF $(DEPDIR)/gpg_protect_tool-cvt-openpgp.Tpo -c -o gpg_protect_tool-cvt-openpgp.obj `if test -f 'cvt-openpgp.c'; then $(CYGPATH_W) 'cvt-openpgp.c'; else $(CYGPATH_W) '$(srcdir)/cvt-openpgp.c'; fi`
995 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_protect_tool-cvt-openpgp.Tpo $(DEPDIR)/gpg_protect_tool-cvt-openpgp.Po
996 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='cvt-openpgp.c' object='gpg_protect_tool-cvt-openpgp.obj' libtool=no @AMDEPBACKSLASH@
997 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
998 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -c -o gpg_protect_tool-cvt-openpgp.obj `if test -f 'cvt-openpgp.c'; then $(CYGPATH_W) 'cvt-openpgp.c'; else $(CYGPATH_W) '$(srcdir)/cvt-openpgp.c'; fi`
999
1000 ID: $(am__tagged_files)
1001         $(am__define_uniq_tagged_files); mkid -fID $$unique
1002 tags: tags-am
1003 TAGS: tags
1004
1005 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1006         set x; \
1007         here=`pwd`; \
1008         $(am__define_uniq_tagged_files); \
1009         shift; \
1010         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1011           test -n "$$unique" || unique=$$empty_fix; \
1012           if test $$# -gt 0; then \
1013             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1014               "$$@" $$unique; \
1015           else \
1016             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1017               $$unique; \
1018           fi; \
1019         fi
1020 ctags: ctags-am
1021
1022 CTAGS: ctags
1023 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1024         $(am__define_uniq_tagged_files); \
1025         test -z "$(CTAGS_ARGS)$$unique" \
1026           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1027              $$unique
1028
1029 GTAGS:
1030         here=`$(am__cd) $(top_builddir) && pwd` \
1031           && $(am__cd) $(top_srcdir) \
1032           && gtags -i $(GTAGS_ARGS) "$$here"
1033 cscopelist: cscopelist-am
1034
1035 cscopelist-am: $(am__tagged_files)
1036         list='$(am__tagged_files)'; \
1037         case "$(srcdir)" in \
1038           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1039           *) sdir=$(subdir)/$(srcdir) ;; \
1040         esac; \
1041         for i in $$list; do \
1042           if test -f "$$i"; then \
1043             echo "$(subdir)/$$i"; \
1044           else \
1045             echo "$$sdir/$$i"; \
1046           fi; \
1047         done >> $(top_builddir)/cscope.files
1048
1049 distclean-tags:
1050         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1051
1052 check-TESTS: $(TESTS)
1053         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1054         srcdir=$(srcdir); export srcdir; \
1055         list=' $(TESTS) '; \
1056         $(am__tty_colors); \
1057         if test -n "$$list"; then \
1058           for tst in $$list; do \
1059             if test -f ./$$tst; then dir=./; \
1060             elif test -f $$tst; then dir=; \
1061             else dir="$(srcdir)/"; fi; \
1062             if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
1063               all=`expr $$all + 1`; \
1064               case " $(XFAIL_TESTS) " in \
1065               *[\ \     ]$$tst[\ \      ]*) \
1066                 xpass=`expr $$xpass + 1`; \
1067                 failed=`expr $$failed + 1`; \
1068                 col=$$red; res=XPASS; \
1069               ;; \
1070               *) \
1071                 col=$$grn; res=PASS; \
1072               ;; \
1073               esac; \
1074             elif test $$? -ne 77; then \
1075               all=`expr $$all + 1`; \
1076               case " $(XFAIL_TESTS) " in \
1077               *[\ \     ]$$tst[\ \      ]*) \
1078                 xfail=`expr $$xfail + 1`; \
1079                 col=$$lgn; res=XFAIL; \
1080               ;; \
1081               *) \
1082                 failed=`expr $$failed + 1`; \
1083                 col=$$red; res=FAIL; \
1084               ;; \
1085               esac; \
1086             else \
1087               skip=`expr $$skip + 1`; \
1088               col=$$blu; res=SKIP; \
1089             fi; \
1090             echo "$${col}$$res$${std}: $$tst"; \
1091           done; \
1092           if test "$$all" -eq 1; then \
1093             tests="test"; \
1094             All=""; \
1095           else \
1096             tests="tests"; \
1097             All="All "; \
1098           fi; \
1099           if test "$$failed" -eq 0; then \
1100             if test "$$xfail" -eq 0; then \
1101               banner="$$All$$all $$tests passed"; \
1102             else \
1103               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1104               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1105             fi; \
1106           else \
1107             if test "$$xpass" -eq 0; then \
1108               banner="$$failed of $$all $$tests failed"; \
1109             else \
1110               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1111               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1112             fi; \
1113           fi; \
1114           dashes="$$banner"; \
1115           skipped=""; \
1116           if test "$$skip" -ne 0; then \
1117             if test "$$skip" -eq 1; then \
1118               skipped="($$skip test was not run)"; \
1119             else \
1120               skipped="($$skip tests were not run)"; \
1121             fi; \
1122             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1123               dashes="$$skipped"; \
1124           fi; \
1125           report=""; \
1126           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1127             report="Please report to $(PACKAGE_BUGREPORT)"; \
1128             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1129               dashes="$$report"; \
1130           fi; \
1131           dashes=`echo "$$dashes" | sed s/./=/g`; \
1132           if test "$$failed" -eq 0; then \
1133             col="$$grn"; \
1134           else \
1135             col="$$red"; \
1136           fi; \
1137           echo "$${col}$$dashes$${std}"; \
1138           echo "$${col}$$banner$${std}"; \
1139           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
1140           test -z "$$report" || echo "$${col}$$report$${std}"; \
1141           echo "$${col}$$dashes$${std}"; \
1142           test "$$failed" -eq 0; \
1143         else :; fi
1144
1145 distdir: $(DISTFILES)
1146         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1147         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1148         list='$(DISTFILES)'; \
1149           dist_files=`for file in $$list; do echo $$file; done | \
1150           sed -e "s|^$$srcdirstrip/||;t" \
1151               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1152         case $$dist_files in \
1153           */*) $(MKDIR_P) `echo "$$dist_files" | \
1154                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1155                            sort -u` ;; \
1156         esac; \
1157         for file in $$dist_files; do \
1158           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1159           if test -d $$d/$$file; then \
1160             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1161             if test -d "$(distdir)/$$file"; then \
1162               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1163             fi; \
1164             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1165               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1166               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1167             fi; \
1168             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1169           else \
1170             test -f "$(distdir)/$$file" \
1171             || cp -p $$d/$$file "$(distdir)/$$file" \
1172             || exit 1; \
1173           fi; \
1174         done
1175 check-am: all-am
1176         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1177 check: check-am
1178 all-am: Makefile $(PROGRAMS)
1179 installdirs:
1180         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)"; do \
1181           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1182         done
1183 install: install-am
1184 install-exec: install-exec-am
1185 install-data: install-data-am
1186 uninstall: uninstall-am
1187
1188 install-am: all-am
1189         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1190
1191 installcheck: installcheck-am
1192 install-strip:
1193         if test -z '$(STRIP)'; then \
1194           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1195             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1196               install; \
1197         else \
1198           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1199             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1200             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1201         fi
1202 mostlyclean-generic:
1203
1204 clean-generic:
1205
1206 distclean-generic:
1207         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1208         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1209
1210 maintainer-clean-generic:
1211         @echo "This command is intended for maintainers to use"
1212         @echo "it deletes files that may require special tools to rebuild."
1213 clean: clean-am
1214
1215 clean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1216         clean-noinstPROGRAMS mostlyclean-am
1217
1218 distclean: distclean-am
1219         -rm -rf ./$(DEPDIR)
1220         -rm -f Makefile
1221 distclean-am: clean-am distclean-compile distclean-generic \
1222         distclean-tags
1223
1224 dvi: dvi-am
1225
1226 dvi-am:
1227
1228 html: html-am
1229
1230 html-am:
1231
1232 info: info-am
1233
1234 info-am:
1235
1236 install-data-am:
1237
1238 install-dvi: install-dvi-am
1239
1240 install-dvi-am:
1241
1242 install-exec-am: install-binPROGRAMS install-libexecPROGRAMS
1243
1244 install-html: install-html-am
1245
1246 install-html-am:
1247
1248 install-info: install-info-am
1249
1250 install-info-am:
1251
1252 install-man:
1253
1254 install-pdf: install-pdf-am
1255
1256 install-pdf-am:
1257
1258 install-ps: install-ps-am
1259
1260 install-ps-am:
1261
1262 installcheck-am:
1263
1264 maintainer-clean: maintainer-clean-am
1265         -rm -rf ./$(DEPDIR)
1266         -rm -f Makefile
1267 maintainer-clean-am: distclean-am maintainer-clean-generic
1268
1269 mostlyclean: mostlyclean-am
1270
1271 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1272
1273 pdf: pdf-am
1274
1275 pdf-am:
1276
1277 ps: ps-am
1278
1279 ps-am:
1280
1281 uninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS
1282
1283 .MAKE: check-am install-am install-strip
1284
1285 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1286         clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1287         clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1288         distclean-compile distclean-generic distclean-tags distdir dvi \
1289         dvi-am html html-am info info-am install install-am \
1290         install-binPROGRAMS install-data install-data-am install-dvi \
1291         install-dvi-am install-exec install-exec-am install-html \
1292         install-html-am install-info install-info-am \
1293         install-libexecPROGRAMS install-man install-pdf install-pdf-am \
1294         install-ps install-ps-am install-strip installcheck \
1295         installcheck-am installdirs maintainer-clean \
1296         maintainer-clean-generic mostlyclean mostlyclean-compile \
1297         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
1298         uninstall-am uninstall-binPROGRAMS uninstall-libexecPROGRAMS
1299
1300
1301 @HAVE_W32_SYSTEM_TRUE@.rc.o:
1302 @HAVE_W32_SYSTEM_TRUE@  $(WINDRES) $(DEFAULT_INCLUDES) $(INCLUDES) "$<" "$@"
1303
1304 # Make sure that all libs are build before we use them.  This is
1305 # important for things like make -j2.
1306 $(PROGRAMS): $(common_libs) $(commonpth_libs) $(pwquery_libs)
1307
1308 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1309 # Otherwise a system limit (for SysV at least) may be exceeded.
1310 .NOEXPORT: