Imported Upstream version 1.12.0
[platform/upstream/gpgme.git] / lang / python / 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 # Makefile.am for the Python bindings.
18 # Copyright (C) 2016 g10 Code GmbH
19 #
20 # This file is part of GPGME.
21 #
22 # GPGME is free software; you can redistribute it and/or modify it
23 # under the terms of the GNU Lesser General Public License as
24 # published by the Free Software Foundation; either version 2.1 of the
25 # License, or (at your option) any later version.
26 #
27 # GPGME is distributed in the hope that it will be useful, but WITHOUT
28 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
29 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
30 # Public License for more details.
31 #
32 # You should have received a copy of the GNU Lesser General Public
33 # License along with this program; if not, see <http://www.gnu.org/licenses/>.
34 VPATH = @srcdir@
35 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
36 am__make_running_with_option = \
37   case $${target_option-} in \
38       ?) ;; \
39       *) echo "am__make_running_with_option: internal error: invalid" \
40               "target option '$${target_option-}' specified" >&2; \
41          exit 1;; \
42   esac; \
43   has_opt=no; \
44   sane_makeflags=$$MAKEFLAGS; \
45   if $(am__is_gnu_make); then \
46     sane_makeflags=$$MFLAGS; \
47   else \
48     case $$MAKEFLAGS in \
49       *\\[\ \   ]*) \
50         bs=\\; \
51         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
52           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
53     esac; \
54   fi; \
55   skip_next=no; \
56   strip_trailopt () \
57   { \
58     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
59   }; \
60   for flg in $$sane_makeflags; do \
61     test $$skip_next = yes && { skip_next=no; continue; }; \
62     case $$flg in \
63       *=*|--*) continue;; \
64         -*I) strip_trailopt 'I'; skip_next=yes;; \
65       -*I?*) strip_trailopt 'I';; \
66         -*O) strip_trailopt 'O'; skip_next=yes;; \
67       -*O?*) strip_trailopt 'O';; \
68         -*l) strip_trailopt 'l'; skip_next=yes;; \
69       -*l?*) strip_trailopt 'l';; \
70       -[dEDm]) skip_next=yes;; \
71       -[JT]) skip_next=yes;; \
72     esac; \
73     case $$flg in \
74       *$$target_option*) has_opt=yes; break;; \
75     esac; \
76   done; \
77   test $$has_opt = yes
78 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
79 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
80 pkgdatadir = $(datadir)/@PACKAGE@
81 pkgincludedir = $(includedir)/@PACKAGE@
82 pkglibdir = $(libdir)/@PACKAGE@
83 pkglibexecdir = $(libexecdir)/@PACKAGE@
84 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85 install_sh_DATA = $(install_sh) -c -m 644
86 install_sh_PROGRAM = $(install_sh) -c
87 install_sh_SCRIPT = $(install_sh) -c
88 INSTALL_HEADER = $(INSTALL_DATA)
89 transform = $(program_transform_name)
90 NORMAL_INSTALL = :
91 PRE_INSTALL = :
92 POST_INSTALL = :
93 NORMAL_UNINSTALL = :
94 PRE_UNINSTALL = :
95 POST_UNINSTALL = :
96 build_triplet = @build@
97 host_triplet = @host@
98 subdir = lang/python
99 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
100         $(top_srcdir)/build-aux/mkinstalldirs $(srcdir)/version.py.in \
101         $(srcdir)/setup.py.in README
102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
104         $(top_srcdir)/m4/ax_pkg_swig.m4 \
105         $(top_srcdir)/m4/ax_python_devel.m4 \
106         $(top_srcdir)/m4/glib-2.0.m4 $(top_srcdir)/m4/glibc21.m4 \
107         $(top_srcdir)/m4/gnupg-ttyname.m4 \
108         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libassuan.m4 \
109         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
110         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
111         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
112         $(top_srcdir)/m4/python.m4 $(top_srcdir)/m4/qt.m4 \
113         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
114 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115         $(ACLOCAL_M4)
116 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
117 CONFIG_HEADER = $(top_builddir)/conf/config.h
118 CONFIG_CLEAN_FILES = version.py setup.py
119 CONFIG_CLEAN_VPATH_FILES =
120 AM_V_P = $(am__v_P_@AM_V@)
121 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122 am__v_P_0 = false
123 am__v_P_1 = :
124 AM_V_GEN = $(am__v_GEN_@AM_V@)
125 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126 am__v_GEN_0 = @echo "  GEN     " $@;
127 am__v_GEN_1 = 
128 AM_V_at = $(am__v_at_@AM_V@)
129 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130 am__v_at_0 = @
131 am__v_at_1 = 
132 SOURCES =
133 DIST_SOURCES =
134 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
135         ctags-recursive dvi-recursive html-recursive info-recursive \
136         install-data-recursive install-dvi-recursive \
137         install-exec-recursive install-html-recursive \
138         install-info-recursive install-pdf-recursive \
139         install-ps-recursive install-recursive installcheck-recursive \
140         installdirs-recursive pdf-recursive ps-recursive \
141         tags-recursive uninstall-recursive
142 am__can_run_installinfo = \
143   case $$AM_UPDATE_INFO_DIR in \
144     n|no|NO) false;; \
145     *) (install-info --version) >/dev/null 2>&1;; \
146   esac
147 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
148   distclean-recursive maintainer-clean-recursive
149 am__recursive_targets = \
150   $(RECURSIVE_TARGETS) \
151   $(RECURSIVE_CLEAN_TARGETS) \
152   $(am__extra_recursive_targets)
153 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
154         distdir
155 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156 # Read a list of newline-separated strings from the standard input,
157 # and print each of them once, without duplicates.  Input order is
158 # *not* preserved.
159 am__uniquify_input = $(AWK) '\
160   BEGIN { nonempty = 0; } \
161   { items[$$0] = 1; nonempty = 1; } \
162   END { if (nonempty) { for (i in items) print i; }; } \
163 '
164 # Make sure the list of sources is unique.  This is necessary because,
165 # e.g., the same source file might be shared among _SOURCES variables
166 # for different programs/libraries.
167 am__define_uniq_tagged_files = \
168   list='$(am__tagged_files)'; \
169   unique=`for i in $$list; do \
170     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
171   done | $(am__uniquify_input)`
172 ETAGS = etags
173 CTAGS = ctags
174 DIST_SUBDIRS = $(SUBDIRS)
175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176 am__relativize = \
177   dir0=`pwd`; \
178   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
179   sed_rest='s,^[^/]*/*,,'; \
180   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
181   sed_butlast='s,/*[^/]*$$,,'; \
182   while test -n "$$dir1"; do \
183     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
184     if test "$$first" != "."; then \
185       if test "$$first" = ".."; then \
186         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
187         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
188       else \
189         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
190         if test "$$first2" = "$$first"; then \
191           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
192         else \
193           dir2="../$$dir2"; \
194         fi; \
195         dir0="$$dir0"/"$$first"; \
196       fi; \
197     fi; \
198     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
199   done; \
200   reldir="$$dir2"
201 ACLOCAL = @ACLOCAL@
202 AMTAR = @AMTAR@
203 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
204 AR = @AR@
205 AS = @AS@
206 AUTOCONF = @AUTOCONF@
207 AUTOHEADER = @AUTOHEADER@
208 AUTOMAKE = @AUTOMAKE@
209 AWK = @AWK@
210 BUILD_FILEVERSION = @BUILD_FILEVERSION@
211 BUILD_REVISION = @BUILD_REVISION@
212 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
213 CC = @CC@
214 CCDEPMODE = @CCDEPMODE@
215 CC_FOR_BUILD = @CC_FOR_BUILD@
216 CFLAGS = @CFLAGS@
217 CPP = @CPP@
218 CPPFLAGS = @CPPFLAGS@
219 CXX = @CXX@
220 CXXCPP = @CXXCPP@
221 CXXDEPMODE = @CXXDEPMODE@
222 CXXFLAGS = @CXXFLAGS@
223 CYGPATH_W = @CYGPATH_W@
224 DEFS = @DEFS@
225 DEPDIR = @DEPDIR@
226 DLLTOOL = @DLLTOOL@
227 DOXYGEN = @DOXYGEN@
228 DSYMUTIL = @DSYMUTIL@
229 DUMPBIN = @DUMPBIN@
230 ECHO_C = @ECHO_C@
231 ECHO_N = @ECHO_N@
232 ECHO_T = @ECHO_T@
233 EGREP = @EGREP@
234 ENABLED_LANGUAGES = @ENABLED_LANGUAGES@
235 EXEEXT = @EXEEXT@
236 FGREP = @FGREP@
237 GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@
238 GLIBC21 = @GLIBC21@
239 GLIB_CFLAGS = @GLIB_CFLAGS@
240 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
241 GLIB_LIBS = @GLIB_LIBS@
242 GLIB_MKENUMS = @GLIB_MKENUMS@
243 GOBJECT_QUERY = @GOBJECT_QUERY@
244 GPGME_CONFIG_API_VERSION = @GPGME_CONFIG_API_VERSION@
245 GPGME_CONFIG_AVAIL_LANG = @GPGME_CONFIG_AVAIL_LANG@
246 GPGME_CONFIG_CFLAGS = @GPGME_CONFIG_CFLAGS@
247 GPGME_CONFIG_HOST = @GPGME_CONFIG_HOST@
248 GPGME_CONFIG_LIBS = @GPGME_CONFIG_LIBS@
249 GPGME_QTTEST_CFLAGS = @GPGME_QTTEST_CFLAGS@
250 GPGME_QTTEST_LIBS = @GPGME_QTTEST_LIBS@
251 GPGME_QT_CFLAGS = @GPGME_QT_CFLAGS@
252 GPGME_QT_LIBS = @GPGME_QT_LIBS@
253 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
254 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
255 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
256 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
257 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
258 GRAPHVIZ = @GRAPHVIZ@
259 GREP = @GREP@
260 HAVE_CXX11 = @HAVE_CXX11@
261 HAVE_DOT = @HAVE_DOT@
262 INSTALL = @INSTALL@
263 INSTALL_DATA = @INSTALL_DATA@
264 INSTALL_PROGRAM = @INSTALL_PROGRAM@
265 INSTALL_SCRIPT = @INSTALL_SCRIPT@
266 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
267 LD = @LD@
268 LDFLAGS = @LDFLAGS@
269 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
270 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
271 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
272 LIBGPGMEPP_LT_AGE = @LIBGPGMEPP_LT_AGE@
273 LIBGPGMEPP_LT_CURRENT = @LIBGPGMEPP_LT_CURRENT@
274 LIBGPGMEPP_LT_REVISION = @LIBGPGMEPP_LT_REVISION@
275 LIBGPGME_LT_AGE = @LIBGPGME_LT_AGE@
276 LIBGPGME_LT_CURRENT = @LIBGPGME_LT_CURRENT@
277 LIBGPGME_LT_REVISION = @LIBGPGME_LT_REVISION@
278 LIBOBJS = @LIBOBJS@
279 LIBQGPGME_LT_AGE = @LIBQGPGME_LT_AGE@
280 LIBQGPGME_LT_CURRENT = @LIBQGPGME_LT_CURRENT@
281 LIBQGPGME_LT_REVISION = @LIBQGPGME_LT_REVISION@
282 LIBS = @LIBS@
283 LIBTOOL = @LIBTOOL@
284 LIPO = @LIPO@
285 LN_S = @LN_S@
286 LTLIBOBJS = @LTLIBOBJS@
287 MAINT = @MAINT@
288 MAKEINFO = @MAKEINFO@
289 MANIFEST_TOOL = @MANIFEST_TOOL@
290 MKDIR_P = @MKDIR_P@
291 MOC = @MOC@
292 MOC2 = @MOC2@
293 NEED__FILE_OFFSET_BITS = @NEED__FILE_OFFSET_BITS@
294 NM = @NM@
295 NMEDIT = @NMEDIT@
296 OBJDUMP = @OBJDUMP@
297 OBJEXT = @OBJEXT@
298 OTOOL = @OTOOL@
299 OTOOL64 = @OTOOL64@
300 PACKAGE = @PACKAGE@
301 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
302 PACKAGE_NAME = @PACKAGE_NAME@
303 PACKAGE_STRING = @PACKAGE_STRING@
304 PACKAGE_TARNAME = @PACKAGE_TARNAME@
305 PACKAGE_URL = @PACKAGE_URL@
306 PACKAGE_VERSION = @PACKAGE_VERSION@
307 PATH_SEPARATOR = @PATH_SEPARATOR@
308 PKG_CONFIG = @PKG_CONFIG@
309 PYTHON = @PYTHON@
310 PYTHONS = @PYTHONS@
311 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
312 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
313 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
314 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
315 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
316 PYTHON_PLATFORM = @PYTHON_PLATFORM@
317 PYTHON_PREFIX = @PYTHON_PREFIX@
318 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
319 PYTHON_VERSION = @PYTHON_VERSION@
320 QTCHOOSER = @QTCHOOSER@
321 RANLIB = @RANLIB@
322 RC = @RC@
323 SED = @SED@
324 SET_MAKE = @SET_MAKE@
325 SHELL = @SHELL@
326 STRIP = @STRIP@
327 SWIG = @SWIG@
328 SWIG_LIB = @SWIG_LIB@
329 SYSROOT = @SYSROOT@
330 VERSION = @VERSION@
331 VERSION_MAJOR = @VERSION_MAJOR@
332 VERSION_MICRO = @VERSION_MICRO@
333 VERSION_MINOR = @VERSION_MINOR@
334 VERSION_NUMBER = @VERSION_NUMBER@
335 abs_builddir = @abs_builddir@
336 abs_srcdir = @abs_srcdir@
337 abs_top_builddir = @abs_top_builddir@
338 abs_top_srcdir = @abs_top_srcdir@
339 ac_ct_AR = @ac_ct_AR@
340 ac_ct_CC = @ac_ct_CC@
341 ac_ct_CXX = @ac_ct_CXX@
342 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
343 am__include = @am__include@
344 am__leading_dot = @am__leading_dot@
345 am__quote = @am__quote@
346 am__tar = @am__tar@
347 am__untar = @am__untar@
348 bindir = @bindir@
349 build = @build@
350 build_alias = @build_alias@
351 build_cpu = @build_cpu@
352 build_os = @build_os@
353 build_vendor = @build_vendor@
354 builddir = @builddir@
355 datadir = @datadir@
356 datarootdir = @datarootdir@
357 docdir = @docdir@
358 dvidir = @dvidir@
359 emacs_local_vars_begin = @emacs_local_vars_begin@
360 emacs_local_vars_end = @emacs_local_vars_end@
361 emacs_local_vars_read_only = @emacs_local_vars_read_only@
362 exec_prefix = @exec_prefix@
363 host = @host@
364 host_alias = @host_alias@
365 host_cpu = @host_cpu@
366 host_os = @host_os@
367 host_vendor = @host_vendor@
368 htmldir = @htmldir@
369 includedir = @includedir@
370 infodir = @infodir@
371 install_sh = @install_sh@
372 libdir = @libdir@
373 libexecdir = @libexecdir@
374 localedir = @localedir@
375 localstatedir = @localstatedir@
376 mandir = @mandir@
377 mkdir_p = @mkdir_p@
378 oldincludedir = @oldincludedir@
379 pdfdir = @pdfdir@
380 pkgpyexecdir = @pkgpyexecdir@
381 pkgpythondir = @pkgpythondir@
382 prefix = @prefix@
383 program_transform_name = @program_transform_name@
384 psdir = @psdir@
385 pyexecdir = @pyexecdir@
386 pythondir = @pythondir@
387 sbindir = @sbindir@
388 sharedstatedir = @sharedstatedir@
389 srcdir = @srcdir@
390 sysconfdir = @sysconfdir@
391 target_alias = @target_alias@
392 top_build_prefix = @top_build_prefix@
393 top_builddir = @top_builddir@
394 top_srcdir = @top_srcdir@
395 EXTRA_DIST = \
396         README \
397         MANIFEST.in \
398         gpgme.i \
399         helpers.c helpers.h private.h \
400         examples \
401         doc \
402         src
403
404 SUBDIRS = . tests
405 CLEANFILES = copystamp \
406         config.h \
407         data.h \
408         gpg
409
410 all: all-recursive
411
412 .SUFFIXES:
413 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
414         @for dep in $?; do \
415           case '$(am__configure_deps)' in \
416             *$$dep*) \
417               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
418                 && { if test -f $@; then exit 0; else break; fi; }; \
419               exit 1;; \
420           esac; \
421         done; \
422         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lang/python/Makefile'; \
423         $(am__cd) $(top_srcdir) && \
424           $(AUTOMAKE) --gnu lang/python/Makefile
425 .PRECIOUS: Makefile
426 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
427         @case '$?' in \
428           *config.status*) \
429             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
430           *) \
431             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
432             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
433         esac;
434
435 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
436         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437
438 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
439         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
440 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
441         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
442 $(am__aclocal_m4_deps):
443 version.py: $(top_builddir)/config.status $(srcdir)/version.py.in
444         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
445 setup.py: $(top_builddir)/config.status $(srcdir)/setup.py.in
446         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
447
448 mostlyclean-libtool:
449         -rm -f *.lo
450
451 clean-libtool:
452         -rm -rf .libs _libs
453
454 # This directory's subdirectories are mostly independent; you can cd
455 # into them and run 'make' without going through this Makefile.
456 # To change the values of 'make' variables: instead of editing Makefiles,
457 # (1) if the variable is set in 'config.status', edit 'config.status'
458 #     (which will cause the Makefiles to be regenerated when you run 'make');
459 # (2) otherwise, pass the desired values on the 'make' command line.
460 $(am__recursive_targets):
461         @fail=; \
462         if $(am__make_keepgoing); then \
463           failcom='fail=yes'; \
464         else \
465           failcom='exit 1'; \
466         fi; \
467         dot_seen=no; \
468         target=`echo $@ | sed s/-recursive//`; \
469         case "$@" in \
470           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
471           *) list='$(SUBDIRS)' ;; \
472         esac; \
473         for subdir in $$list; do \
474           echo "Making $$target in $$subdir"; \
475           if test "$$subdir" = "."; then \
476             dot_seen=yes; \
477             local_target="$$target-am"; \
478           else \
479             local_target="$$target"; \
480           fi; \
481           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
482           || eval $$failcom; \
483         done; \
484         if test "$$dot_seen" = "no"; then \
485           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
486         fi; test -z "$$fail"
487
488 ID: $(am__tagged_files)
489         $(am__define_uniq_tagged_files); mkid -fID $$unique
490 tags: tags-recursive
491 TAGS: tags
492
493 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
494         set x; \
495         here=`pwd`; \
496         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
497           include_option=--etags-include; \
498           empty_fix=.; \
499         else \
500           include_option=--include; \
501           empty_fix=; \
502         fi; \
503         list='$(SUBDIRS)'; for subdir in $$list; do \
504           if test "$$subdir" = .; then :; else \
505             test ! -f $$subdir/TAGS || \
506               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
507           fi; \
508         done; \
509         $(am__define_uniq_tagged_files); \
510         shift; \
511         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
512           test -n "$$unique" || unique=$$empty_fix; \
513           if test $$# -gt 0; then \
514             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
515               "$$@" $$unique; \
516           else \
517             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
518               $$unique; \
519           fi; \
520         fi
521 ctags: ctags-recursive
522
523 CTAGS: ctags
524 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
525         $(am__define_uniq_tagged_files); \
526         test -z "$(CTAGS_ARGS)$$unique" \
527           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
528              $$unique
529
530 GTAGS:
531         here=`$(am__cd) $(top_builddir) && pwd` \
532           && $(am__cd) $(top_srcdir) \
533           && gtags -i $(GTAGS_ARGS) "$$here"
534 cscopelist: cscopelist-recursive
535
536 cscopelist-am: $(am__tagged_files)
537         list='$(am__tagged_files)'; \
538         case "$(srcdir)" in \
539           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
540           *) sdir=$(subdir)/$(srcdir) ;; \
541         esac; \
542         for i in $$list; do \
543           if test -f "$$i"; then \
544             echo "$(subdir)/$$i"; \
545           else \
546             echo "$$sdir/$$i"; \
547           fi; \
548         done >> $(top_builddir)/cscope.files
549
550 distclean-tags:
551         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
552
553 distdir: $(DISTFILES)
554         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
555         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
556         list='$(DISTFILES)'; \
557           dist_files=`for file in $$list; do echo $$file; done | \
558           sed -e "s|^$$srcdirstrip/||;t" \
559               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
560         case $$dist_files in \
561           */*) $(MKDIR_P) `echo "$$dist_files" | \
562                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
563                            sort -u` ;; \
564         esac; \
565         for file in $$dist_files; do \
566           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
567           if test -d $$d/$$file; then \
568             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
569             if test -d "$(distdir)/$$file"; then \
570               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
571             fi; \
572             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
573               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
574               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
575             fi; \
576             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
577           else \
578             test -f "$(distdir)/$$file" \
579             || cp -p $$d/$$file "$(distdir)/$$file" \
580             || exit 1; \
581           fi; \
582         done
583         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
584           if test "$$subdir" = .; then :; else \
585             $(am__make_dryrun) \
586               || test -d "$(distdir)/$$subdir" \
587               || $(MKDIR_P) "$(distdir)/$$subdir" \
588               || exit 1; \
589             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
590             $(am__relativize); \
591             new_distdir=$$reldir; \
592             dir1=$$subdir; dir2="$(top_distdir)"; \
593             $(am__relativize); \
594             new_top_distdir=$$reldir; \
595             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
596             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
597             ($(am__cd) $$subdir && \
598               $(MAKE) $(AM_MAKEFLAGS) \
599                 top_distdir="$$new_top_distdir" \
600                 distdir="$$new_distdir" \
601                 am__remove_distdir=: \
602                 am__skip_length_check=: \
603                 am__skip_mode_fix=: \
604                 distdir) \
605               || exit 1; \
606           fi; \
607         done
608 check-am: all-am
609 check: check-recursive
610 all-am: Makefile all-local
611 installdirs: installdirs-recursive
612 installdirs-am:
613 install: install-recursive
614 install-exec: install-exec-recursive
615 install-data: install-data-recursive
616 uninstall: uninstall-recursive
617
618 install-am: all-am
619         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
620
621 installcheck: installcheck-recursive
622 install-strip:
623         if test -z '$(STRIP)'; then \
624           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
625             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
626               install; \
627         else \
628           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
629             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
630             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
631         fi
632 mostlyclean-generic:
633
634 clean-generic:
635         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
636
637 distclean-generic:
638         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
639         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
640
641 maintainer-clean-generic:
642         @echo "This command is intended for maintainers to use"
643         @echo "it deletes files that may require special tools to rebuild."
644 clean: clean-recursive
645
646 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
647
648 distclean: distclean-recursive
649         -rm -f Makefile
650 distclean-am: clean-am distclean-generic distclean-tags
651
652 dvi: dvi-recursive
653
654 dvi-am:
655
656 html: html-recursive
657
658 html-am:
659
660 info: info-recursive
661
662 info-am:
663
664 install-data-am:
665
666 install-dvi: install-dvi-recursive
667
668 install-dvi-am:
669
670 install-exec-am: install-exec-local
671
672 install-html: install-html-recursive
673
674 install-html-am:
675
676 install-info: install-info-recursive
677
678 install-info-am:
679
680 install-man:
681
682 install-pdf: install-pdf-recursive
683
684 install-pdf-am:
685
686 install-ps: install-ps-recursive
687
688 install-ps-am:
689
690 installcheck-am:
691
692 maintainer-clean: maintainer-clean-recursive
693         -rm -f Makefile
694 maintainer-clean-am: distclean-am maintainer-clean-generic
695
696 mostlyclean: mostlyclean-recursive
697
698 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
699
700 pdf: pdf-recursive
701
702 pdf-am:
703
704 ps: ps-recursive
705
706 ps-am:
707
708 uninstall-am: uninstall-local
709
710 .MAKE: $(am__recursive_targets) install-am install-strip
711
712 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
713         check check-am clean clean-generic clean-libtool clean-local \
714         cscopelist-am ctags ctags-am distclean distclean-generic \
715         distclean-libtool distclean-tags distdir dvi dvi-am html \
716         html-am info info-am install install-am install-data \
717         install-data-am install-dvi install-dvi-am install-exec \
718         install-exec-am install-exec-local install-html \
719         install-html-am install-info install-info-am install-man \
720         install-pdf install-pdf-am install-ps install-ps-am \
721         install-strip installcheck installcheck-am installdirs \
722         installdirs-am maintainer-clean maintainer-clean-generic \
723         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
724         ps ps-am tags tags-am uninstall uninstall-am uninstall-local
725
726
727 .PHONY: prepare
728 prepare: copystamp
729
730 # For VPATH builds we need to copy some files because Python's
731 # distutils are not VPATH-aware.
732 copystamp:
733         ln -sf "$(top_srcdir)/src/data.h" .
734         ln -sf "$(top_builddir)/conf/config.h" .
735         ln -sf "$(srcdir)/src" gpg
736         touch $@
737
738 all-local: copystamp
739         set -e ; for PYTHON in $(PYTHONS); do \
740           CPP="$(CPP)" \
741           CFLAGS="$(CFLAGS)" \
742           srcdir="$(srcdir)" \
743           top_builddir="$(top_builddir)" \
744             $$PYTHON setup.py build --verbose --build-base="$$(basename "$${PYTHON}")-gpg" ; \
745         done
746
747 python$(PYTHON_VERSION)-gpg/dist/gpg-$(VERSION).tar.gz.asc: copystamp
748         $(MKDIR_P) python$(PYTHON_VERSION)-gpg-dist
749         CPP="$(CPP)" \
750         CFLAGS="$(CFLAGS)" \
751         srcdir="$(srcdir)" \
752         top_builddir="$(top_builddir)" \
753           $(PYTHON) setup.py sdist --verbose --dist-dir=python$(PYTHON_VERSION)-gpg-dist \
754                 --manifest=python$(PYTHON_VERSION)-gpg-dist/MANIFEST
755         gpgbin=gpgconf --list-components | grep OpenPGP | sed -e 's/gpg:OpenPGP://g'
756         $(gpgbin) --detach-sign --armor python$(PYTHON_VERSION)-gpg-dist/gpg-$(VERSION).tar.gz
757
758 .PHONY: sdist
759 sdist:  python$(PYTHON_VERSION)-gpg/dist/gpg-$(VERSION).tar.gz.asc
760
761 .PHONY: upload
762 upload: python$(PYTHON_VERSION)-gpg-dist/gpg-$(VERSION).tar.gz \
763         python$(PYTHON_VERSION)-gpg-dist/gpg-$(VERSION).tar.gz.asc
764         twine upload $^
765
766 # Remove the rest.
767 #
768 # 'make distclean' clears the write bit, breaking rm -rf.  Fix the
769 # permissions.
770 clean-local:
771         rm -rf -- build
772         for PYTHON in $(PYTHONS); do \
773           find "$$(basename "$${PYTHON}")-gpg" -type d ! -perm -200 -exec chmod u+w {} ';' ; \
774           rm -rf -- "$$(basename "$${PYTHON}")-gpg" ; \
775         done
776
777 install-exec-local:
778         set -e ; for PYTHON in $(PYTHONS); do \
779           CPP="$(CPP)" \
780           CFLAGS="$(CFLAGS)" \
781           srcdir="$(srcdir)" \
782           top_builddir="$(top_builddir)" \
783           $$PYTHON setup.py \
784           build \
785           --build-base="$$(basename "$${PYTHON}")-gpg" \
786           install \
787           --prefix "$(DESTDIR)$(prefix)" \
788           --verbose ; \
789         done
790
791 uninstall-local:
792         set -x; GV=$$(echo $(VERSION) | tr - _); for PYTHON in $(PYTHONS); do \
793           PLATLIB="$(prefix)/$$("$${PYTHON}" -c 'import sysconfig, os; print(os.path.relpath(sysconfig.get_path("platlib", scheme="posix_prefix"), sysconfig.get_config_var("prefix")))')" ; \
794           rm -rf -- "$(DESTDIR)$${PLATLIB}/gpg" \
795                 "$(DESTDIR)$${PLATLIB}"/gpg-$$GV-py*.egg-info ; \
796         done
797
798 # Tell versions [3.59,3.63) of GNU make to not export all variables.
799 # Otherwise a system limit (for SysV at least) may be exceeded.
800 .NOEXPORT: