1# Makefile.in generated by automake 1.16.3 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
19###########################################################################
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 = :
92build_triplet = @build@
93host_triplet = @host@
94subdir = docs
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/m4/ax_code_coverage.m4 \
97	$(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
98	$(top_srcdir)/m4/cares-compilers.m4 \
99	$(top_srcdir)/m4/cares-confopts.m4 \
100	$(top_srcdir)/m4/cares-functions.m4 \
101	$(top_srcdir)/m4/cares-override.m4 \
102	$(top_srcdir)/m4/cares-reentrant.m4 \
103	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
104	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
105	$(top_srcdir)/m4/lt~obsolete.m4 \
106	$(top_srcdir)/m4/xc-am-iface.m4 \
107	$(top_srcdir)/m4/xc-cc-check.m4 \
108	$(top_srcdir)/m4/xc-lt-iface.m4 \
109	$(top_srcdir)/m4/xc-translit.m4 \
110	$(top_srcdir)/m4/xc-val-flgs.m4 \
111	$(top_srcdir)/m4/zz40-xc-ovr.m4 \
112	$(top_srcdir)/m4/zz50-xc-ovr.m4 \
113	$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
114	$(top_srcdir)/configure.ac
115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116	$(ACLOCAL_M4)
117DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
118mkinstalldirs = $(install_sh) -d
119CONFIG_HEADER = $(top_builddir)/src/lib/ares_config.h \
120	$(top_builddir)/include/ares_build.h
121CONFIG_CLEAN_FILES =
122CONFIG_CLEAN_VPATH_FILES =
123AM_V_P = $(am__v_P_@AM_V@)
124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125am__v_P_0 = false
126am__v_P_1 = :
127AM_V_GEN = $(am__v_GEN_@AM_V@)
128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129am__v_GEN_0 = @echo "  GEN     " $@;
130am__v_GEN_1 =
131AM_V_at = $(am__v_at_@AM_V@)
132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133am__v_at_0 = @
134am__v_at_1 =
135depcomp =
136am__maybe_remake_depfiles =
137SOURCES =
138DIST_SOURCES =
139am__can_run_installinfo = \
140  case $$AM_UPDATE_INFO_DIR in \
141    n|no|NO) false;; \
142    *) (install-info --version) >/dev/null 2>&1;; \
143  esac
144am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
145am__vpath_adj = case $$p in \
146    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
147    *) f=$$p;; \
148  esac;
149am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
150am__install_max = 40
151am__nobase_strip_setup = \
152  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
153am__nobase_strip = \
154  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
155am__nobase_list = $(am__nobase_strip_setup); \
156  for p in $$list; do echo "$$p $$p"; done | \
157  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
158  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
159    if (++n[$$2] == $(am__install_max)) \
160      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
161    END { for (dir in files) print dir, files[dir] }'
162am__base_list = \
163  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
164  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
165am__uninstall_files_from_dir = { \
166  test -z "$$files" \
167    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
168    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
169         $(am__cd) "$$dir" && rm -f $$files; }; \
170  }
171man3dir = $(mandir)/man3
172am__installdirs = "$(DESTDIR)$(man3dir)"
173NROFF = nroff
174MANS = $(man_MANS)
175am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
176am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.inc
177DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
178ACLOCAL = @ACLOCAL@
179AMTAR = @AMTAR@
180AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
181AR = @AR@
182AS = @AS@
183AUTOCONF = @AUTOCONF@
184AUTOHEADER = @AUTOHEADER@
185AUTOMAKE = @AUTOMAKE@
186AWK = @AWK@
187BUILD_SUBDIRS = @BUILD_SUBDIRS@
188CARES_CFLAG_EXTRAS = @CARES_CFLAG_EXTRAS@
189CARES_PRIVATE_LIBS = @CARES_PRIVATE_LIBS@
190CARES_RANDOM_FILE = @CARES_RANDOM_FILE@
191CARES_VERSION_INFO = @CARES_VERSION_INFO@
192CC = @CC@
193CCDEPMODE = @CCDEPMODE@
194CFLAGS = @CFLAGS@
195CFLAG_CARES_SYMBOL_HIDING = @CFLAG_CARES_SYMBOL_HIDING@
196CODE_COVERAGE_CFLAGS = @CODE_COVERAGE_CFLAGS@
197CODE_COVERAGE_ENABLED = @CODE_COVERAGE_ENABLED@
198CODE_COVERAGE_LDFLAGS = @CODE_COVERAGE_LDFLAGS@
199CPP = @CPP@
200CPPFLAGS = @CPPFLAGS@
201CPPFLAG_CARES_STATICLIB = @CPPFLAG_CARES_STATICLIB@
202CXX = @CXX@
203CXXCPP = @CXXCPP@
204CXXDEPMODE = @CXXDEPMODE@
205CXXFLAGS = @CXXFLAGS@
206CYGPATH_W = @CYGPATH_W@
207DEFS = @DEFS@
208DEPDIR = @DEPDIR@
209DLLTOOL = @DLLTOOL@
210DSYMUTIL = @DSYMUTIL@
211DUMPBIN = @DUMPBIN@
212ECHO_C = @ECHO_C@
213ECHO_N = @ECHO_N@
214ECHO_T = @ECHO_T@
215EGREP = @EGREP@
216EXEEXT = @EXEEXT@
217FGREP = @FGREP@
218GCOV = @GCOV@
219GENHTML = @GENHTML@
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@
227LCOV = @LCOV@
228LD = @LD@
229LDFLAGS = @LDFLAGS@
230LIBOBJS = @LIBOBJS@
231LIBS = @LIBS@
232LIBTOOL = @LIBTOOL@
233LIPO = @LIPO@
234LN_S = @LN_S@
235LTLIBOBJS = @LTLIBOBJS@
236LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
237MAINT = @MAINT@
238MAKEINFO = @MAKEINFO@
239MANIFEST_TOOL = @MANIFEST_TOOL@
240MKDIR_P = @MKDIR_P@
241NM = @NM@
242NMEDIT = @NMEDIT@
243OBJDUMP = @OBJDUMP@
244OBJEXT = @OBJEXT@
245OTOOL = @OTOOL@
246OTOOL64 = @OTOOL64@
247PACKAGE = @PACKAGE@
248PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
249PACKAGE_NAME = @PACKAGE_NAME@
250PACKAGE_STRING = @PACKAGE_STRING@
251PACKAGE_TARNAME = @PACKAGE_TARNAME@
252PACKAGE_URL = @PACKAGE_URL@
253PACKAGE_VERSION = @PACKAGE_VERSION@
254PATH_SEPARATOR = @PATH_SEPARATOR@
255RANLIB = @RANLIB@
256SED = @SED@
257SET_MAKE = @SET_MAKE@
258SHELL = @SHELL@
259STRIP = @STRIP@
260VERSION = @VERSION@
261abs_builddir = @abs_builddir@
262abs_srcdir = @abs_srcdir@
263abs_top_builddir = @abs_top_builddir@
264abs_top_srcdir = @abs_top_srcdir@
265ac_ct_AR = @ac_ct_AR@
266ac_ct_CC = @ac_ct_CC@
267ac_ct_CXX = @ac_ct_CXX@
268ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
269am__include = @am__include@
270am__leading_dot = @am__leading_dot@
271am__quote = @am__quote@
272am__tar = @am__tar@
273am__untar = @am__untar@
274bindir = @bindir@
275build = @build@
276build_alias = @build_alias@
277build_cpu = @build_cpu@
278build_os = @build_os@
279build_vendor = @build_vendor@
280builddir = @builddir@
281datadir = @datadir@
282datarootdir = @datarootdir@
283docdir = @docdir@
284dvidir = @dvidir@
285exec_prefix = @exec_prefix@
286host = @host@
287host_alias = @host_alias@
288host_cpu = @host_cpu@
289host_os = @host_os@
290host_vendor = @host_vendor@
291htmldir = @htmldir@
292includedir = @includedir@
293infodir = @infodir@
294install_sh = @install_sh@
295libdir = @libdir@
296libexecdir = @libexecdir@
297localedir = @localedir@
298localstatedir = @localstatedir@
299mandir = @mandir@
300mkdir_p = @mkdir_p@
301oldincludedir = @oldincludedir@
302pdfdir = @pdfdir@
303prefix = @prefix@
304program_transform_name = @program_transform_name@
305psdir = @psdir@
306runstatedir = @runstatedir@
307sbindir = @sbindir@
308sharedstatedir = @sharedstatedir@
309srcdir = @srcdir@
310subdirs = @subdirs@
311sysconfdir = @sysconfdir@
312target_alias = @target_alias@
313top_build_prefix = @top_build_prefix@
314top_builddir = @top_builddir@
315top_srcdir = @top_srcdir@
316AUTOMAKE_OPTIONS = foreign subdir-objects no-dependencies
317MANPAGES = ares_cancel.3		\
318  ares_create_query.3			\
319  ares_destroy.3			\
320  ares_destroy_options.3		\
321  ares_dup.3				\
322  ares_expand_name.3			\
323  ares_expand_string.3			\
324  ares_fds.3				\
325  ares_free_data.3			\
326  ares_free_hostent.3			\
327  ares_free_string.3			\
328  ares_freeaddrinfo.3			\
329  ares_get_servers.3			\
330  ares_get_servers_ports.3		\
331  ares_getaddrinfo.3			\
332  ares_gethostbyaddr.3			\
333  ares_gethostbyname.3			\
334  ares_gethostbyname_file.3		\
335  ares_getnameinfo.3			\
336  ares_getsock.3			\
337  ares_inet_ntop.3			\
338  ares_inet_pton.3			\
339  ares_init.3				\
340  ares_init_options.3			\
341  ares_library_cleanup.3		\
342  ares_library_init.3			\
343  ares_library_init_android.3		\
344  ares_library_initialized.3		\
345  ares_mkquery.3			\
346  ares_parse_a_reply.3			\
347  ares_parse_aaaa_reply.3		\
348  ares_parse_caa_reply.3		\
349  ares_parse_mx_reply.3			\
350  ares_parse_naptr_reply.3		\
351  ares_parse_ns_reply.3			\
352  ares_parse_ptr_reply.3		\
353  ares_parse_soa_reply.3		\
354  ares_parse_srv_reply.3		\
355  ares_parse_txt_reply.3		\
356  ares_process.3			\
357  ares_query.3				\
358  ares_save_options.3			\
359  ares_search.3				\
360  ares_send.3				\
361  ares_set_local_dev.3			\
362  ares_set_local_ip4.3			\
363  ares_set_local_ip6.3			\
364  ares_set_servers.3			\
365  ares_set_servers_csv.3		\
366  ares_set_servers_ports.3		\
367  ares_set_servers_ports_csv.3		\
368  ares_set_socket_callback.3		\
369  ares_set_socket_configure_callback.3	\
370  ares_set_socket_functions.3		\
371  ares_set_sortlist.3			\
372  ares_strerror.3			\
373  ares_timeout.3			\
374  ares_version.3
375
376man_MANS = $(MANPAGES)
377EXTRA_DIST = $(MANPAGES) ahost.1 adig.1 acountry.1 Makefile.inc CMakeLists.txt
378all: all-am
379
380.SUFFIXES:
381$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile.inc $(am__configure_deps)
382	@for dep in $?; do \
383	  case '$(am__configure_deps)' in \
384	    *$$dep*) \
385	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
386	        && { if test -f $@; then exit 0; else break; fi; }; \
387	      exit 1;; \
388	  esac; \
389	done; \
390	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
391	$(am__cd) $(top_srcdir) && \
392	  $(AUTOMAKE) --foreign docs/Makefile
393Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394	@case '$?' in \
395	  *config.status*) \
396	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
397	  *) \
398	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
399	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
400	esac;
401$(srcdir)/Makefile.inc $(am__empty):
402
403$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
404	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405
406$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
407	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
409	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
410$(am__aclocal_m4_deps):
411
412mostlyclean-libtool:
413	-rm -f *.lo
414
415clean-libtool:
416	-rm -rf .libs _libs
417install-man3: $(man_MANS)
418	@$(NORMAL_INSTALL)
419	@list1=''; \
420	list2='$(man_MANS)'; \
421	test -n "$(man3dir)" \
422	  && test -n "`echo $$list1$$list2`" \
423	  || exit 0; \
424	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
425	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
426	{ for i in $$list1; do echo "$$i"; done;  \
427	if test -n "$$list2"; then \
428	  for i in $$list2; do echo "$$i"; done \
429	    | sed -n '/\.3[a-z]*$$/p'; \
430	fi; \
431	} | while read p; do \
432	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
433	  echo "$$d$$p"; echo "$$p"; \
434	done | \
435	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
436	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
437	sed 'N;N;s,\n, ,g' | { \
438	list=; while read file base inst; do \
439	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
440	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
441	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
442	  fi; \
443	done; \
444	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
445	while read files; do \
446	  test -z "$$files" || { \
447	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
448	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
449	done; }
450
451uninstall-man3:
452	@$(NORMAL_UNINSTALL)
453	@list=''; test -n "$(man3dir)" || exit 0; \
454	files=`{ for i in $$list; do echo "$$i"; done; \
455	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
456	  sed -n '/\.3[a-z]*$$/p'; \
457	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
458	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
459	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
460tags TAGS:
461
462ctags CTAGS:
463
464cscope cscopelist:
465
466
467distdir: $(BUILT_SOURCES)
468	$(MAKE) $(AM_MAKEFLAGS) distdir-am
469
470distdir-am: $(DISTFILES)
471	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473	list='$(DISTFILES)'; \
474	  dist_files=`for file in $$list; do echo $$file; done | \
475	  sed -e "s|^$$srcdirstrip/||;t" \
476	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
477	case $$dist_files in \
478	  */*) $(MKDIR_P) `echo "$$dist_files" | \
479			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
480			   sort -u` ;; \
481	esac; \
482	for file in $$dist_files; do \
483	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
484	  if test -d $$d/$$file; then \
485	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
486	    if test -d "$(distdir)/$$file"; then \
487	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488	    fi; \
489	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
490	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
491	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
492	    fi; \
493	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
494	  else \
495	    test -f "$(distdir)/$$file" \
496	    || cp -p $$d/$$file "$(distdir)/$$file" \
497	    || exit 1; \
498	  fi; \
499	done
500check-am: all-am
501check: check-am
502all-am: Makefile $(MANS)
503installdirs:
504	for dir in "$(DESTDIR)$(man3dir)"; do \
505	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
506	done
507install: install-am
508install-exec: install-exec-am
509install-data: install-data-am
510uninstall: uninstall-am
511
512install-am: all-am
513	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
514
515installcheck: installcheck-am
516install-strip:
517	if test -z '$(STRIP)'; then \
518	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520	      install; \
521	else \
522	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
523	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
524	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
525	fi
526mostlyclean-generic:
527
528clean-generic:
529
530distclean-generic:
531	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
532	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
533
534maintainer-clean-generic:
535	@echo "This command is intended for maintainers to use"
536	@echo "it deletes files that may require special tools to rebuild."
537clean: clean-am
538
539clean-am: clean-generic clean-libtool mostlyclean-am
540
541distclean: distclean-am
542	-rm -f Makefile
543distclean-am: clean-am distclean-generic
544
545dvi: dvi-am
546
547dvi-am:
548
549html: html-am
550
551html-am:
552
553info: info-am
554
555info-am:
556
557install-data-am: install-man
558
559install-dvi: install-dvi-am
560
561install-dvi-am:
562
563install-exec-am:
564
565install-html: install-html-am
566
567install-html-am:
568
569install-info: install-info-am
570
571install-info-am:
572
573install-man: install-man3
574
575install-pdf: install-pdf-am
576
577install-pdf-am:
578
579install-ps: install-ps-am
580
581install-ps-am:
582
583installcheck-am:
584
585maintainer-clean: maintainer-clean-am
586	-rm -f Makefile
587maintainer-clean-am: distclean-am maintainer-clean-generic
588
589mostlyclean: mostlyclean-am
590
591mostlyclean-am: mostlyclean-generic mostlyclean-libtool
592
593pdf: pdf-am
594
595pdf-am:
596
597ps: ps-am
598
599ps-am:
600
601uninstall-am: uninstall-man
602
603uninstall-man: uninstall-man3
604
605.MAKE: install-am install-strip
606
607.PHONY: all all-am check check-am clean clean-generic clean-libtool \
608	cscopelist-am ctags-am distclean distclean-generic \
609	distclean-libtool distdir dvi dvi-am html html-am info info-am \
610	install install-am install-data install-data-am install-dvi \
611	install-dvi-am install-exec install-exec-am install-html \
612	install-html-am install-info install-info-am install-man \
613	install-man3 install-pdf install-pdf-am install-ps \
614	install-ps-am install-strip installcheck installcheck-am \
615	installdirs maintainer-clean maintainer-clean-generic \
616	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
617	ps ps-am tags-am uninstall uninstall-am uninstall-man \
618	uninstall-man3
619
620.PRECIOUS: Makefile
621
622
623# Tell versions [3.59,3.63) of GNU make to not export all variables.
624# Otherwise a system limit (for SysV at least) may be exceeded.
625.NOEXPORT:
626