Home | History | Annotate | Download | only in iperf3
      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@
     16 VPATH = @srcdir@
     17 am__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 }
     28 am__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
     70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     72 pkgdatadir = $(datadir)/@PACKAGE@
     73 pkgincludedir = $(includedir)/@PACKAGE@
     74 pkglibdir = $(libdir)/@PACKAGE@
     75 pkglibexecdir = $(libexecdir)/@PACKAGE@
     76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     77 install_sh_DATA = $(install_sh) -c -m 644
     78 install_sh_PROGRAM = $(install_sh) -c
     79 install_sh_SCRIPT = $(install_sh) -c
     80 INSTALL_HEADER = $(INSTALL_DATA)
     81 transform = $(program_transform_name)
     82 NORMAL_INSTALL = :
     83 PRE_INSTALL = :
     84 POST_INSTALL = :
     85 NORMAL_UNINSTALL = :
     86 PRE_UNINSTALL = :
     87 POST_UNINSTALL = :
     88 build_triplet = @build@
     89 host_triplet = @host@
     90 subdir = .
     91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     92 am__aclocal_m4_deps = $(top_srcdir)/config/ax_check_openssl.m4 \
     93 	$(top_srcdir)/configure.ac
     94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     95 	$(ACLOCAL_M4)
     96 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
     97 	$(am__configure_deps) $(am__DIST_COMMON)
     98 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     99  configure.lineno config.status.lineno
    100 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
    101 CONFIG_HEADER = $(top_builddir)/src/iperf_config.h
    102 CONFIG_CLEAN_FILES = iperf3.spec
    103 CONFIG_CLEAN_VPATH_FILES =
    104 AM_V_P = $(am__v_P_@AM_V@)
    105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    106 am__v_P_0 = false
    107 am__v_P_1 = :
    108 AM_V_GEN = $(am__v_GEN_@AM_V@)
    109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    110 am__v_GEN_0 = @echo "  GEN     " $@;
    111 am__v_GEN_1 = 
    112 AM_V_at = $(am__v_at_@AM_V@)
    113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    114 am__v_at_0 = @
    115 am__v_at_1 = 
    116 SOURCES =
    117 DIST_SOURCES =
    118 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    119 	ctags-recursive dvi-recursive html-recursive info-recursive \
    120 	install-data-recursive install-dvi-recursive \
    121 	install-exec-recursive install-html-recursive \
    122 	install-info-recursive install-pdf-recursive \
    123 	install-ps-recursive install-recursive installcheck-recursive \
    124 	installdirs-recursive pdf-recursive ps-recursive \
    125 	tags-recursive uninstall-recursive
    126 am__can_run_installinfo = \
    127   case $$AM_UPDATE_INFO_DIR in \
    128     n|no|NO) false;; \
    129     *) (install-info --version) >/dev/null 2>&1;; \
    130   esac
    131 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    132   distclean-recursive maintainer-clean-recursive
    133 am__recursive_targets = \
    134   $(RECURSIVE_TARGETS) \
    135   $(RECURSIVE_CLEAN_TARGETS) \
    136   $(am__extra_recursive_targets)
    137 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    138 	cscope distdir distdir-am dist dist-all distcheck
    139 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    140 # Read a list of newline-separated strings from the standard input,
    141 # and print each of them once, without duplicates.  Input order is
    142 # *not* preserved.
    143 am__uniquify_input = $(AWK) '\
    144   BEGIN { nonempty = 0; } \
    145   { items[$$0] = 1; nonempty = 1; } \
    146   END { if (nonempty) { for (i in items) print i; }; } \
    147 '
    148 # Make sure the list of sources is unique.  This is necessary because,
    149 # e.g., the same source file might be shared among _SOURCES variables
    150 # for different programs/libraries.
    151 am__define_uniq_tagged_files = \
    152   list='$(am__tagged_files)'; \
    153   unique=`for i in $$list; do \
    154     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    155   done | $(am__uniquify_input)`
    156 ETAGS = etags
    157 CTAGS = ctags
    158 CSCOPE = cscope
    159 DIST_SUBDIRS = $(SUBDIRS)
    160 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iperf3.spec.in \
    161 	$(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
    162 	$(top_srcdir)/config/config.sub \
    163 	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
    164 	$(top_srcdir)/config/missing \
    165 	$(top_srcdir)/config/mkinstalldirs INSTALL config/compile \
    166 	config/config.guess config/config.sub config/install-sh \
    167 	config/ltmain.sh config/missing config/mkinstalldirs
    168 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    169 distdir = $(PACKAGE)-$(VERSION)
    170 top_distdir = $(distdir)
    171 am__remove_distdir = \
    172   if test -d "$(distdir)"; then \
    173     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
    174       && rm -rf "$(distdir)" \
    175       || { sleep 5 && rm -rf "$(distdir)"; }; \
    176   else :; fi
    177 am__post_remove_distdir = $(am__remove_distdir)
    178 am__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"
    203 DIST_ARCHIVES = $(distdir).tar.gz
    204 GZIP_ENV = --best
    205 DIST_TARGETS = dist-gzip
    206 distuninstallcheck_listfiles = find . -type f -print
    207 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
    208   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
    209 distcleancheck_listfiles = find . -type f -print
    210 ACLOCAL = @ACLOCAL@
    211 AMTAR = @AMTAR@
    212 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    213 AR = @AR@
    214 AUTOCONF = @AUTOCONF@
    215 AUTOHEADER = @AUTOHEADER@
    216 AUTOMAKE = @AUTOMAKE@
    217 AWK = @AWK@
    218 CC = @CC@
    219 CCDEPMODE = @CCDEPMODE@
    220 CFLAGS = @CFLAGS@
    221 CPP = @CPP@
    222 CPPFLAGS = @CPPFLAGS@
    223 CYGPATH_W = @CYGPATH_W@
    224 DEFS = @DEFS@
    225 DEPDIR = @DEPDIR@
    226 DLLTOOL = @DLLTOOL@
    227 DSYMUTIL = @DSYMUTIL@
    228 DUMPBIN = @DUMPBIN@
    229 ECHO_C = @ECHO_C@
    230 ECHO_N = @ECHO_N@
    231 ECHO_T = @ECHO_T@
    232 EGREP = @EGREP@
    233 EXEEXT = @EXEEXT@
    234 FGREP = @FGREP@
    235 GREP = @GREP@
    236 INSTALL = @INSTALL@
    237 INSTALL_DATA = @INSTALL_DATA@
    238 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    239 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    240 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    241 LD = @LD@
    242 LDFLAGS = @LDFLAGS@
    243 LIBOBJS = @LIBOBJS@
    244 LIBS = @LIBS@
    245 LIBTOOL = @LIBTOOL@
    246 LIPO = @LIPO@
    247 LN_S = @LN_S@
    248 LTLIBOBJS = @LTLIBOBJS@
    249 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
    250 MAINT = @MAINT@
    251 MAKEINFO = @MAKEINFO@
    252 MANIFEST_TOOL = @MANIFEST_TOOL@
    253 MKDIR_P = @MKDIR_P@
    254 NM = @NM@
    255 NMEDIT = @NMEDIT@
    256 OBJDUMP = @OBJDUMP@
    257 OBJEXT = @OBJEXT@
    258 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
    259 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
    260 OPENSSL_LIBS = @OPENSSL_LIBS@
    261 OTOOL = @OTOOL@
    262 OTOOL64 = @OTOOL64@
    263 PACKAGE = @PACKAGE@
    264 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    265 PACKAGE_NAME = @PACKAGE_NAME@
    266 PACKAGE_STRING = @PACKAGE_STRING@
    267 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    268 PACKAGE_URL = @PACKAGE_URL@
    269 PACKAGE_VERSION = @PACKAGE_VERSION@
    270 PATH_SEPARATOR = @PATH_SEPARATOR@
    271 PKG_CONFIG = @PKG_CONFIG@
    272 RANLIB = @RANLIB@
    273 SED = @SED@
    274 SET_MAKE = @SET_MAKE@
    275 SHELL = @SHELL@
    276 STRIP = @STRIP@
    277 VERSION = @VERSION@
    278 abs_builddir = @abs_builddir@
    279 abs_srcdir = @abs_srcdir@
    280 abs_top_builddir = @abs_top_builddir@
    281 abs_top_srcdir = @abs_top_srcdir@
    282 ac_ct_AR = @ac_ct_AR@
    283 ac_ct_CC = @ac_ct_CC@
    284 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    285 am__include = @am__include@
    286 am__leading_dot = @am__leading_dot@
    287 am__quote = @am__quote@
    288 am__tar = @am__tar@
    289 am__untar = @am__untar@
    290 bindir = @bindir@
    291 build = @build@
    292 build_alias = @build_alias@
    293 build_cpu = @build_cpu@
    294 build_os = @build_os@
    295 build_vendor = @build_vendor@
    296 builddir = @builddir@
    297 datadir = @datadir@
    298 datarootdir = @datarootdir@
    299 docdir = @docdir@
    300 dvidir = @dvidir@
    301 exec_prefix = @exec_prefix@
    302 host = @host@
    303 host_alias = @host_alias@
    304 host_cpu = @host_cpu@
    305 host_os = @host_os@
    306 host_vendor = @host_vendor@
    307 htmldir = @htmldir@
    308 includedir = @includedir@
    309 infodir = @infodir@
    310 install_sh = @install_sh@
    311 libdir = @libdir@
    312 libexecdir = @libexecdir@
    313 localedir = @localedir@
    314 localstatedir = @localstatedir@
    315 mandir = @mandir@
    316 mkdir_p = @mkdir_p@
    317 oldincludedir = @oldincludedir@
    318 pdfdir = @pdfdir@
    319 prefix = @prefix@
    320 program_transform_name = @program_transform_name@
    321 psdir = @psdir@
    322 sbindir = @sbindir@
    323 sharedstatedir = @sharedstatedir@
    324 srcdir = @srcdir@
    325 sysconfdir = @sysconfdir@
    326 target_alias = @target_alias@
    327 top_build_prefix = @top_build_prefix@
    328 top_builddir = @top_builddir@
    329 top_srcdir = @top_srcdir@
    330 SUBDIRS = src examples
    331 all: all-recursive
    332 
    333 .SUFFIXES:
    334 am--refresh: Makefile
    335 	@:
    336 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    337 	@for dep in $?; do \
    338 	  case '$(am__configure_deps)' in \
    339 	    *$$dep*) \
    340 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
    341 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
    342 		&& exit 0; \
    343 	      exit 1;; \
    344 	  esac; \
    345 	done; \
    346 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
    347 	$(am__cd) $(top_srcdir) && \
    348 	  $(AUTOMAKE) --foreign Makefile
    349 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    350 	@case '$?' in \
    351 	  *config.status*) \
    352 	    echo ' $(SHELL) ./config.status'; \
    353 	    $(SHELL) ./config.status;; \
    354 	  *) \
    355 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
    356 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
    357 	esac;
    358 
    359 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    360 	$(SHELL) ./config.status --recheck
    361 
    362 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    363 	$(am__cd) $(srcdir) && $(AUTOCONF)
    364 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    365 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    366 $(am__aclocal_m4_deps):
    367 iperf3.spec: $(top_builddir)/config.status $(srcdir)/iperf3.spec.in
    368 	cd $(top_builddir) && $(SHELL) ./config.status $@
    369 
    370 mostlyclean-libtool:
    371 	-rm -f *.lo
    372 
    373 clean-libtool:
    374 	-rm -rf .libs _libs
    375 
    376 distclean-libtool:
    377 	-rm -f libtool config.lt
    378 
    379 # This directory's subdirectories are mostly independent; you can cd
    380 # into them and run 'make' without going through this Makefile.
    381 # To change the values of 'make' variables: instead of editing Makefiles,
    382 # (1) if the variable is set in 'config.status', edit 'config.status'
    383 #     (which will cause the Makefiles to be regenerated when you run 'make');
    384 # (2) otherwise, pass the desired values on the 'make' command line.
    385 $(am__recursive_targets):
    386 	@fail=; \
    387 	if $(am__make_keepgoing); then \
    388 	  failcom='fail=yes'; \
    389 	else \
    390 	  failcom='exit 1'; \
    391 	fi; \
    392 	dot_seen=no; \
    393 	target=`echo $@ | sed s/-recursive//`; \
    394 	case "$@" in \
    395 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    396 	  *) list='$(SUBDIRS)' ;; \
    397 	esac; \
    398 	for subdir in $$list; do \
    399 	  echo "Making $$target in $$subdir"; \
    400 	  if test "$$subdir" = "."; then \
    401 	    dot_seen=yes; \
    402 	    local_target="$$target-am"; \
    403 	  else \
    404 	    local_target="$$target"; \
    405 	  fi; \
    406 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    407 	  || eval $$failcom; \
    408 	done; \
    409 	if test "$$dot_seen" = "no"; then \
    410 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    411 	fi; test -z "$$fail"
    412 
    413 ID: $(am__tagged_files)
    414 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    415 tags: tags-recursive
    416 TAGS: tags
    417 
    418 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    419 	set x; \
    420 	here=`pwd`; \
    421 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    422 	  include_option=--etags-include; \
    423 	  empty_fix=.; \
    424 	else \
    425 	  include_option=--include; \
    426 	  empty_fix=; \
    427 	fi; \
    428 	list='$(SUBDIRS)'; for subdir in $$list; do \
    429 	  if test "$$subdir" = .; then :; else \
    430 	    test ! -f $$subdir/TAGS || \
    431 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    432 	  fi; \
    433 	done; \
    434 	$(am__define_uniq_tagged_files); \
    435 	shift; \
    436 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    437 	  test -n "$$unique" || unique=$$empty_fix; \
    438 	  if test $$# -gt 0; then \
    439 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    440 	      "$$@" $$unique; \
    441 	  else \
    442 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    443 	      $$unique; \
    444 	  fi; \
    445 	fi
    446 ctags: ctags-recursive
    447 
    448 CTAGS: ctags
    449 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    450 	$(am__define_uniq_tagged_files); \
    451 	test -z "$(CTAGS_ARGS)$$unique" \
    452 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    453 	     $$unique
    454 
    455 GTAGS:
    456 	here=`$(am__cd) $(top_builddir) && pwd` \
    457 	  && $(am__cd) $(top_srcdir) \
    458 	  && gtags -i $(GTAGS_ARGS) "$$here"
    459 cscope: cscope.files
    460 	test ! -s cscope.files \
    461 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
    462 clean-cscope:
    463 	-rm -f cscope.files
    464 cscope.files: clean-cscope cscopelist
    465 cscopelist: cscopelist-recursive
    466 
    467 cscopelist-am: $(am__tagged_files)
    468 	list='$(am__tagged_files)'; \
    469 	case "$(srcdir)" in \
    470 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    471 	  *) sdir=$(subdir)/$(srcdir) ;; \
    472 	esac; \
    473 	for i in $$list; do \
    474 	  if test -f "$$i"; then \
    475 	    echo "$(subdir)/$$i"; \
    476 	  else \
    477 	    echo "$$sdir/$$i"; \
    478 	  fi; \
    479 	done >> $(top_builddir)/cscope.files
    480 
    481 distclean-tags:
    482 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    483 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    484 
    485 distdir: $(BUILT_SOURCES)
    486 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
    487 
    488 distdir-am: $(DISTFILES)
    489 	$(am__remove_distdir)
    490 	test -d "$(distdir)" || mkdir "$(distdir)"
    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
    545 	-test -n "$(am__skip_mode_fix)" \
    546 	|| find "$(distdir)" -type d ! -perm -755 \
    547 		-exec chmod u+rwx,go+rx {} \; -o \
    548 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    549 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    550 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    551 	|| chmod -R a+r "$(distdir)"
    552 dist-gzip: distdir
    553 	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
    554 	$(am__post_remove_distdir)
    555 
    556 dist-bzip2: distdir
    557 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
    558 	$(am__post_remove_distdir)
    559 
    560 dist-lzip: distdir
    561 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
    562 	$(am__post_remove_distdir)
    563 
    564 dist-xz: distdir
    565 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
    566 	$(am__post_remove_distdir)
    567 
    568 dist-tarZ: distdir
    569 	@echo WARNING: "Support for distribution archives compressed with" \
    570 		       "legacy program 'compress' is deprecated." >&2
    571 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    572 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    573 	$(am__post_remove_distdir)
    574 
    575 dist-shar: distdir
    576 	@echo WARNING: "Support for shar distribution archives is" \
    577 	               "deprecated." >&2
    578 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    579 	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
    580 	$(am__post_remove_distdir)
    581 
    582 dist-zip: distdir
    583 	-rm -f $(distdir).zip
    584 	zip -rq $(distdir).zip $(distdir)
    585 	$(am__post_remove_distdir)
    586 
    587 dist dist-all:
    588 	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
    589 	$(am__post_remove_distdir)
    590 
    591 # This target untars the dist file and tries a VPATH configuration.  Then
    592 # it guarantees that the distribution is self-contained by making another
    593 # tarfile.
    594 distcheck: dist
    595 	case '$(DIST_ARCHIVES)' in \
    596 	*.tar.gz*) \
    597 	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
    598 	*.tar.bz2*) \
    599 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
    600 	*.tar.lz*) \
    601 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
    602 	*.tar.xz*) \
    603 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
    604 	*.tar.Z*) \
    605 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    606 	*.shar.gz*) \
    607 	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
    608 	*.zip*) \
    609 	  unzip $(distdir).zip ;;\
    610 	esac
    611 	chmod -R a-w $(distdir)
    612 	chmod u+w $(distdir)
    613 	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
    614 	chmod a-w $(distdir)
    615 	test -d $(distdir)/_build || exit 0; \
    616 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    617 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    618 	  && am__cwd=`pwd` \
    619 	  && $(am__cd) $(distdir)/_build/sub \
    620 	  && ../../configure \
    621 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
    622 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    623 	    --srcdir=../.. --prefix="$$dc_install_base" \
    624 	  && $(MAKE) $(AM_MAKEFLAGS) \
    625 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
    626 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    627 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    628 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    629 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    630 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    631 	        distuninstallcheck \
    632 	  && chmod -R a-w "$$dc_install_base" \
    633 	  && ({ \
    634 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    635 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    636 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    637 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    638 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    639 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    640 	  && rm -rf "$$dc_destdir" \
    641 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    642 	  && rm -rf $(DIST_ARCHIVES) \
    643 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
    644 	  && cd "$$am__cwd" \
    645 	  || exit 1
    646 	$(am__post_remove_distdir)
    647 	@(echo "$(distdir) archives ready for distribution: "; \
    648 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    649 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    650 distuninstallcheck:
    651 	@test -n '$(distuninstallcheck_dir)' || { \
    652 	  echo 'ERROR: trying to run $@ with an empty' \
    653 	       '$$(distuninstallcheck_dir)' >&2; \
    654 	  exit 1; \
    655 	}; \
    656 	$(am__cd) '$(distuninstallcheck_dir)' || { \
    657 	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
    658 	  exit 1; \
    659 	}; \
    660 	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
    661 	   || { echo "ERROR: files left after uninstall:" ; \
    662 	        if test -n "$(DESTDIR)"; then \
    663 	          echo "  (check DESTDIR support)"; \
    664 	        fi ; \
    665 	        $(distuninstallcheck_listfiles) ; \
    666 	        exit 1; } >&2
    667 distcleancheck: distclean
    668 	@if test '$(srcdir)' = . ; then \
    669 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    670 	  exit 1 ; \
    671 	fi
    672 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    673 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    674 	       $(distcleancheck_listfiles) ; \
    675 	       exit 1; } >&2
    676 check-am: all-am
    677 check: check-recursive
    678 all-am: Makefile
    679 installdirs: installdirs-recursive
    680 installdirs-am:
    681 install: install-recursive
    682 install-exec: install-exec-recursive
    683 install-data: install-data-recursive
    684 uninstall: uninstall-recursive
    685 
    686 install-am: all-am
    687 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    688 
    689 installcheck: installcheck-recursive
    690 install-strip:
    691 	if test -z '$(STRIP)'; then \
    692 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    693 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    694 	      install; \
    695 	else \
    696 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    697 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    698 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    699 	fi
    700 mostlyclean-generic:
    701 
    702 clean-generic:
    703 
    704 distclean-generic:
    705 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    706 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    707 
    708 maintainer-clean-generic:
    709 	@echo "This command is intended for maintainers to use"
    710 	@echo "it deletes files that may require special tools to rebuild."
    711 clean: clean-recursive
    712 
    713 clean-am: clean-generic clean-libtool mostlyclean-am
    714 
    715 distclean: distclean-recursive
    716 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    717 	-rm -f Makefile
    718 distclean-am: clean-am distclean-generic distclean-libtool \
    719 	distclean-tags
    720 
    721 dvi: dvi-recursive
    722 
    723 dvi-am:
    724 
    725 html: html-recursive
    726 
    727 html-am:
    728 
    729 info: info-recursive
    730 
    731 info-am:
    732 
    733 install-data-am:
    734 
    735 install-dvi: install-dvi-recursive
    736 
    737 install-dvi-am:
    738 
    739 install-exec-am:
    740 
    741 install-html: install-html-recursive
    742 
    743 install-html-am:
    744 
    745 install-info: install-info-recursive
    746 
    747 install-info-am:
    748 
    749 install-man:
    750 
    751 install-pdf: install-pdf-recursive
    752 
    753 install-pdf-am:
    754 
    755 install-ps: install-ps-recursive
    756 
    757 install-ps-am:
    758 
    759 installcheck-am:
    760 
    761 maintainer-clean: maintainer-clean-recursive
    762 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    763 	-rm -rf $(top_srcdir)/autom4te.cache
    764 	-rm -f Makefile
    765 maintainer-clean-am: distclean-am maintainer-clean-generic
    766 
    767 mostlyclean: mostlyclean-recursive
    768 
    769 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    770 
    771 pdf: pdf-recursive
    772 
    773 pdf-am:
    774 
    775 ps: ps-recursive
    776 
    777 ps-am:
    778 
    779 uninstall-am:
    780 
    781 .MAKE: $(am__recursive_targets) install-am install-strip
    782 
    783 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    784 	am--refresh check check-am clean clean-cscope clean-generic \
    785 	clean-libtool cscope cscopelist-am ctags ctags-am dist \
    786 	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
    787 	dist-xz dist-zip distcheck distclean distclean-generic \
    788 	distclean-libtool distclean-tags distcleancheck distdir \
    789 	distuninstallcheck dvi dvi-am html html-am info info-am \
    790 	install install-am install-data install-data-am install-dvi \
    791 	install-dvi-am install-exec install-exec-am install-html \
    792 	install-html-am install-info install-info-am install-man \
    793 	install-pdf install-pdf-am install-ps install-ps-am \
    794 	install-strip installcheck installcheck-am installdirs \
    795 	installdirs-am maintainer-clean maintainer-clean-generic \
    796 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
    797 	ps ps-am tags tags-am uninstall uninstall-am
    798 
    799 .PRECIOUS: Makefile
    800 
    801 
    802 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    803 # Otherwise a system limit (for SysV at least) may be exceeded.
    804 .NOEXPORT:
    805