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