4d860ca52ec1948e7bb50c6689dd1e383a9468d3
[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 GREP = @GREP@
213 INSTALL = @INSTALL@
214 INSTALL_DATA = @INSTALL_DATA@
215 INSTALL_PROGRAM = @INSTALL_PROGRAM@
216 INSTALL_SCRIPT = @INSTALL_SCRIPT@
217 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
218 LD = @LD@
219 LDFLAGS = @LDFLAGS@
220 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
221 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
222 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
223 LIBGPGME_LT_AGE = @LIBGPGME_LT_AGE@
224 LIBGPGME_LT_CURRENT = @LIBGPGME_LT_CURRENT@
225 LIBGPGME_LT_REVISION = @LIBGPGME_LT_REVISION@
226 LIBOBJS = @LIBOBJS@
227 LIBS = @LIBS@
228 LIBTOOL = @LIBTOOL@
229 LIPO = @LIPO@
230 LN_S = @LN_S@
231 LTLIBOBJS = @LTLIBOBJS@
232 MAINT = @MAINT@
233 MAKEINFO = @MAKEINFO@
234 MANIFEST_TOOL = @MANIFEST_TOOL@
235 MKDIR_P = @MKDIR_P@
236 NEED__FILE_OFFSET_BITS = @NEED__FILE_OFFSET_BITS@
237 NM = @NM@
238 NMEDIT = @NMEDIT@
239 OBJDUMP = @OBJDUMP@
240 OBJEXT = @OBJEXT@
241 OTOOL = @OTOOL@
242 OTOOL64 = @OTOOL64@
243 PACKAGE = @PACKAGE@
244 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
245 PACKAGE_NAME = @PACKAGE_NAME@
246 PACKAGE_STRING = @PACKAGE_STRING@
247 PACKAGE_TARNAME = @PACKAGE_TARNAME@
248 PACKAGE_URL = @PACKAGE_URL@
249 PACKAGE_VERSION = @PACKAGE_VERSION@
250 PATH_SEPARATOR = @PATH_SEPARATOR@
251 PKG_CONFIG = @PKG_CONFIG@
252 QT4_CORE_CFLAGS = @QT4_CORE_CFLAGS@
253 QT4_CORE_LIBS = @QT4_CORE_LIBS@
254 RANLIB = @RANLIB@
255 RC = @RC@
256 SED = @SED@
257 SET_MAKE = @SET_MAKE@
258 SHELL = @SHELL@
259 STRIP = @STRIP@
260 VERSION = @VERSION@
261 VERSION_NUMBER = @VERSION_NUMBER@
262 abs_builddir = @abs_builddir@
263 abs_srcdir = @abs_srcdir@
264 abs_top_builddir = @abs_top_builddir@
265 abs_top_srcdir = @abs_top_srcdir@
266 ac_ct_AR = @ac_ct_AR@
267 ac_ct_CC = @ac_ct_CC@
268 ac_ct_CXX = @ac_ct_CXX@
269 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
270 am__include = @am__include@
271 am__leading_dot = @am__leading_dot@
272 am__quote = @am__quote@
273 am__tar = @am__tar@
274 am__untar = @am__untar@
275 bindir = @bindir@
276 build = @build@
277 build_alias = @build_alias@
278 build_cpu = @build_cpu@
279 build_os = @build_os@
280 build_vendor = @build_vendor@
281 builddir = @builddir@
282 datadir = @datadir@
283 datarootdir = @datarootdir@
284 docdir = @docdir@
285 dvidir = @dvidir@
286 emacs_local_vars_begin = @emacs_local_vars_begin@
287 emacs_local_vars_end = @emacs_local_vars_end@
288 emacs_local_vars_read_only = @emacs_local_vars_read_only@
289 exec_prefix = @exec_prefix@
290 host = @host@
291 host_alias = @host_alias@
292 host_cpu = @host_cpu@
293 host_os = @host_os@
294 host_vendor = @host_vendor@
295 htmldir = @htmldir@
296 includedir = @includedir@
297 infodir = @infodir@
298 install_sh = @install_sh@
299 libdir = @libdir@
300 libexecdir = @libexecdir@
301 localedir = @localedir@
302 localstatedir = @localstatedir@
303 mandir = @mandir@
304 mkdir_p = @mkdir_p@
305 oldincludedir = @oldincludedir@
306 pdfdir = @pdfdir@
307 prefix = @prefix@
308 program_transform_name = @program_transform_name@
309 psdir = @psdir@
310 sbindir = @sbindir@
311 sharedstatedir = @sharedstatedir@
312 srcdir = @srcdir@
313 sysconfdir = @sysconfdir@
314 target_alias = @target_alias@
315 top_build_prefix = @top_build_prefix@
316 top_builddir = @top_builddir@
317 top_srcdir = @top_srcdir@
318 ACLOCAL_AMFLAGS = -I m4
319 AUTOMAKE_OPTIONS = dist-bzip2
320 DISTCHECK_CONFIGURE_FLAGS = 
321 EXTRA_DIST = autogen.sh autogen.rc gpgme.spec.in                        \
322              ChangeLog-2011 m4/ChangeLog-2011 contrib/ChangeLog-2011
323
324 @RUN_GPG_TESTS_FALSE@tests = 
325 @RUN_GPG_TESTS_TRUE@tests = tests
326 SUBDIRS = src ${tests} doc lang
327 gen_start_date = 2011-12-01T00:00:00
328 all: config.h
329         $(MAKE) $(AM_MAKEFLAGS) all-recursive
330
331 .SUFFIXES:
332 am--refresh: Makefile
333         @:
334 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
335         @for dep in $?; do \
336           case '$(am__configure_deps)' in \
337             *$$dep*) \
338               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
339               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
340                 && exit 0; \
341               exit 1;; \
342           esac; \
343         done; \
344         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
345         $(am__cd) $(top_srcdir) && \
346           $(AUTOMAKE) --gnu Makefile
347 .PRECIOUS: Makefile
348 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349         @case '$?' in \
350           *config.status*) \
351             echo ' $(SHELL) ./config.status'; \
352             $(SHELL) ./config.status;; \
353           *) \
354             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
355             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
356         esac;
357
358 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359         $(SHELL) ./config.status --recheck
360
361 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
362         $(am__cd) $(srcdir) && $(AUTOCONF)
363 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
364         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
365 $(am__aclocal_m4_deps):
366
367 config.h: stamp-h1
368         @if test ! -f $@; then rm -f stamp-h1; else :; fi
369         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
370
371 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
372         @rm -f stamp-h1
373         cd $(top_builddir) && $(SHELL) ./config.status config.h
374 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
375         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
376         rm -f stamp-h1
377         touch $@
378
379 distclean-hdr:
380         -rm -f config.h stamp-h1
381
382 mostlyclean-libtool:
383         -rm -f *.lo
384
385 clean-libtool:
386         -rm -rf .libs _libs
387
388 distclean-libtool:
389         -rm -f libtool config.lt
390
391 # This directory's subdirectories are mostly independent; you can cd
392 # into them and run `make' without going through this Makefile.
393 # To change the values of `make' variables: instead of editing Makefiles,
394 # (1) if the variable is set in `config.status', edit `config.status'
395 #     (which will cause the Makefiles to be regenerated when you run `make');
396 # (2) otherwise, pass the desired values on the `make' command line.
397 $(RECURSIVE_TARGETS):
398         @fail= failcom='exit 1'; \
399         for f in x $$MAKEFLAGS; do \
400           case $$f in \
401             *=* | --[!k]*);; \
402             *k*) failcom='fail=yes';; \
403           esac; \
404         done; \
405         dot_seen=no; \
406         target=`echo $@ | sed s/-recursive//`; \
407         list='$(SUBDIRS)'; for subdir in $$list; do \
408           echo "Making $$target in $$subdir"; \
409           if test "$$subdir" = "."; then \
410             dot_seen=yes; \
411             local_target="$$target-am"; \
412           else \
413             local_target="$$target"; \
414           fi; \
415           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
416           || eval $$failcom; \
417         done; \
418         if test "$$dot_seen" = "no"; then \
419           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
420         fi; test -z "$$fail"
421
422 $(RECURSIVE_CLEAN_TARGETS):
423         @fail= failcom='exit 1'; \
424         for f in x $$MAKEFLAGS; do \
425           case $$f in \
426             *=* | --[!k]*);; \
427             *k*) failcom='fail=yes';; \
428           esac; \
429         done; \
430         dot_seen=no; \
431         case "$@" in \
432           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
433           *) list='$(SUBDIRS)' ;; \
434         esac; \
435         rev=''; for subdir in $$list; do \
436           if test "$$subdir" = "."; then :; else \
437             rev="$$subdir $$rev"; \
438           fi; \
439         done; \
440         rev="$$rev ."; \
441         target=`echo $@ | sed s/-recursive//`; \
442         for subdir in $$rev; do \
443           echo "Making $$target in $$subdir"; \
444           if test "$$subdir" = "."; then \
445             local_target="$$target-am"; \
446           else \
447             local_target="$$target"; \
448           fi; \
449           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
450           || eval $$failcom; \
451         done && test -z "$$fail"
452 tags-recursive:
453         list='$(SUBDIRS)'; for subdir in $$list; do \
454           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
455         done
456 ctags-recursive:
457         list='$(SUBDIRS)'; for subdir in $$list; do \
458           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
459         done
460
461 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
462         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
463         unique=`for i in $$list; do \
464             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465           done | \
466           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467               END { if (nonempty) { for (i in files) print i; }; }'`; \
468         mkid -fID $$unique
469 tags: TAGS
470
471 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
472                 $(TAGS_FILES) $(LISP)
473         set x; \
474         here=`pwd`; \
475         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
476           include_option=--etags-include; \
477           empty_fix=.; \
478         else \
479           include_option=--include; \
480           empty_fix=; \
481         fi; \
482         list='$(SUBDIRS)'; for subdir in $$list; do \
483           if test "$$subdir" = .; then :; else \
484             test ! -f $$subdir/TAGS || \
485               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
486           fi; \
487         done; \
488         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
489         unique=`for i in $$list; do \
490             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491           done | \
492           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493               END { if (nonempty) { for (i in files) print i; }; }'`; \
494         shift; \
495         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
496           test -n "$$unique" || unique=$$empty_fix; \
497           if test $$# -gt 0; then \
498             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499               "$$@" $$unique; \
500           else \
501             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502               $$unique; \
503           fi; \
504         fi
505 ctags: CTAGS
506 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
507                 $(TAGS_FILES) $(LISP)
508         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
509         unique=`for i in $$list; do \
510             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511           done | \
512           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
513               END { if (nonempty) { for (i in files) print i; }; }'`; \
514         test -z "$(CTAGS_ARGS)$$unique" \
515           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
516              $$unique
517
518 GTAGS:
519         here=`$(am__cd) $(top_builddir) && pwd` \
520           && $(am__cd) $(top_srcdir) \
521           && gtags -i $(GTAGS_ARGS) "$$here"
522
523 distclean-tags:
524         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
525
526 distdir: $(DISTFILES)
527         $(am__remove_distdir)
528         test -d "$(distdir)" || mkdir "$(distdir)"
529         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
530         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531         list='$(DISTFILES)'; \
532           dist_files=`for file in $$list; do echo $$file; done | \
533           sed -e "s|^$$srcdirstrip/||;t" \
534               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
535         case $$dist_files in \
536           */*) $(MKDIR_P) `echo "$$dist_files" | \
537                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
538                            sort -u` ;; \
539         esac; \
540         for file in $$dist_files; do \
541           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
542           if test -d $$d/$$file; then \
543             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
544             if test -d "$(distdir)/$$file"; then \
545               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
546             fi; \
547             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
548               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
549               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550             fi; \
551             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
552           else \
553             test -f "$(distdir)/$$file" \
554             || cp -p $$d/$$file "$(distdir)/$$file" \
555             || exit 1; \
556           fi; \
557         done
558         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
559           if test "$$subdir" = .; then :; else \
560             $(am__make_dryrun) \
561               || test -d "$(distdir)/$$subdir" \
562               || $(MKDIR_P) "$(distdir)/$$subdir" \
563               || exit 1; \
564             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
565             $(am__relativize); \
566             new_distdir=$$reldir; \
567             dir1=$$subdir; dir2="$(top_distdir)"; \
568             $(am__relativize); \
569             new_top_distdir=$$reldir; \
570             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
571             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
572             ($(am__cd) $$subdir && \
573               $(MAKE) $(AM_MAKEFLAGS) \
574                 top_distdir="$$new_top_distdir" \
575                 distdir="$$new_distdir" \
576                 am__remove_distdir=: \
577                 am__skip_length_check=: \
578                 am__skip_mode_fix=: \
579                 distdir) \
580               || exit 1; \
581           fi; \
582         done
583         $(MAKE) $(AM_MAKEFLAGS) \
584           top_distdir="$(top_distdir)" distdir="$(distdir)" \
585           dist-hook
586         -test -n "$(am__skip_mode_fix)" \
587         || find "$(distdir)" -type d ! -perm -755 \
588                 -exec chmod u+rwx,go+rx {} \; -o \
589           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
590           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
591           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
592         || chmod -R a+r "$(distdir)"
593 dist-gzip: distdir
594         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
595         $(am__remove_distdir)
596 dist-bzip2: distdir
597         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
598         $(am__remove_distdir)
599
600 dist-lzip: distdir
601         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
602         $(am__remove_distdir)
603
604 dist-lzma: distdir
605         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
606         $(am__remove_distdir)
607
608 dist-xz: distdir
609         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
610         $(am__remove_distdir)
611
612 dist-tarZ: distdir
613         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
614         $(am__remove_distdir)
615
616 dist-shar: distdir
617         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
618         $(am__remove_distdir)
619
620 dist-zip: distdir
621         -rm -f $(distdir).zip
622         zip -rq $(distdir).zip $(distdir)
623         $(am__remove_distdir)
624
625 dist dist-all: distdir
626         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
627         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
628         $(am__remove_distdir)
629
630 # This target untars the dist file and tries a VPATH configuration.  Then
631 # it guarantees that the distribution is self-contained by making another
632 # tarfile.
633 distcheck: dist
634         case '$(DIST_ARCHIVES)' in \
635         *.tar.gz*) \
636           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
637         *.tar.bz2*) \
638           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
639         *.tar.lzma*) \
640           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
641         *.tar.lz*) \
642           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
643         *.tar.xz*) \
644           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
645         *.tar.Z*) \
646           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
647         *.shar.gz*) \
648           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
649         *.zip*) \
650           unzip $(distdir).zip ;;\
651         esac
652         chmod -R a-w $(distdir); chmod u+w $(distdir)
653         mkdir $(distdir)/_build
654         mkdir $(distdir)/_inst
655         chmod a-w $(distdir)
656         test -d $(distdir)/_build || exit 0; \
657         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
658           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
659           && am__cwd=`pwd` \
660           && $(am__cd) $(distdir)/_build \
661           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
662             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
663             $(DISTCHECK_CONFIGURE_FLAGS) \
664           && $(MAKE) $(AM_MAKEFLAGS) \
665           && $(MAKE) $(AM_MAKEFLAGS) dvi \
666           && $(MAKE) $(AM_MAKEFLAGS) check \
667           && $(MAKE) $(AM_MAKEFLAGS) install \
668           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
669           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
670           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
671                 distuninstallcheck \
672           && chmod -R a-w "$$dc_install_base" \
673           && ({ \
674                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
675                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
676                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
677                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
678                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
679               } || { rm -rf "$$dc_destdir"; exit 1; }) \
680           && rm -rf "$$dc_destdir" \
681           && $(MAKE) $(AM_MAKEFLAGS) dist \
682           && rm -rf $(DIST_ARCHIVES) \
683           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
684           && cd "$$am__cwd" \
685           || exit 1
686         $(am__remove_distdir)
687         @(echo "$(distdir) archives ready for distribution: "; \
688           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
689           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
690 distuninstallcheck:
691         @test -n '$(distuninstallcheck_dir)' || { \
692           echo 'ERROR: trying to run $@ with an empty' \
693                '$$(distuninstallcheck_dir)' >&2; \
694           exit 1; \
695         }; \
696         $(am__cd) '$(distuninstallcheck_dir)' || { \
697           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
698           exit 1; \
699         }; \
700         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
701            || { echo "ERROR: files left after uninstall:" ; \
702                 if test -n "$(DESTDIR)"; then \
703                   echo "  (check DESTDIR support)"; \
704                 fi ; \
705                 $(distuninstallcheck_listfiles) ; \
706                 exit 1; } >&2
707 distcleancheck: distclean
708         @if test '$(srcdir)' = . ; then \
709           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
710           exit 1 ; \
711         fi
712         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
713           || { echo "ERROR: files left in build directory after distclean:" ; \
714                $(distcleancheck_listfiles) ; \
715                exit 1; } >&2
716 check-am: all-am
717 check: check-recursive
718 all-am: Makefile config.h
719 installdirs: installdirs-recursive
720 installdirs-am:
721 install: install-recursive
722 install-exec: install-exec-recursive
723 install-data: install-data-recursive
724 uninstall: uninstall-recursive
725
726 install-am: all-am
727         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
728
729 installcheck: installcheck-recursive
730 install-strip:
731         if test -z '$(STRIP)'; then \
732           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
733             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
734               install; \
735         else \
736           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
737             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
738             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
739         fi
740 mostlyclean-generic:
741
742 clean-generic:
743
744 distclean-generic:
745         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
746         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
747
748 maintainer-clean-generic:
749         @echo "This command is intended for maintainers to use"
750         @echo "it deletes files that may require special tools to rebuild."
751 clean: clean-recursive
752
753 clean-am: clean-generic clean-libtool mostlyclean-am
754
755 distclean: distclean-recursive
756         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
757         -rm -f Makefile
758 distclean-am: clean-am distclean-generic distclean-hdr \
759         distclean-libtool distclean-tags
760
761 dvi: dvi-recursive
762
763 dvi-am:
764
765 html: html-recursive
766
767 html-am:
768
769 info: info-recursive
770
771 info-am:
772
773 install-data-am:
774
775 install-dvi: install-dvi-recursive
776
777 install-dvi-am:
778
779 install-exec-am:
780
781 install-html: install-html-recursive
782
783 install-html-am:
784
785 install-info: install-info-recursive
786
787 install-info-am:
788
789 install-man:
790
791 install-pdf: install-pdf-recursive
792
793 install-pdf-am:
794
795 install-ps: install-ps-recursive
796
797 install-ps-am:
798
799 installcheck-am:
800
801 maintainer-clean: maintainer-clean-recursive
802         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
803         -rm -rf $(top_srcdir)/autom4te.cache
804         -rm -f Makefile
805 maintainer-clean-am: distclean-am maintainer-clean-generic
806
807 mostlyclean: mostlyclean-recursive
808
809 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
810
811 pdf: pdf-recursive
812
813 pdf-am:
814
815 ps: ps-recursive
816
817 ps-am:
818
819 uninstall-am:
820
821 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
822         ctags-recursive install-am install-strip tags-recursive
823
824 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
825         all all-am am--refresh check check-am clean clean-generic \
826         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
827         dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
828         dist-xz dist-zip distcheck distclean distclean-generic \
829         distclean-hdr distclean-libtool distclean-tags distcleancheck \
830         distdir distuninstallcheck dvi dvi-am html html-am info \
831         info-am install install-am install-data install-data-am \
832         install-dvi install-dvi-am install-exec install-exec-am \
833         install-html install-html-am install-info install-info-am \
834         install-man install-pdf install-pdf-am install-ps \
835         install-ps-am install-strip installcheck installcheck-am \
836         installdirs installdirs-am maintainer-clean \
837         maintainer-clean-generic mostlyclean mostlyclean-generic \
838         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
839         uninstall uninstall-am
840
841
842 # Fix the version of the spec file and create a file named VERSION
843 # to be used for patch's Prereq: feature.
844 dist-hook: gen-ChangeLog
845         @set -e; \
846         sed -e 's/@pkg_version@/$(VERSION)/g' \
847             $(top_srcdir)/gpgme.spec.in  > $(distdir)/gpgme.spec
848         echo "$(VERSION)" > $(distdir)/VERSION
849 .PHONY: gen-ChangeLog
850 gen-ChangeLog:
851         if test -d $(top_srcdir)/.git; then                             \
852           (cd $(top_srcdir) &&                                          \
853             $(GITLOG_TO_CHANGELOG) --append-dot --tear-off              \
854             --amend=build-aux/git-log-fix                               \
855             --since=$(gen_start_date) ) > $(distdir)/cl-t;              \
856           cat $(top_srcdir)/build-aux/git-log-footer >> $(distdir)/cl-t;\
857           rm -f $(distdir)/ChangeLog;                                   \
858           mv $(distdir)/cl-t $(distdir)/ChangeLog;                      \
859         fi
860
861 # Tell versions [3.59,3.63) of GNU make to not export all variables.
862 # Otherwise a system limit (for SysV at least) may be exceeded.
863 .NOEXPORT: