Diff for /embedaddon/mtr/Makefile.in between versions 1.1 and 1.1.1.4

version 1.1, 2013/07/21 23:43:42 version 1.1.1.4, 2019/10/21 14:25:31
Line 1 Line 1
# Makefile.in generated by automake 1.11.1 from Makefile.am.# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@  # @configure_input@
   
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
# Inc. 
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
Line 15 Line 14
   
 @SET_MAKE@  @SET_MAKE@
   
   
 VPATH = @srcdir@  VPATH = @srcdir@
   am__is_gnu_make = { \
     if test -z '$(MAKELEVEL)'; then \
       false; \
     elif test -n '$(MAKE_HOST)'; then \
       true; \
     elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
       true; \
     else \
       false; \
     fi; \
   }
   am__make_running_with_option = \
     case $${target_option-} in \
         ?) ;; \
         *) echo "am__make_running_with_option: internal error: invalid" \
                 "target option '$${target_option-}' specified" >&2; \
            exit 1;; \
     esac; \
     has_opt=no; \
     sane_makeflags=$$MAKEFLAGS; \
     if $(am__is_gnu_make); then \
       sane_makeflags=$$MFLAGS; \
     else \
       case $$MAKEFLAGS in \
         *\\[\ \   ]*) \
           bs=\\; \
           sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
             | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
       esac; \
     fi; \
     skip_next=no; \
     strip_trailopt () \
     { \
       flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     }; \
     for flg in $$sane_makeflags; do \
       test $$skip_next = yes && { skip_next=no; continue; }; \
       case $$flg in \
         *=*|--*) continue;; \
           -*I) strip_trailopt 'I'; skip_next=yes;; \
         -*I?*) strip_trailopt 'I';; \
           -*O) strip_trailopt 'O'; skip_next=yes;; \
         -*O?*) strip_trailopt 'O';; \
           -*l) strip_trailopt 'l'; skip_next=yes;; \
         -*l?*) strip_trailopt 'l';; \
         -[dEDm]) skip_next=yes;; \
         -[JT]) skip_next=yes;; \
       esac; \
       case $$flg in \
         *$$target_option*) has_opt=yes; break;; \
       esac; \
     done; \
     test $$has_opt = yes
   am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
Line 32  POST_INSTALL = : Line 87  POST_INSTALL = :
 NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :  PRE_UNINSTALL = :
 POST_UNINSTALL = :  POST_UNINSTALL = :
sbin_PROGRAMS = mtr$(EXEEXT)build_triplet = @build@
@IPINFO_TRUE@am__append_1 = asn.c asn.hhost_triplet = @host@
 sbin_PROGRAMS = mtr$(EXEEXT) mtr-packet$(EXEEXT)
 @WITH_ERROR_TRUE@am__append_1 = \
 @WITH_ERROR_TRUE@       portability/error.h \
 @WITH_ERROR_TRUE@       portability/error.c
 
 @WITH_GETOPT_TRUE@am__append_2 = \
 @WITH_GETOPT_TRUE@      portability/getopt.h \
 @WITH_GETOPT_TRUE@      portability/getopt.c \
 @WITH_GETOPT_TRUE@      portability/getopt1.c
 
 @WITH_IPINFO_TRUE@am__append_3 = ui/asn.c ui/asn.h
 @WITH_CURSES_TRUE@am__append_4 = ui/curses.c
 @WITH_GTK_TRUE@am__append_5 = ui/gtk.c
 @CYGWIN_TRUE@am__append_6 = \
 @CYGWIN_TRUE@   packet/command_cygwin.c packet/command_cygwin.h \
 @CYGWIN_TRUE@   packet/probe_cygwin.c packet/probe_cygwin.h \
 @CYGWIN_TRUE@   packet/wait_cygwin.c
 
 @CYGWIN_TRUE@am__append_7 = -lcygwin -liphlpapi -lws2_32
 @CYGWIN_FALSE@check_PROGRAMS = mtr-packet-listen$(EXEEXT)
 @CYGWIN_FALSE@am__append_8 = \
 @CYGWIN_FALSE@  packet/command_unix.c packet/command_unix.h \
 @CYGWIN_FALSE@  packet/construct_unix.c packet/construct_unix.h \
 @CYGWIN_FALSE@  packet/deconstruct_unix.c packet/deconstruct_unix.h \
 @CYGWIN_FALSE@  packet/probe_unix.c packet/probe_unix.h \
 @CYGWIN_FALSE@  packet/wait_unix.c
 
 subdir = .  subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \  
         $(srcdir)/Makefile.in $(srcdir)/config.h.in \  
         $(srcdir)/version.h.in $(top_srcdir)/configure AUTHORS COPYING \  
         NEWS TODO depcomp install-sh missing  
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac  am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
         $(ACLOCAL_M4)          $(ACLOCAL_M4)
   DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
           $(am__configure_deps) $(am__dist_bashcompletion_DATA_DIST) \
           $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \  am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno   configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -dmkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
 CONFIG_HEADER = config.h  CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = version.h.tmpCONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =  CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" \
         "$(DESTDIR)$(bashcompletiondir)"
 PROGRAMS = $(sbin_PROGRAMS)  PROGRAMS = $(sbin_PROGRAMS)
am__mtr_SOURCES_DIST = mtr.c net.c net.h dns.c dns.h raw.c raw.h \am__mtr_SOURCES_DIST = ui/mtr.c ui/mtr.h ui/net.c ui/net.h \
        split.c split.h display.c display.h report.c report.h getopt.c \        ui/cmdpipe.c ui/cmdpipe.h ui/dns.c ui/dns.h ui/raw.c ui/raw.h \
        getopt1.c getopt.h select.c select.h mtr-curses.h mtr-gtk.h \        ui/split.c ui/split.h ui/display.c ui/display.h ui/report.c \
        asn.c asn.h        ui/report.h ui/select.c ui/select.h ui/utils.c ui/utils.h \
@IPINFO_TRUE@am__objects_1 = asn.$(OBJEXT)        packet/cmdparse.c packet/cmdparse.h ui/mtr-curses.h \
am_mtr_OBJECTS = mtr.$(OBJEXT) net.$(OBJEXT) dns.$(OBJEXT) \        img/mtr_icon.xpm ui/mtr-gtk.h portability/error.h \
        raw.$(OBJEXT) split.$(OBJEXT) display.$(OBJEXT) \        portability/error.c portability/getopt.h portability/getopt.c \
        report.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \        portability/getopt1.c ui/asn.c ui/asn.h ui/curses.c ui/gtk.c
        select.$(OBJEXT) $(am__objects_1)am__dirstamp = $(am__leading_dot)dirstamp
nodist_mtr_OBJECTS =@WITH_ERROR_TRUE@am__objects_1 = portability/mtr-error.$(OBJEXT)
mtr_OBJECTS = $(am_mtr_OBJECTS) $(nodist_mtr_OBJECTS)@WITH_GETOPT_TRUE@am__objects_2 = portability/mtr-getopt.$(OBJEXT) \
 @WITH_GETOPT_TRUE@      portability/mtr-getopt1.$(OBJEXT)
 @WITH_IPINFO_TRUE@am__objects_3 = ui/mtr-asn.$(OBJEXT)
 @WITH_CURSES_TRUE@am__objects_4 = ui/mtr-curses.$(OBJEXT)
 @WITH_GTK_TRUE@am__objects_5 = ui/mtr-gtk.$(OBJEXT)
 am_mtr_OBJECTS = ui/mtr-mtr.$(OBJEXT) ui/mtr-net.$(OBJEXT) \
         ui/mtr-cmdpipe.$(OBJEXT) ui/mtr-dns.$(OBJEXT) \
         ui/mtr-raw.$(OBJEXT) ui/mtr-split.$(OBJEXT) \
         ui/mtr-display.$(OBJEXT) ui/mtr-report.$(OBJEXT) \
         ui/mtr-select.$(OBJEXT) ui/mtr-utils.$(OBJEXT) \
         packet/mtr-cmdparse.$(OBJEXT) $(am__objects_1) \
         $(am__objects_2) $(am__objects_3) $(am__objects_4) \
         $(am__objects_5)
 mtr_OBJECTS = $(am_mtr_OBJECTS)
 am__DEPENDENCIES_1 =  am__DEPENDENCIES_1 =
mtr_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(mtr_LDFLAGS) $(LDFLAGS) -o \mtr_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
 mtr_LINK = $(CCLD) $(mtr_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
         $@          $@
depcomp = $(SHELL) $(top_srcdir)/depcompam__mtr_packet_SOURCES_DIST = portability/queue.h packet/packet.c \
         packet/cmdparse.c packet/cmdparse.h packet/command.c \
         packet/command.h packet/platform.h packet/probe.c \
         packet/probe.h packet/protocols.h packet/timeval.c \
         packet/timeval.h packet/wait.h packet/command_cygwin.c \
         packet/command_cygwin.h packet/probe_cygwin.c \
         packet/probe_cygwin.h packet/wait_cygwin.c \
         packet/command_unix.c packet/command_unix.h \
         packet/construct_unix.c packet/construct_unix.h \
         packet/deconstruct_unix.c packet/deconstruct_unix.h \
         packet/probe_unix.c packet/probe_unix.h packet/wait_unix.c
 @CYGWIN_TRUE@am__objects_6 = packet/command_cygwin.$(OBJEXT) \
 @CYGWIN_TRUE@   packet/probe_cygwin.$(OBJEXT) \
 @CYGWIN_TRUE@   packet/wait_cygwin.$(OBJEXT)
 @CYGWIN_FALSE@am__objects_7 = packet/command_unix.$(OBJEXT) \
 @CYGWIN_FALSE@  packet/construct_unix.$(OBJEXT) \
 @CYGWIN_FALSE@  packet/deconstruct_unix.$(OBJEXT) \
 @CYGWIN_FALSE@  packet/probe_unix.$(OBJEXT) \
 @CYGWIN_FALSE@  packet/wait_unix.$(OBJEXT)
 am_mtr_packet_OBJECTS = packet/packet.$(OBJEXT) \
         packet/cmdparse.$(OBJEXT) packet/command.$(OBJEXT) \
         packet/probe.$(OBJEXT) packet/timeval.$(OBJEXT) \
         $(am__objects_6) $(am__objects_7)
 mtr_packet_OBJECTS = $(am_mtr_packet_OBJECTS)
 mtr_packet_DEPENDENCIES = $(am__DEPENDENCIES_1)
 am__mtr_packet_listen_SOURCES_DIST = test/packet_listen.c
 @CYGWIN_FALSE@am_mtr_packet_listen_OBJECTS =  \
 @CYGWIN_FALSE@  test/packet_listen.$(OBJEXT)
 mtr_packet_listen_OBJECTS = $(am_mtr_packet_listen_OBJECTS)
 mtr_packet_listen_LDADD = $(LDADD)
 AM_V_P = $(am__v_P_@AM_V@)
 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 am__v_P_0 = false
 am__v_P_1 = :
 AM_V_GEN = $(am__v_GEN_@AM_V@)
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 am__v_GEN_0 = @echo "  GEN     " $@;
 am__v_GEN_1 = 
 AM_V_at = $(am__v_at_@AM_V@)
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 am__v_at_0 = @
 am__v_at_1 = 
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
 am__depfiles_maybe = depfiles  am__depfiles_maybe = depfiles
 am__mv = mv -f  am__mv = mv -f
   AM_V_lt = $(am__v_lt_@AM_V@)
   am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
   am__v_lt_0 = --silent
   am__v_lt_1 = 
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)          $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   AM_V_CC = $(am__v_CC_@AM_V@)
   am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
   am__v_CC_0 = @echo "  CC      " $@;
   am__v_CC_1 = 
 CCLD = $(CC)  CCLD = $(CC)
 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@  LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(mtr_SOURCES) $(EXTRA_mtr_SOURCES) $(nodist_mtr_SOURCES)AM_V_CCLD = $(am__v_CCLD_@AM_V@)
