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