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