DIST_SOURCES = $(am__mtr_SOURCES_DIST) $(EXTRA_mtr_SOURCES)am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \am__v_CCLD_0 = @echo "  CCLD    " $@;
        html-recursive info-recursive install-data-recursive \am__v_CCLD_1 = 
        install-dvi-recursive install-exec-recursive \SOURCES = $(mtr_SOURCES) $(mtr_packet_SOURCES) \
        install-html-recursive install-info-recursive \        $(mtr_packet_listen_SOURCES)
        install-pdf-recursive install-ps-recursive install-recursive \DIST_SOURCES = $(am__mtr_SOURCES_DIST) $(am__mtr_packet_SOURCES_DIST) \
        installcheck-recursive installdirs-recursive pdf-recursive \        $(am__mtr_packet_listen_SOURCES_DIST)
        ps-recursive uninstall-recursiveam__can_run_installinfo = \
   case $$AM_UPDATE_INFO_DIR in \
     n|no|NO) false;; \
     *) (install-info --version) >/dev/null 2>&1;; \
   esac
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;  am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \  am__vpath_adj = case $$p in \
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \      $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Line 102  am__nobase_list = $(am__nobase_strip_setup); \ Line 253  am__nobase_list = $(am__nobase_strip_setup); \
 am__base_list = \  am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \    sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'    sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   am__uninstall_files_from_dir = { \
     test -z "$$files" \
       || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
       || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
            $(am__cd) "$$dir" && rm -f $$files; }; \
     }
 man8dir = $(mandir)/man8  man8dir = $(mandir)/man8
 NROFF = nroff  NROFF = nroff
MANS = $(man_MANS)MANS = $(dist_man_MANS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \am__dist_bashcompletion_DATA_DIST = bash-completion/mtr
  distclean-recursive maintainer-clean-recursiveDATA = $(dist_bashcompletion_DATA)
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \        $(LISP)config.h.in
        distdir dist dist-all distcheck# Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
 am__uniquify_input = $(AWK) '\
   BEGIN { nonempty = 0; } \
   { items[$$0] = 1; nonempty = 1; } \
   END { if (nonempty) { for (i in items) print i; }; } \
 '
 # Make sure the list of sources is unique.  This is necessary because,
 # e.g., the same source file might be shared among _SOURCES variables
 # for different programs/libraries.
 am__define_uniq_tagged_files = \
   list='$(am__tagged_files)'; \
   unique=`for i in $$list; do \
     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   done | $(am__uniquify_input)`
 ETAGS = etags  ETAGS = etags
 CTAGS = ctags  CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)CSCOPE = cscope
 AM_RECURSIVE_TARGETS = cscope check recheck
 am__tty_colors_dummy = \
   mgn= red= grn= lgn= blu= brg= std=; \
   am__color_tests=no
 am__tty_colors = { \
   $(am__tty_colors_dummy); \
   if test "X$(AM_COLOR_TESTS)" = Xno; then \
     am__color_tests=no; \
   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
     am__color_tests=yes; \
   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
     am__color_tests=yes; \
   fi; \
   if test $$am__color_tests = yes; then \
     red=''; \
     grn=''; \
     lgn=''; \
     blu=''; \
     mgn=''; \
     brg=''; \
     std=''; \
   fi; \
 }
 am__recheck_rx = ^[     ]*:recheck:[    ]*
 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
 # A command that, given a newline-separated list of test names on the
 # standard input, print the name of the tests that are to be re-run
 # upon "make recheck".
 am__list_recheck_tests = $(AWK) '{ \
   recheck = 1; \
   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
     { \
       if (rc < 0) \
         { \
           if ((getline line2 < ($$0 ".log")) < 0) \
             recheck = 0; \
           break; \
         } \
       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
         { \
           recheck = 0; \
           break; \
         } \
       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
         { \
           break; \
         } \
     }; \
   if (recheck) \
     print $$0; \
   close ($$0 ".trs"); \
   close ($$0 ".log"); \
 }'
 # A command that, given a newline-separated list of test names on the
 # standard input, create the global log from their .trs and .log files.
 am__create_global_log = $(AWK) ' \
 function fatal(msg) \
 { \
   print "fatal: making $@: " msg | "cat >&2"; \
   exit 1; \
 } \
 function rst_section(header) \
 { \
   print header; \
   len = length(header); \
   for (i = 1; i <= len; i = i + 1) \
     printf "="; \
   printf "\n\n"; \
 } \
 { \
   copy_in_global_log = 1; \
   global_test_result = "RUN"; \
   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
     { \
       if (rc < 0) \
          fatal("failed to read from " $$0 ".trs"); \
       if (line ~ /$(am__global_test_result_rx)/) \
         { \
           sub("$(am__global_test_result_rx)", "", line); \
           sub("[        ]*$$", "", line); \
           global_test_result = line; \
         } \
       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
         copy_in_global_log = 0; \
     }; \
   if (copy_in_global_log) \
     { \
       rst_section(global_test_result ": " $$0); \
       while ((rc = (getline line < ($$0 ".log"))) != 0) \
       { \
         if (rc < 0) \
           fatal("failed to read from " $$0 ".log"); \
         print line; \
       }; \
       printf "\n"; \
     }; \
   close ($$0 ".trs"); \
   close ($$0 ".log"); \
 }'
 # Restructured Text title.
 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
 # Solaris 10 'make', and several other traditional 'make' implementations,
 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
 # by disabling -e (using the XSI extension "set +e") if it's set.
 am__sh_e_setup = case $$- in *e*) set +e;; esac
 # Default flags passed to test drivers.
 am__common_driver_flags = \
   --color-tests "$$am__color_tests" \
   --enable-hard-errors "$$am__enable_hard_errors" \
   --expect-failure "$$am__expect_failure"
 # To be inserted before the command running the test.  Creates the
 # directory for the log if needed.  Stores in $dir the directory
 # containing $f, in $tst the test, in $log the log.  Executes the
 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
 # will run the test scripts (or their associated LOG_COMPILER, if
 # thy have one).
 am__check_pre = \
 $(am__sh_e_setup);                                      \
 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
 $(am__tty_colors);                                      \
 srcdir=$(srcdir); export srcdir;                        \
 case "$@" in                                            \
   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
     *) am__odir=.;;                                     \
 esac;                                                   \
 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
 if test -f "./$$f"; then dir=./;                        \
 elif test -f "$$f"; then dir=;                          \
 else dir="$(srcdir)/"; fi;                              \
 tst=$$dir$$f; log='$@';                                 \
 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
   am__enable_hard_errors=no;                            \
 else                                                    \
   am__enable_hard_errors=yes;                           \
 fi;                                                     \
 case " $(XFAIL_TESTS) " in                              \
   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
     am__expect_failure=yes;;                            \
   *)                                                    \
     am__expect_failure=no;;                             \
 esac;                                                   \
 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
 # A shell command to get the names of the tests scripts with any registered
 # extension removed (i.e., equivalently, the names of the test logs, with
 # the '.log' extension removed).  The result is saved in the shell variable
 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
 # since that might cause problem with VPATH rewrites for suffix-less tests.
 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
 am__set_TESTS_bases = \
   bases='$(TEST_LOGS)'; \
   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
   bases=`echo $$bases`
 RECHECK_LOGS = $(TEST_LOGS)
 TEST_SUITE_LOG = test-suite.log
 TEST_EXTENSIONS = @EXEEXT@ .test
 LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
 am__set_b = \
   case '$@' in \
     */*) \
       case '$*' in \
         */*) b='$*';; \
           *) b=`echo '$@' | sed 's/\.log$$//'`; \
        esac;; \
     *) \
       b='$*';; \
   esac
 am__test_logs1 = $(TESTS:=.log)
 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
 TEST_LOGS = $(am__test_logs2:.test.log=.log)
 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
         $(TEST_LOG_FLAGS)
 am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
         $(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \
         $(top_srcdir)/build-aux/config.guess \
         $(top_srcdir)/build-aux/config.sub \
         $(top_srcdir)/build-aux/depcomp \
         $(top_srcdir)/build-aux/install-sh \
         $(top_srcdir)/build-aux/missing \
         $(top_srcdir)/build-aux/mkinstalldirs \
         $(top_srcdir)/build-aux/test-driver AUTHORS COPYING NEWS \
         README TODO build-aux/compile build-aux/config.guess \
         build-aux/config.sub build-aux/depcomp build-aux/install-sh \
         build-aux/missing build-aux/mkinstalldirs compile depcomp \
         install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)  distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)  top_distdir = $(distdir)
 am__remove_distdir = \  am__remove_distdir = \
  { test ! -d "$(distdir)" \  if test -d "$(distdir)"; then \
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
         && rm -fr "$(distdir)"; }; }      && rm -rf "$(distdir)" \
am__relativize = \      || { sleep 5 && rm -rf "$(distdir)"; }; \
  dir0=`pwd`; \  else :; fi
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \am__post_remove_distdir = $(am__remove_distdir)
  sed_rest='s,^[^/]*/*,,'; \ 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 
  sed_butlast='s,/*[^/]*$$,,'; \ 
  while test -n "$$dir1"; do \ 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 
    if test "$$first" != "."; then \ 
      if test "$$first" = ".."; then \ 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 
      else \ 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 
        if test "$$first2" = "$$first"; then \ 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 
        else \ 
          dir2="../$$dir2"; \ 
        fi; \ 
        dir0="$$dir0"/"$$first"; \ 
      fi; \ 
    fi; \ 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 
  done; \ 
  reldir="$$dir2" 
 DIST_ARCHIVES = $(distdir).tar.gz  DIST_ARCHIVES = $(distdir).tar.gz
 GZIP_ENV = --best  GZIP_ENV = --best
   DIST_TARGETS = dist-gzip
 distuninstallcheck_listfiles = find . -type f -print  distuninstallcheck_listfiles = find . -type f -print
   am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
     | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distcleancheck_listfiles = find . -type f -print  distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
   AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 AUTOCONF = @AUTOCONF@  AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@  AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@  AUTOMAKE = @AUTOMAKE@
