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