1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_openssl.m4 \
93	$(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
94	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
95	$(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
96	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
97	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
98	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
99	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
100	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
101	$(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = $(top_builddir)/config.h
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109AM_V_P = $(am__v_P_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115am__v_GEN_0 = @echo "  GEN     " $@;
116am__v_GEN_1 =
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119am__v_at_0 = @
120am__v_at_1 =
121SOURCES =
122DIST_SOURCES =
123RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
124	ctags-recursive dvi-recursive html-recursive info-recursive \
125	install-data-recursive install-dvi-recursive \
126	install-exec-recursive install-html-recursive \
127	install-info-recursive install-pdf-recursive \
128	install-ps-recursive install-recursive installcheck-recursive \
129	installdirs-recursive pdf-recursive ps-recursive \
130	tags-recursive uninstall-recursive
131am__can_run_installinfo = \
132  case $$AM_UPDATE_INFO_DIR in \
133    n|no|NO) false;; \
134    *) (install-info --version) >/dev/null 2>&1;; \
135  esac
136RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
137  distclean-recursive maintainer-clean-recursive
138am__recursive_targets = \
139  $(RECURSIVE_TARGETS) \
140  $(RECURSIVE_CLEAN_TARGETS) \
141  $(am__extra_recursive_targets)
142AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
143	distdir distdir-am
144am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
145# Read a list of newline-separated strings from the standard input,
146# and print each of them once, without duplicates.  Input order is
147# *not* preserved.
148am__uniquify_input = $(AWK) '\
149  BEGIN { nonempty = 0; } \
150  { items[$$0] = 1; nonempty = 1; } \
151  END { if (nonempty) { for (i in items) print i; }; } \
152'
153# Make sure the list of sources is unique.  This is necessary because,
154# e.g., the same source file might be shared among _SOURCES variables
155# for different programs/libraries.
156am__define_uniq_tagged_files = \
157  list='$(am__tagged_files)'; \
158  unique=`for i in $$list; do \
159    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
160  done | $(am__uniquify_input)`
161ETAGS = etags
162CTAGS = ctags
163DIST_SUBDIRS = $(SUBDIRS)
164am__DIST_COMMON = $(srcdir)/Makefile.in
165DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
166am__relativize = \
167  dir0=`pwd`; \
168  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
169  sed_rest='s,^[^/]*/*,,'; \
170  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
171  sed_butlast='s,/*[^/]*$$,,'; \
172  while test -n "$$dir1"; do \
173    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
174    if test "$$first" != "."; then \
175      if test "$$first" = ".."; then \
176        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
177        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
178      else \
179        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
180        if test "$$first2" = "$$first"; then \
181          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
182        else \
183          dir2="../$$dir2"; \
184        fi; \
185        dir0="$$dir0"/"$$first"; \
186      fi; \
187    fi; \
188    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
189  done; \
190  reldir="$$dir2"
191ACLOCAL = @ACLOCAL@
192ALLOCA = @ALLOCA@
193AMTAR = @AMTAR@
194AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
195AR = @AR@
196ARGON2_CFLAGS = @ARGON2_CFLAGS@
197ARGON2_LIBS = @ARGON2_LIBS@
198AUTOCONF = @AUTOCONF@
199AUTOHEADER = @AUTOHEADER@
200AUTOMAKE = @AUTOMAKE@
201AWK = @AWK@
202CC = @CC@
203CCDEPMODE = @CCDEPMODE@
204CFLAGS = @CFLAGS@
205CPP = @CPP@
206CPPFLAGS = @CPPFLAGS@
207CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
208CPPUNIT_LIBS = @CPPUNIT_LIBS@
209CXX = @CXX@
210CXXCPP = @CXXCPP@
211CXXDEPMODE = @CXXDEPMODE@
212CXXFLAGS = @CXXFLAGS@
213CYGPATH_W = @CYGPATH_W@
214DEFS = @DEFS@
215DEPDIR = @DEPDIR@
216DLLTOOL = @DLLTOOL@
217DSYMUTIL = @DSYMUTIL@
218DUMPBIN = @DUMPBIN@
219ECHO_C = @ECHO_C@
220ECHO_N = @ECHO_N@
221ECHO_T = @ECHO_T@
222EGREP = @EGREP@
223EXEEXT = @EXEEXT@
224FGREP = @FGREP@
225GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
226GMSGFMT = @GMSGFMT@
227GMSGFMT_015 = @GMSGFMT_015@
228GREP = @GREP@
229HAVE_CXX14 = @HAVE_CXX14@
230INSTALL = @INSTALL@
231INSTALL_DATA = @INSTALL_DATA@
232INSTALL_PROGRAM = @INSTALL_PROGRAM@
233INSTALL_SCRIPT = @INSTALL_SCRIPT@
234INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
235INTLLIBS = @INTLLIBS@
236INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
237LD = @LD@
238LDFLAGS = @LDFLAGS@
239LIBICONV = @LIBICONV@
240LIBINTL = @LIBINTL@
241LIBOBJS = @LIBOBJS@
242LIBS = @LIBS@
243LIBTOOL = @LIBTOOL@
244LIPO = @LIPO@
245LN_S = @LN_S@
246LTLIBICONV = @LTLIBICONV@
247LTLIBINTL = @LTLIBINTL@
248LTLIBOBJS = @LTLIBOBJS@
249LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
250MAKEINFO = @MAKEINFO@
251MANIFEST_TOOL = @MANIFEST_TOOL@
252MKDIR_P = @MKDIR_P@
253MSGFMT = @MSGFMT@
254MSGFMT_015 = @MSGFMT_015@
255MSGMERGE = @MSGMERGE@
256NM = @NM@
257NMEDIT = @NMEDIT@
258OBJDUMP = @OBJDUMP@
259OBJEXT = @OBJEXT@
260OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
261OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
262OPENSSL_LIBS = @OPENSSL_LIBS@
263OTOOL = @OTOOL@
264OTOOL64 = @OTOOL64@
265PACKAGE = @PACKAGE@
266PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
267PACKAGE_NAME = @PACKAGE_NAME@
268PACKAGE_STRING = @PACKAGE_STRING@
269PACKAGE_TARNAME = @PACKAGE_TARNAME@
270PACKAGE_URL = @PACKAGE_URL@
271PACKAGE_VERSION = @PACKAGE_VERSION@
272PATH_SEPARATOR = @PATH_SEPARATOR@
273PKG_CONFIG = @PKG_CONFIG@
274PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
275PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
276POSUB = @POSUB@
277RANLIB = @RANLIB@
278SED = @SED@
279SET_MAKE = @SET_MAKE@
280SHELL = @SHELL@
281STRIP = @STRIP@
282USE_NLS = @USE_NLS@
283VERSION = @VERSION@
284XGETTEXT = @XGETTEXT@
285XGETTEXT_015 = @XGETTEXT_015@
286XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
287abs_builddir = @abs_builddir@
288abs_srcdir = @abs_srcdir@
289abs_top_builddir = @abs_top_builddir@
290abs_top_srcdir = @abs_top_srcdir@
291ac_ct_AR = @ac_ct_AR@
292ac_ct_CC = @ac_ct_CC@
293ac_ct_CXX = @ac_ct_CXX@
294ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
295am__include = @am__include@
296am__leading_dot = @am__leading_dot@
297am__quote = @am__quote@
298am__tar = @am__tar@
299am__untar = @am__untar@
300bindir = @bindir@
301build = @build@
302build_alias = @build_alias@
303build_cpu = @build_cpu@
304build_os = @build_os@
305build_vendor = @build_vendor@
306builddir = @builddir@
307datadir = @datadir@
308datarootdir = @datarootdir@
309docdir = @docdir@
310dvidir = @dvidir@
311exec_prefix = @exec_prefix@
312host = @host@
313host_alias = @host_alias@
314host_cpu = @host_cpu@
315host_os = @host_os@
316host_vendor = @host_vendor@
317htmldir = @htmldir@
318includedir = @includedir@
319infodir = @infodir@
320install_sh = @install_sh@
321libdir = @libdir@
322libexecdir = @libexecdir@
323localedir = @localedir@
324localstatedir = @localstatedir@
325mandir = @mandir@
326mkdir_p = @mkdir_p@
327oldincludedir = @oldincludedir@
328pdfdir = @pdfdir@
329prefix = @prefix@
330program_transform_name = @program_transform_name@
331psdir = @psdir@
332sbindir = @sbindir@
333sharedstatedir = @sharedstatedir@
334srcdir = @srcdir@
335subdirs = @subdirs@
336sysconfdir = @sysconfdir@
337target_alias = @target_alias@
338top_build_prefix = @top_build_prefix@
339top_builddir = @top_builddir@
340top_srcdir = @top_srcdir@
341SUBDIRS = libs yapet converters
342all: all-recursive
343
344.SUFFIXES:
345$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
346	@for dep in $?; do \
347	  case '$(am__configure_deps)' in \
348	    *$$dep*) \
349	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
350	        && { if test -f $@; then exit 0; else break; fi; }; \
351	      exit 1;; \
352	  esac; \
353	done; \
354	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
355	$(am__cd) $(top_srcdir) && \
356	  $(AUTOMAKE) --gnu src/Makefile
357Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358	@case '$?' in \
359	  *config.status*) \
360	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
361	  *) \
362	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
363	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
364	esac;
365
366$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
367	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368
369$(top_srcdir)/configure:  $(am__configure_deps)
370	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
372	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373$(am__aclocal_m4_deps):
374
375mostlyclean-libtool:
376	-rm -f *.lo
377
378clean-libtool:
379	-rm -rf .libs _libs
380
381# This directory's subdirectories are mostly independent; you can cd
382# into them and run 'make' without going through this Makefile.
383# To change the values of 'make' variables: instead of editing Makefiles,
384# (1) if the variable is set in 'config.status', edit 'config.status'
385#     (which will cause the Makefiles to be regenerated when you run 'make');
386# (2) otherwise, pass the desired values on the 'make' command line.
387$(am__recursive_targets):
388	@fail=; \
389	if $(am__make_keepgoing); then \
390	  failcom='fail=yes'; \
391	else \
392	  failcom='exit 1'; \
393	fi; \
394	dot_seen=no; \
395	target=`echo $@ | sed s/-recursive//`; \
396	case "$@" in \
397	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
398	  *) list='$(SUBDIRS)' ;; \
399	esac; \
400	for subdir in $$list; do \
401	  echo "Making $$target in $$subdir"; \
402	  if test "$$subdir" = "."; then \
403	    dot_seen=yes; \
404	    local_target="$$target-am"; \
405	  else \
406	    local_target="$$target"; \
407	  fi; \
408	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
409	  || eval $$failcom; \
410	done; \
411	if test "$$dot_seen" = "no"; then \
412	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
413	fi; test -z "$$fail"
414
415ID: $(am__tagged_files)
416	$(am__define_uniq_tagged_files); mkid -fID $$unique
417tags: tags-recursive
418TAGS: tags
419
420tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
421	set x; \
422	here=`pwd`; \
423	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
424	  include_option=--etags-include; \
425	  empty_fix=.; \
426	else \
427	  include_option=--include; \
428	  empty_fix=; \
429	fi; \
430	list='$(SUBDIRS)'; for subdir in $$list; do \
431	  if test "$$subdir" = .; then :; else \
432	    test ! -f $$subdir/TAGS || \
433	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
434	  fi; \
435	done; \
436	$(am__define_uniq_tagged_files); \
437	shift; \
438	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
439	  test -n "$$unique" || unique=$$empty_fix; \
440	  if test $$# -gt 0; then \
441	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442	      "$$@" $$unique; \
443	  else \
444	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445	      $$unique; \
446	  fi; \
447	fi
448ctags: ctags-recursive
449
450CTAGS: ctags
451ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
452	$(am__define_uniq_tagged_files); \
453	test -z "$(CTAGS_ARGS)$$unique" \
454	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
455	     $$unique
456
457GTAGS:
458	here=`$(am__cd) $(top_builddir) && pwd` \
459	  && $(am__cd) $(top_srcdir) \
460	  && gtags -i $(GTAGS_ARGS) "$$here"
461cscopelist: cscopelist-recursive
462
463cscopelist-am: $(am__tagged_files)
464	list='$(am__tagged_files)'; \
465	case "$(srcdir)" in \
466	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
467	  *) sdir=$(subdir)/$(srcdir) ;; \
468	esac; \
469	for i in $$list; do \
470	  if test -f "$$i"; then \
471	    echo "$(subdir)/$$i"; \
472	  else \
473	    echo "$$sdir/$$i"; \
474	  fi; \
475	done >> $(top_builddir)/cscope.files
476
477distclean-tags:
478	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479
480distdir: $(BUILT_SOURCES)
481	$(MAKE) $(AM_MAKEFLAGS) distdir-am
482
483distdir-am: $(DISTFILES)
484	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486	list='$(DISTFILES)'; \
487	  dist_files=`for file in $$list; do echo $$file; done | \
488	  sed -e "s|^$$srcdirstrip/||;t" \
489	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
490	case $$dist_files in \
491	  */*) $(MKDIR_P) `echo "$$dist_files" | \
492			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
493			   sort -u` ;; \
494	esac; \
495	for file in $$dist_files; do \
496	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
497	  if test -d $$d/$$file; then \
498	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
499	    if test -d "$(distdir)/$$file"; then \
500	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501	    fi; \
502	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
503	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
504	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505	    fi; \
506	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
507	  else \
508	    test -f "$(distdir)/$$file" \
509	    || cp -p $$d/$$file "$(distdir)/$$file" \
510	    || exit 1; \
511	  fi; \
512	done
513	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
514	  if test "$$subdir" = .; then :; else \
515	    $(am__make_dryrun) \
516	      || test -d "$(distdir)/$$subdir" \
517	      || $(MKDIR_P) "$(distdir)/$$subdir" \
518	      || exit 1; \
519	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
520	    $(am__relativize); \
521	    new_distdir=$$reldir; \
522	    dir1=$$subdir; dir2="$(top_distdir)"; \
523	    $(am__relativize); \
524	    new_top_distdir=$$reldir; \
525	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
526	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
527	    ($(am__cd) $$subdir && \
528	      $(MAKE) $(AM_MAKEFLAGS) \
529	        top_distdir="$$new_top_distdir" \
530	        distdir="$$new_distdir" \
531		am__remove_distdir=: \
532		am__skip_length_check=: \
533		am__skip_mode_fix=: \
534	        distdir) \
535	      || exit 1; \
536	  fi; \
537	done
538check-am: all-am
539check: check-recursive
540all-am: Makefile
541installdirs: installdirs-recursive
542installdirs-am:
543install: install-recursive
544install-exec: install-exec-recursive
545install-data: install-data-recursive
546uninstall: uninstall-recursive
547
548install-am: all-am
549	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
550
551installcheck: installcheck-recursive
552install-strip:
553	if test -z '$(STRIP)'; then \
554	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556	      install; \
557	else \
558	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
559	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
560	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
561	fi
562mostlyclean-generic:
563
564clean-generic:
565
566distclean-generic:
567	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
568	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
569
570maintainer-clean-generic:
571	@echo "This command is intended for maintainers to use"
572	@echo "it deletes files that may require special tools to rebuild."
573clean: clean-recursive
574
575clean-am: clean-generic clean-libtool mostlyclean-am
576
577distclean: distclean-recursive
578	-rm -f Makefile
579distclean-am: clean-am distclean-generic distclean-tags
580
581dvi: dvi-recursive
582
583dvi-am:
584
585html: html-recursive
586
587html-am:
588
589info: info-recursive
590
591info-am:
592
593install-data-am:
594
595install-dvi: install-dvi-recursive
596
597install-dvi-am:
598
599install-exec-am:
600
601install-html: install-html-recursive
602
603install-html-am:
604
605install-info: install-info-recursive
606
607install-info-am:
608
609install-man:
610
611install-pdf: install-pdf-recursive
612
613install-pdf-am:
614
615install-ps: install-ps-recursive
616
617install-ps-am:
618
619installcheck-am:
620
621maintainer-clean: maintainer-clean-recursive
622	-rm -f Makefile
623maintainer-clean-am: distclean-am maintainer-clean-generic
624
625mostlyclean: mostlyclean-recursive
626
627mostlyclean-am: mostlyclean-generic mostlyclean-libtool
628
629pdf: pdf-recursive
630
631pdf-am:
632
633ps: ps-recursive
634
635ps-am:
636
637uninstall-am:
638
639.MAKE: $(am__recursive_targets) install-am install-strip
640
641.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
642	check-am clean clean-generic clean-libtool cscopelist-am ctags \
643	ctags-am distclean distclean-generic distclean-libtool \
644	distclean-tags distdir dvi dvi-am html html-am info info-am \
645	install install-am install-data install-data-am install-dvi \
646	install-dvi-am install-exec install-exec-am install-html \
647	install-html-am install-info install-info-am install-man \
648	install-pdf install-pdf-am install-ps install-ps-am \
649	install-strip installcheck installcheck-am installdirs \
650	installdirs-am maintainer-clean maintainer-clean-generic \
651	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
652	ps ps-am tags tags-am uninstall uninstall-am
653
654.PRECIOUS: Makefile
655
656
657# Tell versions [3.59,3.63) of GNU make to not export all variables.
658# Otherwise a system limit (for SysV at least) may be exceeded.
659.NOEXPORT:
660