Line 160  CCDEPMODE = @CCDEPMODE@ Line 504  CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@  CFLAGS = @CFLAGS@
 CPP = @CPP@  CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@  CPPFLAGS = @CPPFLAGS@
 CURSES_OBJ = @CURSES_OBJ@  
 CYGPATH_W = @CYGPATH_W@  CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@  DEFS = @DEFS@
 DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
Line 169  ECHO_N = @ECHO_N@ Line 512  ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@  ECHO_T = @ECHO_T@
 EGREP = @EGREP@  EGREP = @EGREP@
 EXEEXT = @EXEEXT@  EXEEXT = @EXEEXT@
 GLIB_CFLAGS = @GLIB_CFLAGS@  
 GLIB_LIBS = @GLIB_LIBS@  
 GREP = @GREP@  GREP = @GREP@
 GTK_CFLAGS = @GTK_CFLAGS@  GTK_CFLAGS = @GTK_CFLAGS@
 GTK_LIBS = @GTK_LIBS@  GTK_LIBS = @GTK_LIBS@
 GTK_OBJ = @GTK_OBJ@  
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
Line 213  am__leading_dot = @am__leading_dot@ Line 553  am__leading_dot = @am__leading_dot@
 am__quote = @am__quote@  am__quote = @am__quote@
 am__tar = @am__tar@  am__tar = @am__tar@
 am__untar = @am__untar@  am__untar = @am__untar@
   bashcompletiondir = @bashcompletiondir@
 bindir = @bindir@  bindir = @bindir@
   build = @build@
 build_alias = @build_alias@  build_alias = @build_alias@
   build_cpu = @build_cpu@
   build_os = @build_os@
   build_vendor = @build_vendor@
 builddir = @builddir@  builddir = @builddir@
 datadir = @datadir@  datadir = @datadir@
 datarootdir = @datarootdir@  datarootdir = @datarootdir@
 docdir = @docdir@  docdir = @docdir@
 dvidir = @dvidir@  dvidir = @dvidir@
 exec_prefix = @exec_prefix@  exec_prefix = @exec_prefix@
   host = @host@
 host_alias = @host_alias@  host_alias = @host_alias@
   host_cpu = @host_cpu@
   host_os = @host_os@
   host_vendor = @host_vendor@
 htmldir = @htmldir@  htmldir = @htmldir@
 includedir = @includedir@  includedir = @includedir@
 infodir = @infodir@  infodir = @infodir@
Line 245  target_alias = @target_alias@ Line 594  target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@  top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@  top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
SUBDIRS = imgEXTRA_DIST = BSDCOPYING SECURITY build-aux/mtr.bat img/mtr_icon.xpm \
man_MANS = mtr.8        $(TEST_FILES) $(PATHFILES:=.in)
mtr_SOURCES = mtr.c net.c net.h dns.c dns.h raw.c raw.h split.c \TESTS = \
        split.h display.c display.h report.c report.h getopt.c \        test/cmdparse.py \
        getopt1.c getopt.h select.c select.h mtr-curses.h mtr-gtk.h \        test/param.py \
        $(am__append_1)        test/probe.py
nodist_mtr_SOURCES = version.h 
EXTRA_mtr_SOURCES = curses.c \ 
                    gtk.c 
   
DEFAULT_INCLUDES = $(GLIB_CFLAGS) -I.TEST_FILES = \
mtr_DEPENDENCIES = $(GTK_OBJ) $(CURSES_OBJ)        test/cmdparse.py \
mtr_LDFLAGS = $(GTK_OBJ) $(CURSES_OBJ)        test/mtrpacket.py \
mtr_LDADD = $(GLIB_LIBS) $(RESOLV_LIBS)        test/param.py \
CLEANFILES = version.h        test/probe.py \
BUILT_SOURCES = version.h        test/lint.sh
EXTRA_DIST = SECURITY mtr.8 Makefile Makefile.dist 
DISTCLEANFILES = *~ 
all: $(BUILT_SOURCES) config.h 
        $(MAKE) $(AM_MAKEFLAGS) all-recursive 
   
   PATHFILES = man/mtr.8 man/mtr-packet.8
   CLEANFILES = $(PATHFILES)
   dist_man_MANS = mtr.8 mtr-packet.8
   mtr_SOURCES = ui/mtr.c ui/mtr.h ui/net.c ui/net.h ui/cmdpipe.c \
           ui/cmdpipe.h ui/dns.c ui/dns.h ui/raw.c ui/raw.h ui/split.c \
           ui/split.h ui/display.c ui/display.h ui/report.c ui/report.h \
           ui/select.c ui/select.h ui/utils.c ui/utils.h \
           packet/cmdparse.c packet/cmdparse.h ui/mtr-curses.h \
           img/mtr_icon.xpm ui/mtr-gtk.h $(am__append_1) $(am__append_2) \
           $(am__append_3) $(am__append_4) $(am__append_5)
   mtr_INCLUDES = $(GLIB_CFLAGS) -I$(top_builddir) -I$(top_srcdir)
   mtr_CFLAGS = $(GTK_CFLAGS) $(NCURSES_CFLAGS)
   mtr_LDADD = $(GTK_LIBS) $(NCURSES_LIBS) $(RESOLV_LIBS)
   mtr_packet_SOURCES = portability/queue.h packet/packet.c \
           packet/cmdparse.c packet/cmdparse.h packet/command.c \
           packet/command.h packet/platform.h packet/probe.c \
           packet/probe.h packet/protocols.h packet/timeval.c \
           packet/timeval.h packet/wait.h $(am__append_6) $(am__append_8)
   mtr_packet_LDADD = $(CAP_LIBS) $(am__append_7)
   @CYGWIN_TRUE@dist_windows_aux = \
   @CYGWIN_TRUE@   $(srcdir)/build-aux/mtr.bat \
   @CYGWIN_TRUE@   $(srcdir)/AUTHORS \
   @CYGWIN_TRUE@   $(srcdir)/BSDCOPYING \
   @CYGWIN_TRUE@   $(srcdir)/COPYING \
   @CYGWIN_TRUE@   $(srcdir)/README \
   @CYGWIN_TRUE@   $(srcdir)/NEWS
   
   @CYGWIN_TRUE@distwindir = $(distdir)-win-$(host_cpu)
   @CYGWIN_FALSE@mtr_packet_listen_SOURCES = \
   @CYGWIN_FALSE@  test/packet_listen.c
   
   @BUILD_BASH_COMPLETION_TRUE@dist_bashcompletion_DATA = bash-completion/mtr
   all: config.h
           $(MAKE) $(AM_MAKEFLAGS) all-am
   
 .SUFFIXES:  .SUFFIXES:
.SUFFIXES: .c .o .obj.SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
am--refresh:am--refresh: Makefile
         @:          @:
 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
         @for dep in $?; do \          @for dep in $?; do \
Line 283  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__c Line 660  $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__c
         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
         $(am__cd) $(top_srcdir) && \          $(am__cd) $(top_srcdir) && \
           $(AUTOMAKE) --foreign Makefile            $(AUTOMAKE) --foreign Makefile
 .PRECIOUS: Makefile  
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
         @case '$?' in \          @case '$?' in \
           *config.status*) \            *config.status*) \
Line 304  $(ACLOCAL_M4):  $(am__aclocal_m4_deps) Line 680  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 $(am__aclocal_m4_deps):  $(am__aclocal_m4_deps):
   
 config.h: stamp-h1  config.h: stamp-h1
        @if test ! -f $@; then \        @test -f $@ || rm -f stamp-h1
          rm -f stamp-h1; \        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 
        else :; fi 
   
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status  stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
         @rm -f stamp-h1          @rm -f stamp-h1
Line 319  $(srcdir)/config.h.in:  $(am__configure_deps)  Line 693  $(srcdir)/config.h.in:  $(am__configure_deps) 
   
 distclean-hdr:  distclean-hdr:
         -rm -f config.h stamp-h1          -rm -f config.h stamp-h1
version.h.tmp: $(top_builddir)/config.status $(srcdir)/version.h.in
        cd $(top_builddir) && $(SHELL) ./config.status $@clean-checkPROGRAMS:
         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
 install-sbinPROGRAMS: $(sbin_PROGRAMS)  install-sbinPROGRAMS: $(sbin_PROGRAMS)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"  
         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \          @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
           if test -n "$$list"; then \
             echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
             $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
           fi; \
         for p in $$list; do echo "$$p $$p"; done | \          for p in $$list; do echo "$$p $$p"; done | \
         sed 's/$(EXEEXT)$$//' | \          sed 's/$(EXEEXT)$$//' | \
        while read p p1; do if test -f $$p; \        while read p p1; do if test -f $$p \
          then echo "$$p"; echo "$$p"; else :; fi; \          ; then echo "$$p"; echo "$$p"; else :; fi; \
         done | \          done | \
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \        sed -e 'p;s,.*/,,;n;h' \
             -e 's|.*|.|' \
             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \              -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
         sed 'N;N;N;s,\n, ,g' | \          sed 'N;N;N;s,\n, ,g' | \
         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \          $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
Line 351  uninstall-sbinPROGRAMS: Line 730  uninstall-sbinPROGRAMS:
         @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \          @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
         files=`for p in $$list; do echo "$$p"; done | \          files=`for p in $$list; do echo "$$p"; done | \
           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \            sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
              -e 's/$$/$(EXEEXT)/' `; \              -e 's/$$/$(EXEEXT)/' \
         `; \
         test -n "$$list" || exit 0; \          test -n "$$list" || exit 0; \
         echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \          echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
         cd "$(DESTDIR)$(sbindir)" && rm -f $$files          cd "$(DESTDIR)$(sbindir)" && rm -f $$files
   
 clean-sbinPROGRAMS:  clean-sbinPROGRAMS:
         -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)          -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
