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/conv
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
93	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
94	$(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
95	$(top_srcdir)/m4/dlp_fallthrough.m4 \
96	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
98	$(top_srcdir)/m4/lt~obsolete.m4 $(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 distdir-am
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 = helper html raw text wks2csv wks2raw wks2text
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@
189AMTAR = @AMTAR@
190AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
191AR = @AR@
192AS = @AS@
193AUTOCONF = @AUTOCONF@
194AUTOHEADER = @AUTOHEADER@
195AUTOMAKE = @AUTOMAKE@
196AWK = @AWK@
197CC = @CC@
198CCDEPMODE = @CCDEPMODE@
199CFLAGS = @CFLAGS@
200CPP = @CPP@
201CPPFLAGS = @CPPFLAGS@
202CXX = @CXX@
203CXXCPP = @CXXCPP@
204CXXDEPMODE = @CXXDEPMODE@
205CXXFLAGS = @CXXFLAGS@
206CYGPATH_W = @CYGPATH_W@
207DEBUG_CXXFLAGS = @DEBUG_CXXFLAGS@
208DEFS = @DEFS@
209DEPDIR = @DEPDIR@
210DLLTOOL = @DLLTOOL@
211DOXYGEN = @DOXYGEN@
212DSYMUTIL = @DSYMUTIL@
213DUMPBIN = @DUMPBIN@
214ECHO_C = @ECHO_C@
215ECHO_N = @ECHO_N@
216ECHO_T = @ECHO_T@
217EGREP = @EGREP@
218EXEEXT = @EXEEXT@
219FGREP = @FGREP@
220GREP = @GREP@
221HAVE_CXX11 = @HAVE_CXX11@
222INSTALL = @INSTALL@
223INSTALL_DATA = @INSTALL_DATA@
224INSTALL_PROGRAM = @INSTALL_PROGRAM@
225INSTALL_SCRIPT = @INSTALL_SCRIPT@
226INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
227LD = @LD@
228LDFLAGS = @LDFLAGS@
229LIBOBJS = @LIBOBJS@
230LIBS = @LIBS@
231LIBTOOL = @LIBTOOL@
232LIBWPS_STREAM_WIN32_RESOURCE = @LIBWPS_STREAM_WIN32_RESOURCE@
233LIBWPS_WIN32_RESOURCE = @LIBWPS_WIN32_RESOURCE@
234LIPO = @LIPO@
235LN_S = @LN_S@
236LTLIBOBJS = @LTLIBOBJS@
237LT_AGE = @LT_AGE@
238LT_CURRENT = @LT_CURRENT@
239LT_REVISION = @LT_REVISION@
240LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
241MAKEINFO = @MAKEINFO@
242MANIFEST_TOOL = @MANIFEST_TOOL@
243MKDIR_P = @MKDIR_P@
244NM = @NM@
245NMEDIT = @NMEDIT@
246OBJDUMP = @OBJDUMP@
247OBJEXT = @OBJEXT@
248OTOOL = @OTOOL@
249OTOOL64 = @OTOOL64@
250PACKAGE = @PACKAGE@
251PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
252PACKAGE_NAME = @PACKAGE_NAME@
253PACKAGE_STRING = @PACKAGE_STRING@
254PACKAGE_TARNAME = @PACKAGE_TARNAME@
255PACKAGE_URL = @PACKAGE_URL@
256PACKAGE_VERSION = @PACKAGE_VERSION@
257PATH_SEPARATOR = @PATH_SEPARATOR@
258PKG_CONFIG = @PKG_CONFIG@
259PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
260PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
261RANLIB = @RANLIB@
262REVENGE_CFLAGS = @REVENGE_CFLAGS@
263REVENGE_GENERATORS_CFLAGS = @REVENGE_GENERATORS_CFLAGS@
264REVENGE_GENERATORS_LIBS = @REVENGE_GENERATORS_LIBS@
265REVENGE_LIBS = @REVENGE_LIBS@
266REVENGE_STREAM_CFLAGS = @REVENGE_STREAM_CFLAGS@
267REVENGE_STREAM_LIBS = @REVENGE_STREAM_LIBS@
268SED = @SED@
269SET_MAKE = @SET_MAKE@
270SHELL = @SHELL@
271STRIP = @STRIP@
272VERSION = @VERSION@
273WINDRES = @WINDRES@
274WKS2CSV_WIN32_RESOURCE = @WKS2CSV_WIN32_RESOURCE@
275WKS2RAW_WIN32_RESOURCE = @WKS2RAW_WIN32_RESOURCE@
276WKS2TEXT_WIN32_RESOURCE = @WKS2TEXT_WIN32_RESOURCE@
277WPS2HTML_WIN32_RESOURCE = @WPS2HTML_WIN32_RESOURCE@
278WPS2RAW_WIN32_RESOURCE = @WPS2RAW_WIN32_RESOURCE@
279WPS2TEXT_WIN32_RESOURCE = @WPS2TEXT_WIN32_RESOURCE@
280WPS_MAJOR_VERSION = @WPS_MAJOR_VERSION@
281WPS_MICRO_VERSION = @WPS_MICRO_VERSION@
282WPS_MINOR_VERSION = @WPS_MINOR_VERSION@
283WPS_OBJDIR = @WPS_OBJDIR@
284WPS_VERSION = @WPS_VERSION@
285abs_builddir = @abs_builddir@
286abs_srcdir = @abs_srcdir@
287abs_top_builddir = @abs_top_builddir@
288abs_top_srcdir = @abs_top_srcdir@
289ac_ct_AR = @ac_ct_AR@
290ac_ct_CC = @ac_ct_CC@
291ac_ct_CXX = @ac_ct_CXX@
292ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
293am__include = @am__include@
294am__leading_dot = @am__leading_dot@
295am__quote = @am__quote@
296am__tar = @am__tar@
297am__untar = @am__untar@
298bindir = @bindir@
299build = @build@
300build_alias = @build_alias@
301build_cpu = @build_cpu@
302build_os = @build_os@
303build_vendor = @build_vendor@
304builddir = @builddir@
305datadir = @datadir@
306datarootdir = @datarootdir@
307docdir = @docdir@
308dvidir = @dvidir@
309exec_prefix = @exec_prefix@
310host = @host@
311host_alias = @host_alias@
312host_cpu = @host_cpu@
313host_os = @host_os@
314host_vendor = @host_vendor@
315htmldir = @htmldir@
316includedir = @includedir@
317infodir = @infodir@
318install_sh = @install_sh@
319libdir = @libdir@
320libexecdir = @libexecdir@
321localedir = @localedir@
322localstatedir = @localstatedir@
323mandir = @mandir@
324mkdir_p = @mkdir_p@
325oldincludedir = @oldincludedir@
326pdfdir = @pdfdir@
327prefix = @prefix@
328program_transform_name = @program_transform_name@
329psdir = @psdir@
330sbindir = @sbindir@
331sharedstatedir = @sharedstatedir@
332srcdir = @srcdir@
333sysconfdir = @sysconfdir@
334target_alias = @target_alias@
335top_build_prefix = @top_build_prefix@
336top_builddir = @top_builddir@
337top_srcdir = @top_srcdir@
338@BUILD_TOOLS_TRUE@SUBDIRS = helper html raw text wks2csv wks2raw wks2text
339all: all-recursive
340
341.SUFFIXES:
342$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
343	@for dep in $?; do \
344	  case '$(am__configure_deps)' in \
345	    *$$dep*) \
346	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
347	        && { if test -f $@; then exit 0; else break; fi; }; \
348	      exit 1;; \
349	  esac; \
350	done; \
351	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/conv/Makefile'; \
352	$(am__cd) $(top_srcdir) && \
353	  $(AUTOMAKE) --foreign src/conv/Makefile
354Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
355	@case '$?' in \
356	  *config.status*) \
357	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
358	  *) \
359	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
360	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
361	esac;
362
363$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
364	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365
366$(top_srcdir)/configure:  $(am__configure_deps)
367	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
369	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370$(am__aclocal_m4_deps):
371
372mostlyclean-libtool:
373	-rm -f *.lo
374
375clean-libtool:
376	-rm -rf .libs _libs
377
378# This directory's subdirectories are mostly independent; you can cd
379# into them and run 'make' without going through this Makefile.
380# To change the values of 'make' variables: instead of editing Makefiles,
381# (1) if the variable is set in 'config.status', edit 'config.status'
382#     (which will cause the Makefiles to be regenerated when you run 'make');
383# (2) otherwise, pass the desired values on the 'make' command line.
384$(am__recursive_targets):
385	@fail=; \
386	if $(am__make_keepgoing); then \
387	  failcom='fail=yes'; \
388	else \
389	  failcom='exit 1'; \
390	fi; \
391	dot_seen=no; \
392	target=`echo $@ | sed s/-recursive//`; \
393	case "$@" in \
394	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
395	  *) list='$(SUBDIRS)' ;; \
396	esac; \
397	for subdir in $$list; do \
398	  echo "Making $$target in $$subdir"; \
399	  if test "$$subdir" = "."; then \
400	    dot_seen=yes; \
401	    local_target="$$target-am"; \
402	  else \
403	    local_target="$$target"; \
404	  fi; \
405	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
406	  || eval $$failcom; \
407	done; \
408	if test "$$dot_seen" = "no"; then \
409	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
410	fi; test -z "$$fail"
411
412ID: $(am__tagged_files)
413	$(am__define_uniq_tagged_files); mkid -fID $$unique
414tags: tags-recursive
415TAGS: tags
416
417tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
418	set x; \
419	here=`pwd`; \
420	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
421	  include_option=--etags-include; \
422	  empty_fix=.; \
423	else \
424	  include_option=--include; \
425	  empty_fix=; \
426	fi; \
427	list='$(SUBDIRS)'; for subdir in $$list; do \
428	  if test "$$subdir" = .; then :; else \
429	    test ! -f $$subdir/TAGS || \
430	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
431	  fi; \
432	done; \
433	$(am__define_uniq_tagged_files); \
434	shift; \
435	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
436	  test -n "$$unique" || unique=$$empty_fix; \
437	  if test $$# -gt 0; then \
438	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
439	      "$$@" $$unique; \
440	  else \
441	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442	      $$unique; \
443	  fi; \
444	fi
445ctags: ctags-recursive
446
447CTAGS: ctags
448ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
449	$(am__define_uniq_tagged_files); \
450	test -z "$(CTAGS_ARGS)$$unique" \
451	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
452	     $$unique
453
454GTAGS:
455	here=`$(am__cd) $(top_builddir) && pwd` \
456	  && $(am__cd) $(top_srcdir) \
457	  && gtags -i $(GTAGS_ARGS) "$$here"
458cscopelist: cscopelist-recursive
459
460cscopelist-am: $(am__tagged_files)
461	list='$(am__tagged_files)'; \
462	case "$(srcdir)" in \
463	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
464	  *) sdir=$(subdir)/$(srcdir) ;; \
465	esac; \
466	for i in $$list; do \
467	  if test -f "$$i"; then \
468	    echo "$(subdir)/$$i"; \
469	  else \
470	    echo "$$sdir/$$i"; \
471	  fi; \
472	done >> $(top_builddir)/cscope.files
473
474distclean-tags:
475	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
476
477distdir: $(BUILT_SOURCES)
478	$(MAKE) $(AM_MAKEFLAGS) distdir-am
479
480distdir-am: $(DISTFILES)
481	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483	list='$(DISTFILES)'; \
484	  dist_files=`for file in $$list; do echo $$file; done | \
485	  sed -e "s|^$$srcdirstrip/||;t" \
486	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
487	case $$dist_files in \
488	  */*) $(MKDIR_P) `echo "$$dist_files" | \
489			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
490			   sort -u` ;; \
491	esac; \
492	for file in $$dist_files; do \
493	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494	  if test -d $$d/$$file; then \
495	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
496	    if test -d "$(distdir)/$$file"; then \
497	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498	    fi; \
499	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
501	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502	    fi; \
503	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
504	  else \
505	    test -f "$(distdir)/$$file" \
506	    || cp -p $$d/$$file "$(distdir)/$$file" \
507	    || exit 1; \
508	  fi; \
509	done
510	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
511	  if test "$$subdir" = .; then :; else \
512	    $(am__make_dryrun) \
513	      || test -d "$(distdir)/$$subdir" \
514	      || $(MKDIR_P) "$(distdir)/$$subdir" \
515	      || exit 1; \
516	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
517	    $(am__relativize); \
518	    new_distdir=$$reldir; \
519	    dir1=$$subdir; dir2="$(top_distdir)"; \
520	    $(am__relativize); \
521	    new_top_distdir=$$reldir; \
522	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
523	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
524	    ($(am__cd) $$subdir && \
525	      $(MAKE) $(AM_MAKEFLAGS) \
526	        top_distdir="$$new_top_distdir" \
527	        distdir="$$new_distdir" \
528		am__remove_distdir=: \
529		am__skip_length_check=: \
530		am__skip_mode_fix=: \
531	        distdir) \
532	      || exit 1; \
533	  fi; \
534	done
535check-am: all-am
536check: check-recursive
537all-am: Makefile
538installdirs: installdirs-recursive
539installdirs-am:
540install: install-recursive
541install-exec: install-exec-recursive
542install-data: install-data-recursive
543uninstall: uninstall-recursive
544
545install-am: all-am
546	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
547
548installcheck: installcheck-recursive
549install-strip:
550	if test -z '$(STRIP)'; then \
551	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553	      install; \
554	else \
555	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
558	fi
559mostlyclean-generic:
560
561clean-generic:
562
563distclean-generic:
564	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
565	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
566
567maintainer-clean-generic:
568	@echo "This command is intended for maintainers to use"
569	@echo "it deletes files that may require special tools to rebuild."
570clean: clean-recursive
571
572clean-am: clean-generic clean-libtool mostlyclean-am
573
574distclean: distclean-recursive
575	-rm -f Makefile
576distclean-am: clean-am distclean-generic distclean-tags
577
578dvi: dvi-recursive
579
580dvi-am:
581
582html: html-recursive
583
584html-am:
585
586info: info-recursive
587
588info-am:
589
590install-data-am:
591
592install-dvi: install-dvi-recursive
593
594install-dvi-am:
595
596install-exec-am:
597
598install-html: install-html-recursive
599
600install-html-am:
601
602install-info: install-info-recursive
603
604install-info-am:
605
606install-man:
607
608install-pdf: install-pdf-recursive
609
610install-pdf-am:
611
612install-ps: install-ps-recursive
613
614install-ps-am:
615
616installcheck-am:
617
618maintainer-clean: maintainer-clean-recursive
619	-rm -f Makefile
620maintainer-clean-am: distclean-am maintainer-clean-generic
621
622mostlyclean: mostlyclean-recursive
623
624mostlyclean-am: mostlyclean-generic mostlyclean-libtool
625
626pdf: pdf-recursive
627
628pdf-am:
629
630ps: ps-recursive
631
632ps-am:
633
634uninstall-am:
635
636.MAKE: $(am__recursive_targets) install-am install-strip
637
638.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
639	check-am clean clean-generic clean-libtool cscopelist-am ctags \
640	ctags-am distclean distclean-generic distclean-libtool \
641	distclean-tags distdir dvi dvi-am html html-am info info-am \
642	install install-am install-data install-data-am install-dvi \
643	install-dvi-am install-exec install-exec-am install-html \
644	install-html-am install-info install-info-am install-man \
645	install-pdf install-pdf-am install-ps install-ps-am \
646	install-strip installcheck installcheck-am installdirs \
647	installdirs-am maintainer-clean maintainer-clean-generic \
648	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
649	ps ps-am tags tags-am uninstall uninstall-am
650
651.PRECIOUS: Makefile
652
653
654# Tell versions [3.59,3.63) of GNU make to not export all variables.
655# Otherwise a system limit (for SysV at least) may be exceeded.
656.NOEXPORT:
657