Imported Upstream version 1.5.2
[platform/upstream/gpgme.git] / 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 # Makefile.am - Top level Makefile for GPGME.
19 # Copyright (C) 2000 Werner Koch (dd9jn)
20 # Copyright (C) 2001, 2002, 2004, 2005, 2008, 2009 g10 Code GmbH
21 #
22 # This file is part of GPGME.
23 #
24 # GPGME is free software; you can redistribute it and/or modify it
25 # under the terms of the GNU Lesser General Public License as
26 # published by the Free Software Foundation; either version 2.1 of the
27 # License, or (at your option) any later version.
28 #
29 # GPGME is distributed in the hope that it will be useful, but WITHOUT
30 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
31 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
32 # Public License for more details.
33 #
34 # You should have received a copy of the GNU Lesser General Public
35 # License along with this program; if not, see <http://www.gnu.org/licenses/>.
36 VPATH = @srcdir@
37 am__make_dryrun = \
38   { \
39     am__dry=no; \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44       *) \
45         for am__flg in $$MAKEFLAGS; do \
46           case $$am__flg in \
47             *=*|--*) ;; \
48             *n*) am__dry=yes; break;; \
49           esac; \
50         done;; \
51     esac; \
52     test $$am__dry = yes; \
53   }
54 pkgdatadir = $(datadir)/@PACKAGE@
55 pkgincludedir = $(includedir)/@PACKAGE@
56 pkglibdir = $(libdir)/@PACKAGE@
57 pkglibexecdir = $(libexecdir)/@PACKAGE@
58 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
59 install_sh_DATA = $(install_sh) -c -m 644
60 install_sh_PROGRAM = $(install_sh) -c
61 install_sh_SCRIPT = $(install_sh) -c
62 INSTALL_HEADER = $(INSTALL_DATA)
63 transform = $(program_transform_name)
64 NORMAL_INSTALL = :
65 PRE_INSTALL = :
66 POST_INSTALL = :
67 NORMAL_UNINSTALL = :
68 PRE_UNINSTALL = :
69 POST_UNINSTALL = :
70 build_triplet = @build@
71 host_triplet = @host@
72 subdir = .
73 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
74         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
75         $(top_srcdir)/configure AUTHORS COPYING COPYING.LESSER \
76         ChangeLog INSTALL NEWS THANKS TODO build-aux/compile \
77         build-aux/config.guess build-aux/config.sub build-aux/depcomp \
78         build-aux/install-sh build-aux/ltmain.sh build-aux/mdate-sh \
79         build-aux/missing build-aux/mkinstalldirs \
80         build-aux/texinfo.tex missing
81 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82 am__aclocal_m4_deps = $(top_srcdir)/m4/glib-2.0.m4 \
83         $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnupg-ttyname.m4 \
84         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libassuan.m4 \
85         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
86         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
87         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
88         $(top_srcdir)/configure.ac
89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90         $(ACLOCAL_M4)
91 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
92  configure.lineno config.status.lineno
93 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
94 CONFIG_HEADER = config.h
95 CONFIG_CLEAN_FILES =
96 CONFIG_CLEAN_VPATH_FILES =
97 AM_V_GEN = $(am__v_GEN_@AM_V@)
98 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
99 am__v_GEN_0 = @echo "  GEN   " $@;
100 AM_V_at = $(am__v_at_@AM_V@)
101 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
102 am__v_at_0 = @
103 SOURCES =
104 DIST_SOURCES =
105 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
106         html-recursive info-recursive install-data-recursive \
107         install-dvi-recursive install-exec-recursive \
108         install-html-recursive install-info-recursive \
109         install-pdf-recursive install-ps-recursive install-recursive \
110         installcheck-recursive installdirs-recursive pdf-recursive \
111         ps-recursive uninstall-recursive
112 am__can_run_installinfo = \
113   case $$AM_UPDATE_INFO_DIR in \
114     n|no|NO) false;; \
115     *) (install-info --version) >/dev/null 2>&1;; \
116   esac
117 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
118   distclean-recursive maintainer-clean-recursive
119 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
120         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
121         distdir dist dist-all distcheck
122 ETAGS = etags
123 CTAGS = ctags
124 DIST_SUBDIRS = src tests doc lang
125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126 distdir = $(PACKAGE)-$(VERSION)
127 top_distdir = $(distdir)
128 am__remove_distdir = \
129   if test -d "$(distdir)"; then \
130     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
131       && rm -rf "$(distdir)" \
132       || { sleep 5 && rm -rf "$(distdir)"; }; \
133   else :; fi
134 am__relativize = \
135   dir0=`pwd`; \
136   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
137   sed_rest='s,^[^/]*/*,,'; \
138   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
139   sed_butlast='s,/*[^/]*$$,,'; \
140   while test -n "$$dir1"; do \
141     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
142     if test "$$first" != "."; then \
143       if test "$$first" = ".."; then \
144         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
145         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
146       else \
147         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
148         if test "$$first2" = "$$first"; then \
149           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
150         else \
151           dir2="../$$dir2"; \
152         fi; \
153         dir0="$$dir0"/"$$first"; \
154       fi; \
155     fi; \
156     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
157   done; \
158   reldir="$$dir2"
159 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
160 GZIP_ENV = --best
161 distuninstallcheck_listfiles = find . -type f -print
162 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
163   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
164 distcleancheck_listfiles = find . -type f -print
165 ACLOCAL = @ACLOCAL@
166 AMTAR = @AMTAR@
167 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
168 AR = @AR@
169 AS = @AS@
170 AUTOCONF = @AUTOCONF@
171 AUTOHEADER = @AUTOHEADER@
172 AUTOMAKE = @AUTOMAKE@
173 AWK = @AWK@
174 BUILD_FILEVERSION = @BUILD_FILEVERSION@
175 BUILD_REVISION = @BUILD_REVISION@
176 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
177 CC = @CC@
178 CCDEPMODE = @CCDEPMODE@
179 CFLAGS = @CFLAGS@
180 CPP = @CPP@
181 CPPFLAGS = @CPPFLAGS@
182 CXX = @CXX@
183 CXXCPP = @CXXCPP@
184 CXXDEPMODE = @CXXDEPMODE@
185 CXXFLAGS = @CXXFLAGS@
186 CYGPATH_W = @CYGPATH_W@
187 DEFS = @DEFS@
188 DEPDIR = @DEPDIR@
189 DLLTOOL = @DLLTOOL@
190 DSYMUTIL = @DSYMUTIL@
191 DUMPBIN = @DUMPBIN@
192 ECHO_C = @ECHO_C@
193 ECHO_N = @ECHO_N@
194 ECHO_T = @ECHO_T@
195 EGREP = @EGREP@
196 EXEEXT = @EXEEXT@
197 FGREP = @FGREP@
198 GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@
199 GLIBC21 = @GLIBC21@
200 GLIB_CFLAGS = @GLIB_CFLAGS@
201 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
202 GLIB_LIBS = @GLIB_LIBS@
203 GLIB_MKENUMS = @GLIB_MKENUMS@
204 GOBJECT_QUERY = @GOBJECT_QUERY@
205 GPGME_CONFIG_API_VERSION = @GPGME_CONFIG_API_VERSION@
206 GPGME_CONFIG_CFLAGS = @GPGME_CONFIG_CFLAGS@
207 GPGME_CONFIG_HOST = @GPGME_CONFIG_HOST@
208 GPGME_CONFIG_LIBS = @GPGME_CONFIG_LIBS@
209 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
210 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
211 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
212 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
213 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
214 GREP = @GREP@
215 INSTALL = @INSTALL@
216 INSTALL_DATA = @INSTALL_DATA@
217 INSTALL_PROGRAM = @INSTALL_PROGRAM@
218 INSTALL_SCRIPT = @INSTALL_SCRIPT@
219 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
220 LD = @LD@
221 LDFLAGS = @LDFLAGS@
222 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
223 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
224 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
225 LIBGPGME_LT_AGE = @LIBGPGME_LT_AGE@
226 LIBGPGME_LT_CURRENT = @LIBGPGME_LT_CURRENT@
227 LIBGPGME_LT_REVISION = @LIBGPGME_LT_REVISION@
228 LIBOBJS = @LIBOBJS@
229 LIBS = @LIBS@
230 LIBTOOL = @LIBTOOL@
231 LIPO = @LIPO@
232 LN_S = @LN_S@
233 LTLIBOBJS = @LTLIBOBJS@
234 MAINT = @MAINT@
235 MAKEINFO = @MAKEINFO@
236 MANIFEST_TOOL = @MANIFEST_TOOL@
237 MKDIR_P = @MKDIR_P@
238 NEED__FILE_OFFSET_BITS = @NEED__FILE_OFFSET_BITS@
239 NM = @NM@
240 NMEDIT = @NMEDIT@
241 OBJDUMP = @OBJDUMP@
242 OBJEXT = @OBJEXT@
243 OTOOL = @OTOOL@
244 OTOOL64 = @OTOOL64@
245 PACKAGE = @PACKAGE@
246 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247 PACKAGE_NAME = @PACKAGE_NAME@
248 PACKAGE_STRING = @PACKAGE_STRING@
249 PACKAGE_TARNAME = @PACKAGE_TARNAME@
250 PACKAGE_URL = @PACKAGE_URL@
251 PACKAGE_VERSION = @PACKAGE_VERSION@
252 PATH_SEPARATOR = @PATH_SEPARATOR@
253 PKG_CONFIG = @PKG_CONFIG@
254 QT4_CORE_CFLAGS = @QT4_CORE_CFLAGS@
255 QT4_CORE_LIBS = @QT4_CORE_LIBS@
256 RANLIB = @RANLIB@
257 RC = @RC@
258 SED = @SED@
259 SET_MAKE = @SET_MAKE@
260 SHELL = @SHELL@
261 STRIP = @STRIP@
262 SYSROOT = @SYSROOT@
263 VERSION = @VERSION@
264 VERSION_NUMBER = @VERSION_NUMBER@
265 abs_builddir = @abs_builddir@
266 abs_srcdir = @abs_srcdir@
267 abs_top_builddir = @abs_top_builddir@
268 abs_top_srcdir = @abs_top_srcdir@
269 ac_ct_AR = @ac_ct_AR@
270 ac_ct_CC = @ac_ct_CC@
271 ac_ct_CXX = @ac_ct_CXX@
272 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
273 am__include = @am__include@
274 am__leading_dot = @am__leading_dot@
275 am__quote = @am__quote@
276 am__tar = @am__tar@
277 am__untar = @am__untar@
278 bindir = @bindir@
279 build = @build@
280 build_alias = @build_alias@
281 build_cpu = @build_cpu@
282 build_os = @build_os@
283 build_vendor = @build_vendor@
284 builddir = @builddir@
285 datadir = @datadir@
286 datarootdir = @datarootdir@
287 docdir = @docdir@
288 dvidir = @dvidir@
289 emacs_local_vars_begin = @emacs_local_vars_begin@
290 emacs_local_vars_end = @emacs_local_vars_end@
291 emacs_local_vars_read_only = @emacs_local_vars_read_only@
292 exec_prefix = @exec_prefix@
293 host = @host@
294 host_alias = @host_alias@
295 host_cpu = @host_cpu@
296 host_os = @host_os@
297 host_vendor = @host_vendor@
298 htmldir = @htmldir@
299 includedir = @includedir@
300 infodir = @infodir@
301 install_sh = @install_sh@
302 libdir = @libdir@
303 libexecdir = @libexecdir@
304 localedir = @localedir@
305 localstatedir = @localstatedir@
306 mandir = @mandir@
307 mkdir_p = @mkdir_p@
308 oldincludedir = @oldincludedir@
309 pdfdir = @pdfdir@
310 prefix = @prefix@
311 program_transform_name = @program_transform_name@
312 psdir = @psdir@
313 sbindir = @sbindir@
314 sharedstatedir = @sharedstatedir@
315 srcdir = @srcdir@
316 sysconfdir = @sysconfdir@
317 target_alias = @target_alias@
318 top_build_prefix = @top_build_prefix@
319 top_builddir = @top_builddir@
320 top_srcdir = @top_srcdir@
321 ACLOCAL_AMFLAGS = -I m4
322 AUTOMAKE_OPTIONS = dist-bzip2
323 DISTCHECK_CONFIGURE_FLAGS = 
324 EXTRA_DIST = autogen.sh autogen.rc gpgme.spec.in                        \
325              ChangeLog-2011 m4/ChangeLog-2011 contrib/ChangeLog-2011
326
327 @RUN_GPG_TESTS_FALSE@tests = 
328 @RUN_GPG_TESTS_TRUE@tests = tests
329 SUBDIRS = src ${tests} doc lang
330 gen_start_date = 2011-12-01T00:00:00
331 all: config.h
332         $(MAKE) $(AM_MAKEFLAGS) all-recursive
333
334 .SUFFIXES:
335 am--refresh: Makefile
336         @:
337 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
338         @for dep in $?; do \
339           case '$(am__configure_deps)' in \
340             *$$dep*) \
341               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
342               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
343                 && exit 0; \
344               exit 1;; \
345           esac; \
346         done; \
347         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
348         $(am__cd) $(top_srcdir) && \
349           $(AUTOMAKE) --gnu Makefile
350 .PRECIOUS: Makefile
351 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
352         @case '$?' in \
353           *config.status*) \
354             echo ' $(SHELL) ./config.status'; \
355             $(SHELL) ./config.status;; \
356           *) \
357             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
358             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
359         esac;
360
361 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
362         $(SHELL) ./config.status --recheck
363
364 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
365         $(am__cd) $(srcdir) && $(AUTOCONF)
366 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
367         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
368 $(am__aclocal_m4_deps):
369
370 config.h: stamp-h1
371         @if test ! -f $@; then rm -f stamp-h1; else :; fi
372         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
373
374 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
375         @rm -f stamp-h1
376         cd $(top_builddir) && $(SHELL) ./config.status config.h
377 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
378         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
379         rm -f stamp-h1
380         touch $@
381
382 distclean-hdr:
383         -rm -f config.h stamp-h1
384
385 mostlyclean-libtool:
386         -rm -f *.lo
387
388 clean-libtool:
389         -rm -rf .libs _libs
390
391 distclean-libtool:
392         -rm -f libtool config.lt
393
394 # This directory's subdirectories are mostly independent; you can cd
395 # into them and run `make' without going through this Makefile.
396 # To change the values of `make' variables: instead of editing Makefiles,
397 # (1) if the variable is set in `config.status', edit `config.status'
398 #     (which will cause the Makefiles to be regenerated when you run `make');
399 # (2) otherwise, pass the desired values on the `make' command line.
400 $(RECURSIVE_TARGETS):
401         @fail= failcom='exit 1'; \
402         for f in x $$MAKEFLAGS; do \
403           case $$f in \
404             *=* | --[!k]*);; \
405             *k*) failcom='fail=yes';; \
406           esac; \
407         done; \
408         dot_seen=no; \
409         target=`echo $@ | sed s/-recursive//`; \
410         list='$(SUBDIRS)'; for subdir in $$list; do \
411           echo "Making $$target in $$subdir"; \
412           if test "$$subdir" = "."; then \
413             dot_seen=yes; \
414             local_target="$$target-am"; \
415           else \
416             local_target="$$target"; \
417           fi; \
418           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
419           || eval $$failcom; \
420         done; \
421         if test "$$dot_seen" = "no"; then \
422           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
423         fi; test -z "$$fail"
424
425 $(RECURSIVE_CLEAN_TARGETS):
426         @fail= failcom='exit 1'; \
427         for f in x $$MAKEFLAGS; do \
428           case $$f in \
429             *=* | --[!k]*);; \
430             *k*) failcom='fail=yes';; \
431           esac; \
432         done; \
433         dot_seen=no; \
434         case "$@" in \
435           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
436           *) list='$(SUBDIRS)' ;; \
437         esac; \
438         rev=''; for subdir in $$list; do \
439           if test "$$subdir" = "."; then :; else \
440             rev="$$subdir $$rev"; \
441           fi; \
442         done; \
443         rev="$$rev ."; \
444         target=`echo $@ | sed s/-recursive//`; \
445         for subdir in $$rev; do \
446           echo "Making $$target in $$subdir"; \
447           if test "$$subdir" = "."; then \
448             local_target="$$target-am"; \
449           else \
450             local_target="$$target"; \
451           fi; \
452           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
453           || eval $$failcom; \
454         done && test -z "$$fail"
455 tags-recursive:
456         list='$(SUBDIRS)'; for subdir in $$list; do \
457           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
458         done
459 ctags-recursive:
460         list='$(SUBDIRS)'; for subdir in $$list; do \
461           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
462         done
463
464 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
465         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
466         unique=`for i in $$list; do \
467             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468           done | \
469           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
470               END { if (nonempty) { for (i in files) print i; }; }'`; \
471         mkid -fID $$unique
472 tags: TAGS
473
474 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
475                 $(TAGS_FILES) $(LISP)
476         set x; \
477         here=`pwd`; \
478         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
479           include_option=--etags-include; \
480           empty_fix=.; \
481         else \
482           include_option=--include; \
483           empty_fix=; \
484         fi; \
485         list='$(SUBDIRS)'; for subdir in $$list; do \
486           if test "$$subdir" = .; then :; else \
487             test ! -f $$subdir/TAGS || \
488               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
489           fi; \
490         done; \
491         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
492         unique=`for i in $$list; do \
493             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494           done | \
495           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
496               END { if (nonempty) { for (i in files) print i; }; }'`; \
497         shift; \
498         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
499           test -n "$$unique" || unique=$$empty_fix; \
500           if test $$# -gt 0; then \
501             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502               "$$@" $$unique; \
503           else \
504             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505               $$unique; \
506           fi; \
507         fi
508 ctags: CTAGS
509 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
510                 $(TAGS_FILES) $(LISP)
511         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
512         unique=`for i in $$list; do \
513             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
514           done | \
515           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
516               END { if (nonempty) { for (i in files) print i; }; }'`; \
517         test -z "$(CTAGS_ARGS)$$unique" \
518           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
519              $$unique
520
521 GTAGS:
522         here=`$(am__cd) $(top_builddir) && pwd` \
523           && $(am__cd) $(top_srcdir) \
524           && gtags -i $(GTAGS_ARGS) "$$here"
525
526 distclean-tags:
527         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
528
529 distdir: $(DISTFILES)
530         $(am__remove_distdir)
531         test -d "$(distdir)" || mkdir "$(distdir)"
532         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534         list='$(DISTFILES)'; \
535           dist_files=`for file in $$list; do echo $$file; done | \
536           sed -e "s|^$$srcdirstrip/||;t" \
537               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
538         case $$dist_files in \
539           */*) $(MKDIR_P) `echo "$$dist_files" | \
540                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
541                            sort -u` ;; \
542         esac; \
543         for file in $$dist_files; do \
544           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
545           if test -d $$d/$$file; then \
546             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
547             if test -d "$(distdir)/$$file"; then \
548               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
549             fi; \
550             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
552               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553             fi; \
554             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
555           else \
556             test -f "$(distdir)/$$file" \
557             || cp -p $$d/$$file "$(distdir)/$$file" \
558             || exit 1; \
559           fi; \
560         done
561         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
562           if test "$$subdir" = .; then :; else \
563             $(am__make_dryrun) \
564               || test -d "$(distdir)/$$subdir" \
565               || $(MKDIR_P) "$(distdir)/$$subdir" \
566               || exit 1; \
567             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
568             $(am__relativize); \
569             new_distdir=$$reldir; \
570             dir1=$$subdir; dir2="$(top_distdir)"; \
571             $(am__relativize); \
572             new_top_distdir=$$reldir; \
573             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
574             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
575             ($(am__cd) $$subdir && \
576               $(MAKE) $(AM_MAKEFLAGS) \
577                 top_distdir="$$new_top_distdir" \
578                 distdir="$$new_distdir" \
579                 am__remove_distdir=: \
580                 am__skip_length_check=: \
581                 am__skip_mode_fix=: \
582                 distdir) \
583               || exit 1; \
584           fi; \
585         done
586         $(MAKE) $(AM_MAKEFLAGS) \
587           top_distdir="$(top_distdir)" distdir="$(distdir)" \
588           dist-hook
589         -test -n "$(am__skip_mode_fix)" \
590         || find "$(distdir)" -type d ! -perm -755 \
591                 -exec chmod u+rwx,go+rx {} \; -o \
592           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
593           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
594           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
595         || chmod -R a+r "$(distdir)"
596 dist-gzip: distdir
597         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
598         $(am__remove_distdir)
599 dist-bzip2: distdir
600         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
601         $(am__remove_distdir)
602
603 dist-lzip: distdir
604         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
605         $(am__remove_distdir)
606
607 dist-lzma: distdir
608         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
609         $(am__remove_distdir)
610
611 dist-xz: distdir
612         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
613         $(am__remove_distdir)
614
615 dist-tarZ: distdir
616         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
617         $(am__remove_distdir)
618
619 dist-shar: distdir
620         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
621         $(am__remove_distdir)
622
623 dist-zip: distdir
624         -rm -f $(distdir).zip
625         zip -rq $(distdir).zip $(distdir)
626         $(am__remove_distdir)
627
628 dist dist-all: distdir
629         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
630         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
631         $(am__remove_distdir)
632
633 # This target untars the dist file and tries a VPATH configuration.  Then
634 # it guarantees that the distribution is self-contained by making another
635 # tarfile.
636 distcheck: dist
637         case '$(DIST_ARCHIVES)' in \
638         *.tar.gz*) \
639           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
640         *.tar.bz2*) \
641           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
642         *.tar.lzma*) \
643           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
644         *.tar.lz*) \
645           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
646         *.tar.xz*) \
647           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
648         *.tar.Z*) \
649           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
650         *.shar.gz*) \
651           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
652         *.zip*) \
653           unzip $(distdir).zip ;;\
654         esac
655         chmod -R a-w $(distdir); chmod u+w $(distdir)
656         mkdir $(distdir)/_build
657         mkdir $(distdir)/_inst
658         chmod a-w $(distdir)
659         test -d $(distdir)/_build || exit 0; \
660         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
661           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
662           && am__cwd=`pwd` \
663           && $(am__cd) $(distdir)/_build \
664           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
665             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
666             $(DISTCHECK_CONFIGURE_FLAGS) \
667           && $(MAKE) $(AM_MAKEFLAGS) \
668           && $(MAKE) $(AM_MAKEFLAGS) dvi \
669           && $(MAKE) $(AM_MAKEFLAGS) check \
670           && $(MAKE) $(AM_MAKEFLAGS) install \
671           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
672           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
673           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
674                 distuninstallcheck \
675           && chmod -R a-w "$$dc_install_base" \
676           && ({ \
677                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
678                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
679                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
680                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
681                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
682               } || { rm -rf "$$dc_destdir"; exit 1; }) \
683           && rm -rf "$$dc_destdir" \
684           && $(MAKE) $(AM_MAKEFLAGS) dist \
685           && rm -rf $(DIST_ARCHIVES) \
686           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
687           && cd "$$am__cwd" \
688           || exit 1
689         $(am__remove_distdir)
690         @(echo "$(distdir) archives ready for distribution: "; \
691           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
692           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
693 distuninstallcheck:
694         @test -n '$(distuninstallcheck_dir)' || { \
695           echo 'ERROR: trying to run $@ with an empty' \
696                '$$(distuninstallcheck_dir)' >&2; \
697           exit 1; \
698         }; \
699         $(am__cd) '$(distuninstallcheck_dir)' || { \
700           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
701           exit 1; \
702         }; \
703         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
704            || { echo "ERROR: files left after uninstall:" ; \
705                 if test -n "$(DESTDIR)"; then \
706                   echo "  (check DESTDIR support)"; \
707                 fi ; \
708                 $(distuninstallcheck_listfiles) ; \
709                 exit 1; } >&2
710 distcleancheck: distclean
711         @if test '$(srcdir)' = . ; then \
712           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
713           exit 1 ; \
714         fi
715         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
716           || { echo "ERROR: files left in build directory after distclean:" ; \
717                $(distcleancheck_listfiles) ; \
718                exit 1; } >&2
719 check-am: all-am
720 check: check-recursive
721 all-am: Makefile config.h
722 installdirs: installdirs-recursive
723 installdirs-am:
724 install: install-recursive
725 install-exec: install-exec-recursive
726 install-data: install-data-recursive
727 uninstall: uninstall-recursive
728
729 install-am: all-am
730         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
731
732 installcheck: installcheck-recursive
733 install-strip:
734         if test -z '$(STRIP)'; then \
735           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
737               install; \
738         else \
739           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
740             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
741             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
742         fi
743 mostlyclean-generic:
744
745 clean-generic:
746
747 distclean-generic:
748         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
749         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
750
751 maintainer-clean-generic:
752         @echo "This command is intended for maintainers to use"
753         @echo "it deletes files that may require special tools to rebuild."
754 clean: clean-recursive
755
756 clean-am: clean-generic clean-libtool mostlyclean-am
757
758 distclean: distclean-recursive
759         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
760         -rm -f Makefile
761 distclean-am: clean-am distclean-generic distclean-hdr \
762         distclean-libtool distclean-tags
763
764 dvi: dvi-recursive
765
766 dvi-am:
767
768 html: html-recursive
769
770 html-am:
771
772 info: info-recursive
773
774 info-am:
775
776 install-data-am:
777
778 install-dvi: install-dvi-recursive
779
780 install-dvi-am:
781
782 install-exec-am:
783
784 install-html: install-html-recursive
785
786 install-html-am:
787
788 install-info: install-info-recursive
789
790 install-info-am:
791
792 install-man:
793
794 install-pdf: install-pdf-recursive
795
796 install-pdf-am:
797
798 install-ps: install-ps-recursive
799
800 install-ps-am:
801
802 installcheck-am:
803
804 maintainer-clean: maintainer-clean-recursive
805         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
806         -rm -rf $(top_srcdir)/autom4te.cache
807         -rm -f Makefile
808 maintainer-clean-am: distclean-am maintainer-clean-generic
809
810 mostlyclean: mostlyclean-recursive
811
812 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
813
814 pdf: pdf-recursive
815
816 pdf-am:
817
818 ps: ps-recursive
819
820 ps-am:
821
822 uninstall-am:
823
824 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
825         ctags-recursive install-am install-strip tags-recursive
826
827 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
828         all all-am am--refresh check check-am clean clean-generic \
829         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
830         dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
831         dist-xz dist-zip distcheck distclean distclean-generic \
832         distclean-hdr distclean-libtool distclean-tags distcleancheck \
833         distdir distuninstallcheck dvi dvi-am html html-am info \
834         info-am install install-am install-data install-data-am \
835         install-dvi install-dvi-am install-exec install-exec-am \
836         install-html install-html-am install-info install-info-am \
837         install-man install-pdf install-pdf-am install-ps \
838         install-ps-am install-strip installcheck installcheck-am \
839         installdirs installdirs-am maintainer-clean \
840         maintainer-clean-generic mostlyclean mostlyclean-generic \
841         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
842         uninstall uninstall-am
843
844
845 # Fix the version of the spec file and create a file named VERSION
846 # to be used for patch's Prereq: feature.
847 dist-hook: gen-ChangeLog
848         @set -e; \
849         sed -e 's/@pkg_version@/$(VERSION)/g' \
850             $(top_srcdir)/gpgme.spec.in  > $(distdir)/gpgme.spec
851         echo "$(VERSION)" > $(distdir)/VERSION
852 .PHONY: gen-ChangeLog
853 gen-ChangeLog:
854         if test -d $(top_srcdir)/.git; then                             \
855           (cd $(top_srcdir) &&                                          \
856             $(GITLOG_TO_CHANGELOG) --append-dot --tear-off              \
857             --amend=build-aux/git-log-fix                               \
858             --since=$(gen_start_date) ) > $(distdir)/cl-t;              \
859           cat $(top_srcdir)/build-aux/git-log-footer >> $(distdir)/cl-t;\
860           rm -f $(distdir)/ChangeLog;                                   \
861           mv $(distdir)/cl-t $(distdir)/ChangeLog;                      \
862         fi
863
864 # Tell versions [3.59,3.63) of GNU make to not export all variables.
865 # Otherwise a system limit (for SysV at least) may be exceeded.
866 .NOEXPORT: