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