mtr$(EXEEXT): $(mtr_OBJECTS) $(mtr_DEPENDENCIES) ui/$(am__dirstamp):
         @$(MKDIR_P) ui
         @: > ui/$(am__dirstamp)
 ui/$(DEPDIR)/$(am__dirstamp):
         @$(MKDIR_P) ui/$(DEPDIR)
         @: > ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-mtr.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-net.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-cmdpipe.$(OBJEXT): ui/$(am__dirstamp) \
         ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-dns.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-raw.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-split.$(OBJEXT): ui/$(am__dirstamp) \
         ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-display.$(OBJEXT): ui/$(am__dirstamp) \
         ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-report.$(OBJEXT): ui/$(am__dirstamp) \
         ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-select.$(OBJEXT): ui/$(am__dirstamp) \
         ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-utils.$(OBJEXT): ui/$(am__dirstamp) \
         ui/$(DEPDIR)/$(am__dirstamp)
 packet/$(am__dirstamp):
         @$(MKDIR_P) packet
         @: > packet/$(am__dirstamp)
 packet/$(DEPDIR)/$(am__dirstamp):
         @$(MKDIR_P) packet/$(DEPDIR)
         @: > packet/$(DEPDIR)/$(am__dirstamp)
 packet/mtr-cmdparse.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 portability/$(am__dirstamp):
         @$(MKDIR_P) portability
         @: > portability/$(am__dirstamp)
 portability/$(DEPDIR)/$(am__dirstamp):
         @$(MKDIR_P) portability/$(DEPDIR)
         @: > portability/$(DEPDIR)/$(am__dirstamp)
 portability/mtr-error.$(OBJEXT): portability/$(am__dirstamp) \
         portability/$(DEPDIR)/$(am__dirstamp)
 portability/mtr-getopt.$(OBJEXT): portability/$(am__dirstamp) \
         portability/$(DEPDIR)/$(am__dirstamp)
 portability/mtr-getopt1.$(OBJEXT): portability/$(am__dirstamp) \
         portability/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-asn.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-curses.$(OBJEXT): ui/$(am__dirstamp) \
         ui/$(DEPDIR)/$(am__dirstamp)
 ui/mtr-gtk.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
 
 mtr$(EXEEXT): $(mtr_OBJECTS) $(mtr_DEPENDENCIES) $(EXTRA_mtr_DEPENDENCIES) 
         @rm -f mtr$(EXEEXT)          @rm -f mtr$(EXEEXT)
        $(mtr_LINK) $(mtr_OBJECTS) $(mtr_LDADD) $(LIBS)        $(AM_V_CCLD)$(mtr_LINK) $(mtr_OBJECTS) $(mtr_LDADD) $(LIBS)
 packet/packet.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/cmdparse.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/command.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/probe.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/timeval.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/command_cygwin.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/probe_cygwin.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/wait_cygwin.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/command_unix.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/construct_unix.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/deconstruct_unix.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/probe_unix.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
 packet/wait_unix.$(OBJEXT): packet/$(am__dirstamp) \
         packet/$(DEPDIR)/$(am__dirstamp)
   
   mtr-packet$(EXEEXT): $(mtr_packet_OBJECTS) $(mtr_packet_DEPENDENCIES) $(EXTRA_mtr_packet_DEPENDENCIES) 
           @rm -f mtr-packet$(EXEEXT)
           $(AM_V_CCLD)$(LINK) $(mtr_packet_OBJECTS) $(mtr_packet_LDADD) $(LIBS)
   test/$(am__dirstamp):
           @$(MKDIR_P) test
           @: > test/$(am__dirstamp)
   test/$(DEPDIR)/$(am__dirstamp):
           @$(MKDIR_P) test/$(DEPDIR)
           @: > test/$(DEPDIR)/$(am__dirstamp)
   test/packet_listen.$(OBJEXT): test/$(am__dirstamp) \
           test/$(DEPDIR)/$(am__dirstamp)
   
   mtr-packet-listen$(EXEEXT): $(mtr_packet_listen_OBJECTS) $(mtr_packet_listen_DEPENDENCIES) $(EXTRA_mtr_packet_listen_DEPENDENCIES) 
           @rm -f mtr-packet-listen$(EXEEXT)
           $(AM_V_CCLD)$(LINK) $(mtr_packet_listen_OBJECTS) $(mtr_packet_listen_LDADD) $(LIBS)
   
 mostlyclean-compile:  mostlyclean-compile:
         -rm -f *.$(OBJEXT)          -rm -f *.$(OBJEXT)
           -rm -f packet/*.$(OBJEXT)
           -rm -f portability/*.$(OBJEXT)
           -rm -f test/*.$(OBJEXT)
           -rm -f ui/*.$(OBJEXT)
   
 distclean-compile:  distclean-compile:
         -rm -f *.tab.c          -rm -f *.tab.c
   
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/cmdparse.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curses.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/command.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/command_cygwin.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/command_unix.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/construct_unix.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/deconstruct_unix.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/mtr-cmdparse.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtr.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/packet.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/probe.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/probe_cygwin.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/report.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/probe_unix.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/timeval.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/split.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/wait_cygwin.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/wait_unix.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@portability/$(DEPDIR)/mtr-error.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@portability/$(DEPDIR)/mtr-getopt.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@portability/$(DEPDIR)/mtr-getopt1.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/packet_listen.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-asn.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-cmdpipe.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-curses.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-display.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-dns.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-gtk.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-mtr.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-net.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-raw.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-report.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-select.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-split.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-utils.Po@am__quote@
   
 .c.o:  .c.o:
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(COMPILE) -c $<@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
   
 .c.obj:  .c.obj:
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
install-man8: $(man_MANS)
 ui/mtr-mtr.o: ui/mtr.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-mtr.o -MD -MP -MF ui/$(DEPDIR)/mtr-mtr.Tpo -c -o ui/mtr-mtr.o `test -f 'ui/mtr.c' || echo '$(srcdir)/'`ui/mtr.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-mtr.Tpo ui/$(DEPDIR)/mtr-mtr.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/mtr.c' object='ui/mtr-mtr.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-mtr.o `test -f 'ui/mtr.c' || echo '$(srcdir)/'`ui/mtr.c
 
 ui/mtr-mtr.obj: ui/mtr.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-mtr.obj -MD -MP -MF ui/$(DEPDIR)/mtr-mtr.Tpo -c -o ui/mtr-mtr.obj `if test -f 'ui/mtr.c'; then $(CYGPATH_W) 'ui/mtr.c'; else $(CYGPATH_W) '$(srcdir)/ui/mtr.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-mtr.Tpo ui/$(DEPDIR)/mtr-mtr.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/mtr.c' object='ui/mtr-mtr.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-mtr.obj `if test -f 'ui/mtr.c'; then $(CYGPATH_W) 'ui/mtr.c'; else $(CYGPATH_W) '$(srcdir)/ui/mtr.c'; fi`
 
 ui/mtr-net.o: ui/net.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-net.o -MD -MP -MF ui/$(DEPDIR)/mtr-net.Tpo -c -o ui/mtr-net.o `test -f 'ui/net.c' || echo '$(srcdir)/'`ui/net.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-net.Tpo ui/$(DEPDIR)/mtr-net.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/net.c' object='ui/mtr-net.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-net.o `test -f 'ui/net.c' || echo '$(srcdir)/'`ui/net.c
 
 ui/mtr-net.obj: ui/net.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-net.obj -MD -MP -MF ui/$(DEPDIR)/mtr-net.Tpo -c -o ui/mtr-net.obj `if test -f 'ui/net.c'; then $(CYGPATH_W) 'ui/net.c'; else $(CYGPATH_W) '$(srcdir)/ui/net.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-net.Tpo ui/$(DEPDIR)/mtr-net.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/net.c' object='ui/mtr-net.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-net.obj `if test -f 'ui/net.c'; then $(CYGPATH_W) 'ui/net.c'; else $(CYGPATH_W) '$(srcdir)/ui/net.c'; fi`
 
 ui/mtr-cmdpipe.o: ui/cmdpipe.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-cmdpipe.o -MD -MP -MF ui/$(DEPDIR)/mtr-cmdpipe.Tpo -c -o ui/mtr-cmdpipe.o `test -f 'ui/cmdpipe.c' || echo '$(srcdir)/'`ui/cmdpipe.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-cmdpipe.Tpo ui/$(DEPDIR)/mtr-cmdpipe.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/cmdpipe.c' object='ui/mtr-cmdpipe.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-cmdpipe.o `test -f 'ui/cmdpipe.c' || echo '$(srcdir)/'`ui/cmdpipe.c
 
 ui/mtr-cmdpipe.obj: ui/cmdpipe.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-cmdpipe.obj -MD -MP -MF ui/$(DEPDIR)/mtr-cmdpipe.Tpo -c -o ui/mtr-cmdpipe.obj `if test -f 'ui/cmdpipe.c'; then $(CYGPATH_W) 'ui/cmdpipe.c'; else $(CYGPATH_W) '$(srcdir)/ui/cmdpipe.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-cmdpipe.Tpo ui/$(DEPDIR)/mtr-cmdpipe.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/cmdpipe.c' object='ui/mtr-cmdpipe.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-cmdpipe.obj `if test -f 'ui/cmdpipe.c'; then $(CYGPATH_W) 'ui/cmdpipe.c'; else $(CYGPATH_W) '$(srcdir)/ui/cmdpipe.c'; fi`
 
 ui/mtr-dns.o: ui/dns.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-dns.o -MD -MP -MF ui/$(DEPDIR)/mtr-dns.Tpo -c -o ui/mtr-dns.o `test -f 'ui/dns.c' || echo '$(srcdir)/'`ui/dns.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-dns.Tpo ui/$(DEPDIR)/mtr-dns.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/dns.c' object='ui/mtr-dns.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-dns.o `test -f 'ui/dns.c' || echo '$(srcdir)/'`ui/dns.c
 
 ui/mtr-dns.obj: ui/dns.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-dns.obj -MD -MP -MF ui/$(DEPDIR)/mtr-dns.Tpo -c -o ui/mtr-dns.obj `if test -f 'ui/dns.c'; then $(CYGPATH_W) 'ui/dns.c'; else $(CYGPATH_W) '$(srcdir)/ui/dns.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-dns.Tpo ui/$(DEPDIR)/mtr-dns.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/dns.c' object='ui/mtr-dns.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-dns.obj `if test -f 'ui/dns.c'; then $(CYGPATH_W) 'ui/dns.c'; else $(CYGPATH_W) '$(srcdir)/ui/dns.c'; fi`
 
 ui/mtr-raw.o: ui/raw.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-raw.o -MD -MP -MF ui/$(DEPDIR)/mtr-raw.Tpo -c -o ui/mtr-raw.o `test -f 'ui/raw.c' || echo '$(srcdir)/'`ui/raw.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-raw.Tpo ui/$(DEPDIR)/mtr-raw.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/raw.c' object='ui/mtr-raw.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-raw.o `test -f 'ui/raw.c' || echo '$(srcdir)/'`ui/raw.c
 
 ui/mtr-raw.obj: ui/raw.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-raw.obj -MD -MP -MF ui/$(DEPDIR)/mtr-raw.Tpo -c -o ui/mtr-raw.obj `if test -f 'ui/raw.c'; then $(CYGPATH_W) 'ui/raw.c'; else $(CYGPATH_W) '$(srcdir)/ui/raw.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-raw.Tpo ui/$(DEPDIR)/mtr-raw.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/raw.c' object='ui/mtr-raw.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-raw.obj `if test -f 'ui/raw.c'; then $(CYGPATH_W) 'ui/raw.c'; else $(CYGPATH_W) '$(srcdir)/ui/raw.c'; fi`
 
 ui/mtr-split.o: ui/split.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-split.o -MD -MP -MF ui/$(DEPDIR)/mtr-split.Tpo -c -o ui/mtr-split.o `test -f 'ui/split.c' || echo '$(srcdir)/'`ui/split.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-split.Tpo ui/$(DEPDIR)/mtr-split.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/split.c' object='ui/mtr-split.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-split.o `test -f 'ui/split.c' || echo '$(srcdir)/'`ui/split.c
 
 ui/mtr-split.obj: ui/split.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-split.obj -MD -MP -MF ui/$(DEPDIR)/mtr-split.Tpo -c -o ui/mtr-split.obj `if test -f 'ui/split.c'; then $(CYGPATH_W) 'ui/split.c'; else $(CYGPATH_W) '$(srcdir)/ui/split.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-split.Tpo ui/$(DEPDIR)/mtr-split.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/split.c' object='ui/mtr-split.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-split.obj `if test -f 'ui/split.c'; then $(CYGPATH_W) 'ui/split.c'; else $(CYGPATH_W) '$(srcdir)/ui/split.c'; fi`
 
 ui/mtr-display.o: ui/display.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-display.o -MD -MP -MF ui/$(DEPDIR)/mtr-display.Tpo -c -o ui/mtr-display.o `test -f 'ui/display.c' || echo '$(srcdir)/'`ui/display.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-display.Tpo ui/$(DEPDIR)/mtr-display.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/display.c' object='ui/mtr-display.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-display.o `test -f 'ui/display.c' || echo '$(srcdir)/'`ui/display.c
 
 ui/mtr-display.obj: ui/display.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-display.obj -MD -MP -MF ui/$(DEPDIR)/mtr-display.Tpo -c -o ui/mtr-display.obj `if test -f 'ui/display.c'; then $(CYGPATH_W) 'ui/display.c'; else $(CYGPATH_W) '$(srcdir)/ui/display.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-display.Tpo ui/$(DEPDIR)/mtr-display.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/display.c' object='ui/mtr-display.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-display.obj `if test -f 'ui/display.c'; then $(CYGPATH_W) 'ui/display.c'; else $(CYGPATH_W) '$(srcdir)/ui/display.c'; fi`
 
 ui/mtr-report.o: ui/report.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-report.o -MD -MP -MF ui/$(DEPDIR)/mtr-report.Tpo -c -o ui/mtr-report.o `test -f 'ui/report.c' || echo '$(srcdir)/'`ui/report.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-report.Tpo ui/$(DEPDIR)/mtr-report.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/report.c' object='ui/mtr-report.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-report.o `test -f 'ui/report.c' || echo '$(srcdir)/'`ui/report.c
 
 ui/mtr-report.obj: ui/report.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-report.obj -MD -MP -MF ui/$(DEPDIR)/mtr-report.Tpo -c -o ui/mtr-report.obj `if test -f 'ui/report.c'; then $(CYGPATH_W) 'ui/report.c'; else $(CYGPATH_W) '$(srcdir)/ui/report.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-report.Tpo ui/$(DEPDIR)/mtr-report.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/report.c' object='ui/mtr-report.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-report.obj `if test -f 'ui/report.c'; then $(CYGPATH_W) 'ui/report.c'; else $(CYGPATH_W) '$(srcdir)/ui/report.c'; fi`
 
 ui/mtr-select.o: ui/select.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-select.o -MD -MP -MF ui/$(DEPDIR)/mtr-select.Tpo -c -o ui/mtr-select.o `test -f 'ui/select.c' || echo '$(srcdir)/'`ui/select.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-select.Tpo ui/$(DEPDIR)/mtr-select.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/select.c' object='ui/mtr-select.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-select.o `test -f 'ui/select.c' || echo '$(srcdir)/'`ui/select.c
 
 ui/mtr-select.obj: ui/select.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-select.obj -MD -MP -MF ui/$(DEPDIR)/mtr-select.Tpo -c -o ui/mtr-select.obj `if test -f 'ui/select.c'; then $(CYGPATH_W) 'ui/select.c'; else $(CYGPATH_W) '$(srcdir)/ui/select.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-select.Tpo ui/$(DEPDIR)/mtr-select.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/select.c' object='ui/mtr-select.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-select.obj `if test -f 'ui/select.c'; then $(CYGPATH_W) 'ui/select.c'; else $(CYGPATH_W) '$(srcdir)/ui/select.c'; fi`
 
 ui/mtr-utils.o: ui/utils.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-utils.o -MD -MP -MF ui/$(DEPDIR)/mtr-utils.Tpo -c -o ui/mtr-utils.o `test -f 'ui/utils.c' || echo '$(srcdir)/'`ui/utils.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-utils.Tpo ui/$(DEPDIR)/mtr-utils.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/utils.c' object='ui/mtr-utils.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-utils.o `test -f 'ui/utils.c' || echo '$(srcdir)/'`ui/utils.c
 
 ui/mtr-utils.obj: ui/utils.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-utils.obj -MD -MP -MF ui/$(DEPDIR)/mtr-utils.Tpo -c -o ui/mtr-utils.obj `if test -f 'ui/utils.c'; then $(CYGPATH_W) 'ui/utils.c'; else $(CYGPATH_W) '$(srcdir)/ui/utils.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-utils.Tpo ui/$(DEPDIR)/mtr-utils.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/utils.c' object='ui/mtr-utils.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-utils.obj `if test -f 'ui/utils.c'; then $(CYGPATH_W) 'ui/utils.c'; else $(CYGPATH_W) '$(srcdir)/ui/utils.c'; fi`
 
 packet/mtr-cmdparse.o: packet/cmdparse.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT packet/mtr-cmdparse.o -MD -MP -MF packet/$(DEPDIR)/mtr-cmdparse.Tpo -c -o packet/mtr-cmdparse.o `test -f 'packet/cmdparse.c' || echo '$(srcdir)/'`packet/cmdparse.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) packet/$(DEPDIR)/mtr-cmdparse.Tpo packet/$(DEPDIR)/mtr-cmdparse.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='packet/cmdparse.c' object='packet/mtr-cmdparse.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o packet/mtr-cmdparse.o `test -f 'packet/cmdparse.c' || echo '$(srcdir)/'`packet/cmdparse.c
 
 packet/mtr-cmdparse.obj: packet/cmdparse.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT packet/mtr-cmdparse.obj -MD -MP -MF packet/$(DEPDIR)/mtr-cmdparse.Tpo -c -o packet/mtr-cmdparse.obj `if test -f 'packet/cmdparse.c'; then $(CYGPATH_W) 'packet/cmdparse.c'; else $(CYGPATH_W) '$(srcdir)/packet/cmdparse.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) packet/$(DEPDIR)/mtr-cmdparse.Tpo packet/$(DEPDIR)/mtr-cmdparse.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='packet/cmdparse.c' object='packet/mtr-cmdparse.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o packet/mtr-cmdparse.obj `if test -f 'packet/cmdparse.c'; then $(CYGPATH_W) 'packet/cmdparse.c'; else $(CYGPATH_W) '$(srcdir)/packet/cmdparse.c'; fi`
 
 portability/mtr-error.o: portability/error.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT portability/mtr-error.o -MD -MP -MF portability/$(DEPDIR)/mtr-error.Tpo -c -o portability/mtr-error.o `test -f 'portability/error.c' || echo '$(srcdir)/'`portability/error.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-error.Tpo portability/$(DEPDIR)/mtr-error.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='portability/error.c' object='portability/mtr-error.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o portability/mtr-error.o `test -f 'portability/error.c' || echo '$(srcdir)/'`portability/error.c
 
 portability/mtr-error.obj: portability/error.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT portability/mtr-error.obj -MD -MP -MF portability/$(DEPDIR)/mtr-error.Tpo -c -o portability/mtr-error.obj `if test -f 'portability/error.c'; then $(CYGPATH_W) 'portability/error.c'; else $(CYGPATH_W) '$(srcdir)/portability/error.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-error.Tpo portability/$(DEPDIR)/mtr-error.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='portability/error.c' object='portability/mtr-error.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o portability/mtr-error.obj `if test -f 'portability/error.c'; then $(CYGPATH_W) 'portability/error.c'; else $(CYGPATH_W) '$(srcdir)/portability/error.c'; fi`
 
 portability/mtr-getopt.o: portability/getopt.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT portability/mtr-getopt.o -MD -MP -MF portability/$(DEPDIR)/mtr-getopt.Tpo -c -o portability/mtr-getopt.o `test -f 'portability/getopt.c' || echo '$(srcdir)/'`portability/getopt.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-getopt.Tpo portability/$(DEPDIR)/mtr-getopt.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='portability/getopt.c' object='portability/mtr-getopt.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o portability/mtr-getopt.o `test -f 'portability/getopt.c' || echo '$(srcdir)/'`portability/getopt.c
 
 portability/mtr-getopt.obj: portability/getopt.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT portability/mtr-getopt.obj -MD -MP -MF portability/$(DEPDIR)/mtr-getopt.Tpo -c -o portability/mtr-getopt.obj `if test -f 'portability/getopt.c'; then $(CYGPATH_W) 'portability/getopt.c'; else $(CYGPATH_W) '$(srcdir)/portability/getopt.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-getopt.Tpo portability/$(DEPDIR)/mtr-getopt.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='portability/getopt.c' object='portability/mtr-getopt.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o portability/mtr-getopt.obj `if test -f 'portability/getopt.c'; then $(CYGPATH_W) 'portability/getopt.c'; else $(CYGPATH_W) '$(srcdir)/portability/getopt.c'; fi`
 
 portability/mtr-getopt1.o: portability/getopt1.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT portability/mtr-getopt1.o -MD -MP -MF portability/$(DEPDIR)/mtr-getopt1.Tpo -c -o portability/mtr-getopt1.o `test -f 'portability/getopt1.c' || echo '$(srcdir)/'`portability/getopt1.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-getopt1.Tpo portability/$(DEPDIR)/mtr-getopt1.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='portability/getopt1.c' object='portability/mtr-getopt1.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o portability/mtr-getopt1.o `test -f 'portability/getopt1.c' || echo '$(srcdir)/'`portability/getopt1.c
 
 portability/mtr-getopt1.obj: portability/getopt1.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT portability/mtr-getopt1.obj -MD -MP -MF portability/$(DEPDIR)/mtr-getopt1.Tpo -c -o portability/mtr-getopt1.obj `if test -f 'portability/getopt1.c'; then $(CYGPATH_W) 'portability/getopt1.c'; else $(CYGPATH_W) '$(srcdir)/portability/getopt1.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-getopt1.Tpo portability/$(DEPDIR)/mtr-getopt1.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='portability/getopt1.c' object='portability/mtr-getopt1.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o portability/mtr-getopt1.obj `if test -f 'portability/getopt1.c'; then $(CYGPATH_W) 'portability/getopt1.c'; else $(CYGPATH_W) '$(srcdir)/portability/getopt1.c'; fi`
 
 ui/mtr-asn.o: ui/asn.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-asn.o -MD -MP -MF ui/$(DEPDIR)/mtr-asn.Tpo -c -o ui/mtr-asn.o `test -f 'ui/asn.c' || echo '$(srcdir)/'`ui/asn.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-asn.Tpo ui/$(DEPDIR)/mtr-asn.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/asn.c' object='ui/mtr-asn.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-asn.o `test -f 'ui/asn.c' || echo '$(srcdir)/'`ui/asn.c
 
 ui/mtr-asn.obj: ui/asn.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-asn.obj -MD -MP -MF ui/$(DEPDIR)/mtr-asn.Tpo -c -o ui/mtr-asn.obj `if test -f 'ui/asn.c'; then $(CYGPATH_W) 'ui/asn.c'; else $(CYGPATH_W) '$(srcdir)/ui/asn.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-asn.Tpo ui/$(DEPDIR)/mtr-asn.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/asn.c' object='ui/mtr-asn.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-asn.obj `if test -f 'ui/asn.c'; then $(CYGPATH_W) 'ui/asn.c'; else $(CYGPATH_W) '$(srcdir)/ui/asn.c'; fi`
 
 ui/mtr-curses.o: ui/curses.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-curses.o -MD -MP -MF ui/$(DEPDIR)/mtr-curses.Tpo -c -o ui/mtr-curses.o `test -f 'ui/curses.c' || echo '$(srcdir)/'`ui/curses.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-curses.Tpo ui/$(DEPDIR)/mtr-curses.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/curses.c' object='ui/mtr-curses.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-curses.o `test -f 'ui/curses.c' || echo '$(srcdir)/'`ui/curses.c
 
 ui/mtr-curses.obj: ui/curses.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-curses.obj -MD -MP -MF ui/$(DEPDIR)/mtr-curses.Tpo -c -o ui/mtr-curses.obj `if test -f 'ui/curses.c'; then $(CYGPATH_W) 'ui/curses.c'; else $(CYGPATH_W) '$(srcdir)/ui/curses.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-curses.Tpo ui/$(DEPDIR)/mtr-curses.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/curses.c' object='ui/mtr-curses.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-curses.obj `if test -f 'ui/curses.c'; then $(CYGPATH_W) 'ui/curses.c'; else $(CYGPATH_W) '$(srcdir)/ui/curses.c'; fi`
 
 ui/mtr-gtk.o: ui/gtk.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-gtk.o -MD -MP -MF ui/$(DEPDIR)/mtr-gtk.Tpo -c -o ui/mtr-gtk.o `test -f 'ui/gtk.c' || echo '$(srcdir)/'`ui/gtk.c
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-gtk.Tpo ui/$(DEPDIR)/mtr-gtk.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/gtk.c' object='ui/mtr-gtk.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-gtk.o `test -f 'ui/gtk.c' || echo '$(srcdir)/'`ui/gtk.c
 
 ui/mtr-gtk.obj: ui/gtk.c
 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -MT ui/mtr-gtk.obj -MD -MP -MF ui/$(DEPDIR)/mtr-gtk.Tpo -c -o ui/mtr-gtk.obj `if test -f 'ui/gtk.c'; then $(CYGPATH_W) 'ui/gtk.c'; else $(CYGPATH_W) '$(srcdir)/ui/gtk.c'; fi`
 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-gtk.Tpo ui/$(DEPDIR)/mtr-gtk.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ui/gtk.c' object='ui/mtr-gtk.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mtr_CFLAGS) $(CFLAGS) -c -o ui/mtr-gtk.obj `if test -f 'ui/gtk.c'; then $(CYGPATH_W) 'ui/gtk.c'; else $(CYGPATH_W) '$(srcdir)/ui/gtk.c'; fi`
 install-man8: $(dist_man_MANS)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"        @list1=''; \
        @list=''; test -n "$(man8dir)" || exit 0; \        list2='$(dist_man_MANS)'; \
        { for i in $$list; do echo "$$i"; done; \        test -n "$(man8dir)" \
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \          && test -n "`echo $$list1$$list2`" \
          sed -n '/\.8[a-z]*$$/p'; \          || exit 0; \
         echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
         $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
         { for i in $$list1; do echo "$$i"; done;  \
         if test -n "$$list2"; then \
           for i in $$list2; do echo "$$i"; done \
             | sed -n '/\.8[a-z]*$$/p'; \
         fi; \
         } | while read p; do \          } | while read p; do \
           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
           echo "$$d$$p"; echo "$$p"; \            echo "$$d$$p"; echo "$$p"; \
Line 426  uninstall-man8: Line 1164  uninstall-man8:
         @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
         @list=''; test -n "$(man8dir)" || exit 0; \          @list=''; test -n "$(man8dir)" || exit 0; \
         files=`{ for i in $$list; do echo "$$i"; done; \          files=`{ for i in $$list; do echo "$$i"; done; \
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \        l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
           sed -n '/\.8[a-z]*$$/p'; \            sed -n '/\.8[a-z]*$$/p'; \
         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \          } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \                -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
        test -z "$$files" || { \        dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \install-dist_bashcompletionDATA: $(dist_bashcompletion_DATA)
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }        @$(NORMAL_INSTALL)
        @list='$(dist_bashcompletion_DATA)'; test -n "$(bashcompletiondir)" || list=; \
# This directory's subdirectories are mostly independent; you can cd        if test -n "$$list"; then \
# into them and run `make' without going through this Makefile.          echo " $(MKDIR_P) '$(DESTDIR)$(bashcompletiondir)'"; \
# To change the values of `make' variables: instead of editing Makefiles,          $(MKDIR_P) "$(DESTDIR)$(bashcompletiondir)" || exit 1; \
# (1) if the variable is set in `config.status', edit `config.status'        fi; \
#     (which will cause the Makefiles to be regenerated when you run `make');        for p in $$list; do \
# (2) otherwise, pass the desired values on the `make' command line.          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
$(RECURSIVE_TARGETS):          echo "$$d$$p"; \
        @fail= failcom='exit 1'; \        done | $(am__base_list) | \
        for f in x $$MAKEFLAGS; do \        while read files; do \
          case $$f in \          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bashcompletiondir)'"; \
            *=* | --[!k]*);; \          $(INSTALL_DATA) $$files "$(DESTDIR)$(bashcompletiondir)" || exit $$?; \
            *k*) failcom='fail=yes';; \ 
          esac; \ 
        done; \ 
        dot_seen=no; \ 
        target=`echo $@ | sed s/-recursive//`; \ 
        list='$(SUBDIRS)'; for subdir in $$list; do \ 
          echo "Making $$target in $$subdir"; \ 
          if test "$$subdir" = "."; then \ 
            dot_seen=yes; \ 
            local_target="$$target-am"; \ 
          else \ 
            local_target="$$target"; \ 
          fi; \ 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 
          || eval $$failcom; \ 
        done; \ 
        if test "$$dot_seen" = "no"; then \ 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 
        fi; test -z "$$fail" 
 
$(RECURSIVE_CLEAN_TARGETS): 
        @fail= failcom='exit 1'; \ 
        for f in x $$MAKEFLAGS; do \ 
          case $$f in \ 
            *=* | --[!k]*);; \ 
            *k*) failcom='fail=yes';; \ 
          esac; \ 
        done; \ 
        dot_seen=no; \ 
        case "$@" in \ 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 
          *) list='$(SUBDIRS)' ;; \ 
        esac; \ 
        rev=''; for subdir in $$list; do \ 
          if test "$$subdir" = "."; then :; else \ 
            rev="$$subdir $$rev"; \ 
          fi; \ 
        done; \ 
        rev="$$rev ."; \ 
        target=`echo $@ | sed s/-recursive//`; \ 
        for subdir in $$rev; do \ 
          echo "Making $$target in $$subdir"; \ 
          if test "$$subdir" = "."; then \ 
            local_target="$$target-am"; \ 
          else \ 
            local_target="$$target"; \ 
          fi; \ 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 
          || eval $$failcom; \ 
        done && test -z "$$fail" 
tags-recursive: 
        list='$(SUBDIRS)'; for subdir in $$list; do \ 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 
         done          done
 ctags-recursive:  
         list='$(SUBDIRS)'; for subdir in $$list; do \  
           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \  
         done  
   
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)uninstall-dist_bashcompletionDATA:
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \        @$(NORMAL_UNINSTALL)
        unique=`for i in $$list; do \        @list='$(dist_bashcompletion_DATA)'; test -n "$(bashcompletiondir)" || list=; \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
          done | \        dir='$(DESTDIR)$(bashcompletiondir)'; $(am__uninstall_files_from_dir)
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
        mkid -fID $$unique 
tags: TAGS 
   
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ID: $(am__tagged_files)
                $(TAGS_FILES) $(LISP)        $(am__define_uniq_tagged_files); mkid -fID $$unique
 tags: tags-am
 TAGS: tags
 
 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
         set x; \          set x; \
         here=`pwd`; \          here=`pwd`; \
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \        $(am__define_uniq_tagged_files); \
          include_option=--etags-include; \ 
          empty_fix=.; \ 
        else \ 
          include_option=--include; \ 
          empty_fix=; \ 
        fi; \ 
        list='$(SUBDIRS)'; for subdir in $$list; do \ 
          if test "$$subdir" = .; then :; else \ 
            test ! -f $$subdir/TAGS || \ 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 
          fi; \ 
        done; \ 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 
        unique=`for i in $$list; do \ 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
          done | \ 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
         shift; \          shift; \
         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \          if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
           test -n "$$unique" || unique=$$empty_fix; \            test -n "$$unique" || unique=$$empty_fix; \
Line 548  TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in Line 1211  TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in
               $$unique; \                $$unique; \
           fi; \            fi; \
         fi          fi
ctags: CTAGSctags: ctags-am
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                $(TAGS_FILES) $(LISP)CTAGS: ctags
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        unique=`for i in $$list; do \        $(am__define_uniq_tagged_files); \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 
          done | \ 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 
              END { if (nonempty) { for (i in files) print i; }; }'`; \ 
         test -z "$(CTAGS_ARGS)$$unique" \          test -z "$(CTAGS_ARGS)$$unique" \
           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \            || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
              $$unique               $$unique
Line 565  GTAGS: Line 1224  GTAGS:
         here=`$(am__cd) $(top_builddir) && pwd` \          here=`$(am__cd) $(top_builddir) && pwd` \
           && $(am__cd) $(top_srcdir) \            && $(am__cd) $(top_srcdir) \
           && gtags -i $(GTAGS_ARGS) "$$here"            && gtags -i $(GTAGS_ARGS) "$$here"
   cscope: cscope.files
           test ! -s cscope.files \
             || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
   clean-cscope:
           -rm -f cscope.files
   cscope.files: clean-cscope cscopelist
   cscopelist: cscopelist-am
   
   cscopelist-am: $(am__tagged_files)
           list='$(am__tagged_files)'; \
           case "$(srcdir)" in \
             [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
             *) sdir=$(subdir)/$(srcdir) ;; \
           esac; \
           for i in $$list; do \
             if test -f "$$i"; then \
               echo "$(subdir)/$$i"; \
             else \
               echo "$$sdir/$$i"; \
             fi; \
           done >> $(top_builddir)/cscope.files
   
 distclean-tags:  distclean-tags:
         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
           -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
   
   # Recover from deleted '.trs' file; this should ensure that
   # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
   # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
   # to avoid problems with "make -n".
   .log.trs:
           rm -f $< $@
           $(MAKE) $(AM_MAKEFLAGS) $<
   
   # Leading 'am--fnord' is there to ensure the list of targets does not
   # expand to empty, as could happen e.g. with make check TESTS=''.
   am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
   am--force-recheck:
           @:
   
   $(TEST_SUITE_LOG): $(TEST_LOGS)
           @$(am__set_TESTS_bases); \
           am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
           redo_bases=`for i in $$bases; do \
                         am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
                       done`; \
           if test -n "$$redo_bases"; then \
             redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
             redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
             if $(am__make_dryrun); then :; else \
               rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
             fi; \
           fi; \
           if test -n "$$am__remaking_logs"; then \
             echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
                  "recursion detected" >&2; \
           elif test -n "$$redo_logs"; then \
             am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
           fi; \
           if $(am__make_dryrun); then :; else \
             st=0;  \
             errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
             for i in $$redo_bases; do \
               test -f $$i.trs && test -r $$i.trs \
                 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
               test -f $$i.log && test -r $$i.log \
                 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
             done; \
             test $$st -eq 0 || exit 1; \
           fi
           @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
           ws='[   ]'; \
           results=`for b in $$bases; do echo $$b.trs; done`; \
           test -n "$$results" || results=/dev/null; \
           all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
           pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
           fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
           skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
           xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
           xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
           error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
           if test `expr $$fail + $$xpass + $$error` -eq 0; then \
             success=true; \
           else \
             success=false; \
           fi; \
           br='==================='; br=$$br$$br$$br$$br; \
           result_count () \
           { \
               if test x"$$1" = x"--maybe-color"; then \
                 maybe_colorize=yes; \
               elif test x"$$1" = x"--no-color"; then \
                 maybe_colorize=no; \
               else \
                 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
               fi; \
               shift; \
               desc=$$1 count=$$2; \
               if test $$maybe_colorize = yes && test $$count -gt 0; then \
                 color_start=$$3 color_end=$$std; \
               else \
                 color_start= color_end=; \
               fi; \
               echo "$${color_start}# $$desc $$count$${color_end}"; \
           }; \
           create_testsuite_report () \
           { \
             result_count $$1 "TOTAL:" $$all   "$$brg"; \
             result_count $$1 "PASS: " $$pass  "$$grn"; \
             result_count $$1 "SKIP: " $$skip  "$$blu"; \
             result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
             result_count $$1 "FAIL: " $$fail  "$$red"; \
             result_count $$1 "XPASS:" $$xpass "$$red"; \
             result_count $$1 "ERROR:" $$error "$$mgn"; \
           }; \
           {                                                               \
             echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
               $(am__rst_title);                                           \
             create_testsuite_report --no-color;                           \
             echo;                                                         \
             echo ".. contents:: :depth: 2";                               \
             echo;                                                         \
             for b in $$bases; do echo $$b; done                           \
               | $(am__create_global_log);                                 \
           } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
           mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
           if $$success; then                                              \
             col="$$grn";                                                  \
            else                                                           \
             col="$$red";                                                  \
             test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
           fi;                                                             \
           echo "$${col}$$br$${std}";                                      \
           echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
           echo "$${col}$$br$${std}";                                      \
           create_testsuite_report --maybe-color;                          \
           echo "$$col$$br$$std";                                          \
           if $$success; then :; else                                      \
             echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
             if test -n "$(PACKAGE_BUGREPORT)"; then                       \
               echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
             fi;                                                           \
             echo "$$col$$br$$std";                                        \
           fi;                                                             \
           $$success || exit 1
   
   check-TESTS:
           @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
           @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
           @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
           @set +e; $(am__set_TESTS_bases); \
           log_list=`for i in $$bases; do echo $$i.log; done`; \
           trs_list=`for i in $$bases; do echo $$i.trs; done`; \
           log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
           $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
           exit $$?;
   recheck: all $(check_PROGRAMS)
           @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
           @set +e; $(am__set_TESTS_bases); \
           bases=`for i in $$bases; do echo $$i; done \
                    | $(am__list_recheck_tests)` || exit 1; \
           log_list=`for i in $$bases; do echo $$i.log; done`; \
           log_list=`echo $$log_list`; \
           $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
                   am__force_recheck=am--force-recheck \
                   TEST_LOGS="$$log_list"; \
           exit $$?
   test/cmdparse.py.log: test/cmdparse.py
           @p='test/cmdparse.py'; \
           b='test/cmdparse.py'; \
           $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
           --log-file $$b.log --trs-file $$b.trs \
           $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
           "$$tst" $(AM_TESTS_FD_REDIRECT)
   test/param.py.log: test/param.py
           @p='test/param.py'; \
           b='test/param.py'; \
           $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
           --log-file $$b.log --trs-file $$b.trs \
           $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
           "$$tst" $(AM_TESTS_FD_REDIRECT)
   test/probe.py.log: test/probe.py
           @p='test/probe.py'; \
           b='test/probe.py'; \
           $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
           --log-file $$b.log --trs-file $$b.trs \
           $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
           "$$tst" $(AM_TESTS_FD_REDIRECT)
   .test.log:
           @p='$<'; \
           $(am__set_b); \
           $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
           --log-file $$b.log --trs-file $$b.trs \
           $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
           "$$tst" $(AM_TESTS_FD_REDIRECT)
   @am__EXEEXT_TRUE@.test$(EXEEXT).log:
   @am__EXEEXT_TRUE@       @p='$<'; \
   @am__EXEEXT_TRUE@       $(am__set_b); \
   @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
   @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
   @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
   @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
   
 distdir: $(DISTFILES)  distdir: $(DISTFILES)
         @list='$(MANS)'; if test -n "$$list"; then \  
           list=`for p in $$list; do \  
             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \  
             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \  
           if test -n "$$list" && \  
             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \  
             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \  
             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \  
             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \  
             echo "       typically \`make maintainer-clean' will remove them" >&2; \  
             exit 1; \  
           else :; fi; \  
         else :; fi  
         $(am__remove_distdir)          $(am__remove_distdir)
         test -d "$(distdir)" || mkdir "$(distdir)"          test -d "$(distdir)" || mkdir "$(distdir)"
         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \          @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Line 614  distdir: $(DISTFILES) Line 1459  distdir: $(DISTFILES)
             || exit 1; \              || exit 1; \
           fi; \            fi; \
         done          done
         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \  
           if test "$$subdir" = .; then :; else \  
             test -d "$(distdir)/$$subdir" \  
             || $(MKDIR_P) "$(distdir)/$$subdir" \  
             || exit 1; \  
           fi; \  
         done  
         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \  
           if test "$$subdir" = .; then :; else \  
             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \  
             $(am__relativize); \  
             new_distdir=$$reldir; \  
             dir1=$$subdir; dir2="$(top_distdir)"; \  
             $(am__relativize); \  
             new_top_distdir=$$reldir; \  
             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \  
             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \  
             ($(am__cd) $$subdir && \  
               $(MAKE) $(AM_MAKEFLAGS) \  
                 top_distdir="$$new_top_distdir" \  
                 distdir="$$new_distdir" \  
                 am__remove_distdir=: \  
                 am__skip_length_check=: \  
                 am__skip_mode_fix=: \  
                 distdir) \  
               || exit 1; \  
           fi; \  
         done  
         -test -n "$(am__skip_mode_fix)" \          -test -n "$(am__skip_mode_fix)" \
         || find "$(distdir)" -type d ! -perm -755 \          || find "$(distdir)" -type d ! -perm -755 \
                 -exec chmod u+rwx,go+rx {} \; -o \                  -exec chmod u+rwx,go+rx {} \; -o \
Line 651  distdir: $(DISTFILES) Line 1468  distdir: $(DISTFILES)
         || chmod -R a+r "$(distdir)"          || chmod -R a+r "$(distdir)"
 dist-gzip: distdir  dist-gzip: distdir
         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz          tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 dist-bzip2: distdir  dist-bzip2: distdir
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
dist-lzma: distdirdist-lzip: distdir
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 dist-xz: distdir  dist-xz: distdir
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 dist-tarZ: distdir  dist-tarZ: distdir
           @echo WARNING: "Support for distribution archives compressed with" \
                          "legacy program 'compress' is deprecated." >&2
           @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z          tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 dist-shar: distdir  dist-shar: distdir
           @echo WARNING: "Support for shar distribution archives is" \
                          "deprecated." >&2
           @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz          shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 dist-zip: distdir  dist-zip: distdir
         -rm -f $(distdir).zip          -rm -f $(distdir).zip
         zip -rq $(distdir).zip $(distdir)          zip -rq $(distdir).zip $(distdir)
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
dist dist-all: distdirdist dist-all:
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
        $(am__remove_distdir)        $(am__post_remove_distdir)
   
 # This target untars the dist file and tries a VPATH configuration.  Then  # This target untars the dist file and tries a VPATH configuration.  Then
 # it guarantees that the distribution is self-contained by making another  # it guarantees that the distribution is self-contained by making another
Line 691  distcheck: dist Line 1514  distcheck: dist
           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\            GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
         *.tar.bz2*) \          *.tar.bz2*) \
           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\            bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
        *.tar.lzma*) \        *.tar.lz*) \
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
         *.tar.xz*) \          *.tar.xz*) \
           xz -dc $(distdir).tar.xz | $(am__untar) ;;\            xz -dc $(distdir).tar.xz | $(am__untar) ;;\
         *.tar.Z*) \          *.tar.Z*) \
Line 702  distcheck: dist Line 1525  distcheck: dist
         *.zip*) \          *.zip*) \
           unzip $(distdir).zip ;;\            unzip $(distdir).zip ;;\
         esac          esac
        chmod -R a-w $(distdir); chmod a+w $(distdir)        chmod -R a-w $(distdir)
        mkdir $(distdir)/_build        chmod u+w $(distdir)
        mkdir $(distdir)/_inst        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
         chmod a-w $(distdir)          chmod a-w $(distdir)
         test -d $(distdir)/_build || exit 0; \          test -d $(distdir)/_build || exit 0; \
         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \          dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \            && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
           && am__cwd=`pwd` \            && am__cwd=`pwd` \
          && $(am__cd) $(distdir)/_build \          && $(am__cd) $(distdir)/_build/sub \
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \          && ../../configure \
             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
             $(DISTCHECK_CONFIGURE_FLAGS) \              $(DISTCHECK_CONFIGURE_FLAGS) \
               --srcdir=../.. --prefix="$$dc_install_base" \
           && $(MAKE) $(AM_MAKEFLAGS) \            && $(MAKE) $(AM_MAKEFLAGS) \
           && $(MAKE) $(AM_MAKEFLAGS) dvi \            && $(MAKE) $(AM_MAKEFLAGS) dvi \
           && $(MAKE) $(AM_MAKEFLAGS) check \            && $(MAKE) $(AM_MAKEFLAGS) check \
Line 735  distcheck: dist Line 1560  distcheck: dist
           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
           && cd "$$am__cwd" \            && cd "$$am__cwd" \
           || exit 1            || exit 1
        $(am__remove_distdir)        $(am__post_remove_distdir)
         @(echo "$(distdir) archives ready for distribution: "; \          @(echo "$(distdir) archives ready for distribution: "; \
           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \            list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'            sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 distuninstallcheck:  distuninstallcheck:
        @$(am__cd) '$(distuninstallcheck_dir)' \        @test -n '$(distuninstallcheck_dir)' || { \
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \          echo 'ERROR: trying to run $@ with an empty' \
                '$$(distuninstallcheck_dir)' >&2; \
           exit 1; \
         }; \
         $(am__cd) '$(distuninstallcheck_dir)' || { \
           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
           exit 1; \
         }; \
         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
            || { echo "ERROR: files left after uninstall:" ; \             || { echo "ERROR: files left after uninstall:" ; \
                 if test -n "$(DESTDIR)"; then \                  if test -n "$(DESTDIR)"; then \
                   echo "  (check DESTDIR support)"; \                    echo "  (check DESTDIR support)"; \
Line 758  distcleancheck: distclean Line 1591  distcleancheck: distclean
                $(distcleancheck_listfiles) ; \                 $(distcleancheck_listfiles) ; \
                exit 1; } >&2                 exit 1; } >&2
 check-am: all-am  check-am: all-am
check: $(BUILT_SOURCES)        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
        $(MAKE) $(AM_MAKEFLAGS) check-recursive        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
all-am: Makefile $(PROGRAMS) $(MANS) config.hcheck: check-am
installdirs: installdirs-recursiveall-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
installdirs-am:installdirs:
        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(bashcompletiondir)"; do \
           test -z "$$dir" || $(MKDIR_P) "$$dir"; \            test -z "$$dir" || $(MKDIR_P) "$$dir"; \
         done          done
install: $(BUILT_SOURCES)install: install-am
        $(MAKE) $(AM_MAKEFLAGS) install-recursiveinstall-exec: install-exec-am
install-exec: install-exec-recursiveinstall-data: install-data-am
install-data: install-data-recursiveuninstall: uninstall-am
uninstall: uninstall-recursive 
   
 install-am: all-am  install-am: all-am
         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am          @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   
installcheck: installcheck-recursiveinstallcheck: installcheck-am
 install-strip:  install-strip:
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \        if test -z '$(STRIP)'; then \
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
          `test -z '$(STRIP)' || \            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install              install; \
         else \
           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
         fi
 mostlyclean-generic:  mostlyclean-generic:
           -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
           -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
           -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
   
 clean-generic:  clean-generic:
         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)          -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Line 789  clean-generic: Line 1629  clean-generic:
 distclean-generic:  distclean-generic:
         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)          -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)          -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)        -rm -f packet/$(DEPDIR)/$(am__dirstamp)
         -rm -f packet/$(am__dirstamp)
         -rm -f portability/$(DEPDIR)/$(am__dirstamp)
         -rm -f portability/$(am__dirstamp)
         -rm -f test/$(DEPDIR)/$(am__dirstamp)
         -rm -f test/$(am__dirstamp)
         -rm -f ui/$(DEPDIR)/$(am__dirstamp)
         -rm -f ui/$(am__dirstamp)
   
 maintainer-clean-generic:  maintainer-clean-generic:
         @echo "This command is intended for maintainers to use"          @echo "This command is intended for maintainers to use"
         @echo "it deletes files that may require special tools to rebuild."          @echo "it deletes files that may require special tools to rebuild."
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)clean: clean-am
clean: clean-recursive 
   
clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-amclean-am: clean-checkPROGRAMS clean-generic clean-sbinPROGRAMS \
         mostlyclean-am
   
distclean: distclean-recursivedistclean: distclean-am
         -rm -f $(am__CONFIG_DISTCLEAN_FILES)          -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        -rm -rf ./$(DEPDIR)        -rm -rf packet/$(DEPDIR) portability/$(DEPDIR) test/$(DEPDIR) ui/$(DEPDIR)
         -rm -f Makefile          -rm -f Makefile
 distclean-am: clean-am distclean-compile distclean-generic \  distclean-am: clean-am distclean-compile distclean-generic \
        distclean-hdr distclean-local distclean-tags        distclean-hdr distclean-tags
   
dvi: dvi-recursivedvi: dvi-am
   
 dvi-am:  dvi-am:
   
html: html-recursivehtml: html-am
   
 html-am:  html-am:
   
info: info-recursiveinfo: info-am
   
 info-am:  info-am:
   
install-data-am: install-maninstall-data-am: install-dist_bashcompletionDATA install-man
   
install-dvi: install-dvi-recursiveinstall-dvi: install-dvi-am
   
 install-dvi-am:  install-dvi-am:
   
 install-exec-am: install-sbinPROGRAMS  install-exec-am: install-sbinPROGRAMS
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook          $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
install-html: install-html-recursiveinstall-html: install-html-am
   
 install-html-am:  install-html-am:
   
install-info: install-info-recursiveinstall-info: install-info-am
   
 install-info-am:  install-info-am:
   
 install-man: install-man8  install-man: install-man8
   
install-pdf: install-pdf-recursiveinstall-pdf: install-pdf-am
   
 install-pdf-am:  install-pdf-am:
   
install-ps: install-ps-recursiveinstall-ps: install-ps-am
   
 install-ps-am:  install-ps-am:
   
 installcheck-am:  installcheck-am:
   
maintainer-clean: maintainer-clean-recursivemaintainer-clean: maintainer-clean-am
         -rm -f $(am__CONFIG_DISTCLEAN_FILES)          -rm -f $(am__CONFIG_DISTCLEAN_FILES)
         -rm -rf $(top_srcdir)/autom4te.cache          -rm -rf $(top_srcdir)/autom4te.cache
        -rm -rf ./$(DEPDIR)        -rm -rf packet/$(DEPDIR) portability/$(DEPDIR) test/$(DEPDIR) ui/$(DEPDIR)
         -rm -f Makefile          -rm -f Makefile
 maintainer-clean-am: distclean-am maintainer-clean-generic  maintainer-clean-am: distclean-am maintainer-clean-generic
   
mostlyclean: mostlyclean-recursivemostlyclean: mostlyclean-am
   
 mostlyclean-am: mostlyclean-compile mostlyclean-generic  mostlyclean-am: mostlyclean-compile mostlyclean-generic
   
pdf: pdf-recursivepdf: pdf-am
   
 pdf-am:  pdf-am:
   
ps: ps-recursiveps: ps-am
   
 ps-am:  ps-am:
   
uninstall-am: uninstall-man uninstall-sbinPROGRAMSuninstall-am: uninstall-dist_bashcompletionDATA uninstall-man \
         uninstall-sbinPROGRAMS
   
 uninstall-man: uninstall-man8  uninstall-man: uninstall-man8
   
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \.MAKE: all check-am install-am install-exec-am install-strip
        ctags-recursive install install-am install-exec-am \ 
        install-strip tags-recursive 
   
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
        all all-am am--refresh check check-am clean clean-generic \        check-am clean clean-checkPROGRAMS clean-cscope clean-generic \
        clean-sbinPROGRAMS ctags ctags-recursive dist dist-all \        clean-sbinPROGRAMS cscope cscopelist-am ctags ctags-am dist \
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
        dist-zip distcheck distclean distclean-compile \        dist-xz dist-zip distcheck distclean distclean-compile \
        distclean-generic distclean-hdr distclean-local distclean-tags \        distclean-generic distclean-hdr distclean-tags distcleancheck \
        distcleancheck distdir distuninstallcheck dvi dvi-am html \        distdir distuninstallcheck dvi dvi-am html html-am info \
        html-am info info-am install install-am install-data \        info-am install install-am install-data install-data-am \
        install-data-am install-dvi install-dvi-am install-exec \        install-dist_bashcompletionDATA install-dvi install-dvi-am \
        install-exec-am install-exec-hook install-html install-html-am \        install-exec install-exec-am install-exec-hook install-html \
        install-info install-info-am install-man install-man8 \        install-html-am install-info install-info-am install-man \
        install-pdf install-pdf-am install-ps install-ps-am \        install-man8 install-pdf install-pdf-am install-ps \
        install-sbinPROGRAMS install-strip installcheck \        install-ps-am install-sbinPROGRAMS install-strip installcheck \
        installcheck-am installdirs installdirs-am maintainer-clean \        installcheck-am installdirs maintainer-clean \
         maintainer-clean-generic mostlyclean mostlyclean-compile \          maintainer-clean-generic mostlyclean mostlyclean-compile \
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \        mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \
        uninstall uninstall-am uninstall-man uninstall-man8 \        uninstall uninstall-am uninstall-dist_bashcompletionDATA \
        uninstall-sbinPROGRAMS        uninstall-man uninstall-man8 uninstall-sbinPROGRAMS
   
   .PRECIOUS: Makefile
   
           $(TEST_FILES)
   
   #
   #  We would use % pattern matching here, but that is a GNU make
   #  extension and doesn't work on FreeBSD.
   #
   mtr-packet.8: $(srcdir)/man/mtr-packet.8.in
           $(AM_V_GEN) $(srcdir)/build-aux/mangen.sh "$(VERSION)" \
                   $(srcdir)/man/mtr-packet.8.in $@
   
   mtr.8: $(srcdir)/man/mtr.8.in
           $(AM_V_GEN) $(srcdir)/build-aux/mangen.sh "$(VERSION)" \
                   $(srcdir)/man/mtr.8.in $@
   
   $(PATHFILES): Makefile
   
 install-exec-hook:   install-exec-hook: 
        chmod u+s $(DESTDIR)$(sbindir)/mtr        `setcap cap_net_raw+ep $(DESTDIR)$(sbindir)/mtr-packet` \
         || chmod u+s $(DESTDIR)$(sbindir)/mtr-packet
   
version.h: version.h.tmp Makefile $(mtr_SOURCES)#  Bundle necessary files for a Windows binary distribution
        @cat version.h.tmp > $@; \@CYGWIN_TRUE@distdir-win: $(dist_windows_aux) mtr.exe mtr-packet.exe
        if [ -d .git ] && [ -n "$$(which git)" ]; then \@CYGWIN_TRUE@   rm -fr $(distwindir)
          xver="+git:$$(git rev-list -n1 --abbrev=8 --abbrev-commit HEAD)"; \@CYGWIN_TRUE@   mkdir -p $(distwindir) $(distwindir)/bin $(distwindir)/terminfo
          sed \@CYGWIN_TRUE@   cp $(dist_windows_aux) -t $(distwindir)
            -e "/#define *MTR_VERSION */{s/\"\([^\"]*\)\"/\"\1$$xver\"/;}" \@CYGWIN_TRUE@   cp mtr.exe mtr-packet.exe -t $(distwindir)/bin
            version.h.tmp > $@; \@CYGWIN_TRUE@   ldd mtr.exe | grep -v cygdrive | awk '{ print $$3 }' | xargs cp -t $(distwindir)/bin
        fi;@CYGWIN_TRUE@   cp `find /usr/share/terminfo -name cygwin | xargs dirname` -r $(distwindir)/terminfo
distclean-local:
        (sleep 3; cp Makefile.dist Makefile) &#  Zip up a Windows binary distribution
        rm -f *.orig@CYGWIN_TRUE@dist-windows-bin: distdir-win
 @CYGWIN_TRUE@        rm -f $(distwindir).zip
 @CYGWIN_TRUE@   zip -rq $(distwindir).zip $(distwindir)
 @CYGWIN_TRUE@   rm -fr $(distwindir)
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.

Removed from v.1.1  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>