689ec3b6a09df400de2085c3529a5d30c3291900
[platform/upstream/gpgme.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 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 # Makefile.am - Makefile for GPGME tests.
18 # Copyright (C) 2000 Werner Koch (dd9jn)
19 # Copyright (C) 2001, 2004 g10 Code GmbH
20 #
21 # This file is part of GPGME.
22 #
23 # GPGME is free software; you can redistribute it and/or modify it
24 # under the terms of the GNU Lesser General Public License as
25 # published by the Free Software Foundation; either version 2.1 of the
26 # License, or (at your option) any later version.
27 #
28 # GPGME is distributed in the hope that it will be useful, but WITHOUT
29 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
30 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
31 # Public License for more details.
32 #
33 # You should have received a copy of the GNU Lesser General Public
34 # License along with this program; if not, see <https://gnu.org/licenses/>.
35 # SPDX-License-Identifier: LGPL-2.1-or-later
36
37
38 VPATH = @srcdir@
39 am__is_gnu_make = { \
40   if test -z '$(MAKELEVEL)'; then \
41     false; \
42   elif test -n '$(MAKE_HOST)'; then \
43     true; \
44   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45     true; \
46   else \
47     false; \
48   fi; \
49 }
50 am__make_running_with_option = \
51   case $${target_option-} in \
52       ?) ;; \
53       *) echo "am__make_running_with_option: internal error: invalid" \
54               "target option '$${target_option-}' specified" >&2; \
55          exit 1;; \
56   esac; \
57   has_opt=no; \
58   sane_makeflags=$$MAKEFLAGS; \
59   if $(am__is_gnu_make); then \
60     sane_makeflags=$$MFLAGS; \
61   else \
62     case $$MAKEFLAGS in \
63       *\\[\ \   ]*) \
64         bs=\\; \
65         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
67     esac; \
68   fi; \
69   skip_next=no; \
70   strip_trailopt () \
71   { \
72     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73   }; \
74   for flg in $$sane_makeflags; do \
75     test $$skip_next = yes && { skip_next=no; continue; }; \
76     case $$flg in \
77       *=*|--*) continue;; \
78         -*I) strip_trailopt 'I'; skip_next=yes;; \
79       -*I?*) strip_trailopt 'I';; \
80         -*O) strip_trailopt 'O'; skip_next=yes;; \
81       -*O?*) strip_trailopt 'O';; \
82         -*l) strip_trailopt 'l'; skip_next=yes;; \
83       -*l?*) strip_trailopt 'l';; \
84       -[dEDm]) skip_next=yes;; \
85       -[JT]) skip_next=yes;; \
86     esac; \
87     case $$flg in \
88       *$$target_option*) has_opt=yes; break;; \
89     esac; \
90   done; \
91   test $$has_opt = yes
92 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94 pkgdatadir = $(datadir)/@PACKAGE@
95 pkgincludedir = $(includedir)/@PACKAGE@
96 pkglibdir = $(libdir)/@PACKAGE@
97 pkglibexecdir = $(libexecdir)/@PACKAGE@
98 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99 install_sh_DATA = $(install_sh) -c -m 644
100 install_sh_PROGRAM = $(install_sh) -c
101 install_sh_SCRIPT = $(install_sh) -c
102 INSTALL_HEADER = $(INSTALL_DATA)
103 transform = $(program_transform_name)
104 NORMAL_INSTALL = :
105 PRE_INSTALL = :
106 POST_INSTALL = :
107 NORMAL_UNINSTALL = :
108 PRE_UNINSTALL = :
109 POST_UNINSTALL = :
110 build_triplet = @build@
111 host_triplet = @host@
112 TESTS = t-version$(EXEEXT) t-data$(EXEEXT) t-engine-info$(EXEEXT)
113 noinst_PROGRAMS = $(am__EXEEXT_1) run-keylist$(EXEEXT) \
114         run-export$(EXEEXT) run-import$(EXEEXT) run-sign$(EXEEXT) \
115         run-verify$(EXEEXT) run-encrypt$(EXEEXT) run-identify$(EXEEXT) \
116         run-decrypt$(EXEEXT) run-genkey$(EXEEXT) run-keysign$(EXEEXT) \
117         run-tofu$(EXEEXT) run-swdb$(EXEEXT) run-threaded$(EXEEXT)
118 subdir = tests
119 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
120 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
121         $(top_srcdir)/m4/ax_pkg_swig.m4 \
122         $(top_srcdir)/m4/ax_python_devel.m4 \
123         $(top_srcdir)/m4/glib-2.0.m4 $(top_srcdir)/m4/glibc21.m4 \
124         $(top_srcdir)/m4/gnupg-ttyname.m4 \
125         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libassuan.m4 \
126         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
127         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
128         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
129         $(top_srcdir)/m4/python.m4 $(top_srcdir)/m4/qt.m4 \
130         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
131 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
132         $(ACLOCAL_M4)
133 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
134         $(am__DIST_COMMON)
135 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
136 CONFIG_HEADER = $(top_builddir)/conf/config.h
137 CONFIG_CLEAN_FILES =
138 CONFIG_CLEAN_VPATH_FILES =
139 am__EXEEXT_1 = t-version$(EXEEXT) t-data$(EXEEXT) \
140         t-engine-info$(EXEEXT)
141 PROGRAMS = $(noinst_PROGRAMS)
142 run_decrypt_SOURCES = run-decrypt.c
143 run_decrypt_OBJECTS = run-decrypt.$(OBJEXT)
144 run_decrypt_LDADD = $(LDADD)
145 run_decrypt_DEPENDENCIES = ../src/libgpgme.la
146 AM_V_lt = $(am__v_lt_@AM_V@)
147 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
148 am__v_lt_0 = --silent
149 am__v_lt_1 = 
150 run_encrypt_SOURCES = run-encrypt.c
151 run_encrypt_OBJECTS = run-encrypt.$(OBJEXT)
152 run_encrypt_LDADD = $(LDADD)
153 run_encrypt_DEPENDENCIES = ../src/libgpgme.la
154 run_export_SOURCES = run-export.c
155 run_export_OBJECTS = run-export.$(OBJEXT)
156 run_export_LDADD = $(LDADD)
157 run_export_DEPENDENCIES = ../src/libgpgme.la
158 run_genkey_SOURCES = run-genkey.c
159 run_genkey_OBJECTS = run-genkey.$(OBJEXT)
160 run_genkey_LDADD = $(LDADD)
161 run_genkey_DEPENDENCIES = ../src/libgpgme.la
162 run_identify_SOURCES = run-identify.c
163 run_identify_OBJECTS = run-identify.$(OBJEXT)
164 run_identify_LDADD = $(LDADD)
165 run_identify_DEPENDENCIES = ../src/libgpgme.la
166 run_import_SOURCES = run-import.c
167 run_import_OBJECTS = run-import.$(OBJEXT)
168 run_import_LDADD = $(LDADD)
169 run_import_DEPENDENCIES = ../src/libgpgme.la
170 run_keylist_SOURCES = run-keylist.c
171 run_keylist_OBJECTS = run-keylist.$(OBJEXT)
172 run_keylist_LDADD = $(LDADD)
173 run_keylist_DEPENDENCIES = ../src/libgpgme.la
174 run_keysign_SOURCES = run-keysign.c
175 run_keysign_OBJECTS = run-keysign.$(OBJEXT)
176 run_keysign_LDADD = $(LDADD)
177 run_keysign_DEPENDENCIES = ../src/libgpgme.la
178 run_sign_SOURCES = run-sign.c
179 run_sign_OBJECTS = run-sign.$(OBJEXT)
180 run_sign_LDADD = $(LDADD)
181 run_sign_DEPENDENCIES = ../src/libgpgme.la
182 run_swdb_SOURCES = run-swdb.c
183 run_swdb_OBJECTS = run-swdb.$(OBJEXT)
184 run_swdb_LDADD = $(LDADD)
185 run_swdb_DEPENDENCIES = ../src/libgpgme.la
186 run_threaded_SOURCES = run-threaded.c
187 run_threaded_OBJECTS = run-threaded.$(OBJEXT)
188 run_threaded_DEPENDENCIES = ../src/libgpgme.la
189 run_tofu_SOURCES = run-tofu.c
190 run_tofu_OBJECTS = run-tofu.$(OBJEXT)
191 run_tofu_LDADD = $(LDADD)
192 run_tofu_DEPENDENCIES = ../src/libgpgme.la
193 run_verify_SOURCES = run-verify.c
194 run_verify_OBJECTS = run-verify.$(OBJEXT)
195 run_verify_LDADD = $(LDADD)
196 run_verify_DEPENDENCIES = ../src/libgpgme.la
197 t_data_SOURCES = t-data.c
198 t_data_OBJECTS = t-data.$(OBJEXT)
199 t_data_LDADD = $(LDADD)
200 t_data_DEPENDENCIES = ../src/libgpgme.la
201 t_engine_info_SOURCES = t-engine-info.c
202 t_engine_info_OBJECTS = t-engine-info.$(OBJEXT)
203 t_engine_info_LDADD = $(LDADD)
204 t_engine_info_DEPENDENCIES = ../src/libgpgme.la
205 t_version_SOURCES = t-version.c
206 t_version_OBJECTS = t-version.$(OBJEXT)
207 t_version_LDADD = $(LDADD)
208 t_version_DEPENDENCIES = ../src/libgpgme.la
209 AM_V_P = $(am__v_P_@AM_V@)
210 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
211 am__v_P_0 = false
212 am__v_P_1 = :
213 AM_V_GEN = $(am__v_GEN_@AM_V@)
214 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
215 am__v_GEN_0 = @echo "  GEN     " $@;
216 am__v_GEN_1 = 
217 AM_V_at = $(am__v_at_@AM_V@)
218 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
219 am__v_at_0 = @
220 am__v_at_1 = 
221 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/conf
222 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
223 am__maybe_remake_depfiles = depfiles
224 am__depfiles_remade = ./$(DEPDIR)/run-decrypt.Po \
225         ./$(DEPDIR)/run-encrypt.Po ./$(DEPDIR)/run-export.Po \
226         ./$(DEPDIR)/run-genkey.Po ./$(DEPDIR)/run-identify.Po \
227         ./$(DEPDIR)/run-import.Po ./$(DEPDIR)/run-keylist.Po \
228         ./$(DEPDIR)/run-keysign.Po ./$(DEPDIR)/run-sign.Po \
229         ./$(DEPDIR)/run-swdb.Po ./$(DEPDIR)/run-threaded.Po \
230         ./$(DEPDIR)/run-tofu.Po ./$(DEPDIR)/run-verify.Po \
231         ./$(DEPDIR)/t-data.Po ./$(DEPDIR)/t-engine-info.Po \
232         ./$(DEPDIR)/t-version.Po
233 am__mv = mv -f
234 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
235         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
236 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
237         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
238         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
239         $(AM_CFLAGS) $(CFLAGS)
240 AM_V_CC = $(am__v_CC_@AM_V@)
241 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
242 am__v_CC_0 = @echo "  CC      " $@;
243 am__v_CC_1 = 
244 CCLD = $(CC)
245 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
246         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
247         $(AM_LDFLAGS) $(LDFLAGS) -o $@
248 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
249 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
250 am__v_CCLD_0 = @echo "  CCLD    " $@;
251 am__v_CCLD_1 = 
252 SOURCES = run-decrypt.c run-encrypt.c run-export.c run-genkey.c \
253         run-identify.c run-import.c run-keylist.c run-keysign.c \
254         run-sign.c run-swdb.c run-threaded.c run-tofu.c run-verify.c \
255         t-data.c t-engine-info.c t-version.c
256 DIST_SOURCES = run-decrypt.c run-encrypt.c run-export.c run-genkey.c \
257         run-identify.c run-import.c run-keylist.c run-keysign.c \
258         run-sign.c run-swdb.c run-threaded.c run-tofu.c run-verify.c \
259         t-data.c t-engine-info.c t-version.c
260 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
261         ctags-recursive dvi-recursive html-recursive info-recursive \
262         install-data-recursive install-dvi-recursive \
263         install-exec-recursive install-html-recursive \
264         install-info-recursive install-pdf-recursive \
265         install-ps-recursive install-recursive installcheck-recursive \
266         installdirs-recursive pdf-recursive ps-recursive \
267         tags-recursive uninstall-recursive
268 am__can_run_installinfo = \
269   case $$AM_UPDATE_INFO_DIR in \
270     n|no|NO) false;; \
271     *) (install-info --version) >/dev/null 2>&1;; \
272   esac
273 HEADERS = $(noinst_HEADERS)
274 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
275   distclean-recursive maintainer-clean-recursive
276 am__recursive_targets = \
277   $(RECURSIVE_TARGETS) \
278   $(RECURSIVE_CLEAN_TARGETS) \
279   $(am__extra_recursive_targets)
280 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
281         distdir distdir-am
282 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
283 # Read a list of newline-separated strings from the standard input,
284 # and print each of them once, without duplicates.  Input order is
285 # *not* preserved.
286 am__uniquify_input = $(AWK) '\
287   BEGIN { nonempty = 0; } \
288   { items[$$0] = 1; nonempty = 1; } \
289   END { if (nonempty) { for (i in items) print i; }; } \
290 '
291 # Make sure the list of sources is unique.  This is necessary because,
292 # e.g., the same source file might be shared among _SOURCES variables
293 # for different programs/libraries.
294 am__define_uniq_tagged_files = \
295   list='$(am__tagged_files)'; \
296   unique=`for i in $$list; do \
297     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298   done | $(am__uniquify_input)`
299 ETAGS = etags
300 CTAGS = ctags
301 am__tty_colors_dummy = \
302   mgn= red= grn= lgn= blu= brg= std=; \
303   am__color_tests=no
304 am__tty_colors = { \
305   $(am__tty_colors_dummy); \
306   if test "X$(AM_COLOR_TESTS)" = Xno; then \
307     am__color_tests=no; \
308   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
309     am__color_tests=yes; \
310   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
311     am__color_tests=yes; \
312   fi; \
313   if test $$am__color_tests = yes; then \
314     red='\e[0;31m'; \
315     grn='\e[0;32m'; \
316     lgn='\e[1;32m'; \
317     blu='\e[1;34m'; \
318     mgn='\e[0;35m'; \
319     brg='\e[1m'; \
320     std='\e[m'; \
321   fi; \
322 }
323 DIST_SUBDIRS = gpg json gpgsm opassuan
324 am__DIST_COMMON = $(srcdir)/Makefile.in \
325         $(top_srcdir)/build-aux/depcomp \
326         $(top_srcdir)/build-aux/mkinstalldirs
327 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
328 am__relativize = \
329   dir0=`pwd`; \
330   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
331   sed_rest='s,^[^/]*/*,,'; \
332   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
333   sed_butlast='s,/*[^/]*$$,,'; \
334   while test -n "$$dir1"; do \
335     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
336     if test "$$first" != "."; then \
337       if test "$$first" = ".."; then \
338         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
339         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
340       else \
341         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
342         if test "$$first2" = "$$first"; then \
343           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
344         else \
345           dir2="../$$dir2"; \
346         fi; \
347         dir0="$$dir0"/"$$first"; \
348       fi; \
349     fi; \
350     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
351   done; \
352   reldir="$$dir2"
353 ACLOCAL = @ACLOCAL@
354 AMTAR = @AMTAR@
355 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
356 AR = @AR@
357 AS = @AS@
358 AUTOCONF = @AUTOCONF@
359 AUTOHEADER = @AUTOHEADER@
360 AUTOMAKE = @AUTOMAKE@
361 AWK = @AWK@
362 BUILD_FILEVERSION = @BUILD_FILEVERSION@
363 BUILD_REVISION = @BUILD_REVISION@
364 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
365 BUILD_VERSION = @BUILD_VERSION@
366 CC = @CC@
367 CCDEPMODE = @CCDEPMODE@
368 CC_FOR_BUILD = @CC_FOR_BUILD@
369 CFLAGS = @CFLAGS@
370 CPP = @CPP@
371 CPPFLAGS = @CPPFLAGS@
372 CXX = @CXX@
373 CXXCPP = @CXXCPP@
374 CXXDEPMODE = @CXXDEPMODE@
375 CXXFLAGS = @CXXFLAGS@
376 CYGPATH_W = @CYGPATH_W@
377 DEFS = @DEFS@
378 DEPDIR = @DEPDIR@
379 DLLTOOL = @DLLTOOL@
380 DOXYGEN = @DOXYGEN@
381 DSYMUTIL = @DSYMUTIL@
382 DUMPBIN = @DUMPBIN@
383 ECHO_C = @ECHO_C@
384 ECHO_N = @ECHO_N@
385 ECHO_T = @ECHO_T@
386 EGREP = @EGREP@
387 ENABLED_LANGUAGES = @ENABLED_LANGUAGES@
388 EXEEXT = @EXEEXT@
389 FGREP = @FGREP@
390 GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@
391 GLIBC21 = @GLIBC21@
392 GLIB_CFLAGS = @GLIB_CFLAGS@
393 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
394 GLIB_LIBS = @GLIB_LIBS@
395 GLIB_MKENUMS = @GLIB_MKENUMS@
396 GOBJECT_QUERY = @GOBJECT_QUERY@
397 GPGME_CONFIG_API_VERSION = @GPGME_CONFIG_API_VERSION@
398 GPGME_CONFIG_AVAIL_LANG = @GPGME_CONFIG_AVAIL_LANG@
399 GPGME_CONFIG_CFLAGS = @GPGME_CONFIG_CFLAGS@
400 GPGME_CONFIG_HOST = @GPGME_CONFIG_HOST@
401 GPGME_CONFIG_LIBS = @GPGME_CONFIG_LIBS@
402 GPGME_QTTEST_CFLAGS = @GPGME_QTTEST_CFLAGS@
403 GPGME_QTTEST_LIBS = @GPGME_QTTEST_LIBS@
404 GPGME_QT_CFLAGS = @GPGME_QT_CFLAGS@
405 GPGME_QT_LIBS = @GPGME_QT_LIBS@
406 GPGRT_CONFIG = @GPGRT_CONFIG@
407 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
408 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
409 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
410 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
411 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
412 GRAPHVIZ = @GRAPHVIZ@
413 GREP = @GREP@
414 HAVE_CXX11 = @HAVE_CXX11@
415 HAVE_DOT = @HAVE_DOT@
416 INSTALL = @INSTALL@
417 INSTALL_DATA = @INSTALL_DATA@
418 INSTALL_PROGRAM = @INSTALL_PROGRAM@
419 INSTALL_SCRIPT = @INSTALL_SCRIPT@
420 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
421 LD = @LD@
422 LDADD_FOR_TESTS_KLUDGE = @LDADD_FOR_TESTS_KLUDGE@
423 LDFLAGS = @LDFLAGS@
424 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
425 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
426 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
427 LIBGPGMEPP_LT_AGE = @LIBGPGMEPP_LT_AGE@
428 LIBGPGMEPP_LT_CURRENT = @LIBGPGMEPP_LT_CURRENT@
429 LIBGPGMEPP_LT_REVISION = @LIBGPGMEPP_LT_REVISION@
430 LIBGPGME_LT_AGE = @LIBGPGME_LT_AGE@
431 LIBGPGME_LT_CURRENT = @LIBGPGME_LT_CURRENT@
432 LIBGPGME_LT_REVISION = @LIBGPGME_LT_REVISION@
433 LIBOBJS = @LIBOBJS@
434 LIBQGPGME_LT_AGE = @LIBQGPGME_LT_AGE@
435 LIBQGPGME_LT_CURRENT = @LIBQGPGME_LT_CURRENT@
436 LIBQGPGME_LT_REVISION = @LIBQGPGME_LT_REVISION@
437 LIBS = @LIBS@
438 LIBTOOL = @LIBTOOL@
439 LIPO = @LIPO@
440 LN_S = @LN_S@
441 LTLIBOBJS = @LTLIBOBJS@
442 MAINT = @MAINT@
443 MAKEINFO = @MAKEINFO@
444 MANIFEST_TOOL = @MANIFEST_TOOL@
445 MKDIR_P = @MKDIR_P@
446 MOC = @MOC@
447 MOC2 = @MOC2@
448 NEED__FILE_OFFSET_BITS = @NEED__FILE_OFFSET_BITS@
449 NM = @NM@
450 NMEDIT = @NMEDIT@
451 OBJDUMP = @OBJDUMP@
452 OBJEXT = @OBJEXT@
453 OTOOL = @OTOOL@
454 OTOOL64 = @OTOOL64@
455 PACKAGE = @PACKAGE@
456 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
457 PACKAGE_NAME = @PACKAGE_NAME@
458 PACKAGE_STRING = @PACKAGE_STRING@
459 PACKAGE_TARNAME = @PACKAGE_TARNAME@
460 PACKAGE_URL = @PACKAGE_URL@
461 PACKAGE_VERSION = @PACKAGE_VERSION@
462 PATH_SEPARATOR = @PATH_SEPARATOR@
463 PKG_CONFIG = @PKG_CONFIG@
464 PYTHON = @PYTHON@
465 PYTHONS = @PYTHONS@
466 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
467 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
468 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
469 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
470 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
471 PYTHON_PLATFORM = @PYTHON_PLATFORM@
472 PYTHON_PREFIX = @PYTHON_PREFIX@
473 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
474 PYTHON_VERSION = @PYTHON_VERSION@
475 QTCHOOSER = @QTCHOOSER@
476 RANLIB = @RANLIB@
477 RC = @RC@
478 SED = @SED@
479 SET_MAKE = @SET_MAKE@
480 SHELL = @SHELL@
481 STRIP = @STRIP@
482 SWIG = @SWIG@
483 SWIG_LIB = @SWIG_LIB@
484 SYSROOT = @SYSROOT@
485 VERSION = @VERSION@
486 VERSION_MAJOR = @VERSION_MAJOR@
487 VERSION_MICRO = @VERSION_MICRO@
488 VERSION_MINOR = @VERSION_MINOR@
489 VERSION_NUMBER = @VERSION_NUMBER@
490 abs_builddir = @abs_builddir@
491 abs_srcdir = @abs_srcdir@
492 abs_top_builddir = @abs_top_builddir@
493 abs_top_srcdir = @abs_top_srcdir@
494 ac_ct_AR = @ac_ct_AR@
495 ac_ct_CC = @ac_ct_CC@
496 ac_ct_CXX = @ac_ct_CXX@
497 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
498 am__include = @am__include@
499 am__leading_dot = @am__leading_dot@
500 am__quote = @am__quote@
501 am__tar = @am__tar@
502 am__untar = @am__untar@
503 bindir = @bindir@
504 build = @build@
505 build_alias = @build_alias@
506 build_cpu = @build_cpu@
507 build_os = @build_os@
508 build_vendor = @build_vendor@
509 builddir = @builddir@
510 datadir = @datadir@
511 datarootdir = @datarootdir@
512 docdir = @docdir@
513 dvidir = @dvidir@
514 emacs_local_vars_begin = @emacs_local_vars_begin@
515 emacs_local_vars_end = @emacs_local_vars_end@
516 emacs_local_vars_read_only = @emacs_local_vars_read_only@
517 exec_prefix = @exec_prefix@
518 host = @host@
519 host_alias = @host_alias@
520 host_cpu = @host_cpu@
521 host_os = @host_os@
522 host_vendor = @host_vendor@
523 htmldir = @htmldir@
524 includedir = @includedir@
525 infodir = @infodir@
526 install_sh = @install_sh@
527 libdir = @libdir@
528 libexecdir = @libexecdir@
529 localedir = @localedir@
530 localstatedir = @localstatedir@
531 mandir = @mandir@
532 mkdir_p = @mkdir_p@
533 oldincludedir = @oldincludedir@
534 pdfdir = @pdfdir@
535 pkgpyexecdir = @pkgpyexecdir@
536 pkgpythondir = @pkgpythondir@
537 prefix = @prefix@
538 program_transform_name = @program_transform_name@
539 psdir = @psdir@
540 pyexecdir = @pyexecdir@
541 pythondir = @pythondir@
542 runstatedir = @runstatedir@
543 sbindir = @sbindir@
544 sharedstatedir = @sharedstatedir@
545 srcdir = @srcdir@
546 sysconfdir = @sysconfdir@
547 target_alias = @target_alias@
548 top_build_prefix = @top_build_prefix@
549 top_builddir = @top_builddir@
550 top_srcdir = @top_srcdir@
551 GNUPGHOME = $(abs_builddir)
552 TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME)
553 EXTRA_DIST = start-stop-agent t-data-1.txt t-data-2.txt ChangeLog-2011
554 AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@
555 AM_LDFLAGS = -no-install
556 LDADD = ../src/libgpgme.la @GPG_ERROR_LIBS@ @LDADD_FOR_TESTS_KLUDGE@
557 noinst_HEADERS = run-support.h
558 run_threaded_LDADD = ../src/libgpgme.la -lpthread @GPG_ERROR_LIBS@ \
559                      @LDADD_FOR_TESTS_KLUDGE@
560
561 @RUN_GPG_TESTS_FALSE@gpgtests = 
562 @RUN_GPG_TESTS_TRUE@gpgtests = gpg json
563 @RUN_GPGSM_TESTS_FALSE@gpgsmtests = 
564 @RUN_GPGSM_TESTS_TRUE@gpgsmtests = gpgsm opassuan
565 SUBDIRS = ${gpgtests} ${gpgsmtests}
566 all: all-recursive
567
568 .SUFFIXES:
569 .SUFFIXES: .c .lo .o .obj
570 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
571         @for dep in $?; do \
572           case '$(am__configure_deps)' in \
573             *$$dep*) \
574               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
575                 && { if test -f $@; then exit 0; else break; fi; }; \
576               exit 1;; \
577           esac; \
578         done; \
579         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
580         $(am__cd) $(top_srcdir) && \
581           $(AUTOMAKE) --gnu tests/Makefile
582 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
583         @case '$?' in \
584           *config.status*) \
585             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
586           *) \
587             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
588             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
589         esac;
590
591 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
592         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
593
594 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
595         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
596 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
597         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
598 $(am__aclocal_m4_deps):
599
600 clean-noinstPROGRAMS:
601         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
602         echo " rm -f" $$list; \
603         rm -f $$list || exit $$?; \
604         test -n "$(EXEEXT)" || exit 0; \
605         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
606         echo " rm -f" $$list; \
607         rm -f $$list
608
609 run-decrypt$(EXEEXT): $(run_decrypt_OBJECTS) $(run_decrypt_DEPENDENCIES) $(EXTRA_run_decrypt_DEPENDENCIES) 
610         @rm -f run-decrypt$(EXEEXT)
611         $(AM_V_CCLD)$(LINK) $(run_decrypt_OBJECTS) $(run_decrypt_LDADD) $(LIBS)
612
613 run-encrypt$(EXEEXT): $(run_encrypt_OBJECTS) $(run_encrypt_DEPENDENCIES) $(EXTRA_run_encrypt_DEPENDENCIES) 
614         @rm -f run-encrypt$(EXEEXT)
615         $(AM_V_CCLD)$(LINK) $(run_encrypt_OBJECTS) $(run_encrypt_LDADD) $(LIBS)
616
617 run-export$(EXEEXT): $(run_export_OBJECTS) $(run_export_DEPENDENCIES) $(EXTRA_run_export_DEPENDENCIES) 
618         @rm -f run-export$(EXEEXT)
619         $(AM_V_CCLD)$(LINK) $(run_export_OBJECTS) $(run_export_LDADD) $(LIBS)
620
621 run-genkey$(EXEEXT): $(run_genkey_OBJECTS) $(run_genkey_DEPENDENCIES) $(EXTRA_run_genkey_DEPENDENCIES) 
622         @rm -f run-genkey$(EXEEXT)
623         $(AM_V_CCLD)$(LINK) $(run_genkey_OBJECTS) $(run_genkey_LDADD) $(LIBS)
624
625 run-identify$(EXEEXT): $(run_identify_OBJECTS) $(run_identify_DEPENDENCIES) $(EXTRA_run_identify_DEPENDENCIES) 
626         @rm -f run-identify$(EXEEXT)
627         $(AM_V_CCLD)$(LINK) $(run_identify_OBJECTS) $(run_identify_LDADD) $(LIBS)
628
629 run-import$(EXEEXT): $(run_import_OBJECTS) $(run_import_DEPENDENCIES) $(EXTRA_run_import_DEPENDENCIES) 
630         @rm -f run-import$(EXEEXT)
631         $(AM_V_CCLD)$(LINK) $(run_import_OBJECTS) $(run_import_LDADD) $(LIBS)
632
633 run-keylist$(EXEEXT): $(run_keylist_OBJECTS) $(run_keylist_DEPENDENCIES) $(EXTRA_run_keylist_DEPENDENCIES) 
634         @rm -f run-keylist$(EXEEXT)
635         $(AM_V_CCLD)$(LINK) $(run_keylist_OBJECTS) $(run_keylist_LDADD) $(LIBS)
636
637 run-keysign$(EXEEXT): $(run_keysign_OBJECTS) $(run_keysign_DEPENDENCIES) $(EXTRA_run_keysign_DEPENDENCIES) 
638         @rm -f run-keysign$(EXEEXT)
639         $(AM_V_CCLD)$(LINK) $(run_keysign_OBJECTS) $(run_keysign_LDADD) $(LIBS)
640
641 run-sign$(EXEEXT): $(run_sign_OBJECTS) $(run_sign_DEPENDENCIES) $(EXTRA_run_sign_DEPENDENCIES) 
642         @rm -f run-sign$(EXEEXT)
643         $(AM_V_CCLD)$(LINK) $(run_sign_OBJECTS) $(run_sign_LDADD) $(LIBS)
644
645 run-swdb$(EXEEXT): $(run_swdb_OBJECTS) $(run_swdb_DEPENDENCIES) $(EXTRA_run_swdb_DEPENDENCIES) 
646         @rm -f run-swdb$(EXEEXT)
647         $(AM_V_CCLD)$(LINK) $(run_swdb_OBJECTS) $(run_swdb_LDADD) $(LIBS)
648
649 run-threaded$(EXEEXT): $(run_threaded_OBJECTS) $(run_threaded_DEPENDENCIES) $(EXTRA_run_threaded_DEPENDENCIES) 
650         @rm -f run-threaded$(EXEEXT)
651         $(AM_V_CCLD)$(LINK) $(run_threaded_OBJECTS) $(run_threaded_LDADD) $(LIBS)
652
653 run-tofu$(EXEEXT): $(run_tofu_OBJECTS) $(run_tofu_DEPENDENCIES) $(EXTRA_run_tofu_DEPENDENCIES) 
654         @rm -f run-tofu$(EXEEXT)
655         $(AM_V_CCLD)$(LINK) $(run_tofu_OBJECTS) $(run_tofu_LDADD) $(LIBS)
656
657 run-verify$(EXEEXT): $(run_verify_OBJECTS) $(run_verify_DEPENDENCIES) $(EXTRA_run_verify_DEPENDENCIES) 
658         @rm -f run-verify$(EXEEXT)
659         $(AM_V_CCLD)$(LINK) $(run_verify_OBJECTS) $(run_verify_LDADD) $(LIBS)
660
661 t-data$(EXEEXT): $(t_data_OBJECTS) $(t_data_DEPENDENCIES) $(EXTRA_t_data_DEPENDENCIES) 
662         @rm -f t-data$(EXEEXT)
663         $(AM_V_CCLD)$(LINK) $(t_data_OBJECTS) $(t_data_LDADD) $(LIBS)
664
665 t-engine-info$(EXEEXT): $(t_engine_info_OBJECTS) $(t_engine_info_DEPENDENCIES) $(EXTRA_t_engine_info_DEPENDENCIES) 
666         @rm -f t-engine-info$(EXEEXT)
667         $(AM_V_CCLD)$(LINK) $(t_engine_info_OBJECTS) $(t_engine_info_LDADD) $(LIBS)
668
669 t-version$(EXEEXT): $(t_version_OBJECTS) $(t_version_DEPENDENCIES) $(EXTRA_t_version_DEPENDENCIES) 
670         @rm -f t-version$(EXEEXT)
671         $(AM_V_CCLD)$(LINK) $(t_version_OBJECTS) $(t_version_LDADD) $(LIBS)
672
673 mostlyclean-compile:
674         -rm -f *.$(OBJEXT)
675
676 distclean-compile:
677         -rm -f *.tab.c
678
679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-decrypt.Po@am__quote@ # am--include-marker
680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-encrypt.Po@am__quote@ # am--include-marker
681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-export.Po@am__quote@ # am--include-marker
682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-genkey.Po@am__quote@ # am--include-marker
683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-identify.Po@am__quote@ # am--include-marker
684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-import.Po@am__quote@ # am--include-marker
685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-keylist.Po@am__quote@ # am--include-marker
686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-keysign.Po@am__quote@ # am--include-marker
687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-sign.Po@am__quote@ # am--include-marker
688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-swdb.Po@am__quote@ # am--include-marker
689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-threaded.Po@am__quote@ # am--include-marker
690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-tofu.Po@am__quote@ # am--include-marker
691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run-verify.Po@am__quote@ # am--include-marker
692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-data.Po@am__quote@ # am--include-marker
693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-engine-info.Po@am__quote@ # am--include-marker
694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-version.Po@am__quote@ # am--include-marker
695
696 $(am__depfiles_remade):
697         @$(MKDIR_P) $(@D)
698         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
699
700 am--depfiles: $(am__depfiles_remade)
701
702 .c.o:
703 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
704 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
705 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
706 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
708
709 .c.obj:
710 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
711 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
712 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
713 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
715
716 .c.lo:
717 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
718 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
719 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
720 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
722
723 mostlyclean-libtool:
724         -rm -f *.lo
725
726 clean-libtool:
727         -rm -rf .libs _libs
728
729 # This directory's subdirectories are mostly independent; you can cd
730 # into them and run 'make' without going through this Makefile.
731 # To change the values of 'make' variables: instead of editing Makefiles,
732 # (1) if the variable is set in 'config.status', edit 'config.status'
733 #     (which will cause the Makefiles to be regenerated when you run 'make');
734 # (2) otherwise, pass the desired values on the 'make' command line.
735 $(am__recursive_targets):
736         @fail=; \
737         if $(am__make_keepgoing); then \
738           failcom='fail=yes'; \
739         else \
740           failcom='exit 1'; \
741         fi; \
742         dot_seen=no; \
743         target=`echo $@ | sed s/-recursive//`; \
744         case "$@" in \
745           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
746           *) list='$(SUBDIRS)' ;; \
747         esac; \
748         for subdir in $$list; do \
749           echo "Making $$target in $$subdir"; \
750           if test "$$subdir" = "."; then \
751             dot_seen=yes; \
752             local_target="$$target-am"; \
753           else \
754             local_target="$$target"; \
755           fi; \
756           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
757           || eval $$failcom; \
758         done; \
759         if test "$$dot_seen" = "no"; then \
760           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
761         fi; test -z "$$fail"
762
763 ID: $(am__tagged_files)
764         $(am__define_uniq_tagged_files); mkid -fID $$unique
765 tags: tags-recursive
766 TAGS: tags
767
768 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
769         set x; \
770         here=`pwd`; \
771         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
772           include_option=--etags-include; \
773           empty_fix=.; \
774         else \
775           include_option=--include; \
776           empty_fix=; \
777         fi; \
778         list='$(SUBDIRS)'; for subdir in $$list; do \
779           if test "$$subdir" = .; then :; else \
780             test ! -f $$subdir/TAGS || \
781               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
782           fi; \
783         done; \
784         $(am__define_uniq_tagged_files); \
785         shift; \
786         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
787           test -n "$$unique" || unique=$$empty_fix; \
788           if test $$# -gt 0; then \
789             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
790               "$$@" $$unique; \
791           else \
792             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
793               $$unique; \
794           fi; \
795         fi
796 ctags: ctags-recursive
797
798 CTAGS: ctags
799 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
800         $(am__define_uniq_tagged_files); \
801         test -z "$(CTAGS_ARGS)$$unique" \
802           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
803              $$unique
804
805 GTAGS:
806         here=`$(am__cd) $(top_builddir) && pwd` \
807           && $(am__cd) $(top_srcdir) \
808           && gtags -i $(GTAGS_ARGS) "$$here"
809 cscopelist: cscopelist-recursive
810
811 cscopelist-am: $(am__tagged_files)
812         list='$(am__tagged_files)'; \
813         case "$(srcdir)" in \
814           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
815           *) sdir=$(subdir)/$(srcdir) ;; \
816         esac; \
817         for i in $$list; do \
818           if test -f "$$i"; then \
819             echo "$(subdir)/$$i"; \
820           else \
821             echo "$$sdir/$$i"; \
822           fi; \
823         done >> $(top_builddir)/cscope.files
824
825 distclean-tags:
826         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
827
828 check-TESTS: $(TESTS)
829         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
830         srcdir=$(srcdir); export srcdir; \
831         list=' $(TESTS) '; \
832         $(am__tty_colors); \
833         if test -n "$$list"; then \
834           for tst in $$list; do \
835             if test -f ./$$tst; then dir=./; \
836             elif test -f $$tst; then dir=; \
837             else dir="$(srcdir)/"; fi; \
838             if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
839               all=`expr $$all + 1`; \
840               case " $(XFAIL_TESTS) " in \
841               *[\ \     ]$$tst[\ \      ]*) \
842                 xpass=`expr $$xpass + 1`; \
843                 failed=`expr $$failed + 1`; \
844                 col=$$red; res=XPASS; \
845               ;; \
846               *) \
847                 col=$$grn; res=PASS; \
848               ;; \
849               esac; \
850             elif test $$? -ne 77; then \
851               all=`expr $$all + 1`; \
852               case " $(XFAIL_TESTS) " in \
853               *[\ \     ]$$tst[\ \      ]*) \
854                 xfail=`expr $$xfail + 1`; \
855                 col=$$lgn; res=XFAIL; \
856               ;; \
857               *) \
858                 failed=`expr $$failed + 1`; \
859                 col=$$red; res=FAIL; \
860               ;; \
861               esac; \
862             else \
863               skip=`expr $$skip + 1`; \
864               col=$$blu; res=SKIP; \
865             fi; \
866             echo "$${col}$$res$${std}: $$tst"; \
867           done; \
868           if test "$$all" -eq 1; then \
869             tests="test"; \
870             All=""; \
871           else \
872             tests="tests"; \
873             All="All "; \
874           fi; \
875           if test "$$failed" -eq 0; then \
876             if test "$$xfail" -eq 0; then \
877               banner="$$All$$all $$tests passed"; \
878             else \
879               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
880               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
881             fi; \
882           else \
883             if test "$$xpass" -eq 0; then \
884               banner="$$failed of $$all $$tests failed"; \
885             else \
886               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
887               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
888             fi; \
889           fi; \
890           dashes="$$banner"; \
891           skipped=""; \
892           if test "$$skip" -ne 0; then \
893             if test "$$skip" -eq 1; then \
894               skipped="($$skip test was not run)"; \
895             else \
896               skipped="($$skip tests were not run)"; \
897             fi; \
898             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
899               dashes="$$skipped"; \
900           fi; \
901           report=""; \
902           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
903             report="Please report to $(PACKAGE_BUGREPORT)"; \
904             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
905               dashes="$$report"; \
906           fi; \
907           dashes=`echo "$$dashes" | sed s/./=/g`; \
908           if test "$$failed" -eq 0; then \
909             col="$$grn"; \
910           else \
911             col="$$red"; \
912           fi; \
913           echo "$${col}$$dashes$${std}"; \
914           echo "$${col}$$banner$${std}"; \
915           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
916           test -z "$$report" || echo "$${col}$$report$${std}"; \
917           echo "$${col}$$dashes$${std}"; \
918           test "$$failed" -eq 0; \
919         else :; fi
920
921 distdir: $(BUILT_SOURCES)
922         $(MAKE) $(AM_MAKEFLAGS) distdir-am
923
924 distdir-am: $(DISTFILES)
925         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
926         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
927         list='$(DISTFILES)'; \
928           dist_files=`for file in $$list; do echo $$file; done | \
929           sed -e "s|^$$srcdirstrip/||;t" \
930               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
931         case $$dist_files in \
932           */*) $(MKDIR_P) `echo "$$dist_files" | \
933                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
934                            sort -u` ;; \
935         esac; \
936         for file in $$dist_files; do \
937           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
938           if test -d $$d/$$file; then \
939             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
940             if test -d "$(distdir)/$$file"; then \
941               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
942             fi; \
943             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
944               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
945               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
946             fi; \
947             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
948           else \
949             test -f "$(distdir)/$$file" \
950             || cp -p $$d/$$file "$(distdir)/$$file" \
951             || exit 1; \
952           fi; \
953         done
954         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
955           if test "$$subdir" = .; then :; else \
956             $(am__make_dryrun) \
957               || test -d "$(distdir)/$$subdir" \
958               || $(MKDIR_P) "$(distdir)/$$subdir" \
959               || exit 1; \
960             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
961             $(am__relativize); \
962             new_distdir=$$reldir; \
963             dir1=$$subdir; dir2="$(top_distdir)"; \
964             $(am__relativize); \
965             new_top_distdir=$$reldir; \
966             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
967             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
968             ($(am__cd) $$subdir && \
969               $(MAKE) $(AM_MAKEFLAGS) \
970                 top_distdir="$$new_top_distdir" \
971                 distdir="$$new_distdir" \
972                 am__remove_distdir=: \
973                 am__skip_length_check=: \
974                 am__skip_mode_fix=: \
975                 distdir) \
976               || exit 1; \
977           fi; \
978         done
979 check-am: all-am
980         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
981 check: check-recursive
982 all-am: Makefile $(PROGRAMS) $(HEADERS)
983 installdirs: installdirs-recursive
984 installdirs-am:
985 install: install-recursive
986 install-exec: install-exec-recursive
987 install-data: install-data-recursive
988 uninstall: uninstall-recursive
989
990 install-am: all-am
991         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
992
993 installcheck: installcheck-recursive
994 install-strip:
995         if test -z '$(STRIP)'; then \
996           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
997             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
998               install; \
999         else \
1000           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1001             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1002             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1003         fi
1004 mostlyclean-generic:
1005
1006 clean-generic:
1007
1008 distclean-generic:
1009         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1010         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1011
1012 maintainer-clean-generic:
1013         @echo "This command is intended for maintainers to use"
1014         @echo "it deletes files that may require special tools to rebuild."
1015 clean: clean-recursive
1016
1017 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
1018         mostlyclean-am
1019
1020 distclean: distclean-recursive
1021                 -rm -f ./$(DEPDIR)/run-decrypt.Po
1022         -rm -f ./$(DEPDIR)/run-encrypt.Po
1023         -rm -f ./$(DEPDIR)/run-export.Po
1024         -rm -f ./$(DEPDIR)/run-genkey.Po
1025         -rm -f ./$(DEPDIR)/run-identify.Po
1026         -rm -f ./$(DEPDIR)/run-import.Po
1027         -rm -f ./$(DEPDIR)/run-keylist.Po
1028         -rm -f ./$(DEPDIR)/run-keysign.Po
1029         -rm -f ./$(DEPDIR)/run-sign.Po
1030         -rm -f ./$(DEPDIR)/run-swdb.Po
1031         -rm -f ./$(DEPDIR)/run-threaded.Po
1032         -rm -f ./$(DEPDIR)/run-tofu.Po
1033         -rm -f ./$(DEPDIR)/run-verify.Po
1034         -rm -f ./$(DEPDIR)/t-data.Po
1035         -rm -f ./$(DEPDIR)/t-engine-info.Po
1036         -rm -f ./$(DEPDIR)/t-version.Po
1037         -rm -f Makefile
1038 distclean-am: clean-am distclean-compile distclean-generic \
1039         distclean-tags
1040
1041 dvi: dvi-recursive
1042
1043 dvi-am:
1044
1045 html: html-recursive
1046
1047 html-am:
1048
1049 info: info-recursive
1050
1051 info-am:
1052
1053 install-data-am:
1054
1055 install-dvi: install-dvi-recursive
1056
1057 install-dvi-am:
1058
1059 install-exec-am:
1060
1061 install-html: install-html-recursive
1062
1063 install-html-am:
1064
1065 install-info: install-info-recursive
1066
1067 install-info-am:
1068
1069 install-man:
1070
1071 install-pdf: install-pdf-recursive
1072
1073 install-pdf-am:
1074
1075 install-ps: install-ps-recursive
1076
1077 install-ps-am:
1078
1079 installcheck-am:
1080
1081 maintainer-clean: maintainer-clean-recursive
1082                 -rm -f ./$(DEPDIR)/run-decrypt.Po
1083         -rm -f ./$(DEPDIR)/run-encrypt.Po
1084         -rm -f ./$(DEPDIR)/run-export.Po
1085         -rm -f ./$(DEPDIR)/run-genkey.Po
1086         -rm -f ./$(DEPDIR)/run-identify.Po
1087         -rm -f ./$(DEPDIR)/run-import.Po
1088         -rm -f ./$(DEPDIR)/run-keylist.Po
1089         -rm -f ./$(DEPDIR)/run-keysign.Po
1090         -rm -f ./$(DEPDIR)/run-sign.Po
1091         -rm -f ./$(DEPDIR)/run-swdb.Po
1092         -rm -f ./$(DEPDIR)/run-threaded.Po
1093         -rm -f ./$(DEPDIR)/run-tofu.Po
1094         -rm -f ./$(DEPDIR)/run-verify.Po
1095         -rm -f ./$(DEPDIR)/t-data.Po
1096         -rm -f ./$(DEPDIR)/t-engine-info.Po
1097         -rm -f ./$(DEPDIR)/t-version.Po
1098         -rm -f Makefile
1099 maintainer-clean-am: distclean-am maintainer-clean-generic
1100
1101 mostlyclean: mostlyclean-recursive
1102
1103 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1104         mostlyclean-libtool
1105
1106 pdf: pdf-recursive
1107
1108 pdf-am:
1109
1110 ps: ps-recursive
1111
1112 ps-am:
1113
1114 uninstall-am:
1115
1116 .MAKE: $(am__recursive_targets) check-am install-am install-strip
1117
1118 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1119         am--depfiles check check-TESTS check-am clean clean-generic \
1120         clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
1121         ctags-am distclean distclean-compile distclean-generic \
1122         distclean-libtool distclean-tags distdir dvi dvi-am html \
1123         html-am info info-am install install-am install-data \
1124         install-data-am install-dvi install-dvi-am install-exec \
1125         install-exec-am install-html install-html-am install-info \
1126         install-info-am install-man install-pdf install-pdf-am \
1127         install-ps install-ps-am install-strip installcheck \
1128         installcheck-am installdirs installdirs-am maintainer-clean \
1129         maintainer-clean-generic mostlyclean mostlyclean-compile \
1130         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1131         tags tags-am uninstall uninstall-am
1132
1133 .PRECIOUS: Makefile
1134
1135
1136 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1137 # Otherwise a system limit (for SysV at least) may be exceeded.
1138 .NOEXPORT: