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