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