Imported Upstream version 1.9.0
[platform/upstream/gpgme.git] / lang / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Makefile.am for gpgme/lang.
18 # Copyright (C) 2003, 2006 g10 Code GmbH
19 #
20 # This file is part of GPGME.
21 #
22 # GPGME is free software; you can redistribute it and/or modify it
23 # under the terms of the GNU Lesser General Public License as
24 # published by the Free Software Foundation; either version 2.1 of the
25 # License, or (at your option) any later version.
26 #
27 # GPGME is distributed in the hope that it will be useful, but WITHOUT
28 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
29 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
30 # Public License for more details.
31 #
32 # You should have received a copy of the GNU Lesser General Public
33 # License along with this program; if not, write to the Free Software
34 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
35 VPATH = @srcdir@
36 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
37 am__make_running_with_option = \
38   case $${target_option-} in \
39       ?) ;; \
40       *) echo "am__make_running_with_option: internal error: invalid" \
41               "target option '$${target_option-}' specified" >&2; \
42          exit 1;; \
43   esac; \
44   has_opt=no; \
45   sane_makeflags=$$MAKEFLAGS; \
46   if $(am__is_gnu_make); then \
47     sane_makeflags=$$MFLAGS; \
48   else \
49     case $$MAKEFLAGS in \
50       *\\[\ \   ]*) \
51         bs=\\; \
52         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
54     esac; \
55   fi; \
56   skip_next=no; \
57   strip_trailopt () \
58   { \
59     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60   }; \
61   for flg in $$sane_makeflags; do \
62     test $$skip_next = yes && { skip_next=no; continue; }; \
63     case $$flg in \
64       *=*|--*) continue;; \
65         -*I) strip_trailopt 'I'; skip_next=yes;; \
66       -*I?*) strip_trailopt 'I';; \
67         -*O) strip_trailopt 'O'; skip_next=yes;; \
68       -*O?*) strip_trailopt 'O';; \
69         -*l) strip_trailopt 'l'; skip_next=yes;; \
70       -*l?*) strip_trailopt 'l';; \
71       -[dEDm]) skip_next=yes;; \
72       -[JT]) skip_next=yes;; \
73     esac; \
74     case $$flg in \
75       *$$target_option*) has_opt=yes; break;; \
76     esac; \
77   done; \
78   test $$has_opt = yes
79 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81 pkgdatadir = $(datadir)/@PACKAGE@
82 pkgincludedir = $(includedir)/@PACKAGE@
83 pkglibdir = $(libdir)/@PACKAGE@
84 pkglibexecdir = $(libexecdir)/@PACKAGE@
85 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86 install_sh_DATA = $(install_sh) -c -m 644
87 install_sh_PROGRAM = $(install_sh) -c
88 install_sh_SCRIPT = $(install_sh) -c
89 INSTALL_HEADER = $(INSTALL_DATA)
90 transform = $(program_transform_name)
91 NORMAL_INSTALL = :
92 PRE_INSTALL = :
93 POST_INSTALL = :
94 NORMAL_UNINSTALL = :
95 PRE_UNINSTALL = :
96 POST_UNINSTALL = :
97 build_triplet = @build@
98 host_triplet = @host@
99 subdir = lang
100 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
101         $(top_srcdir)/build-aux/mkinstalldirs README
102 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
104         $(top_srcdir)/m4/ax_pkg_swig.m4 \
105         $(top_srcdir)/m4/ax_python_devel.m4 \
106         $(top_srcdir)/m4/glib-2.0.m4 $(top_srcdir)/m4/glibc21.m4 \
107         $(top_srcdir)/m4/gnupg-ttyname.m4 \
108         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libassuan.m4 \
109         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
110         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
111         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
112         $(top_srcdir)/m4/python.m4 $(top_srcdir)/m4/qt.m4 \
113         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
114 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
115         $(ACLOCAL_M4)
116 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
117 CONFIG_HEADER = $(top_builddir)/config.h
118 CONFIG_CLEAN_FILES =
119 CONFIG_CLEAN_VPATH_FILES =
120 AM_V_P = $(am__v_P_@AM_V@)
121 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122 am__v_P_0 = false
123 am__v_P_1 = :
124 AM_V_GEN = $(am__v_GEN_@AM_V@)
125 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126 am__v_GEN_0 = @echo "  GEN     " $@;
127 am__v_GEN_1 = 
128 AM_V_at = $(am__v_at_@AM_V@)
129 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130 am__v_at_0 = @
131 am__v_at_1 = 
132 SOURCES =
133 DIST_SOURCES =
134 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
135         ctags-recursive dvi-recursive html-recursive info-recursive \
136         install-data-recursive install-dvi-recursive \
137         install-exec-recursive install-html-recursive \
138         install-info-recursive install-pdf-recursive \
139         install-ps-recursive install-recursive installcheck-recursive \
140         installdirs-recursive pdf-recursive ps-recursive \
141         tags-recursive uninstall-recursive
142 am__can_run_installinfo = \
143   case $$AM_UPDATE_INFO_DIR in \
144     n|no|NO) false;; \
145     *) (install-info --version) >/dev/null 2>&1;; \
146   esac
147 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
148   distclean-recursive maintainer-clean-recursive
149 am__recursive_targets = \
150   $(RECURSIVE_TARGETS) \
151   $(RECURSIVE_CLEAN_TARGETS) \
152   $(am__extra_recursive_targets)
153 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
154         distdir
155 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156 # Read a list of newline-separated strings from the standard input,
157 # and print each of them once, without duplicates.  Input order is
158 # *not* preserved.
159 am__uniquify_input = $(AWK) '\
160   BEGIN { nonempty = 0; } \
161   { items[$$0] = 1; nonempty = 1; } \
162   END { if (nonempty) { for (i in items) print i; }; } \
163 '
164 # Make sure the list of sources is unique.  This is necessary because,
165 # e.g., the same source file might be shared among _SOURCES variables
166 # for different programs/libraries.
167 am__define_uniq_tagged_files = \
168   list='$(am__tagged_files)'; \
169   unique=`for i in $$list; do \
170     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
171   done | $(am__uniquify_input)`
172 ETAGS = etags
173 CTAGS = ctags
174 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
175 am__relativize = \
176   dir0=`pwd`; \
177   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
178   sed_rest='s,^[^/]*/*,,'; \
179   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
180   sed_butlast='s,/*[^/]*$$,,'; \
181   while test -n "$$dir1"; do \
182     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
183     if test "$$first" != "."; then \
184       if test "$$first" = ".."; then \
185         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
186         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
187       else \
188         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
189         if test "$$first2" = "$$first"; then \
190           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
191         else \
192           dir2="../$$dir2"; \
193         fi; \
194         dir0="$$dir0"/"$$first"; \
195       fi; \
196     fi; \
197     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
198   done; \
199   reldir="$$dir2"
200 ACLOCAL = @ACLOCAL@
201 AMTAR = @AMTAR@
202 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203 AR = @AR@
204 AS = @AS@
205 AUTOCONF = @AUTOCONF@
206 AUTOHEADER = @AUTOHEADER@
207 AUTOMAKE = @AUTOMAKE@
208 AWK = @AWK@
209 BUILD_FILEVERSION = @BUILD_FILEVERSION@
210 BUILD_REVISION = @BUILD_REVISION@
211 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
212 CC = @CC@
213 CCDEPMODE = @CCDEPMODE@
214 CC_FOR_BUILD = @CC_FOR_BUILD@
215 CFLAGS = @CFLAGS@
216 CPP = @CPP@
217 CPPFLAGS = @CPPFLAGS@
218 CXX = @CXX@
219 CXXCPP = @CXXCPP@
220 CXXDEPMODE = @CXXDEPMODE@
221 CXXFLAGS = @CXXFLAGS@
222 CYGPATH_W = @CYGPATH_W@
223 DEFS = @DEFS@
224 DEPDIR = @DEPDIR@
225 DLLTOOL = @DLLTOOL@
226 DOXYGEN = @DOXYGEN@
227 DSYMUTIL = @DSYMUTIL@
228 DUMPBIN = @DUMPBIN@
229 ECHO_C = @ECHO_C@
230 ECHO_N = @ECHO_N@
231 ECHO_T = @ECHO_T@
232 EGREP = @EGREP@
233 ENABLED_LANGUAGES = @ENABLED_LANGUAGES@
234 EXEEXT = @EXEEXT@
235 FGREP = @FGREP@
236 GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@
237 GLIBC21 = @GLIBC21@
238 GLIB_CFLAGS = @GLIB_CFLAGS@
239 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
240 GLIB_LIBS = @GLIB_LIBS@
241 GLIB_MKENUMS = @GLIB_MKENUMS@
242 GOBJECT_QUERY = @GOBJECT_QUERY@
243 GPGME_CONFIG_API_VERSION = @GPGME_CONFIG_API_VERSION@
244 GPGME_CONFIG_AVAIL_LANG = @GPGME_CONFIG_AVAIL_LANG@
245 GPGME_CONFIG_CFLAGS = @GPGME_CONFIG_CFLAGS@
246 GPGME_CONFIG_HOST = @GPGME_CONFIG_HOST@
247 GPGME_CONFIG_LIBS = @GPGME_CONFIG_LIBS@
248 GPGME_QTTEST_CFLAGS = @GPGME_QTTEST_CFLAGS@
249 GPGME_QTTEST_LIBS = @GPGME_QTTEST_LIBS@
250 GPGME_QT_CFLAGS = @GPGME_QT_CFLAGS@
251 GPGME_QT_LIBS = @GPGME_QT_LIBS@
252 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
253 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
254 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
255 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
256 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
257 GRAPHVIZ = @GRAPHVIZ@
258 GREP = @GREP@
259 HAVE_CXX11 = @HAVE_CXX11@
260 HAVE_DOT = @HAVE_DOT@
261 INSTALL = @INSTALL@
262 INSTALL_DATA = @INSTALL_DATA@
263 INSTALL_PROGRAM = @INSTALL_PROGRAM@
264 INSTALL_SCRIPT = @INSTALL_SCRIPT@
265 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
266 LD = @LD@
267 LDFLAGS = @LDFLAGS@
268 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
269 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
270 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
271 LIBGPGMEPP_LT_AGE = @LIBGPGMEPP_LT_AGE@
272 LIBGPGMEPP_LT_CURRENT = @LIBGPGMEPP_LT_CURRENT@
273 LIBGPGMEPP_LT_REVISION = @LIBGPGMEPP_LT_REVISION@
274 LIBGPGME_LT_AGE = @LIBGPGME_LT_AGE@
275 LIBGPGME_LT_CURRENT = @LIBGPGME_LT_CURRENT@
276 LIBGPGME_LT_REVISION = @LIBGPGME_LT_REVISION@
277 LIBOBJS = @LIBOBJS@
278 LIBQGPGME_LT_AGE = @LIBQGPGME_LT_AGE@
279 LIBQGPGME_LT_CURRENT = @LIBQGPGME_LT_CURRENT@
280 LIBQGPGME_LT_REVISION = @LIBQGPGME_LT_REVISION@
281 LIBS = @LIBS@
282 LIBTOOL = @LIBTOOL@
283 LIPO = @LIPO@
284 LN_S = @LN_S@
285 LTLIBOBJS = @LTLIBOBJS@
286 MAINT = @MAINT@
287 MAKEINFO = @MAKEINFO@
288 MANIFEST_TOOL = @MANIFEST_TOOL@
289 MKDIR_P = @MKDIR_P@
290 MOC = @MOC@
291 MOC2 = @MOC2@
292 NEED__FILE_OFFSET_BITS = @NEED__FILE_OFFSET_BITS@
293 NM = @NM@
294 NMEDIT = @NMEDIT@
295 OBJDUMP = @OBJDUMP@
296 OBJEXT = @OBJEXT@
297 OTOOL = @OTOOL@
298 OTOOL64 = @OTOOL64@
299 PACKAGE = @PACKAGE@
300 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
301 PACKAGE_NAME = @PACKAGE_NAME@
302 PACKAGE_STRING = @PACKAGE_STRING@
303 PACKAGE_TARNAME = @PACKAGE_TARNAME@
304 PACKAGE_URL = @PACKAGE_URL@
305 PACKAGE_VERSION = @PACKAGE_VERSION@
306 PATH_SEPARATOR = @PATH_SEPARATOR@
307 PKG_CONFIG = @PKG_CONFIG@
308 PYTHON = @PYTHON@
309 PYTHONS = @PYTHONS@
310 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
311 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
312 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
313 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
314 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
315 PYTHON_PLATFORM = @PYTHON_PLATFORM@
316 PYTHON_PREFIX = @PYTHON_PREFIX@
317 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
318 PYTHON_VERSION = @PYTHON_VERSION@
319 PYTHON_VERSIONS = @PYTHON_VERSIONS@
320 QTCHOOSER = @QTCHOOSER@
321 RANLIB = @RANLIB@
322 RC = @RC@
323 SED = @SED@
324 SET_MAKE = @SET_MAKE@
325 SHELL = @SHELL@
326 STRIP = @STRIP@
327 SWIG = @SWIG@
328 SWIG_LIB = @SWIG_LIB@
329 SYSROOT = @SYSROOT@
330 VERSION = @VERSION@
331 VERSION_MAJOR = @VERSION_MAJOR@
332 VERSION_MICRO = @VERSION_MICRO@
333 VERSION_MINOR = @VERSION_MINOR@
334 VERSION_NUMBER = @VERSION_NUMBER@
335 abs_builddir = @abs_builddir@
336 abs_srcdir = @abs_srcdir@
337 abs_top_builddir = @abs_top_builddir@
338 abs_top_srcdir = @abs_top_srcdir@
339 ac_ct_AR = @ac_ct_AR@
340 ac_ct_CC = @ac_ct_CC@
341 ac_ct_CXX = @ac_ct_CXX@
342 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
343 am__include = @am__include@
344 am__leading_dot = @am__leading_dot@
345 am__quote = @am__quote@
346 am__tar = @am__tar@
347 am__untar = @am__untar@
348 bindir = @bindir@
349 build = @build@
350 build_alias = @build_alias@
351 build_cpu = @build_cpu@
352 build_os = @build_os@
353 build_vendor = @build_vendor@
354 builddir = @builddir@
355 datadir = @datadir@
356 datarootdir = @datarootdir@
357 docdir = @docdir@
358 dvidir = @dvidir@
359 emacs_local_vars_begin = @emacs_local_vars_begin@
360 emacs_local_vars_end = @emacs_local_vars_end@
361 emacs_local_vars_read_only = @emacs_local_vars_read_only@
362 exec_prefix = @exec_prefix@
363 host = @host@
364 host_alias = @host_alias@
365 host_cpu = @host_cpu@
366 host_os = @host_os@
367 host_vendor = @host_vendor@
368 htmldir = @htmldir@
369 includedir = @includedir@
370 infodir = @infodir@
371 install_sh = @install_sh@
372 libdir = @libdir@
373 libexecdir = @libexecdir@
374 localedir = @localedir@
375 localstatedir = @localstatedir@
376 mandir = @mandir@
377 mkdir_p = @mkdir_p@
378 oldincludedir = @oldincludedir@
379 pdfdir = @pdfdir@
380 pkgpyexecdir = @pkgpyexecdir@
381 pkgpythondir = @pkgpythondir@
382 prefix = @prefix@
383 program_transform_name = @program_transform_name@
384 psdir = @psdir@
385 pyexecdir = @pyexecdir@
386 pythondir = @pythondir@
387 sbindir = @sbindir@
388 sharedstatedir = @sharedstatedir@
389 srcdir = @srcdir@
390 sysconfdir = @sysconfdir@
391 target_alias = @target_alias@
392 top_build_prefix = @top_build_prefix@
393 top_builddir = @top_builddir@
394 top_srcdir = @top_srcdir@
395 SUBDIRS = $(ENABLED_LANGUAGES)
396 DIST_SUBDIRS = cl cpp qt python
397 EXTRA_DIST = README
398 all: all-recursive
399
400 .SUFFIXES:
401 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
402         @for dep in $?; do \
403           case '$(am__configure_deps)' in \
404             *$$dep*) \
405               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
406                 && { if test -f $@; then exit 0; else break; fi; }; \
407               exit 1;; \
408           esac; \
409         done; \
410         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lang/Makefile'; \
411         $(am__cd) $(top_srcdir) && \
412           $(AUTOMAKE) --gnu lang/Makefile
413 .PRECIOUS: Makefile
414 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
415         @case '$?' in \
416           *config.status*) \
417             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
418           *) \
419             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
420             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
421         esac;
422
423 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
424         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425
426 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
427         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
429         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430 $(am__aclocal_m4_deps):
431
432 mostlyclean-libtool:
433         -rm -f *.lo
434
435 clean-libtool:
436         -rm -rf .libs _libs
437
438 # This directory's subdirectories are mostly independent; you can cd
439 # into them and run 'make' without going through this Makefile.
440 # To change the values of 'make' variables: instead of editing Makefiles,
441 # (1) if the variable is set in 'config.status', edit 'config.status'
442 #     (which will cause the Makefiles to be regenerated when you run 'make');
443 # (2) otherwise, pass the desired values on the 'make' command line.
444 $(am__recursive_targets):
445         @fail=; \
446         if $(am__make_keepgoing); then \
447           failcom='fail=yes'; \
448         else \
449           failcom='exit 1'; \
450         fi; \
451         dot_seen=no; \
452         target=`echo $@ | sed s/-recursive//`; \
453         case "$@" in \
454           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
455           *) list='$(SUBDIRS)' ;; \
456         esac; \
457         for subdir in $$list; do \
458           echo "Making $$target in $$subdir"; \
459           if test "$$subdir" = "."; then \
460             dot_seen=yes; \
461             local_target="$$target-am"; \
462           else \
463             local_target="$$target"; \
464           fi; \
465           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
466           || eval $$failcom; \
467         done; \
468         if test "$$dot_seen" = "no"; then \
469           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
470         fi; test -z "$$fail"
471
472 ID: $(am__tagged_files)
473         $(am__define_uniq_tagged_files); mkid -fID $$unique
474 tags: tags-recursive
475 TAGS: tags
476
477 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
478         set x; \
479         here=`pwd`; \
480         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
481           include_option=--etags-include; \
482           empty_fix=.; \
483         else \
484           include_option=--include; \
485           empty_fix=; \
486         fi; \
487         list='$(SUBDIRS)'; for subdir in $$list; do \
488           if test "$$subdir" = .; then :; else \
489             test ! -f $$subdir/TAGS || \
490               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
491           fi; \
492         done; \
493         $(am__define_uniq_tagged_files); \
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-recursive
506
507 CTAGS: ctags
508 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
509         $(am__define_uniq_tagged_files); \
510         test -z "$(CTAGS_ARGS)$$unique" \
511           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
512              $$unique
513
514 GTAGS:
515         here=`$(am__cd) $(top_builddir) && pwd` \
516           && $(am__cd) $(top_srcdir) \
517           && gtags -i $(GTAGS_ARGS) "$$here"
518 cscopelist: cscopelist-recursive
519
520 cscopelist-am: $(am__tagged_files)
521         list='$(am__tagged_files)'; \
522         case "$(srcdir)" in \
523           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
524           *) sdir=$(subdir)/$(srcdir) ;; \
525         esac; \
526         for i in $$list; do \
527           if test -f "$$i"; then \
528             echo "$(subdir)/$$i"; \
529           else \
530             echo "$$sdir/$$i"; \
531           fi; \
532         done >> $(top_builddir)/cscope.files
533
534 distclean-tags:
535         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
536
537 distdir: $(DISTFILES)
538         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
539         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
540         list='$(DISTFILES)'; \
541           dist_files=`for file in $$list; do echo $$file; done | \
542           sed -e "s|^$$srcdirstrip/||;t" \
543               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
544         case $$dist_files in \
545           */*) $(MKDIR_P) `echo "$$dist_files" | \
546                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
547                            sort -u` ;; \
548         esac; \
549         for file in $$dist_files; do \
550           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
551           if test -d $$d/$$file; then \
552             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
553             if test -d "$(distdir)/$$file"; then \
554               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555             fi; \
556             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
557               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
558               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
559             fi; \
560             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
561           else \
562             test -f "$(distdir)/$$file" \
563             || cp -p $$d/$$file "$(distdir)/$$file" \
564             || exit 1; \
565           fi; \
566         done
567         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
568           if test "$$subdir" = .; then :; else \
569             $(am__make_dryrun) \
570               || test -d "$(distdir)/$$subdir" \
571               || $(MKDIR_P) "$(distdir)/$$subdir" \
572               || exit 1; \
573             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
574             $(am__relativize); \
575             new_distdir=$$reldir; \
576             dir1=$$subdir; dir2="$(top_distdir)"; \
577             $(am__relativize); \
578             new_top_distdir=$$reldir; \
579             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
580             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
581             ($(am__cd) $$subdir && \
582               $(MAKE) $(AM_MAKEFLAGS) \
583                 top_distdir="$$new_top_distdir" \
584                 distdir="$$new_distdir" \
585                 am__remove_distdir=: \
586                 am__skip_length_check=: \
587                 am__skip_mode_fix=: \
588                 distdir) \
589               || exit 1; \
590           fi; \
591         done
592 check-am: all-am
593 check: check-recursive
594 all-am: Makefile
595 installdirs: installdirs-recursive
596 installdirs-am:
597 install: install-recursive
598 install-exec: install-exec-recursive
599 install-data: install-data-recursive
600 uninstall: uninstall-recursive
601
602 install-am: all-am
603         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
604
605 installcheck: installcheck-recursive
606 install-strip:
607         if test -z '$(STRIP)'; then \
608           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
609             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
610               install; \
611         else \
612           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
613             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
614             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
615         fi
616 mostlyclean-generic:
617
618 clean-generic:
619
620 distclean-generic:
621         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
622         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
623
624 maintainer-clean-generic:
625         @echo "This command is intended for maintainers to use"
626         @echo "it deletes files that may require special tools to rebuild."
627 clean: clean-recursive
628
629 clean-am: clean-generic clean-libtool mostlyclean-am
630
631 distclean: distclean-recursive
632         -rm -f Makefile
633 distclean-am: clean-am distclean-generic distclean-tags
634
635 dvi: dvi-recursive
636
637 dvi-am:
638
639 html: html-recursive
640
641 html-am:
642
643 info: info-recursive
644
645 info-am:
646
647 install-data-am:
648
649 install-dvi: install-dvi-recursive
650
651 install-dvi-am:
652
653 install-exec-am:
654
655 install-html: install-html-recursive
656
657 install-html-am:
658
659 install-info: install-info-recursive
660
661 install-info-am:
662
663 install-man:
664
665 install-pdf: install-pdf-recursive
666
667 install-pdf-am:
668
669 install-ps: install-ps-recursive
670
671 install-ps-am:
672
673 installcheck-am:
674
675 maintainer-clean: maintainer-clean-recursive
676         -rm -f Makefile
677 maintainer-clean-am: distclean-am maintainer-clean-generic
678
679 mostlyclean: mostlyclean-recursive
680
681 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
682
683 pdf: pdf-recursive
684
685 pdf-am:
686
687 ps: ps-recursive
688
689 ps-am:
690
691 uninstall-am:
692
693 .MAKE: $(am__recursive_targets) install-am install-strip
694
695 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
696         check-am clean clean-generic clean-libtool cscopelist-am ctags \
697         ctags-am distclean distclean-generic distclean-libtool \
698         distclean-tags distdir dvi dvi-am html html-am info info-am \
699         install install-am install-data install-data-am install-dvi \
700         install-dvi-am install-exec install-exec-am install-html \
701         install-html-am install-info install-info-am install-man \
702         install-pdf install-pdf-am install-ps install-ps-am \
703         install-strip installcheck installcheck-am installdirs \
704         installdirs-am maintainer-clean maintainer-clean-generic \
705         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
706         ps ps-am tags tags-am uninstall uninstall-am
707
708
709 # Tell versions [3.59,3.63) of GNU make to not export all variables.
710 # Otherwise a system limit (for SysV at least) may be exceeded.
711 .NOEXPORT: