1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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#
18# Copyright 2008 Double Precision, Inc.  See COPYING for
19# distribution information.
20VPATH = @srcdir@
21am__is_gnu_make = { \
22  if test -z '$(MAKELEVEL)'; then \
23    false; \
24  elif test -n '$(MAKE_HOST)'; then \
25    true; \
26  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27    true; \
28  else \
29    false; \
30  fi; \
31}
32am__make_running_with_option = \
33  case $${target_option-} in \
34      ?) ;; \
35      *) echo "am__make_running_with_option: internal error: invalid" \
36              "target option '$${target_option-}' specified" >&2; \
37         exit 1;; \
38  esac; \
39  has_opt=no; \
40  sane_makeflags=$$MAKEFLAGS; \
41  if $(am__is_gnu_make); then \
42    sane_makeflags=$$MFLAGS; \
43  else \
44    case $$MAKEFLAGS in \
45      *\\[\ \	]*) \
46        bs=\\; \
47        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
49    esac; \
50  fi; \
51  skip_next=no; \
52  strip_trailopt () \
53  { \
54    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55  }; \
56  for flg in $$sane_makeflags; do \
57    test $$skip_next = yes && { skip_next=no; continue; }; \
58    case $$flg in \
59      *=*|--*) continue;; \
60        -*I) strip_trailopt 'I'; skip_next=yes;; \
61      -*I?*) strip_trailopt 'I';; \
62        -*O) strip_trailopt 'O'; skip_next=yes;; \
63      -*O?*) strip_trailopt 'O';; \
64        -*l) strip_trailopt 'l'; skip_next=yes;; \
65      -*l?*) strip_trailopt 'l';; \
66      -[dEDm]) skip_next=yes;; \
67      -[JT]) skip_next=yes;; \
68    esac; \
69    case $$flg in \
70      *$$target_option*) has_opt=yes; break;; \
71    esac; \
72  done; \
73  test $$has_opt = yes
74am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76pkgdatadir = $(datadir)/@PACKAGE@
77pkgincludedir = $(includedir)/@PACKAGE@
78pkglibdir = $(libdir)/@PACKAGE@
79pkglibexecdir = $(libexecdir)/@PACKAGE@
80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81install_sh_DATA = $(install_sh) -c -m 644
82install_sh_PROGRAM = $(install_sh) -c
83install_sh_SCRIPT = $(install_sh) -c
84INSTALL_HEADER = $(INSTALL_DATA)
85transform = $(program_transform_name)
86NORMAL_INSTALL = :
87PRE_INSTALL = :
88POST_INSTALL = :
89NORMAL_UNINSTALL = :
90PRE_UNINSTALL = :
91POST_UNINSTALL = :
92subdir = .
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
98	$(am__configure_deps) $(am__DIST_COMMON)
99am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100 configure.lineno config.status.lineno
101mkinstalldirs = $(install_sh) -d
102CONFIG_CLEAN_FILES = rootcertsdir.cnf
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118am__can_run_installinfo = \
119  case $$AM_UPDATE_INFO_DIR in \
120    n|no|NO) false;; \
121    *) (install-info --version) >/dev/null 2>&1;; \
122  esac
123am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
124am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/rootcertsdir.cnf.in \
125	$(top_srcdir)/../../install-sh $(top_srcdir)/../../missing \
126	../../AUTHORS ../../COPYING ../../ChangeLog ../../INSTALL \
127	../../NEWS ../../README ../../compile ../../config.guess \
128	../../config.sub ../../depcomp ../../install-sh \
129	../../ltmain.sh ../../missing
130DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131distdir = $(PACKAGE)-$(VERSION)
132top_distdir = $(distdir)
133am__remove_distdir = \
134  if test -d "$(distdir)"; then \
135    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
136      && rm -rf "$(distdir)" \
137      || { sleep 5 && rm -rf "$(distdir)"; }; \
138  else :; fi
139am__post_remove_distdir = $(am__remove_distdir)
140DIST_ARCHIVES = $(distdir).tar.gz
141GZIP_ENV = --best
142DIST_TARGETS = dist-gzip
143distuninstallcheck_listfiles = find . -type f -print
144am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
145  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
146distcleancheck_listfiles = find . -type f -print
147ACLOCAL = @ACLOCAL@
148AMTAR = @AMTAR@
149AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
150AUTOCONF = @AUTOCONF@
151AUTOHEADER = @AUTOHEADER@
152AUTOMAKE = @AUTOMAKE@
153AWK = @AWK@
154CYGPATH_W = @CYGPATH_W@
155DEFS = @DEFS@
156ECHO_C = @ECHO_C@
157ECHO_N = @ECHO_N@
158ECHO_T = @ECHO_T@
159INSTALL = @INSTALL@
160INSTALL_DATA = @INSTALL_DATA@
161INSTALL_PROGRAM = @INSTALL_PROGRAM@
162INSTALL_SCRIPT = @INSTALL_SCRIPT@
163INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
164LIBOBJS = @LIBOBJS@
165LIBS = @LIBS@
166LN_S = @LN_S@
167LTLIBOBJS = @LTLIBOBJS@
168MAKEINFO = @MAKEINFO@
169MKDIR_P = @MKDIR_P@
170PACKAGE = @PACKAGE@
171PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172PACKAGE_NAME = @PACKAGE_NAME@
173PACKAGE_STRING = @PACKAGE_STRING@
174PACKAGE_TARNAME = @PACKAGE_TARNAME@
175PACKAGE_URL = @PACKAGE_URL@
176PACKAGE_VERSION = @PACKAGE_VERSION@
177PATH_SEPARATOR = @PATH_SEPARATOR@
178SET_MAKE = @SET_MAKE@
179SHELL = @SHELL@
180STRIP = @STRIP@
181VERSION = @VERSION@
182abs_builddir = @abs_builddir@
183abs_srcdir = @abs_srcdir@
184abs_top_builddir = @abs_top_builddir@
185abs_top_srcdir = @abs_top_srcdir@
186am__leading_dot = @am__leading_dot@
187am__tar = @am__tar@
188am__untar = @am__untar@
189bindir = @bindir@
190build_alias = @build_alias@
191builddir = @builddir@
192certdb = @certdb@
193datadir = @datadir@
194datarootdir = @datarootdir@
195docdir = @docdir@
196dvidir = @dvidir@
197exec_prefix = @exec_prefix@
198host_alias = @host_alias@
199htmldir = @htmldir@
200includedir = @includedir@
201infodir = @infodir@
202install_sh = @install_sh@
203libdir = @libdir@
204libexecdir = @libexecdir@
205localedir = @localedir@
206localstatedir = @localstatedir@
207mandir = @mandir@
208mkdir_p = @mkdir_p@
209oldincludedir = @oldincludedir@
210pdfdir = @pdfdir@
211prefix = @prefix@
212program_transform_name = @program_transform_name@
213psdir = @psdir@
214sbindir = @sbindir@
215sharedstatedir = @sharedstatedir@
216srcdir = @srcdir@
217sysconfdir = @sysconfdir@
218target_alias = @target_alias@
219top_build_prefix = @top_build_prefix@
220top_builddir = @top_builddir@
221top_srcdir = @top_srcdir@
222DISTCLEANFILES = rootcertsdir.cnf
223all: all-am
224
225.SUFFIXES:
226am--refresh: Makefile
227	@:
228$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
229	@for dep in $?; do \
230	  case '$(am__configure_deps)' in \
231	    *$$dep*) \
232	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
233	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
234		&& exit 0; \
235	      exit 1;; \
236	  esac; \
237	done; \
238	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
239	$(am__cd) $(top_srcdir) && \
240	  $(AUTOMAKE) --foreign Makefile
241Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242	@case '$?' in \
243	  *config.status*) \
244	    echo ' $(SHELL) ./config.status'; \
245	    $(SHELL) ./config.status;; \
246	  *) \
247	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
248	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
249	esac;
250
251$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252	$(SHELL) ./config.status --recheck
253
254$(top_srcdir)/configure:  $(am__configure_deps)
255	$(am__cd) $(srcdir) && $(AUTOCONF)
256$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
257	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
258$(am__aclocal_m4_deps):
259rootcertsdir.cnf: $(top_builddir)/config.status $(srcdir)/rootcertsdir.cnf.in
260	cd $(top_builddir) && $(SHELL) ./config.status $@
261tags TAGS:
262
263ctags CTAGS:
264
265cscope cscopelist:
266
267
268distdir: $(BUILT_SOURCES)
269	$(MAKE) $(AM_MAKEFLAGS) distdir-am
270
271distdir-am: $(DISTFILES)
272	$(am__remove_distdir)
273	test -d "$(distdir)" || mkdir "$(distdir)"
274	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
275	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
276	list='$(DISTFILES)'; \
277	  dist_files=`for file in $$list; do echo $$file; done | \
278	  sed -e "s|^$$srcdirstrip/||;t" \
279	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
280	case $$dist_files in \
281	  */*) $(MKDIR_P) `echo "$$dist_files" | \
282			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
283			   sort -u` ;; \
284	esac; \
285	for file in $$dist_files; do \
286	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
287	  if test -d $$d/$$file; then \
288	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
289	    if test -d "$(distdir)/$$file"; then \
290	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
291	    fi; \
292	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
293	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
294	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
295	    fi; \
296	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
297	  else \
298	    test -f "$(distdir)/$$file" \
299	    || cp -p $$d/$$file "$(distdir)/$$file" \
300	    || exit 1; \
301	  fi; \
302	done
303	-test -n "$(am__skip_mode_fix)" \
304	|| find "$(distdir)" -type d ! -perm -755 \
305		-exec chmod u+rwx,go+rx {} \; -o \
306	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
307	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
308	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
309	|| chmod -R a+r "$(distdir)"
310dist-gzip: distdir
311	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
312	$(am__post_remove_distdir)
313
314dist-bzip2: distdir
315	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
316	$(am__post_remove_distdir)
317
318dist-lzip: distdir
319	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
320	$(am__post_remove_distdir)
321
322dist-xz: distdir
323	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
324	$(am__post_remove_distdir)
325
326dist-zstd: distdir
327	tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
328	$(am__post_remove_distdir)
329
330dist-tarZ: distdir
331	@echo WARNING: "Support for distribution archives compressed with" \
332		       "legacy program 'compress' is deprecated." >&2
333	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
334	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
335	$(am__post_remove_distdir)
336
337dist-shar: distdir
338	@echo WARNING: "Support for shar distribution archives is" \
339	               "deprecated." >&2
340	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
341	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
342	$(am__post_remove_distdir)
343
344dist-zip: distdir
345	-rm -f $(distdir).zip
346	zip -rq $(distdir).zip $(distdir)
347	$(am__post_remove_distdir)
348
349dist dist-all:
350	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
351	$(am__post_remove_distdir)
352
353# This target untars the dist file and tries a VPATH configuration.  Then
354# it guarantees that the distribution is self-contained by making another
355# tarfile.
356distcheck: dist
357	case '$(DIST_ARCHIVES)' in \
358	*.tar.gz*) \
359	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
360	*.tar.bz2*) \
361	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
362	*.tar.lz*) \
363	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
364	*.tar.xz*) \
365	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
366	*.tar.Z*) \
367	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
368	*.shar.gz*) \
369	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
370	*.zip*) \
371	  unzip $(distdir).zip ;;\
372	*.tar.zst*) \
373	  zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
374	esac
375	chmod -R a-w $(distdir)
376	chmod u+w $(distdir)
377	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
378	chmod a-w $(distdir)
379	test -d $(distdir)/_build || exit 0; \
380	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
381	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
382	  && am__cwd=`pwd` \
383	  && $(am__cd) $(distdir)/_build/sub \
384	  && ../../configure \
385	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
386	    $(DISTCHECK_CONFIGURE_FLAGS) \
387	    --srcdir=../.. --prefix="$$dc_install_base" \
388	  && $(MAKE) $(AM_MAKEFLAGS) \
389	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
390	  && $(MAKE) $(AM_MAKEFLAGS) check \
391	  && $(MAKE) $(AM_MAKEFLAGS) install \
392	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
393	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
394	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
395	        distuninstallcheck \
396	  && chmod -R a-w "$$dc_install_base" \
397	  && ({ \
398	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
399	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
400	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
401	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
402	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
403	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
404	  && rm -rf "$$dc_destdir" \
405	  && $(MAKE) $(AM_MAKEFLAGS) dist \
406	  && rm -rf $(DIST_ARCHIVES) \
407	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
408	  && cd "$$am__cwd" \
409	  || exit 1
410	$(am__post_remove_distdir)
411	@(echo "$(distdir) archives ready for distribution: "; \
412	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
413	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
414distuninstallcheck:
415	@test -n '$(distuninstallcheck_dir)' || { \
416	  echo 'ERROR: trying to run $@ with an empty' \
417	       '$$(distuninstallcheck_dir)' >&2; \
418	  exit 1; \
419	}; \
420	$(am__cd) '$(distuninstallcheck_dir)' || { \
421	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
422	  exit 1; \
423	}; \
424	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
425	   || { echo "ERROR: files left after uninstall:" ; \
426	        if test -n "$(DESTDIR)"; then \
427	          echo "  (check DESTDIR support)"; \
428	        fi ; \
429	        $(distuninstallcheck_listfiles) ; \
430	        exit 1; } >&2
431distcleancheck: distclean
432	@if test '$(srcdir)' = . ; then \
433	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
434	  exit 1 ; \
435	fi
436	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
437	  || { echo "ERROR: files left in build directory after distclean:" ; \
438	       $(distcleancheck_listfiles) ; \
439	       exit 1; } >&2
440check-am: all-am
441check: check-am
442all-am: Makefile
443installdirs:
444install: install-am
445install-exec: install-exec-am
446install-data: install-data-am
447uninstall: uninstall-am
448
449install-am: all-am
450	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
451
452installcheck: installcheck-am
453install-strip:
454	if test -z '$(STRIP)'; then \
455	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
456	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
457	      install; \
458	else \
459	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
462	fi
463mostlyclean-generic:
464
465clean-generic:
466
467distclean-generic:
468	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
469	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
470	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
471
472maintainer-clean-generic:
473	@echo "This command is intended for maintainers to use"
474	@echo "it deletes files that may require special tools to rebuild."
475clean: clean-am
476
477clean-am: clean-generic mostlyclean-am
478
479distclean: distclean-am
480	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
481	-rm -f Makefile
482distclean-am: clean-am distclean-generic
483
484dvi: dvi-am
485
486dvi-am:
487
488html: html-am
489
490html-am:
491
492info: info-am
493
494info-am:
495
496install-data-am:
497
498install-dvi: install-dvi-am
499
500install-dvi-am:
501
502install-exec-am:
503
504install-html: install-html-am
505
506install-html-am:
507
508install-info: install-info-am
509
510install-info-am:
511
512install-man:
513
514install-pdf: install-pdf-am
515
516install-pdf-am:
517
518install-ps: install-ps-am
519
520install-ps-am:
521
522installcheck-am:
523
524maintainer-clean: maintainer-clean-am
525	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
526	-rm -rf $(top_srcdir)/autom4te.cache
527	-rm -f Makefile
528maintainer-clean-am: distclean-am maintainer-clean-generic
529
530mostlyclean: mostlyclean-am
531
532mostlyclean-am: mostlyclean-generic
533
534pdf: pdf-am
535
536pdf-am:
537
538ps: ps-am
539
540ps-am:
541
542uninstall-am:
543
544.MAKE: install-am install-strip
545
546.PHONY: all all-am am--refresh check check-am clean clean-generic \
547	cscopelist-am ctags-am dist dist-all dist-bzip2 dist-gzip \
548	dist-lzip dist-shar dist-tarZ dist-xz dist-zip dist-zstd \
549	distcheck distclean distclean-generic distcleancheck distdir \
550	distuninstallcheck dvi dvi-am html html-am info info-am \
551	install install-am install-data install-data-am install-dvi \
552	install-dvi-am install-exec install-exec-am install-html \
553	install-html-am install-info install-info-am install-man \
554	install-pdf install-pdf-am install-ps install-ps-am \
555	install-strip installcheck installcheck-am installdirs \
556	maintainer-clean maintainer-clean-generic mostlyclean \
557	mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
558	uninstall-am
559
560.PRECIOUS: Makefile
561
562
563# Tell versions [3.59,3.63) of GNU make to not export all variables.
564# Otherwise a system limit (for SysV at least) may be exceeded.
565.NOEXPORT:
566