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