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