Imported Upstream version 1.7.1
[platform/upstream/gpgme.git] / src / 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) 2000 Werner Koch (dd9jn)
18 # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 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
35
36
37
38
39 VPATH = @srcdir@
40 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
41 am__make_running_with_option = \
42   case $${target_option-} in \
43       ?) ;; \
44       *) echo "am__make_running_with_option: internal error: invalid" \
45               "target option '$${target_option-}' specified" >&2; \
46          exit 1;; \
47   esac; \
48   has_opt=no; \
49   sane_makeflags=$$MAKEFLAGS; \
50   if $(am__is_gnu_make); then \
51     sane_makeflags=$$MFLAGS; \
52   else \
53     case $$MAKEFLAGS in \
54       *\\[\ \   ]*) \
55         bs=\\; \
56         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
58     esac; \
59   fi; \
60   skip_next=no; \
61   strip_trailopt () \
62   { \
63     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64   }; \
65   for flg in $$sane_makeflags; do \
66     test $$skip_next = yes && { skip_next=no; continue; }; \
67     case $$flg in \
68       *=*|--*) continue;; \
69         -*I) strip_trailopt 'I'; skip_next=yes;; \
70       -*I?*) strip_trailopt 'I';; \
71         -*O) strip_trailopt 'O'; skip_next=yes;; \
72       -*O?*) strip_trailopt 'O';; \
73         -*l) strip_trailopt 'l'; skip_next=yes;; \
74       -*l?*) strip_trailopt 'l';; \
75       -[dEDm]) skip_next=yes;; \
76       -[JT]) skip_next=yes;; \
77     esac; \
78     case $$flg in \
79       *$$target_option*) has_opt=yes; break;; \
80     esac; \
81   done; \
82   test $$has_opt = yes
83 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85 pkgdatadir = $(datadir)/@PACKAGE@
86 pkgincludedir = $(includedir)/@PACKAGE@
87 pkglibdir = $(libdir)/@PACKAGE@
88 pkglibexecdir = $(libexecdir)/@PACKAGE@
89 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90 install_sh_DATA = $(install_sh) -c -m 644
91 install_sh_PROGRAM = $(install_sh) -c
92 install_sh_SCRIPT = $(install_sh) -c
93 INSTALL_HEADER = $(INSTALL_DATA)
94 transform = $(program_transform_name)
95 NORMAL_INSTALL = :
96 PRE_INSTALL = :
97 POST_INSTALL = :
98 NORMAL_UNINSTALL = :
99 PRE_UNINSTALL = :
100 POST_UNINSTALL = :
101 build_triplet = @build@
102 host_triplet = @host@
103 bin_PROGRAMS = gpgme-tool$(EXEEXT)
104 @HAVE_W32CE_SYSTEM_TRUE@am__append_1 = w32-ce.h w32-ce.c
105 @HAVE_W32CE_SYSTEM_FALSE@@HAVE_W32_SYSTEM_TRUE@libexec_PROGRAMS = gpgme-w32spawn$(EXEEXT)
106 subdir = src
107 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
108         $(top_srcdir)/build-aux/mkinstalldirs \
109         $(srcdir)/versioninfo.rc.in $(srcdir)/gpgme.h.in \
110         $(srcdir)/gpgme-config.in vasprintf.c funopen.c stpcpy.c \
111         setenv.c ttyname_r.c $(top_srcdir)/build-aux/depcomp
112 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
114         $(top_srcdir)/m4/ax_pkg_swig.m4 \
115         $(top_srcdir)/m4/ax_python_devel.m4 \
116         $(top_srcdir)/m4/glib-2.0.m4 $(top_srcdir)/m4/glibc21.m4 \
117         $(top_srcdir)/m4/gnupg-ttyname.m4 \
118         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libassuan.m4 \
119         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
120         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
121         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
122         $(top_srcdir)/m4/qt.m4 $(top_srcdir)/acinclude.m4 \
123         $(top_srcdir)/configure.ac
124 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125         $(ACLOCAL_M4)
126 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
127 CONFIG_HEADER = $(top_builddir)/config.h
128 CONFIG_CLEAN_FILES = versioninfo.rc gpgme.h gpgme-config
129 CONFIG_CLEAN_VPATH_FILES =
130 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131 am__vpath_adj = case $$p in \
132     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133     *) f=$$p;; \
134   esac;
135 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136 am__install_max = 40
137 am__nobase_strip_setup = \
138   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139 am__nobase_strip = \
140   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141 am__nobase_list = $(am__nobase_strip_setup); \
142   for p in $$list; do echo "$$p $$p"; done | \
143   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145     if (++n[$$2] == $(am__install_max)) \
146       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147     END { for (dir in files) print dir, files[dir] }'
148 am__base_list = \
149   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151 am__uninstall_files_from_dir = { \
152   test -z "$$files" \
153     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155          $(am__cd) "$$dir" && rm -f $$files; }; \
156   }
157 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
158         "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(bindir)" \
159         "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(includedir)"
160 LTLIBRARIES = $(lib_LTLIBRARIES)
161 @HAVE_W32_SYSTEM_TRUE@am__DEPENDENCIES_1 = versioninfo.lo
162 am__libgpgme_glib_la_SOURCES_DIST = util.h conversion.c b64dec.c \
163         get-env.c context.h ops.h parsetlv.c parsetlv.h mbox-util.c \
164         mbox-util.h data.h data.c data-fd.c data-stream.c data-mem.c \
165         data-user.c data-compat.c data-identify.c signers.c \
166         sig-notation.c wait.c wait-global.c wait-private.c wait-user.c \
167         wait.h op-support.c encrypt.c encrypt-sign.c decrypt.c \
168         decrypt-verify.c verify.c sign.c passphrase.c progress.c key.c \
169         keylist.c keysign.c trust-item.c trustlist.c tofupolicy.c \
170         import.c export.c genkey.c delete.c edit.c getauditlog.c \
171         opassuan.c passwd.c spawn.c assuan-support.c engine.h \
172         engine-backend.h engine.c engine-gpg.c status-table.c \
173         engine-gpgsm.c engine-assuan.c engine-gpgconf.c \
174         engine-uiserver.c engine-g13.c vfs-mount.c vfs-create.c \
175         engine-spawn.c gpgconf.c sema.h priv-io.h ath.h posix-util.c \
176         posix-sema.c posix-io.c w32-ce.h w32-ce.c w32-util.c \
177         w32-sema.c sys-util.h dirinfo.c debug.c debug.h gpgme.c \
178         version.c error.c ath.c w32-glib-io.c
179 @HAVE_UISERVER_TRUE@am__objects_1 = engine-uiserver.lo
180 @HAVE_W32CE_SYSTEM_TRUE@am__objects_2 = w32-ce.lo
181 @HAVE_DOSISH_SYSTEM_FALSE@am__objects_3 = posix-util.lo posix-sema.lo \
182 @HAVE_DOSISH_SYSTEM_FALSE@      posix-io.lo $(am__objects_2)
183 @HAVE_DOSISH_SYSTEM_TRUE@am__objects_3 = w32-util.lo w32-sema.lo \
184 @HAVE_DOSISH_SYSTEM_TRUE@       $(am__objects_2)
185 am__objects_4 = conversion.lo b64dec.lo get-env.lo parsetlv.lo \
186         mbox-util.lo data.lo data-fd.lo data-stream.lo data-mem.lo \
187         data-user.lo data-compat.lo data-identify.lo signers.lo \
188         sig-notation.lo wait.lo wait-global.lo wait-private.lo \
189         wait-user.lo op-support.lo encrypt.lo encrypt-sign.lo \
190         decrypt.lo decrypt-verify.lo verify.lo sign.lo passphrase.lo \
191         progress.lo key.lo keylist.lo keysign.lo trust-item.lo \
192         trustlist.lo tofupolicy.lo import.lo export.lo genkey.lo \
193         delete.lo edit.lo getauditlog.lo opassuan.lo passwd.lo \
194         spawn.lo assuan-support.lo engine.lo engine-gpg.lo \
195         status-table.lo engine-gpgsm.lo engine-assuan.lo \
196         engine-gpgconf.lo $(am__objects_1) engine-g13.lo vfs-mount.lo \
197         vfs-create.lo engine-spawn.lo gpgconf.lo $(am__objects_3) \
198         dirinfo.lo debug.lo gpgme.lo version.lo error.lo
199 @BUILD_W32_GLIB_TRUE@am_libgpgme_glib_la_OBJECTS = $(am__objects_4) \
200 @BUILD_W32_GLIB_TRUE@   ath.lo w32-glib-io.lo
201 libgpgme_glib_la_OBJECTS = $(am_libgpgme_glib_la_OBJECTS)
202 AM_V_lt = $(am__v_lt_@AM_V@)
203 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
204 am__v_lt_0 = --silent
205 am__v_lt_1 = 
206 libgpgme_glib_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
207         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
208         $(AM_CFLAGS) $(CFLAGS) $(libgpgme_glib_la_LDFLAGS) $(LDFLAGS) \
209         -o $@
210 @BUILD_W32_GLIB_TRUE@am_libgpgme_glib_la_rpath = -rpath $(libdir)
211 am__libgpgme_pthread_la_SOURCES_DIST = util.h conversion.c b64dec.c \
212         get-env.c context.h ops.h parsetlv.c parsetlv.h mbox-util.c \
213         mbox-util.h data.h data.c data-fd.c data-stream.c data-mem.c \
214         data-user.c data-compat.c data-identify.c signers.c \
215         sig-notation.c wait.c wait-global.c wait-private.c wait-user.c \
216         wait.h op-support.c encrypt.c encrypt-sign.c decrypt.c \
217         decrypt-verify.c verify.c sign.c passphrase.c progress.c key.c \
218         keylist.c keysign.c trust-item.c trustlist.c tofupolicy.c \
219         import.c export.c genkey.c delete.c edit.c getauditlog.c \
220         opassuan.c passwd.c spawn.c assuan-support.c engine.h \
221         engine-backend.h engine.c engine-gpg.c status-table.c \
222         engine-gpgsm.c engine-assuan.c engine-gpgconf.c \
223         engine-uiserver.c engine-g13.c vfs-mount.c vfs-create.c \
224         engine-spawn.c gpgconf.c sema.h priv-io.h ath.h posix-util.c \
225         posix-sema.c posix-io.c w32-ce.h w32-ce.c w32-util.c \
226         w32-sema.c sys-util.h dirinfo.c debug.c debug.h gpgme.c \
227         version.c error.c ath-pthread.c w32-io.c
228 @HAVE_DOSISH_SYSTEM_TRUE@am__objects_5 = w32-io.lo
229 am_libgpgme_pthread_la_OBJECTS = $(am__objects_4) ath-pthread.lo \
230         $(am__objects_5)
231 libgpgme_pthread_la_OBJECTS = $(am_libgpgme_pthread_la_OBJECTS)
232 libgpgme_pthread_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
233         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
234         $(AM_CFLAGS) $(CFLAGS) $(libgpgme_pthread_la_LDFLAGS) \
235         $(LDFLAGS) -o $@
236 @HAVE_PTHREAD_TRUE@am_libgpgme_pthread_la_rpath = -rpath $(libdir)
237 am__libgpgme_la_SOURCES_DIST = util.h conversion.c b64dec.c get-env.c \
238         context.h ops.h parsetlv.c parsetlv.h mbox-util.c mbox-util.h \
239         data.h data.c data-fd.c data-stream.c data-mem.c data-user.c \
240         data-compat.c data-identify.c signers.c sig-notation.c wait.c \
241         wait-global.c wait-private.c wait-user.c wait.h op-support.c \
242         encrypt.c encrypt-sign.c decrypt.c decrypt-verify.c verify.c \
243         sign.c passphrase.c progress.c key.c keylist.c keysign.c \
244         trust-item.c trustlist.c tofupolicy.c import.c export.c \
245         genkey.c delete.c edit.c getauditlog.c opassuan.c passwd.c \
246         spawn.c assuan-support.c engine.h engine-backend.h engine.c \
247         engine-gpg.c status-table.c engine-gpgsm.c engine-assuan.c \
248         engine-gpgconf.c engine-uiserver.c engine-g13.c vfs-mount.c \
249         vfs-create.c engine-spawn.c gpgconf.c sema.h priv-io.h ath.h \
250         posix-util.c posix-sema.c posix-io.c w32-ce.h w32-ce.c \
251         w32-util.c w32-sema.c sys-util.h dirinfo.c debug.c debug.h \
252         gpgme.c version.c error.c ath.c w32-io.c
253 am_libgpgme_la_OBJECTS = $(am__objects_4) ath.lo $(am__objects_5)
254 libgpgme_la_OBJECTS = $(am_libgpgme_la_OBJECTS)
255 libgpgme_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
256         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
257         $(libgpgme_la_LDFLAGS) $(LDFLAGS) -o $@
258 PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS)
259 am_gpgme_tool_OBJECTS = gpgme-tool.$(OBJEXT) argparse.$(OBJEXT)
260 gpgme_tool_OBJECTS = $(am_gpgme_tool_OBJECTS)
261 gpgme_tool_DEPENDENCIES = libgpgme.la
262 gpgme_w32spawn_SOURCES = gpgme-w32spawn.c
263 gpgme_w32spawn_OBJECTS = gpgme-w32spawn.$(OBJEXT)
264 gpgme_w32spawn_LDADD = $(LDADD)
265 SCRIPTS = $(bin_SCRIPTS)
266 AM_V_P = $(am__v_P_@AM_V@)
267 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
268 am__v_P_0 = false
269 am__v_P_1 = :
270 AM_V_GEN = $(am__v_GEN_@AM_V@)
271 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
272 am__v_GEN_0 = @echo "  GEN     " $@;
273 am__v_GEN_1 = 
274 AM_V_at = $(am__v_at_@AM_V@)
275 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
276 am__v_at_0 = @
277 am__v_at_1 = 
278 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
279 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
280 am__depfiles_maybe = depfiles
281 am__mv = mv -f
282 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
283         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
284 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
285         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
286         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
287         $(AM_CFLAGS) $(CFLAGS)
288 AM_V_CC = $(am__v_CC_@AM_V@)
289 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
290 am__v_CC_0 = @echo "  CC      " $@;
291 am__v_CC_1 = 
292 CCLD = $(CC)
293 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
294         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
295         $(AM_LDFLAGS) $(LDFLAGS) -o $@
296 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
297 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
298 am__v_CCLD_0 = @echo "  CCLD    " $@;
299 am__v_CCLD_1 = 
300 SOURCES = $(libgpgme_glib_la_SOURCES) $(libgpgme_pthread_la_SOURCES) \
301         $(libgpgme_la_SOURCES) $(gpgme_tool_SOURCES) gpgme-w32spawn.c
302 DIST_SOURCES = $(am__libgpgme_glib_la_SOURCES_DIST) \
303         $(am__libgpgme_pthread_la_SOURCES_DIST) \
304         $(am__libgpgme_la_SOURCES_DIST) $(gpgme_tool_SOURCES) \
305         gpgme-w32spawn.c
306 am__can_run_installinfo = \
307   case $$AM_UPDATE_INFO_DIR in \
308     n|no|NO) false;; \
309     *) (install-info --version) >/dev/null 2>&1;; \
310   esac
311 DATA = $(m4data_DATA)
312 HEADERS = $(nodist_include_HEADERS)
313 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
314 # Read a list of newline-separated strings from the standard input,
315 # and print each of them once, without duplicates.  Input order is
316 # *not* preserved.
317 am__uniquify_input = $(AWK) '\
318   BEGIN { nonempty = 0; } \
319   { items[$$0] = 1; nonempty = 1; } \
320   END { if (nonempty) { for (i in items) print i; }; } \
321 '
322 # Make sure the list of sources is unique.  This is necessary because,
323 # e.g., the same source file might be shared among _SOURCES variables
324 # for different programs/libraries.
325 am__define_uniq_tagged_files = \
326   list='$(am__tagged_files)'; \
327   unique=`for i in $$list; do \
328     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329   done | $(am__uniquify_input)`
330 ETAGS = etags
331 CTAGS = ctags
332 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
333 ACLOCAL = @ACLOCAL@
334 AMTAR = @AMTAR@
335 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
336 AR = @AR@
337 AS = @AS@
338 AUTOCONF = @AUTOCONF@
339 AUTOHEADER = @AUTOHEADER@
340 AUTOMAKE = @AUTOMAKE@
341 AWK = @AWK@
342 BUILD_FILEVERSION = @BUILD_FILEVERSION@
343 BUILD_REVISION = @BUILD_REVISION@
344 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
345 CC = @CC@
346 CCDEPMODE = @CCDEPMODE@
347 CC_FOR_BUILD = @CC_FOR_BUILD@
348 CFLAGS = @CFLAGS@
349 CPP = @CPP@
350 CPPFLAGS = @CPPFLAGS@
351 CXX = @CXX@
352 CXXCPP = @CXXCPP@
353 CXXDEPMODE = @CXXDEPMODE@
354 CXXFLAGS = @CXXFLAGS@
355 CYGPATH_W = @CYGPATH_W@
356 DEFS = @DEFS@
357 DEPDIR = @DEPDIR@
358 DLLTOOL = @DLLTOOL@
359 DOXYGEN = @DOXYGEN@
360 DSYMUTIL = @DSYMUTIL@
361 DUMPBIN = @DUMPBIN@
362 ECHO_C = @ECHO_C@
363 ECHO_N = @ECHO_N@
364 ECHO_T = @ECHO_T@
365 EGREP = @EGREP@
366 ENABLED_LANGUAGES = @ENABLED_LANGUAGES@
367 EXEEXT = @EXEEXT@
368 FGREP = @FGREP@
369 GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@
370 GLIBC21 = @GLIBC21@
371 GLIB_CFLAGS = @GLIB_CFLAGS@
372 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
373 GLIB_LIBS = @GLIB_LIBS@
374 GLIB_MKENUMS = @GLIB_MKENUMS@
375 GOBJECT_QUERY = @GOBJECT_QUERY@
376 GPGME_CONFIG_API_VERSION = @GPGME_CONFIG_API_VERSION@
377 GPGME_CONFIG_AVAIL_LANG = @GPGME_CONFIG_AVAIL_LANG@
378 GPGME_CONFIG_CFLAGS = @GPGME_CONFIG_CFLAGS@
379 GPGME_CONFIG_HOST = @GPGME_CONFIG_HOST@
380 GPGME_CONFIG_LIBS = @GPGME_CONFIG_LIBS@
381 GPGME_QTTEST_CFLAGS = @GPGME_QTTEST_CFLAGS@
382 GPGME_QTTEST_LIBS = @GPGME_QTTEST_LIBS@
383 GPGME_QT_CFLAGS = @GPGME_QT_CFLAGS@
384 GPGME_QT_LIBS = @GPGME_QT_LIBS@
385 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
386 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
387 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
388 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
389 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
390 GRAPHVIZ = @GRAPHVIZ@
391 GREP = @GREP@
392 HAVE_CXX11 = @HAVE_CXX11@
393 HAVE_DOT = @HAVE_DOT@
394 INSTALL = @INSTALL@
395 INSTALL_DATA = @INSTALL_DATA@
396 INSTALL_PROGRAM = @INSTALL_PROGRAM@
397 INSTALL_SCRIPT = @INSTALL_SCRIPT@
398 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
399 LD = @LD@
400 LDFLAGS = @LDFLAGS@
401 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
402 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
403 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
404 LIBGPGMEPP_LT_AGE = @LIBGPGMEPP_LT_AGE@
405 LIBGPGMEPP_LT_CURRENT = @LIBGPGMEPP_LT_CURRENT@
406 LIBGPGMEPP_LT_REVISION = @LIBGPGMEPP_LT_REVISION@
407 LIBGPGME_LT_AGE = @LIBGPGME_LT_AGE@
408 LIBGPGME_LT_CURRENT = @LIBGPGME_LT_CURRENT@
409 LIBGPGME_LT_REVISION = @LIBGPGME_LT_REVISION@
410 LIBOBJS = @LIBOBJS@
411 LIBQGPGME_LT_AGE = @LIBQGPGME_LT_AGE@
412 LIBQGPGME_LT_CURRENT = @LIBQGPGME_LT_CURRENT@
413 LIBQGPGME_LT_REVISION = @LIBQGPGME_LT_REVISION@
414 LIBS = @LIBS@
415 LIBTOOL = @LIBTOOL@
416 LIPO = @LIPO@
417 LN_S = @LN_S@
418 LTLIBOBJS = @LTLIBOBJS@
419 MAINT = @MAINT@
420 MAKEINFO = @MAKEINFO@
421 MANIFEST_TOOL = @MANIFEST_TOOL@
422 MKDIR_P = @MKDIR_P@
423 MOC = @MOC@
424 MOC2 = @MOC2@
425 NEED__FILE_OFFSET_BITS = @NEED__FILE_OFFSET_BITS@
426 NM = @NM@
427 NMEDIT = @NMEDIT@
428 OBJDUMP = @OBJDUMP@
429 OBJEXT = @OBJEXT@
430 OTOOL = @OTOOL@
431 OTOOL64 = @OTOOL64@
432 PACKAGE = @PACKAGE@
433 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
434 PACKAGE_NAME = @PACKAGE_NAME@
435 PACKAGE_STRING = @PACKAGE_STRING@
436 PACKAGE_TARNAME = @PACKAGE_TARNAME@
437 PACKAGE_URL = @PACKAGE_URL@
438 PACKAGE_VERSION = @PACKAGE_VERSION@
439 PATH_SEPARATOR = @PATH_SEPARATOR@
440 PKG_CONFIG = @PKG_CONFIG@
441 PYTHON = @PYTHON@
442 PYTHONS = @PYTHONS@
443 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
444 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
445 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
446 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
447 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
448 PYTHON_PLATFORM = @PYTHON_PLATFORM@
449 PYTHON_PREFIX = @PYTHON_PREFIX@
450 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
451 PYTHON_VERSION = @PYTHON_VERSION@
452 PYTHON_VERSIONS = @PYTHON_VERSIONS@
453 QTCHOOSER = @QTCHOOSER@
454 RANLIB = @RANLIB@
455 RC = @RC@
456 SED = @SED@
457 SET_MAKE = @SET_MAKE@
458 SHELL = @SHELL@
459 STRIP = @STRIP@
460 SWIG = @SWIG@
461 SWIG_LIB = @SWIG_LIB@
462 SYSROOT = @SYSROOT@
463 VERSION = @VERSION@
464 VERSION_NUMBER = @VERSION_NUMBER@
465 abs_builddir = @abs_builddir@
466 abs_srcdir = @abs_srcdir@
467 abs_top_builddir = @abs_top_builddir@
468 abs_top_srcdir = @abs_top_srcdir@
469 ac_ct_AR = @ac_ct_AR@
470 ac_ct_CC = @ac_ct_CC@
471 ac_ct_CXX = @ac_ct_CXX@
472 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
473 am__include = @am__include@
474 am__leading_dot = @am__leading_dot@
475 am__quote = @am__quote@
476 am__tar = @am__tar@
477 am__untar = @am__untar@
478 bindir = @bindir@
479 build = @build@
480 build_alias = @build_alias@
481 build_cpu = @build_cpu@
482 build_os = @build_os@
483 build_vendor = @build_vendor@
484 builddir = @builddir@
485 datadir = @datadir@
486 datarootdir = @datarootdir@
487 docdir = @docdir@
488 dvidir = @dvidir@
489 emacs_local_vars_begin = @emacs_local_vars_begin@
490 emacs_local_vars_end = @emacs_local_vars_end@
491 emacs_local_vars_read_only = @emacs_local_vars_read_only@
492 exec_prefix = @exec_prefix@
493 host = @host@
494 host_alias = @host_alias@
495 host_cpu = @host_cpu@
496 host_os = @host_os@
497 host_vendor = @host_vendor@
498 htmldir = @htmldir@
499 includedir = @includedir@
500 infodir = @infodir@
501 install_sh = @install_sh@
502 libdir = @libdir@
503 libexecdir = @libexecdir@
504 localedir = @localedir@
505 localstatedir = @localstatedir@
506 mandir = @mandir@
507 mkdir_p = @mkdir_p@
508 oldincludedir = @oldincludedir@
509 pdfdir = @pdfdir@
510 pkgpyexecdir = @pkgpyexecdir@
511 pkgpythondir = @pkgpythondir@
512 prefix = @prefix@
513 program_transform_name = @program_transform_name@
514 psdir = @psdir@
515 pyexecdir = @pyexecdir@
516 pythondir = @pythondir@
517 sbindir = @sbindir@
518 sharedstatedir = @sharedstatedir@
519 srcdir = @srcdir@
520 sysconfdir = @sysconfdir@
521 target_alias = @target_alias@
522 top_build_prefix = @top_build_prefix@
523 top_builddir = @top_builddir@
524 top_srcdir = @top_srcdir@
525 EXTRA_DIST = gpgme-config.in gpgme.m4 libgpgme.vers ChangeLog-2011 \
526              gpgme.h.in versioninfo.rc.in gpgme.def
527
528 bin_SCRIPTS = gpgme-config
529 m4datadir = $(datadir)/aclocal
530 m4data_DATA = gpgme.m4
531 nodist_include_HEADERS = gpgme.h
532 @HAVE_PTHREAD_FALSE@ltlib_gpgme_pthread = 
533 @HAVE_PTHREAD_TRUE@ltlib_gpgme_pthread = libgpgme-pthread.la
534 @BUILD_W32_GLIB_FALSE@ltlib_gpgme_glib = 
535 @BUILD_W32_GLIB_TRUE@ltlib_gpgme_glib = libgpgme-glib.la
536 lib_LTLIBRARIES = libgpgme.la $(ltlib_gpgme_glib) $(ltlib_gpgme_qt) \
537         $(ltlib_gpgme_pthread)
538
539 @HAVE_LD_VERSION_SCRIPT_FALSE@libgpgme_version_script_cmd = 
540 @HAVE_LD_VERSION_SCRIPT_TRUE@libgpgme_version_script_cmd = -Wl,--version-script=$(srcdir)/libgpgme.vers
541 @HAVE_DOSISH_SYSTEM_FALSE@system_components = ath.h posix-util.c \
542 @HAVE_DOSISH_SYSTEM_FALSE@      posix-sema.c posix-io.c \
543 @HAVE_DOSISH_SYSTEM_FALSE@      $(am__append_1)
544 @HAVE_DOSISH_SYSTEM_TRUE@system_components = w32-util.c w32-sema.c \
545 @HAVE_DOSISH_SYSTEM_TRUE@       $(am__append_1)
546 @HAVE_DOSISH_SYSTEM_FALSE@system_components_not_extra = 
547 @HAVE_DOSISH_SYSTEM_TRUE@system_components_not_extra = w32-io.c
548 @HAVE_UISERVER_FALSE@uiserver_components = 
549 @HAVE_UISERVER_TRUE@uiserver_components = engine-uiserver.c
550
551 # These are the source files common to all library versions.  We used
552 # to build a non-installed library for that, but that does not work
553 # correctly on all platforms (in particular, one can not specify the
554 # right linking order with libtool, as the non-installed version has
555 # unresolved symbols to the thread module.
556 main_sources = \
557         util.h conversion.c b64dec.c get-env.c context.h ops.h          \
558         parsetlv.c parsetlv.h                                           \
559         mbox-util.c mbox-util.h                                         \
560         data.h data.c data-fd.c data-stream.c data-mem.c data-user.c    \
561         data-compat.c data-identify.c                                   \
562         signers.c sig-notation.c                                        \
563         wait.c wait-global.c wait-private.c wait-user.c wait.h          \
564         op-support.c                                                    \
565         encrypt.c encrypt-sign.c decrypt.c decrypt-verify.c verify.c    \
566         sign.c passphrase.c progress.c                                  \
567         key.c keylist.c keysign.c trust-item.c trustlist.c tofupolicy.c \
568         import.c export.c genkey.c delete.c edit.c getauditlog.c        \
569         opassuan.c passwd.c spawn.c assuan-support.c                    \
570         engine.h engine-backend.h engine.c engine-gpg.c status-table.c  \
571         engine-gpgsm.c engine-assuan.c engine-gpgconf.c                 \
572         $(uiserver_components)                                          \
573         engine-g13.c vfs-mount.c vfs-create.c                           \
574         engine-spawn.c                                                  \
575         gpgconf.c                                                       \
576         sema.h priv-io.h $(system_components) sys-util.h dirinfo.c      \
577         debug.c debug.h gpgme.c version.c error.c
578
579 libgpgme_la_SOURCES = $(main_sources)                                   \
580         ath.h ath.c $(system_components_not_extra)
581
582 libgpgme_pthread_la_SOURCES = $(main_sources)                           \
583         ath.h ath-pthread.c $(system_components_not_extra)
584
585 @BUILD_W32_GLIB_TRUE@libgpgme_glib_la_SOURCES = $(main_sources) ath.h ath.c w32-glib-io.c
586
587 # We use a global CFLAGS setting for all library
588 # versions, because then every object file is only compiled once.
589 AM_CFLAGS = @LIBASSUAN_CFLAGS@ @GLIB_CFLAGS@
590 gpgme_tool_SOURCES = gpgme-tool.c argparse.c argparse.h
591 gpgme_tool_LDADD = libgpgme.la @LIBASSUAN_LIBS@
592 @HAVE_W32_SYSTEM_TRUE@RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)
593 @HAVE_W32_SYSTEM_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
594 @HAVE_W32_SYSTEM_TRUE@SUFFIXES = .rc .lo
595 @HAVE_W32_SYSTEM_FALSE@gpgme_res = 
596 @HAVE_W32_SYSTEM_TRUE@gpgme_res = versioninfo.lo
597 @HAVE_W32_SYSTEM_FALSE@no_undefined = 
598 @HAVE_W32_SYSTEM_TRUE@no_undefined = -no-undefined
599 @HAVE_W32_SYSTEM_FALSE@export_symbols = 
600 @HAVE_W32_SYSTEM_TRUE@export_symbols = -export-symbols $(srcdir)/gpgme.def
601 @HAVE_W32_SYSTEM_FALSE@extra_ltoptions = 
602 @HAVE_W32_SYSTEM_TRUE@extra_ltoptions = -XCClinker -static-libgcc
603 @HAVE_W32_SYSTEM_FALSE@gpgme_deps = 
604 @HAVE_W32_SYSTEM_TRUE@gpgme_deps = $(gpgme_res) gpgme.def
605 libgpgme_la_LDFLAGS = $(no_undefined) $(export_symbols) $(extra_ltoptions) \
606         $(libgpgme_version_script_cmd) -version-info \
607         @LIBGPGME_LT_CURRENT@:@LIBGPGME_LT_REVISION@:@LIBGPGME_LT_AGE@
608
609 libgpgme_la_DEPENDENCIES = @LTLIBOBJS@ $(srcdir)/libgpgme.vers $(gpgme_deps)
610 libgpgme_la_LIBADD = $(gpgme_res) @LIBASSUAN_LIBS@ @LTLIBOBJS@ \
611                      @GPG_ERROR_LIBS@
612
613 libgpgme_pthread_la_LDFLAGS = \
614         $(no_undefined) $(export_symbols) $(extra_ltoptions) \
615         $(libgpgme_version_script_cmd) -version-info \
616         @LIBGPGME_LT_CURRENT@:@LIBGPGME_LT_REVISION@:@LIBGPGME_LT_AGE@
617
618 libgpgme_pthread_la_DEPENDENCIES = @LTLIBOBJS@ $(srcdir)/libgpgme.vers
619 libgpgme_pthread_la_LIBADD = $(gpgme_res) @LIBASSUAN_LIBS@ @LTLIBOBJS@ \
620         -lpthread @GPG_ERROR_LIBS@
621
622 @BUILD_W32_GLIB_TRUE@libgpgme_glib_la_LDFLAGS = \
623 @BUILD_W32_GLIB_TRUE@        $(no_undefined) $(export_symbols) $(extra_ltoptions) \
624 @BUILD_W32_GLIB_TRUE@        $(libgpgme_version_script_cmd) -version-info \
625 @BUILD_W32_GLIB_TRUE@   @LIBGPGME_LT_CURRENT@:@LIBGPGME_LT_REVISION@:@LIBGPGME_LT_AGE@
626
627 @BUILD_W32_GLIB_TRUE@libgpgme_glib_la_DEPENDENCIES = @LTLIBOBJS@ \
628 @BUILD_W32_GLIB_TRUE@   $(srcdir)/libgpgme.vers $(gpgme_deps)
629
630 @BUILD_W32_GLIB_TRUE@libgpgme_glib_la_LIBADD = $(gpgme_res) @LIBASSUAN_LIBS@ @LTLIBOBJS@ \
631 @BUILD_W32_GLIB_TRUE@   @GPG_ERROR_LIBS@ @GLIB_LIBS@
632
633 all: all-am
634
635 .SUFFIXES:
636 .SUFFIXES: .rc .lo .c .o .obj
637 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
638         @for dep in $?; do \
639           case '$(am__configure_deps)' in \
640             *$$dep*) \
641               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
642                 && { if test -f $@; then exit 0; else break; fi; }; \
643               exit 1;; \
644           esac; \
645         done; \
646         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
647         $(am__cd) $(top_srcdir) && \
648           $(AUTOMAKE) --gnu src/Makefile
649 .PRECIOUS: Makefile
650 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
651         @case '$?' in \
652           *config.status*) \
653             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
654           *) \
655             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
656             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
657         esac;
658
659 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
660         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
661
662 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
663         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
664 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
665         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
666 $(am__aclocal_m4_deps):
667 versioninfo.rc: $(top_builddir)/config.status $(srcdir)/versioninfo.rc.in
668         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
669 gpgme.h: $(top_builddir)/config.status $(srcdir)/gpgme.h.in
670         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
671 gpgme-config: $(top_builddir)/config.status $(srcdir)/gpgme-config.in
672         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
673
674 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
675         @$(NORMAL_INSTALL)
676         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
677         list2=; for p in $$list; do \
678           if test -f $$p; then \
679             list2="$$list2 $$p"; \
680           else :; fi; \
681         done; \
682         test -z "$$list2" || { \
683           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
684           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
685           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
686           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
687         }
688
689 uninstall-libLTLIBRARIES:
690         @$(NORMAL_UNINSTALL)
691         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
692         for p in $$list; do \
693           $(am__strip_dir) \
694           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
695           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
696         done
697
698 clean-libLTLIBRARIES:
699         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
700         @list='$(lib_LTLIBRARIES)'; \
701         locs=`for p in $$list; do echo $$p; done | \
702               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
703               sort -u`; \
704         test -z "$$locs" || { \
705           echo rm -f $${locs}; \
706           rm -f $${locs}; \
707         }
708
709 libgpgme-glib.la: $(libgpgme_glib_la_OBJECTS) $(libgpgme_glib_la_DEPENDENCIES) $(EXTRA_libgpgme_glib_la_DEPENDENCIES) 
710         $(AM_V_CCLD)$(libgpgme_glib_la_LINK) $(am_libgpgme_glib_la_rpath) $(libgpgme_glib_la_OBJECTS) $(libgpgme_glib_la_LIBADD) $(LIBS)
711
712 libgpgme-pthread.la: $(libgpgme_pthread_la_OBJECTS) $(libgpgme_pthread_la_DEPENDENCIES) $(EXTRA_libgpgme_pthread_la_DEPENDENCIES) 
713         $(AM_V_CCLD)$(libgpgme_pthread_la_LINK) $(am_libgpgme_pthread_la_rpath) $(libgpgme_pthread_la_OBJECTS) $(libgpgme_pthread_la_LIBADD) $(LIBS)
714
715 libgpgme.la: $(libgpgme_la_OBJECTS) $(libgpgme_la_DEPENDENCIES) $(EXTRA_libgpgme_la_DEPENDENCIES) 
716         $(AM_V_CCLD)$(libgpgme_la_LINK) -rpath $(libdir) $(libgpgme_la_OBJECTS) $(libgpgme_la_LIBADD) $(LIBS)
717 install-binPROGRAMS: $(bin_PROGRAMS)
718         @$(NORMAL_INSTALL)
719         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
720         if test -n "$$list"; then \
721           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
722           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
723         fi; \
724         for p in $$list; do echo "$$p $$p"; done | \
725         sed 's/$(EXEEXT)$$//' | \
726         while read p p1; do if test -f $$p \
727          || test -f $$p1 \
728           ; then echo "$$p"; echo "$$p"; else :; fi; \
729         done | \
730         sed -e 'p;s,.*/,,;n;h' \
731             -e 's|.*|.|' \
732             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
733         sed 'N;N;N;s,\n, ,g' | \
734         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
735           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
736             if ($$2 == $$4) files[d] = files[d] " " $$1; \
737             else { print "f", $$3 "/" $$4, $$1; } } \
738           END { for (d in files) print "f", d, files[d] }' | \
739         while read type dir files; do \
740             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
741             test -z "$$files" || { \
742             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
743             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
744             } \
745         ; done
746
747 uninstall-binPROGRAMS:
748         @$(NORMAL_UNINSTALL)
749         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
750         files=`for p in $$list; do echo "$$p"; done | \
751           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
752               -e 's/$$/$(EXEEXT)/' \
753         `; \
754         test -n "$$list" || exit 0; \
755         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
756         cd "$(DESTDIR)$(bindir)" && rm -f $$files
757
758 clean-binPROGRAMS:
759         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
760         echo " rm -f" $$list; \
761         rm -f $$list || exit $$?; \
762         test -n "$(EXEEXT)" || exit 0; \
763         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
764         echo " rm -f" $$list; \
765         rm -f $$list
766 install-libexecPROGRAMS: $(libexec_PROGRAMS)
767         @$(NORMAL_INSTALL)
768         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
769         if test -n "$$list"; then \
770           echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
771           $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
772         fi; \
773         for p in $$list; do echo "$$p $$p"; done | \
774         sed 's/$(EXEEXT)$$//' | \
775         while read p p1; do if test -f $$p \
776          || test -f $$p1 \
777           ; then echo "$$p"; echo "$$p"; else :; fi; \
778         done | \
779         sed -e 'p;s,.*/,,;n;h' \
780             -e 's|.*|.|' \
781             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
782         sed 'N;N;N;s,\n, ,g' | \
783         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
784           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
785             if ($$2 == $$4) files[d] = files[d] " " $$1; \
786             else { print "f", $$3 "/" $$4, $$1; } } \
787           END { for (d in files) print "f", d, files[d] }' | \
788         while read type dir files; do \
789             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
790             test -z "$$files" || { \
791             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
792             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
793             } \
794         ; done
795
796 uninstall-libexecPROGRAMS:
797         @$(NORMAL_UNINSTALL)
798         @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
799         files=`for p in $$list; do echo "$$p"; done | \
800           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
801               -e 's/$$/$(EXEEXT)/' \
802         `; \
803         test -n "$$list" || exit 0; \
804         echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
805         cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
806
807 clean-libexecPROGRAMS:
808         @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
809         echo " rm -f" $$list; \
810         rm -f $$list || exit $$?; \
811         test -n "$(EXEEXT)" || exit 0; \
812         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
813         echo " rm -f" $$list; \
814         rm -f $$list
815
816 gpgme-tool$(EXEEXT): $(gpgme_tool_OBJECTS) $(gpgme_tool_DEPENDENCIES) $(EXTRA_gpgme_tool_DEPENDENCIES) 
817         @rm -f gpgme-tool$(EXEEXT)
818         $(AM_V_CCLD)$(LINK) $(gpgme_tool_OBJECTS) $(gpgme_tool_LDADD) $(LIBS)
819
820 gpgme-w32spawn$(EXEEXT): $(gpgme_w32spawn_OBJECTS) $(gpgme_w32spawn_DEPENDENCIES) $(EXTRA_gpgme_w32spawn_DEPENDENCIES) 
821         @rm -f gpgme-w32spawn$(EXEEXT)
822         $(AM_V_CCLD)$(LINK) $(gpgme_w32spawn_OBJECTS) $(gpgme_w32spawn_LDADD) $(LIBS)
823 install-binSCRIPTS: $(bin_SCRIPTS)
824         @$(NORMAL_INSTALL)
825         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
826         if test -n "$$list"; then \
827           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
828           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
829         fi; \
830         for p in $$list; do \
831           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
832           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
833         done | \
834         sed -e 'p;s,.*/,,;n' \
835             -e 'h;s|.*|.|' \
836             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
837         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
838           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
839             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
840               if (++n[d] == $(am__install_max)) { \
841                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
842             else { print "f", d "/" $$4, $$1 } } \
843           END { for (d in files) print "f", d, files[d] }' | \
844         while read type dir files; do \
845              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
846              test -z "$$files" || { \
847                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
848                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
849              } \
850         ; done
851
852 uninstall-binSCRIPTS:
853         @$(NORMAL_UNINSTALL)
854         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
855         files=`for p in $$list; do echo "$$p"; done | \
856                sed -e 's,.*/,,;$(transform)'`; \
857         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
858
859 mostlyclean-compile:
860         -rm -f *.$(OBJEXT)
861
862 distclean-compile:
863         -rm -f *.tab.c
864
865 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/funopen.Plo@am__quote@
866 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/setenv.Plo@am__quote@
867 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stpcpy.Plo@am__quote@
868 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ttyname_r.Plo@am__quote@
869 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/vasprintf.Plo@am__quote@
870 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argparse.Po@am__quote@
871 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/assuan-support.Plo@am__quote@
872 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ath-pthread.Plo@am__quote@
873 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ath.Plo@am__quote@
874 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b64dec.Plo@am__quote@
875 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conversion.Plo@am__quote@
876 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data-compat.Plo@am__quote@
877 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data-fd.Plo@am__quote@
878 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data-identify.Plo@am__quote@
879 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data-mem.Plo@am__quote@
880 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data-stream.Plo@am__quote@
881 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data-user.Plo@am__quote@
882 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data.Plo@am__quote@
883 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
884 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decrypt-verify.Plo@am__quote@
885 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decrypt.Plo@am__quote@
886 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delete.Plo@am__quote@
887 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirinfo.Plo@am__quote@
888 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edit.Plo@am__quote@
889 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encrypt-sign.Plo@am__quote@
890 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encrypt.Plo@am__quote@
891 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine-assuan.Plo@am__quote@
892 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine-g13.Plo@am__quote@
893 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine-gpg.Plo@am__quote@
894 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine-gpgconf.Plo@am__quote@
895 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine-gpgsm.Plo@am__quote@
896 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine-spawn.Plo@am__quote@
897 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine-uiserver.Plo@am__quote@
898 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine.Plo@am__quote@
899 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
900 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/export.Plo@am__quote@
901 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genkey.Plo@am__quote@
902 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get-env.Plo@am__quote@
903 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getauditlog.Plo@am__quote@
904 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpgconf.Plo@am__quote@
905 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpgme-tool.Po@am__quote@
906 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpgme-w32spawn.Po@am__quote@
907 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpgme.Plo@am__quote@
908 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/import.Plo@am__quote@
909 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/key.Plo@am__quote@
910 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keylist.Plo@am__quote@
911 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keysign.Plo@am__quote@
912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbox-util.Plo@am__quote@
913 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/op-support.Plo@am__quote@
914 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opassuan.Plo@am__quote@
915 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsetlv.Plo@am__quote@
916 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passphrase.Plo@am__quote@
917 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/passwd.Plo@am__quote@
918 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix-io.Plo@am__quote@
919 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix-sema.Plo@am__quote@
920 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/posix-util.Plo@am__quote@
921 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Plo@am__quote@
922 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sig-notation.Plo@am__quote@
923 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sign.Plo@am__quote@
924 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signers.Plo@am__quote@
925 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spawn.Plo@am__quote@
926 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/status-table.Plo@am__quote@
927 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tofupolicy.Plo@am__quote@
928 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trust-item.Plo@am__quote@
929 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trustlist.Plo@am__quote@
930 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify.Plo@am__quote@
931 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
932 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vfs-create.Plo@am__quote@
933 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vfs-mount.Plo@am__quote@
934 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32-ce.Plo@am__quote@
935 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32-glib-io.Plo@am__quote@
936 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32-io.Plo@am__quote@
937 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32-sema.Plo@am__quote@
938 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w32-util.Plo@am__quote@
939 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wait-global.Plo@am__quote@
940 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wait-private.Plo@am__quote@
941 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wait-user.Plo@am__quote@
942 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wait.Plo@am__quote@
943
944 .c.o:
945 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
946 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
947 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
948 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
949 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
950
951 .c.obj:
952 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
953 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
954 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
955 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
956 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
957
958 .c.lo:
959 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
960 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
961 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
962 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
963 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
964
965 mostlyclean-libtool:
966         -rm -f *.lo
967
968 clean-libtool:
969         -rm -rf .libs _libs
970 install-m4dataDATA: $(m4data_DATA)
971         @$(NORMAL_INSTALL)
972         @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
973         if test -n "$$list"; then \
974           echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \
975           $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \
976         fi; \
977         for p in $$list; do \
978           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
979           echo "$$d$$p"; \
980         done | $(am__base_list) | \
981         while read files; do \
982           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
983           $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
984         done
985
986 uninstall-m4dataDATA:
987         @$(NORMAL_UNINSTALL)
988         @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
989         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
990         dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
991 install-nodist_includeHEADERS: $(nodist_include_HEADERS)
992         @$(NORMAL_INSTALL)
993         @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
994         if test -n "$$list"; then \
995           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
996           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
997         fi; \
998         for p in $$list; do \
999           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1000           echo "$$d$$p"; \
1001         done | $(am__base_list) | \
1002         while read files; do \
1003           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
1004           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
1005         done
1006
1007 uninstall-nodist_includeHEADERS:
1008         @$(NORMAL_UNINSTALL)
1009         @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
1010         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1011         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
1012
1013 ID: $(am__tagged_files)
1014         $(am__define_uniq_tagged_files); mkid -fID $$unique
1015 tags: tags-am
1016 TAGS: tags
1017
1018 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1019         set x; \
1020         here=`pwd`; \
1021         $(am__define_uniq_tagged_files); \
1022         shift; \
1023         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1024           test -n "$$unique" || unique=$$empty_fix; \
1025           if test $$# -gt 0; then \
1026             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1027               "$$@" $$unique; \
1028           else \
1029             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1030               $$unique; \
1031           fi; \
1032         fi
1033 ctags: ctags-am
1034
1035 CTAGS: ctags
1036 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1037         $(am__define_uniq_tagged_files); \
1038         test -z "$(CTAGS_ARGS)$$unique" \
1039           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1040              $$unique
1041
1042 GTAGS:
1043         here=`$(am__cd) $(top_builddir) && pwd` \
1044           && $(am__cd) $(top_srcdir) \
1045           && gtags -i $(GTAGS_ARGS) "$$here"
1046 cscopelist: cscopelist-am
1047
1048 cscopelist-am: $(am__tagged_files)
1049         list='$(am__tagged_files)'; \
1050         case "$(srcdir)" in \
1051           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1052           *) sdir=$(subdir)/$(srcdir) ;; \
1053         esac; \
1054         for i in $$list; do \
1055           if test -f "$$i"; then \
1056             echo "$(subdir)/$$i"; \
1057           else \
1058             echo "$$sdir/$$i"; \
1059           fi; \
1060         done >> $(top_builddir)/cscope.files
1061
1062 distclean-tags:
1063         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1064
1065 distdir: $(DISTFILES)
1066         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1067         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1068         list='$(DISTFILES)'; \
1069           dist_files=`for file in $$list; do echo $$file; done | \
1070           sed -e "s|^$$srcdirstrip/||;t" \
1071               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1072         case $$dist_files in \
1073           */*) $(MKDIR_P) `echo "$$dist_files" | \
1074                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1075                            sort -u` ;; \
1076         esac; \
1077         for file in $$dist_files; do \
1078           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1079           if test -d $$d/$$file; then \
1080             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1081             if test -d "$(distdir)/$$file"; then \
1082               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1083             fi; \
1084             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1085               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1086               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1087             fi; \
1088             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1089           else \
1090             test -f "$(distdir)/$$file" \
1091             || cp -p $$d/$$file "$(distdir)/$$file" \
1092             || exit 1; \
1093           fi; \
1094         done
1095 check-am: all-am
1096 check: check-am
1097 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
1098                 $(HEADERS)
1099 install-binPROGRAMS: install-libLTLIBRARIES
1100
1101 installdirs:
1102         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(includedir)"; do \
1103           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1104         done
1105 install: install-am
1106 install-exec: install-exec-am
1107 install-data: install-data-am
1108 uninstall: uninstall-am
1109
1110 install-am: all-am
1111         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1112
1113 installcheck: installcheck-am
1114 install-strip:
1115         if test -z '$(STRIP)'; then \
1116           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1117             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1118               install; \
1119         else \
1120           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1121             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1122             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1123         fi
1124 mostlyclean-generic:
1125
1126 clean-generic:
1127
1128 distclean-generic:
1129         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1130         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1131
1132 maintainer-clean-generic:
1133         @echo "This command is intended for maintainers to use"
1134         @echo "it deletes files that may require special tools to rebuild."
1135 clean: clean-am
1136
1137 clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1138         clean-libexecPROGRAMS clean-libtool mostlyclean-am
1139
1140 distclean: distclean-am
1141         -rm -rf $(DEPDIR) ./$(DEPDIR)
1142         -rm -f Makefile
1143 distclean-am: clean-am distclean-compile distclean-generic \
1144         distclean-tags
1145
1146 dvi: dvi-am
1147
1148 dvi-am:
1149
1150 html: html-am
1151
1152 html-am:
1153
1154 info: info-am
1155
1156 info-am:
1157
1158 install-data-am: install-data-local install-m4dataDATA \
1159         install-nodist_includeHEADERS
1160
1161 install-dvi: install-dvi-am
1162
1163 install-dvi-am:
1164
1165 install-exec-am: install-binPROGRAMS install-binSCRIPTS \
1166         install-libLTLIBRARIES install-libexecPROGRAMS
1167
1168 install-html: install-html-am
1169
1170 install-html-am:
1171
1172 install-info: install-info-am
1173
1174 install-info-am:
1175
1176 install-man:
1177
1178 install-pdf: install-pdf-am
1179
1180 install-pdf-am:
1181
1182 install-ps: install-ps-am
1183
1184 install-ps-am:
1185
1186 installcheck-am:
1187
1188 maintainer-clean: maintainer-clean-am
1189         -rm -rf $(DEPDIR) ./$(DEPDIR)
1190         -rm -f Makefile
1191 maintainer-clean-am: distclean-am maintainer-clean-generic
1192
1193 mostlyclean: mostlyclean-am
1194
1195 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1196         mostlyclean-libtool
1197
1198 pdf: pdf-am
1199
1200 pdf-am:
1201
1202 ps: ps-am
1203
1204 ps-am:
1205
1206 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
1207         uninstall-libLTLIBRARIES uninstall-libexecPROGRAMS \
1208         uninstall-local uninstall-m4dataDATA \
1209         uninstall-nodist_includeHEADERS
1210
1211 .MAKE: install-am install-strip
1212
1213 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1214         clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1215         clean-libexecPROGRAMS clean-libtool cscopelist-am ctags \
1216         ctags-am distclean distclean-compile distclean-generic \
1217         distclean-libtool distclean-tags distdir dvi dvi-am html \
1218         html-am info info-am install install-am install-binPROGRAMS \
1219         install-binSCRIPTS install-data install-data-am \
1220         install-data-local install-dvi install-dvi-am install-exec \
1221         install-exec-am install-html install-html-am install-info \
1222         install-info-am install-libLTLIBRARIES install-libexecPROGRAMS \
1223         install-m4dataDATA install-man install-nodist_includeHEADERS \
1224         install-pdf install-pdf-am install-ps install-ps-am \
1225         install-strip installcheck installcheck-am installdirs \
1226         maintainer-clean maintainer-clean-generic mostlyclean \
1227         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1228         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1229         uninstall-binPROGRAMS uninstall-binSCRIPTS \
1230         uninstall-libLTLIBRARIES uninstall-libexecPROGRAMS \
1231         uninstall-local uninstall-m4dataDATA \
1232         uninstall-nodist_includeHEADERS
1233
1234
1235 @HAVE_W32_SYSTEM_TRUE@.rc.lo:
1236 @HAVE_W32_SYSTEM_TRUE@  $(LTRCCOMPILE) -i "$<" -o "$@"
1237
1238 @HAVE_W32_SYSTEM_TRUE@install-def-file:
1239 @HAVE_W32_SYSTEM_TRUE@  -$(INSTALL) -d $(DESTDIR)$(libdir)
1240 @HAVE_W32_SYSTEM_TRUE@  $(INSTALL) $(srcdir)/gpgme.def $(DESTDIR)$(libdir)/gpgme.def
1241
1242 @HAVE_W32_SYSTEM_TRUE@uninstall-def-file:
1243 @HAVE_W32_SYSTEM_TRUE@  -rm $(DESTDIR)$(libdir)/gpgme.def
1244 @HAVE_W32_SYSTEM_FALSE@install-def-file:
1245 @HAVE_W32_SYSTEM_FALSE@uninstall-def-file:
1246
1247 install-data-local: install-def-file
1248
1249 uninstall-local: uninstall-def-file
1250
1251 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1252 # Otherwise a system limit (for SysV at least) may be exceeded.
1253 .NOEXPORT: