File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mtr / Makefile.in
Revision 1.1.1.4 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 21 14:25:31 2019 UTC (4 years, 7 months ago) by misho
Branches: mtr, elwix, MAIN
CVS tags: v0_92, HEAD
mtr ver 0.92

    1: # Makefile.in generated by automake 1.15 from Makefile.am.
    2: # @configure_input@
    3: 
    4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
    5: 
    6: # This Makefile.in is free software; the Free Software Foundation
    7: # gives unlimited permission to copy and/or distribute it,
    8: # with or without modifications, as long as this notice is preserved.
    9: 
   10: # This program is distributed in the hope that it will be useful,
   11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   13: # PARTICULAR PURPOSE.
   14: 
   15: @SET_MAKE@
   16: 
   17: 
   18: VPATH = @srcdir@
   19: am__is_gnu_make = { \
   20:   if test -z '$(MAKELEVEL)'; then \
   21:     false; \
   22:   elif test -n '$(MAKE_HOST)'; then \
   23:     true; \
   24:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
   25:     true; \
   26:   else \
   27:     false; \
   28:   fi; \
   29: }
   30: am__make_running_with_option = \
   31:   case $${target_option-} in \
   32:       ?) ;; \
   33:       *) echo "am__make_running_with_option: internal error: invalid" \
   34:               "target option '$${target_option-}' specified" >&2; \
   35:          exit 1;; \
   36:   esac; \
   37:   has_opt=no; \
   38:   sane_makeflags=$$MAKEFLAGS; \
   39:   if $(am__is_gnu_make); then \
   40:     sane_makeflags=$$MFLAGS; \
   41:   else \
   42:     case $$MAKEFLAGS in \
   43:       *\\[\ \	]*) \
   44:         bs=\\; \
   45:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   46:           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   47:     esac; \
   48:   fi; \
   49:   skip_next=no; \
   50:   strip_trailopt () \
   51:   { \
   52:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   53:   }; \
   54:   for flg in $$sane_makeflags; do \
   55:     test $$skip_next = yes && { skip_next=no; continue; }; \
   56:     case $$flg in \
   57:       *=*|--*) continue;; \
   58:         -*I) strip_trailopt 'I'; skip_next=yes;; \
   59:       -*I?*) strip_trailopt 'I';; \
   60:         -*O) strip_trailopt 'O'; skip_next=yes;; \
   61:       -*O?*) strip_trailopt 'O';; \
   62:         -*l) strip_trailopt 'l'; skip_next=yes;; \
   63:       -*l?*) strip_trailopt 'l';; \
   64:       -[dEDm]) skip_next=yes;; \
   65:       -[JT]) skip_next=yes;; \
   66:     esac; \
   67:     case $$flg in \
   68:       *$$target_option*) has_opt=yes; break;; \
   69:     esac; \
   70:   done; \
   71:   test $$has_opt = yes
   72: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   73: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   74: pkgdatadir = $(datadir)/@PACKAGE@
   75: pkgincludedir = $(includedir)/@PACKAGE@
   76: pkglibdir = $(libdir)/@PACKAGE@
   77: pkglibexecdir = $(libexecdir)/@PACKAGE@
   78: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   79: install_sh_DATA = $(install_sh) -c -m 644
   80: install_sh_PROGRAM = $(install_sh) -c
   81: install_sh_SCRIPT = $(install_sh) -c
   82: INSTALL_HEADER = $(INSTALL_DATA)
   83: transform = $(program_transform_name)
   84: NORMAL_INSTALL = :
   85: PRE_INSTALL = :
   86: POST_INSTALL = :
   87: NORMAL_UNINSTALL = :
   88: PRE_UNINSTALL = :
   89: POST_UNINSTALL = :
   90: build_triplet = @build@
   91: host_triplet = @host@
   92: sbin_PROGRAMS = mtr$(EXEEXT) mtr-packet$(EXEEXT)
   93: @WITH_ERROR_TRUE@am__append_1 = \
   94: @WITH_ERROR_TRUE@	portability/error.h \
   95: @WITH_ERROR_TRUE@	portability/error.c
   96: 
   97: @WITH_GETOPT_TRUE@am__append_2 = \
   98: @WITH_GETOPT_TRUE@	portability/getopt.h \
   99: @WITH_GETOPT_TRUE@	portability/getopt.c \
  100: @WITH_GETOPT_TRUE@	portability/getopt1.c
  101: 
  102: @WITH_IPINFO_TRUE@am__append_3 = ui/asn.c ui/asn.h
  103: @WITH_CURSES_TRUE@am__append_4 = ui/curses.c
  104: @WITH_GTK_TRUE@am__append_5 = ui/gtk.c
  105: @CYGWIN_TRUE@am__append_6 = \
  106: @CYGWIN_TRUE@	packet/command_cygwin.c packet/command_cygwin.h \
  107: @CYGWIN_TRUE@	packet/probe_cygwin.c packet/probe_cygwin.h \
  108: @CYGWIN_TRUE@	packet/wait_cygwin.c
  109: 
  110: @CYGWIN_TRUE@am__append_7 = -lcygwin -liphlpapi -lws2_32
  111: @CYGWIN_FALSE@check_PROGRAMS = mtr-packet-listen$(EXEEXT)
  112: @CYGWIN_FALSE@am__append_8 = \
  113: @CYGWIN_FALSE@	packet/command_unix.c packet/command_unix.h \
  114: @CYGWIN_FALSE@	packet/construct_unix.c packet/construct_unix.h \
  115: @CYGWIN_FALSE@	packet/deconstruct_unix.c packet/deconstruct_unix.h \
  116: @CYGWIN_FALSE@	packet/probe_unix.c packet/probe_unix.h \
  117: @CYGWIN_FALSE@	packet/wait_unix.c
  118: 
  119: subdir = .
  120: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  121: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  122: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  123: 	$(ACLOCAL_M4)
  124: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  125: 	$(am__configure_deps) $(am__dist_bashcompletion_DATA_DIST) \
  126: 	$(am__DIST_COMMON)
  127: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  128:  configure.lineno config.status.lineno
  129: mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
  130: CONFIG_HEADER = config.h
  131: CONFIG_CLEAN_FILES =
  132: CONFIG_CLEAN_VPATH_FILES =
  133: am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" \
  134: 	"$(DESTDIR)$(bashcompletiondir)"
  135: PROGRAMS = $(sbin_PROGRAMS)
  136: am__mtr_SOURCES_DIST = ui/mtr.c ui/mtr.h ui/net.c ui/net.h \
  137: 	ui/cmdpipe.c ui/cmdpipe.h ui/dns.c ui/dns.h ui/raw.c ui/raw.h \
  138: 	ui/split.c ui/split.h ui/display.c ui/display.h ui/report.c \
  139: 	ui/report.h ui/select.c ui/select.h ui/utils.c ui/utils.h \
  140: 	packet/cmdparse.c packet/cmdparse.h ui/mtr-curses.h \
  141: 	img/mtr_icon.xpm ui/mtr-gtk.h portability/error.h \
  142: 	portability/error.c portability/getopt.h portability/getopt.c \
  143: 	portability/getopt1.c ui/asn.c ui/asn.h ui/curses.c ui/gtk.c
  144: am__dirstamp = $(am__leading_dot)dirstamp
  145: @WITH_ERROR_TRUE@am__objects_1 = portability/mtr-error.$(OBJEXT)
  146: @WITH_GETOPT_TRUE@am__objects_2 = portability/mtr-getopt.$(OBJEXT) \
  147: @WITH_GETOPT_TRUE@	portability/mtr-getopt1.$(OBJEXT)
  148: @WITH_IPINFO_TRUE@am__objects_3 = ui/mtr-asn.$(OBJEXT)
  149: @WITH_CURSES_TRUE@am__objects_4 = ui/mtr-curses.$(OBJEXT)
  150: @WITH_GTK_TRUE@am__objects_5 = ui/mtr-gtk.$(OBJEXT)
  151: am_mtr_OBJECTS = ui/mtr-mtr.$(OBJEXT) ui/mtr-net.$(OBJEXT) \
  152: 	ui/mtr-cmdpipe.$(OBJEXT) ui/mtr-dns.$(OBJEXT) \
  153: 	ui/mtr-raw.$(OBJEXT) ui/mtr-split.$(OBJEXT) \
  154: 	ui/mtr-display.$(OBJEXT) ui/mtr-report.$(OBJEXT) \
  155: 	ui/mtr-select.$(OBJEXT) ui/mtr-utils.$(OBJEXT) \
  156: 	packet/mtr-cmdparse.$(OBJEXT) $(am__objects_1) \
  157: 	$(am__objects_2) $(am__objects_3) $(am__objects_4) \
  158: 	$(am__objects_5)
  159: mtr_OBJECTS = $(am_mtr_OBJECTS)
  160: am__DEPENDENCIES_1 =
  161: mtr_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
  162: mtr_LINK = $(CCLD) $(mtr_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
  163: 	$@
  164: am__mtr_packet_SOURCES_DIST = portability/queue.h packet/packet.c \
  165: 	packet/cmdparse.c packet/cmdparse.h packet/command.c \
  166: 	packet/command.h packet/platform.h packet/probe.c \
  167: 	packet/probe.h packet/protocols.h packet/timeval.c \
  168: 	packet/timeval.h packet/wait.h packet/command_cygwin.c \
  169: 	packet/command_cygwin.h packet/probe_cygwin.c \
  170: 	packet/probe_cygwin.h packet/wait_cygwin.c \
  171: 	packet/command_unix.c packet/command_unix.h \
  172: 	packet/construct_unix.c packet/construct_unix.h \
  173: 	packet/deconstruct_unix.c packet/deconstruct_unix.h \
  174: 	packet/probe_unix.c packet/probe_unix.h packet/wait_unix.c
  175: @CYGWIN_TRUE@am__objects_6 = packet/command_cygwin.$(OBJEXT) \
  176: @CYGWIN_TRUE@	packet/probe_cygwin.$(OBJEXT) \
  177: @CYGWIN_TRUE@	packet/wait_cygwin.$(OBJEXT)
  178: @CYGWIN_FALSE@am__objects_7 = packet/command_unix.$(OBJEXT) \
  179: @CYGWIN_FALSE@	packet/construct_unix.$(OBJEXT) \
  180: @CYGWIN_FALSE@	packet/deconstruct_unix.$(OBJEXT) \
  181: @CYGWIN_FALSE@	packet/probe_unix.$(OBJEXT) \
  182: @CYGWIN_FALSE@	packet/wait_unix.$(OBJEXT)
  183: am_mtr_packet_OBJECTS = packet/packet.$(OBJEXT) \
  184: 	packet/cmdparse.$(OBJEXT) packet/command.$(OBJEXT) \
  185: 	packet/probe.$(OBJEXT) packet/timeval.$(OBJEXT) \
  186: 	$(am__objects_6) $(am__objects_7)
  187: mtr_packet_OBJECTS = $(am_mtr_packet_OBJECTS)
  188: mtr_packet_DEPENDENCIES = $(am__DEPENDENCIES_1)
  189: am__mtr_packet_listen_SOURCES_DIST = test/packet_listen.c
  190: @CYGWIN_FALSE@am_mtr_packet_listen_OBJECTS =  \
  191: @CYGWIN_FALSE@	test/packet_listen.$(OBJEXT)
  192: mtr_packet_listen_OBJECTS = $(am_mtr_packet_listen_OBJECTS)
  193: mtr_packet_listen_LDADD = $(LDADD)
  194: AM_V_P = $(am__v_P_@AM_V@)
  195: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  196: am__v_P_0 = false
  197: am__v_P_1 = :
  198: AM_V_GEN = $(am__v_GEN_@AM_V@)
  199: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  200: am__v_GEN_0 = @echo "  GEN     " $@;
  201: am__v_GEN_1 = 
  202: AM_V_at = $(am__v_at_@AM_V@)
  203: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  204: am__v_at_0 = @
  205: am__v_at_1 = 
  206: DEFAULT_INCLUDES = -I.@am__isrc@
  207: depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
  208: am__depfiles_maybe = depfiles
  209: am__mv = mv -f
  210: AM_V_lt = $(am__v_lt_@AM_V@)
  211: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  212: am__v_lt_0 = --silent
  213: am__v_lt_1 = 
  214: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  215: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  216: AM_V_CC = $(am__v_CC_@AM_V@)
  217: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  218: am__v_CC_0 = @echo "  CC      " $@;
  219: am__v_CC_1 = 
  220: CCLD = $(CC)
  221: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  222: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  223: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  224: am__v_CCLD_0 = @echo "  CCLD    " $@;
  225: am__v_CCLD_1 = 
  226: SOURCES = $(mtr_SOURCES) $(mtr_packet_SOURCES) \
  227: 	$(mtr_packet_listen_SOURCES)
  228: DIST_SOURCES = $(am__mtr_SOURCES_DIST) $(am__mtr_packet_SOURCES_DIST) \
  229: 	$(am__mtr_packet_listen_SOURCES_DIST)
  230: am__can_run_installinfo = \
  231:   case $$AM_UPDATE_INFO_DIR in \
  232:     n|no|NO) false;; \
  233:     *) (install-info --version) >/dev/null 2>&1;; \
  234:   esac
  235: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  236: am__vpath_adj = case $$p in \
  237:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  238:     *) f=$$p;; \
  239:   esac;
  240: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  241: am__install_max = 40
  242: am__nobase_strip_setup = \
  243:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  244: am__nobase_strip = \
  245:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  246: am__nobase_list = $(am__nobase_strip_setup); \
  247:   for p in $$list; do echo "$$p $$p"; done | \
  248:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  249:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  250:     if (++n[$$2] == $(am__install_max)) \
  251:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  252:     END { for (dir in files) print dir, files[dir] }'
  253: am__base_list = \
  254:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  255:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  256: am__uninstall_files_from_dir = { \
  257:   test -z "$$files" \
  258:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  259:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  260:          $(am__cd) "$$dir" && rm -f $$files; }; \
  261:   }
  262: man8dir = $(mandir)/man8
  263: NROFF = nroff
  264: MANS = $(dist_man_MANS)
  265: am__dist_bashcompletion_DATA_DIST = bash-completion/mtr
  266: DATA = $(dist_bashcompletion_DATA)
  267: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  268: 	$(LISP)config.h.in
  269: # Read a list of newline-separated strings from the standard input,
  270: # and print each of them once, without duplicates.  Input order is
  271: # *not* preserved.
  272: am__uniquify_input = $(AWK) '\
  273:   BEGIN { nonempty = 0; } \
  274:   { items[$$0] = 1; nonempty = 1; } \
  275:   END { if (nonempty) { for (i in items) print i; }; } \
  276: '
  277: # Make sure the list of sources is unique.  This is necessary because,
  278: # e.g., the same source file might be shared among _SOURCES variables
  279: # for different programs/libraries.
  280: am__define_uniq_tagged_files = \
  281:   list='$(am__tagged_files)'; \
  282:   unique=`for i in $$list; do \
  283:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  284:   done | $(am__uniquify_input)`
  285: ETAGS = etags
  286: CTAGS = ctags
  287: CSCOPE = cscope
  288: AM_RECURSIVE_TARGETS = cscope check recheck
  289: am__tty_colors_dummy = \
  290:   mgn= red= grn= lgn= blu= brg= std=; \
  291:   am__color_tests=no
  292: am__tty_colors = { \
  293:   $(am__tty_colors_dummy); \
  294:   if test "X$(AM_COLOR_TESTS)" = Xno; then \
  295:     am__color_tests=no; \
  296:   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
  297:     am__color_tests=yes; \
  298:   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
  299:     am__color_tests=yes; \
  300:   fi; \
  301:   if test $$am__color_tests = yes; then \
  302:     red=''; \
  303:     grn=''; \
  304:     lgn=''; \
  305:     blu=''; \
  306:     mgn=''; \
  307:     brg=''; \
  308:     std=''; \
  309:   fi; \
  310: }
  311: am__recheck_rx = ^[ 	]*:recheck:[ 	]*
  312: am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
  313: am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
  314: # A command that, given a newline-separated list of test names on the
  315: # standard input, print the name of the tests that are to be re-run
  316: # upon "make recheck".
  317: am__list_recheck_tests = $(AWK) '{ \
  318:   recheck = 1; \
  319:   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  320:     { \
  321:       if (rc < 0) \
  322:         { \
  323:           if ((getline line2 < ($$0 ".log")) < 0) \
  324: 	    recheck = 0; \
  325:           break; \
  326:         } \
  327:       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
  328:         { \
  329:           recheck = 0; \
  330:           break; \
  331:         } \
  332:       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
  333:         { \
  334:           break; \
  335:         } \
  336:     }; \
  337:   if (recheck) \
  338:     print $$0; \
  339:   close ($$0 ".trs"); \
  340:   close ($$0 ".log"); \
  341: }'
  342: # A command that, given a newline-separated list of test names on the
  343: # standard input, create the global log from their .trs and .log files.
  344: am__create_global_log = $(AWK) ' \
  345: function fatal(msg) \
  346: { \
  347:   print "fatal: making $@: " msg | "cat >&2"; \
  348:   exit 1; \
  349: } \
  350: function rst_section(header) \
  351: { \
  352:   print header; \
  353:   len = length(header); \
  354:   for (i = 1; i <= len; i = i + 1) \
  355:     printf "="; \
  356:   printf "\n\n"; \
  357: } \
  358: { \
  359:   copy_in_global_log = 1; \
  360:   global_test_result = "RUN"; \
  361:   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
  362:     { \
  363:       if (rc < 0) \
  364:          fatal("failed to read from " $$0 ".trs"); \
  365:       if (line ~ /$(am__global_test_result_rx)/) \
  366:         { \
  367:           sub("$(am__global_test_result_rx)", "", line); \
  368:           sub("[ 	]*$$", "", line); \
  369:           global_test_result = line; \
  370:         } \
  371:       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
  372:         copy_in_global_log = 0; \
  373:     }; \
  374:   if (copy_in_global_log) \
  375:     { \
  376:       rst_section(global_test_result ": " $$0); \
  377:       while ((rc = (getline line < ($$0 ".log"))) != 0) \
  378:       { \
  379:         if (rc < 0) \
  380:           fatal("failed to read from " $$0 ".log"); \
  381:         print line; \
  382:       }; \
  383:       printf "\n"; \
  384:     }; \
  385:   close ($$0 ".trs"); \
  386:   close ($$0 ".log"); \
  387: }'
  388: # Restructured Text title.
  389: am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
  390: # Solaris 10 'make', and several other traditional 'make' implementations,
  391: # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
  392: # by disabling -e (using the XSI extension "set +e") if it's set.
  393: am__sh_e_setup = case $$- in *e*) set +e;; esac
  394: # Default flags passed to test drivers.
  395: am__common_driver_flags = \
  396:   --color-tests "$$am__color_tests" \
  397:   --enable-hard-errors "$$am__enable_hard_errors" \
  398:   --expect-failure "$$am__expect_failure"
  399: # To be inserted before the command running the test.  Creates the
  400: # directory for the log if needed.  Stores in $dir the directory
  401: # containing $f, in $tst the test, in $log the log.  Executes the
  402: # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
  403: # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
  404: # will run the test scripts (or their associated LOG_COMPILER, if
  405: # thy have one).
  406: am__check_pre = \
  407: $(am__sh_e_setup);					\
  408: $(am__vpath_adj_setup) $(am__vpath_adj)			\
  409: $(am__tty_colors);					\
  410: srcdir=$(srcdir); export srcdir;			\
  411: case "$@" in						\
  412:   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
  413:     *) am__odir=.;; 					\
  414: esac;							\
  415: test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
  416:   || $(MKDIR_P) "$$am__odir" || exit $$?;		\
  417: if test -f "./$$f"; then dir=./;			\
  418: elif test -f "$$f"; then dir=;				\
  419: else dir="$(srcdir)/"; fi;				\
  420: tst=$$dir$$f; log='$@'; 				\
  421: if test -n '$(DISABLE_HARD_ERRORS)'; then		\
  422:   am__enable_hard_errors=no; 				\
  423: else							\
  424:   am__enable_hard_errors=yes; 				\
  425: fi; 							\
  426: case " $(XFAIL_TESTS) " in				\
  427:   *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
  428:     am__expect_failure=yes;;				\
  429:   *)							\
  430:     am__expect_failure=no;;				\
  431: esac; 							\
  432: $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
  433: # A shell command to get the names of the tests scripts with any registered
  434: # extension removed (i.e., equivalently, the names of the test logs, with
  435: # the '.log' extension removed).  The result is saved in the shell variable
  436: # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
  437: # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
  438: # since that might cause problem with VPATH rewrites for suffix-less tests.
  439: # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
  440: am__set_TESTS_bases = \
  441:   bases='$(TEST_LOGS)'; \
  442:   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  443:   bases=`echo $$bases`
  444: RECHECK_LOGS = $(TEST_LOGS)
  445: TEST_SUITE_LOG = test-suite.log
  446: TEST_EXTENSIONS = @EXEEXT@ .test
  447: LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
  448: LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
  449: am__set_b = \
  450:   case '$@' in \
  451:     */*) \
  452:       case '$*' in \
  453:         */*) b='$*';; \
  454:           *) b=`echo '$@' | sed 's/\.log$$//'`; \
  455:        esac;; \
  456:     *) \
  457:       b='$*';; \
  458:   esac
  459: am__test_logs1 = $(TESTS:=.log)
  460: am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
  461: TEST_LOGS = $(am__test_logs2:.test.log=.log)
  462: TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
  463: TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
  464: 	$(TEST_LOG_FLAGS)
  465: am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
  466: 	$(srcdir)/config.h.in $(top_srcdir)/build-aux/compile \
  467: 	$(top_srcdir)/build-aux/config.guess \
  468: 	$(top_srcdir)/build-aux/config.sub \
  469: 	$(top_srcdir)/build-aux/depcomp \
  470: 	$(top_srcdir)/build-aux/install-sh \
  471: 	$(top_srcdir)/build-aux/missing \
  472: 	$(top_srcdir)/build-aux/mkinstalldirs \
  473: 	$(top_srcdir)/build-aux/test-driver AUTHORS COPYING NEWS \
  474: 	README TODO build-aux/compile build-aux/config.guess \
  475: 	build-aux/config.sub build-aux/depcomp build-aux/install-sh \
  476: 	build-aux/missing build-aux/mkinstalldirs compile depcomp \
  477: 	install-sh missing
  478: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  479: distdir = $(PACKAGE)-$(VERSION)
  480: top_distdir = $(distdir)
  481: am__remove_distdir = \
  482:   if test -d "$(distdir)"; then \
  483:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  484:       && rm -rf "$(distdir)" \
  485:       || { sleep 5 && rm -rf "$(distdir)"; }; \
  486:   else :; fi
  487: am__post_remove_distdir = $(am__remove_distdir)
  488: DIST_ARCHIVES = $(distdir).tar.gz
  489: GZIP_ENV = --best
  490: DIST_TARGETS = dist-gzip
  491: distuninstallcheck_listfiles = find . -type f -print
  492: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  493:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  494: distcleancheck_listfiles = find . -type f -print
  495: ACLOCAL = @ACLOCAL@
  496: AMTAR = @AMTAR@
  497: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  498: AUTOCONF = @AUTOCONF@
  499: AUTOHEADER = @AUTOHEADER@
  500: AUTOMAKE = @AUTOMAKE@
  501: AWK = @AWK@
  502: CC = @CC@
  503: CCDEPMODE = @CCDEPMODE@
  504: CFLAGS = @CFLAGS@
  505: CPP = @CPP@
  506: CPPFLAGS = @CPPFLAGS@
  507: CYGPATH_W = @CYGPATH_W@
  508: DEFS = @DEFS@
  509: DEPDIR = @DEPDIR@
  510: ECHO_C = @ECHO_C@
  511: ECHO_N = @ECHO_N@
  512: ECHO_T = @ECHO_T@
  513: EGREP = @EGREP@
  514: EXEEXT = @EXEEXT@
  515: GREP = @GREP@
  516: GTK_CFLAGS = @GTK_CFLAGS@
  517: GTK_LIBS = @GTK_LIBS@
  518: INSTALL = @INSTALL@
  519: INSTALL_DATA = @INSTALL_DATA@
  520: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  521: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  522: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  523: LDFLAGS = @LDFLAGS@
  524: LIBOBJS = @LIBOBJS@
  525: LIBS = @LIBS@
  526: LTLIBOBJS = @LTLIBOBJS@
  527: MAKEINFO = @MAKEINFO@
  528: MKDIR_P = @MKDIR_P@
  529: OBJEXT = @OBJEXT@
  530: PACKAGE = @PACKAGE@
  531: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  532: PACKAGE_NAME = @PACKAGE_NAME@
  533: PACKAGE_STRING = @PACKAGE_STRING@
  534: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  535: PACKAGE_URL = @PACKAGE_URL@
  536: PACKAGE_VERSION = @PACKAGE_VERSION@
  537: PATH_SEPARATOR = @PATH_SEPARATOR@
  538: PKG_CONFIG = @PKG_CONFIG@
  539: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  540: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  541: RESOLV_LIBS = @RESOLV_LIBS@
  542: SET_MAKE = @SET_MAKE@
  543: SHELL = @SHELL@
  544: STRIP = @STRIP@
  545: VERSION = @VERSION@
  546: abs_builddir = @abs_builddir@
  547: abs_srcdir = @abs_srcdir@
  548: abs_top_builddir = @abs_top_builddir@
  549: abs_top_srcdir = @abs_top_srcdir@
  550: ac_ct_CC = @ac_ct_CC@
  551: am__include = @am__include@
  552: am__leading_dot = @am__leading_dot@
  553: am__quote = @am__quote@
  554: am__tar = @am__tar@
  555: am__untar = @am__untar@
  556: bashcompletiondir = @bashcompletiondir@
  557: bindir = @bindir@
  558: build = @build@
  559: build_alias = @build_alias@
  560: build_cpu = @build_cpu@
  561: build_os = @build_os@
  562: build_vendor = @build_vendor@
  563: builddir = @builddir@
  564: datadir = @datadir@
  565: datarootdir = @datarootdir@
  566: docdir = @docdir@
  567: dvidir = @dvidir@
  568: exec_prefix = @exec_prefix@
  569: host = @host@
  570: host_alias = @host_alias@
  571: host_cpu = @host_cpu@
  572: host_os = @host_os@
  573: host_vendor = @host_vendor@
  574: htmldir = @htmldir@
  575: includedir = @includedir@
  576: infodir = @infodir@
  577: install_sh = @install_sh@
  578: libdir = @libdir@
  579: libexecdir = @libexecdir@
  580: localedir = @localedir@
  581: localstatedir = @localstatedir@
  582: mandir = @mandir@
  583: mkdir_p = @mkdir_p@
  584: oldincludedir = @oldincludedir@
  585: pdfdir = @pdfdir@
  586: prefix = @prefix@
  587: program_transform_name = @program_transform_name@
  588: psdir = @psdir@
  589: sbindir = @sbindir@
  590: sharedstatedir = @sharedstatedir@
  591: srcdir = @srcdir@
  592: sysconfdir = @sysconfdir@
  593: target_alias = @target_alias@
  594: top_build_prefix = @top_build_prefix@
  595: top_builddir = @top_builddir@
  596: top_srcdir = @top_srcdir@
  597: EXTRA_DIST = BSDCOPYING SECURITY build-aux/mtr.bat img/mtr_icon.xpm \
  598: 	$(TEST_FILES) $(PATHFILES:=.in)
  599: TESTS = \
  600: 	test/cmdparse.py \
  601: 	test/param.py \
  602: 	test/probe.py
  603: 
  604: TEST_FILES = \
  605: 	test/cmdparse.py \
  606: 	test/mtrpacket.py \
  607: 	test/param.py \
  608: 	test/probe.py \
  609: 	test/lint.sh
  610: 
  611: PATHFILES = man/mtr.8 man/mtr-packet.8
  612: CLEANFILES = $(PATHFILES)
  613: dist_man_MANS = mtr.8 mtr-packet.8
  614: mtr_SOURCES = ui/mtr.c ui/mtr.h ui/net.c ui/net.h ui/cmdpipe.c \
  615: 	ui/cmdpipe.h ui/dns.c ui/dns.h ui/raw.c ui/raw.h ui/split.c \
  616: 	ui/split.h ui/display.c ui/display.h ui/report.c ui/report.h \
  617: 	ui/select.c ui/select.h ui/utils.c ui/utils.h \
  618: 	packet/cmdparse.c packet/cmdparse.h ui/mtr-curses.h \
  619: 	img/mtr_icon.xpm ui/mtr-gtk.h $(am__append_1) $(am__append_2) \
  620: 	$(am__append_3) $(am__append_4) $(am__append_5)
  621: mtr_INCLUDES = $(GLIB_CFLAGS) -I$(top_builddir) -I$(top_srcdir)
  622: mtr_CFLAGS = $(GTK_CFLAGS) $(NCURSES_CFLAGS)
  623: mtr_LDADD = $(GTK_LIBS) $(NCURSES_LIBS) $(RESOLV_LIBS)
  624: mtr_packet_SOURCES = portability/queue.h packet/packet.c \
  625: 	packet/cmdparse.c packet/cmdparse.h packet/command.c \
  626: 	packet/command.h packet/platform.h packet/probe.c \
  627: 	packet/probe.h packet/protocols.h packet/timeval.c \
  628: 	packet/timeval.h packet/wait.h $(am__append_6) $(am__append_8)
  629: mtr_packet_LDADD = $(CAP_LIBS) $(am__append_7)
  630: @CYGWIN_TRUE@dist_windows_aux = \
  631: @CYGWIN_TRUE@	$(srcdir)/build-aux/mtr.bat \
  632: @CYGWIN_TRUE@	$(srcdir)/AUTHORS \
  633: @CYGWIN_TRUE@	$(srcdir)/BSDCOPYING \
  634: @CYGWIN_TRUE@	$(srcdir)/COPYING \
  635: @CYGWIN_TRUE@	$(srcdir)/README \
  636: @CYGWIN_TRUE@	$(srcdir)/NEWS
  637: 
  638: @CYGWIN_TRUE@distwindir = $(distdir)-win-$(host_cpu)
  639: @CYGWIN_FALSE@mtr_packet_listen_SOURCES = \
  640: @CYGWIN_FALSE@	test/packet_listen.c
  641: 
  642: @BUILD_BASH_COMPLETION_TRUE@dist_bashcompletion_DATA = bash-completion/mtr
  643: all: config.h
  644: 	$(MAKE) $(AM_MAKEFLAGS) all-am
  645: 
  646: .SUFFIXES:
  647: .SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
  648: am--refresh: Makefile
  649: 	@:
  650: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  651: 	@for dep in $?; do \
  652: 	  case '$(am__configure_deps)' in \
  653: 	    *$$dep*) \
  654: 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  655: 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  656: 		&& exit 0; \
  657: 	      exit 1;; \
  658: 	  esac; \
  659: 	done; \
  660: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  661: 	$(am__cd) $(top_srcdir) && \
  662: 	  $(AUTOMAKE) --foreign Makefile
  663: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  664: 	@case '$?' in \
  665: 	  *config.status*) \
  666: 	    echo ' $(SHELL) ./config.status'; \
  667: 	    $(SHELL) ./config.status;; \
  668: 	  *) \
  669: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  670: 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  671: 	esac;
  672: 
  673: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  674: 	$(SHELL) ./config.status --recheck
  675: 
  676: $(top_srcdir)/configure:  $(am__configure_deps)
  677: 	$(am__cd) $(srcdir) && $(AUTOCONF)
  678: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  679: 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  680: $(am__aclocal_m4_deps):
  681: 
  682: config.h: stamp-h1
  683: 	@test -f $@ || rm -f stamp-h1
  684: 	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  685: 
  686: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  687: 	@rm -f stamp-h1
  688: 	cd $(top_builddir) && $(SHELL) ./config.status config.h
  689: $(srcdir)/config.h.in:  $(am__configure_deps) 
  690: 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  691: 	rm -f stamp-h1
  692: 	touch $@
  693: 
  694: distclean-hdr:
  695: 	-rm -f config.h stamp-h1
  696: 
  697: clean-checkPROGRAMS:
  698: 	-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
  699: install-sbinPROGRAMS: $(sbin_PROGRAMS)
  700: 	@$(NORMAL_INSTALL)
  701: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  702: 	if test -n "$$list"; then \
  703: 	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
  704: 	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
  705: 	fi; \
  706: 	for p in $$list; do echo "$$p $$p"; done | \
  707: 	sed 's/$(EXEEXT)$$//' | \
  708: 	while read p p1; do if test -f $$p \
  709: 	  ; then echo "$$p"; echo "$$p"; else :; fi; \
  710: 	done | \
  711: 	sed -e 'p;s,.*/,,;n;h' \
  712: 	    -e 's|.*|.|' \
  713: 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  714: 	sed 'N;N;N;s,\n, ,g' | \
  715: 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  716: 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  717: 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  718: 	    else { print "f", $$3 "/" $$4, $$1; } } \
  719: 	  END { for (d in files) print "f", d, files[d] }' | \
  720: 	while read type dir files; do \
  721: 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  722: 	    test -z "$$files" || { \
  723: 	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  724: 	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  725: 	    } \
  726: 	; done
  727: 
  728: uninstall-sbinPROGRAMS:
  729: 	@$(NORMAL_UNINSTALL)
  730: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  731: 	files=`for p in $$list; do echo "$$p"; done | \
  732: 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  733: 	      -e 's/$$/$(EXEEXT)/' \
  734: 	`; \
  735: 	test -n "$$list" || exit 0; \
  736: 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  737: 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  738: 
  739: clean-sbinPROGRAMS:
  740: 	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
  741: ui/$(am__dirstamp):
  742: 	@$(MKDIR_P) ui
  743: 	@: > ui/$(am__dirstamp)
  744: ui/$(DEPDIR)/$(am__dirstamp):
  745: 	@$(MKDIR_P) ui/$(DEPDIR)
  746: 	@: > ui/$(DEPDIR)/$(am__dirstamp)
  747: ui/mtr-mtr.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
  748: ui/mtr-net.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
  749: ui/mtr-cmdpipe.$(OBJEXT): ui/$(am__dirstamp) \
  750: 	ui/$(DEPDIR)/$(am__dirstamp)
  751: ui/mtr-dns.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
  752: ui/mtr-raw.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
  753: ui/mtr-split.$(OBJEXT): ui/$(am__dirstamp) \
  754: 	ui/$(DEPDIR)/$(am__dirstamp)
  755: ui/mtr-display.$(OBJEXT): ui/$(am__dirstamp) \
  756: 	ui/$(DEPDIR)/$(am__dirstamp)
  757: ui/mtr-report.$(OBJEXT): ui/$(am__dirstamp) \
  758: 	ui/$(DEPDIR)/$(am__dirstamp)
  759: ui/mtr-select.$(OBJEXT): ui/$(am__dirstamp) \
  760: 	ui/$(DEPDIR)/$(am__dirstamp)
  761: ui/mtr-utils.$(OBJEXT): ui/$(am__dirstamp) \
  762: 	ui/$(DEPDIR)/$(am__dirstamp)
  763: packet/$(am__dirstamp):
  764: 	@$(MKDIR_P) packet
  765: 	@: > packet/$(am__dirstamp)
  766: packet/$(DEPDIR)/$(am__dirstamp):
  767: 	@$(MKDIR_P) packet/$(DEPDIR)
  768: 	@: > packet/$(DEPDIR)/$(am__dirstamp)
  769: packet/mtr-cmdparse.$(OBJEXT): packet/$(am__dirstamp) \
  770: 	packet/$(DEPDIR)/$(am__dirstamp)
  771: portability/$(am__dirstamp):
  772: 	@$(MKDIR_P) portability
  773: 	@: > portability/$(am__dirstamp)
  774: portability/$(DEPDIR)/$(am__dirstamp):
  775: 	@$(MKDIR_P) portability/$(DEPDIR)
  776: 	@: > portability/$(DEPDIR)/$(am__dirstamp)
  777: portability/mtr-error.$(OBJEXT): portability/$(am__dirstamp) \
  778: 	portability/$(DEPDIR)/$(am__dirstamp)
  779: portability/mtr-getopt.$(OBJEXT): portability/$(am__dirstamp) \
  780: 	portability/$(DEPDIR)/$(am__dirstamp)
  781: portability/mtr-getopt1.$(OBJEXT): portability/$(am__dirstamp) \
  782: 	portability/$(DEPDIR)/$(am__dirstamp)
  783: ui/mtr-asn.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
  784: ui/mtr-curses.$(OBJEXT): ui/$(am__dirstamp) \
  785: 	ui/$(DEPDIR)/$(am__dirstamp)
  786: ui/mtr-gtk.$(OBJEXT): ui/$(am__dirstamp) ui/$(DEPDIR)/$(am__dirstamp)
  787: 
  788: mtr$(EXEEXT): $(mtr_OBJECTS) $(mtr_DEPENDENCIES) $(EXTRA_mtr_DEPENDENCIES) 
  789: 	@rm -f mtr$(EXEEXT)
  790: 	$(AM_V_CCLD)$(mtr_LINK) $(mtr_OBJECTS) $(mtr_LDADD) $(LIBS)
  791: packet/packet.$(OBJEXT): packet/$(am__dirstamp) \
  792: 	packet/$(DEPDIR)/$(am__dirstamp)
  793: packet/cmdparse.$(OBJEXT): packet/$(am__dirstamp) \
  794: 	packet/$(DEPDIR)/$(am__dirstamp)
  795: packet/command.$(OBJEXT): packet/$(am__dirstamp) \
  796: 	packet/$(DEPDIR)/$(am__dirstamp)
  797: packet/probe.$(OBJEXT): packet/$(am__dirstamp) \
  798: 	packet/$(DEPDIR)/$(am__dirstamp)
  799: packet/timeval.$(OBJEXT): packet/$(am__dirstamp) \
  800: 	packet/$(DEPDIR)/$(am__dirstamp)
  801: packet/command_cygwin.$(OBJEXT): packet/$(am__dirstamp) \
  802: 	packet/$(DEPDIR)/$(am__dirstamp)
  803: packet/probe_cygwin.$(OBJEXT): packet/$(am__dirstamp) \
  804: 	packet/$(DEPDIR)/$(am__dirstamp)
  805: packet/wait_cygwin.$(OBJEXT): packet/$(am__dirstamp) \
  806: 	packet/$(DEPDIR)/$(am__dirstamp)
  807: packet/command_unix.$(OBJEXT): packet/$(am__dirstamp) \
  808: 	packet/$(DEPDIR)/$(am__dirstamp)
  809: packet/construct_unix.$(OBJEXT): packet/$(am__dirstamp) \
  810: 	packet/$(DEPDIR)/$(am__dirstamp)
  811: packet/deconstruct_unix.$(OBJEXT): packet/$(am__dirstamp) \
  812: 	packet/$(DEPDIR)/$(am__dirstamp)
  813: packet/probe_unix.$(OBJEXT): packet/$(am__dirstamp) \
  814: 	packet/$(DEPDIR)/$(am__dirstamp)
  815: packet/wait_unix.$(OBJEXT): packet/$(am__dirstamp) \
  816: 	packet/$(DEPDIR)/$(am__dirstamp)
  817: 
  818: mtr-packet$(EXEEXT): $(mtr_packet_OBJECTS) $(mtr_packet_DEPENDENCIES) $(EXTRA_mtr_packet_DEPENDENCIES) 
  819: 	@rm -f mtr-packet$(EXEEXT)
  820: 	$(AM_V_CCLD)$(LINK) $(mtr_packet_OBJECTS) $(mtr_packet_LDADD) $(LIBS)
  821: test/$(am__dirstamp):
  822: 	@$(MKDIR_P) test
  823: 	@: > test/$(am__dirstamp)
  824: test/$(DEPDIR)/$(am__dirstamp):
  825: 	@$(MKDIR_P) test/$(DEPDIR)
  826: 	@: > test/$(DEPDIR)/$(am__dirstamp)
  827: test/packet_listen.$(OBJEXT): test/$(am__dirstamp) \
  828: 	test/$(DEPDIR)/$(am__dirstamp)
  829: 
  830: mtr-packet-listen$(EXEEXT): $(mtr_packet_listen_OBJECTS) $(mtr_packet_listen_DEPENDENCIES) $(EXTRA_mtr_packet_listen_DEPENDENCIES) 
  831: 	@rm -f mtr-packet-listen$(EXEEXT)
  832: 	$(AM_V_CCLD)$(LINK) $(mtr_packet_listen_OBJECTS) $(mtr_packet_listen_LDADD) $(LIBS)
  833: 
  834: mostlyclean-compile:
  835: 	-rm -f *.$(OBJEXT)
  836: 	-rm -f packet/*.$(OBJEXT)
  837: 	-rm -f portability/*.$(OBJEXT)
  838: 	-rm -f test/*.$(OBJEXT)
  839: 	-rm -f ui/*.$(OBJEXT)
  840: 
  841: distclean-compile:
  842: 	-rm -f *.tab.c
  843: 
  844: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/cmdparse.Po@am__quote@
  845: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/command.Po@am__quote@
  846: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/command_cygwin.Po@am__quote@
  847: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/command_unix.Po@am__quote@
  848: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/construct_unix.Po@am__quote@
  849: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/deconstruct_unix.Po@am__quote@
  850: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/mtr-cmdparse.Po@am__quote@
  851: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/packet.Po@am__quote@
  852: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/probe.Po@am__quote@
  853: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/probe_cygwin.Po@am__quote@
  854: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/probe_unix.Po@am__quote@
  855: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/timeval.Po@am__quote@
  856: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/wait_cygwin.Po@am__quote@
  857: @AMDEP_TRUE@@am__include@ @am__quote@packet/$(DEPDIR)/wait_unix.Po@am__quote@
  858: @AMDEP_TRUE@@am__include@ @am__quote@portability/$(DEPDIR)/mtr-error.Po@am__quote@
  859: @AMDEP_TRUE@@am__include@ @am__quote@portability/$(DEPDIR)/mtr-getopt.Po@am__quote@
  860: @AMDEP_TRUE@@am__include@ @am__quote@portability/$(DEPDIR)/mtr-getopt1.Po@am__quote@
  861: @AMDEP_TRUE@@am__include@ @am__quote@test/$(DEPDIR)/packet_listen.Po@am__quote@
  862: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-asn.Po@am__quote@
  863: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-cmdpipe.Po@am__quote@
  864: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-curses.Po@am__quote@
  865: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-display.Po@am__quote@
  866: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-dns.Po@am__quote@
  867: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-gtk.Po@am__quote@
  868: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-mtr.Po@am__quote@
  869: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-net.Po@am__quote@
  870: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-raw.Po@am__quote@
  871: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-report.Po@am__quote@
  872: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-select.Po@am__quote@
  873: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-split.Po@am__quote@
  874: @AMDEP_TRUE@@am__include@ @am__quote@ui/$(DEPDIR)/mtr-utils.Po@am__quote@
  875: 
  876: .c.o:
  877: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  878: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  879: @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
  880: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  881: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  882: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  883: 
  884: .c.obj:
  885: @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  886: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  887: @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
  888: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  889: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  890: @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  891: 
  892: ui/mtr-mtr.o: ui/mtr.c
  893: @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
  894: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-mtr.Tpo ui/$(DEPDIR)/mtr-mtr.Po
  895: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/mtr.c' object='ui/mtr-mtr.o' libtool=no @AMDEPBACKSLASH@
  896: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  897: @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
  898: 
  899: ui/mtr-mtr.obj: ui/mtr.c
  900: @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`
  901: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-mtr.Tpo ui/$(DEPDIR)/mtr-mtr.Po
  902: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/mtr.c' object='ui/mtr-mtr.obj' libtool=no @AMDEPBACKSLASH@
  903: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  904: @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`
  905: 
  906: ui/mtr-net.o: ui/net.c
  907: @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
  908: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-net.Tpo ui/$(DEPDIR)/mtr-net.Po
  909: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/net.c' object='ui/mtr-net.o' libtool=no @AMDEPBACKSLASH@
  910: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  911: @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
  912: 
  913: ui/mtr-net.obj: ui/net.c
  914: @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`
  915: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-net.Tpo ui/$(DEPDIR)/mtr-net.Po
  916: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/net.c' object='ui/mtr-net.obj' libtool=no @AMDEPBACKSLASH@
  917: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  918: @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`
  919: 
  920: ui/mtr-cmdpipe.o: ui/cmdpipe.c
  921: @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
  922: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-cmdpipe.Tpo ui/$(DEPDIR)/mtr-cmdpipe.Po
  923: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/cmdpipe.c' object='ui/mtr-cmdpipe.o' libtool=no @AMDEPBACKSLASH@
  924: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  925: @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
  926: 
  927: ui/mtr-cmdpipe.obj: ui/cmdpipe.c
  928: @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`
  929: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-cmdpipe.Tpo ui/$(DEPDIR)/mtr-cmdpipe.Po
  930: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/cmdpipe.c' object='ui/mtr-cmdpipe.obj' libtool=no @AMDEPBACKSLASH@
  931: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  932: @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`
  933: 
  934: ui/mtr-dns.o: ui/dns.c
  935: @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
  936: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-dns.Tpo ui/$(DEPDIR)/mtr-dns.Po
  937: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/dns.c' object='ui/mtr-dns.o' libtool=no @AMDEPBACKSLASH@
  938: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  939: @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
  940: 
  941: ui/mtr-dns.obj: ui/dns.c
  942: @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`
  943: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-dns.Tpo ui/$(DEPDIR)/mtr-dns.Po
  944: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/dns.c' object='ui/mtr-dns.obj' libtool=no @AMDEPBACKSLASH@
  945: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  946: @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`
  947: 
  948: ui/mtr-raw.o: ui/raw.c
  949: @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
  950: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-raw.Tpo ui/$(DEPDIR)/mtr-raw.Po
  951: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/raw.c' object='ui/mtr-raw.o' libtool=no @AMDEPBACKSLASH@
  952: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  953: @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
  954: 
  955: ui/mtr-raw.obj: ui/raw.c
  956: @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`
  957: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-raw.Tpo ui/$(DEPDIR)/mtr-raw.Po
  958: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/raw.c' object='ui/mtr-raw.obj' libtool=no @AMDEPBACKSLASH@
  959: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  960: @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`
  961: 
  962: ui/mtr-split.o: ui/split.c
  963: @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
  964: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-split.Tpo ui/$(DEPDIR)/mtr-split.Po
  965: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/split.c' object='ui/mtr-split.o' libtool=no @AMDEPBACKSLASH@
  966: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  967: @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
  968: 
  969: ui/mtr-split.obj: ui/split.c
  970: @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`
  971: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-split.Tpo ui/$(DEPDIR)/mtr-split.Po
  972: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/split.c' object='ui/mtr-split.obj' libtool=no @AMDEPBACKSLASH@
  973: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  974: @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`
  975: 
  976: ui/mtr-display.o: ui/display.c
  977: @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
  978: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-display.Tpo ui/$(DEPDIR)/mtr-display.Po
  979: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/display.c' object='ui/mtr-display.o' libtool=no @AMDEPBACKSLASH@
  980: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  981: @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
  982: 
  983: ui/mtr-display.obj: ui/display.c
  984: @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`
  985: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-display.Tpo ui/$(DEPDIR)/mtr-display.Po
  986: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/display.c' object='ui/mtr-display.obj' libtool=no @AMDEPBACKSLASH@
  987: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  988: @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`
  989: 
  990: ui/mtr-report.o: ui/report.c
  991: @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
  992: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-report.Tpo ui/$(DEPDIR)/mtr-report.Po
  993: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/report.c' object='ui/mtr-report.o' libtool=no @AMDEPBACKSLASH@
  994: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  995: @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
  996: 
  997: ui/mtr-report.obj: ui/report.c
  998: @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`
  999: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-report.Tpo ui/$(DEPDIR)/mtr-report.Po
 1000: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/report.c' object='ui/mtr-report.obj' libtool=no @AMDEPBACKSLASH@
 1001: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1002: @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`
 1003: 
 1004: ui/mtr-select.o: ui/select.c
 1005: @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
 1006: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-select.Tpo ui/$(DEPDIR)/mtr-select.Po
 1007: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/select.c' object='ui/mtr-select.o' libtool=no @AMDEPBACKSLASH@
 1008: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1009: @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
 1010: 
 1011: ui/mtr-select.obj: ui/select.c
 1012: @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`
 1013: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-select.Tpo ui/$(DEPDIR)/mtr-select.Po
 1014: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/select.c' object='ui/mtr-select.obj' libtool=no @AMDEPBACKSLASH@
 1015: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1016: @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`
 1017: 
 1018: ui/mtr-utils.o: ui/utils.c
 1019: @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
 1020: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-utils.Tpo ui/$(DEPDIR)/mtr-utils.Po
 1021: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/utils.c' object='ui/mtr-utils.o' libtool=no @AMDEPBACKSLASH@
 1022: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1023: @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
 1024: 
 1025: ui/mtr-utils.obj: ui/utils.c
 1026: @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`
 1027: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-utils.Tpo ui/$(DEPDIR)/mtr-utils.Po
 1028: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/utils.c' object='ui/mtr-utils.obj' libtool=no @AMDEPBACKSLASH@
 1029: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1030: @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`
 1031: 
 1032: packet/mtr-cmdparse.o: packet/cmdparse.c
 1033: @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
 1034: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) packet/$(DEPDIR)/mtr-cmdparse.Tpo packet/$(DEPDIR)/mtr-cmdparse.Po
 1035: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='packet/cmdparse.c' object='packet/mtr-cmdparse.o' libtool=no @AMDEPBACKSLASH@
 1036: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1037: @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
 1038: 
 1039: packet/mtr-cmdparse.obj: packet/cmdparse.c
 1040: @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`
 1041: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) packet/$(DEPDIR)/mtr-cmdparse.Tpo packet/$(DEPDIR)/mtr-cmdparse.Po
 1042: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='packet/cmdparse.c' object='packet/mtr-cmdparse.obj' libtool=no @AMDEPBACKSLASH@
 1043: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1044: @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`
 1045: 
 1046: portability/mtr-error.o: portability/error.c
 1047: @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
 1048: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-error.Tpo portability/$(DEPDIR)/mtr-error.Po
 1049: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='portability/error.c' object='portability/mtr-error.o' libtool=no @AMDEPBACKSLASH@
 1050: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1051: @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
 1052: 
 1053: portability/mtr-error.obj: portability/error.c
 1054: @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`
 1055: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-error.Tpo portability/$(DEPDIR)/mtr-error.Po
 1056: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='portability/error.c' object='portability/mtr-error.obj' libtool=no @AMDEPBACKSLASH@
 1057: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1058: @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`
 1059: 
 1060: portability/mtr-getopt.o: portability/getopt.c
 1061: @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
 1062: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-getopt.Tpo portability/$(DEPDIR)/mtr-getopt.Po
 1063: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='portability/getopt.c' object='portability/mtr-getopt.o' libtool=no @AMDEPBACKSLASH@
 1064: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1065: @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
 1066: 
 1067: portability/mtr-getopt.obj: portability/getopt.c
 1068: @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`
 1069: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-getopt.Tpo portability/$(DEPDIR)/mtr-getopt.Po
 1070: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='portability/getopt.c' object='portability/mtr-getopt.obj' libtool=no @AMDEPBACKSLASH@
 1071: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1072: @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`
 1073: 
 1074: portability/mtr-getopt1.o: portability/getopt1.c
 1075: @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
 1076: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-getopt1.Tpo portability/$(DEPDIR)/mtr-getopt1.Po
 1077: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='portability/getopt1.c' object='portability/mtr-getopt1.o' libtool=no @AMDEPBACKSLASH@
 1078: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1079: @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
 1080: 
 1081: portability/mtr-getopt1.obj: portability/getopt1.c
 1082: @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`
 1083: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) portability/$(DEPDIR)/mtr-getopt1.Tpo portability/$(DEPDIR)/mtr-getopt1.Po
 1084: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='portability/getopt1.c' object='portability/mtr-getopt1.obj' libtool=no @AMDEPBACKSLASH@
 1085: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1086: @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`
 1087: 
 1088: ui/mtr-asn.o: ui/asn.c
 1089: @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
 1090: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-asn.Tpo ui/$(DEPDIR)/mtr-asn.Po
 1091: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/asn.c' object='ui/mtr-asn.o' libtool=no @AMDEPBACKSLASH@
 1092: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1093: @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
 1094: 
 1095: ui/mtr-asn.obj: ui/asn.c
 1096: @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`
 1097: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-asn.Tpo ui/$(DEPDIR)/mtr-asn.Po
 1098: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/asn.c' object='ui/mtr-asn.obj' libtool=no @AMDEPBACKSLASH@
 1099: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1100: @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`
 1101: 
 1102: ui/mtr-curses.o: ui/curses.c
 1103: @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
 1104: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-curses.Tpo ui/$(DEPDIR)/mtr-curses.Po
 1105: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/curses.c' object='ui/mtr-curses.o' libtool=no @AMDEPBACKSLASH@
 1106: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1107: @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
 1108: 
 1109: ui/mtr-curses.obj: ui/curses.c
 1110: @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`
 1111: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-curses.Tpo ui/$(DEPDIR)/mtr-curses.Po
 1112: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/curses.c' object='ui/mtr-curses.obj' libtool=no @AMDEPBACKSLASH@
 1113: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1114: @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`
 1115: 
 1116: ui/mtr-gtk.o: ui/gtk.c
 1117: @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
 1118: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-gtk.Tpo ui/$(DEPDIR)/mtr-gtk.Po
 1119: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/gtk.c' object='ui/mtr-gtk.o' libtool=no @AMDEPBACKSLASH@
 1120: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1121: @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
 1122: 
 1123: ui/mtr-gtk.obj: ui/gtk.c
 1124: @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`
 1125: @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ui/$(DEPDIR)/mtr-gtk.Tpo ui/$(DEPDIR)/mtr-gtk.Po
 1126: @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ui/gtk.c' object='ui/mtr-gtk.obj' libtool=no @AMDEPBACKSLASH@
 1127: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 1128: @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`
 1129: install-man8: $(dist_man_MANS)
 1130: 	@$(NORMAL_INSTALL)
 1131: 	@list1=''; \
 1132: 	list2='$(dist_man_MANS)'; \
 1133: 	test -n "$(man8dir)" \
 1134: 	  && test -n "`echo $$list1$$list2`" \
 1135: 	  || exit 0; \
 1136: 	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
 1137: 	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
 1138: 	{ for i in $$list1; do echo "$$i"; done;  \
 1139: 	if test -n "$$list2"; then \
 1140: 	  for i in $$list2; do echo "$$i"; done \
 1141: 	    | sed -n '/\.8[a-z]*$$/p'; \
 1142: 	fi; \
 1143: 	} | while read p; do \
 1144: 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 1145: 	  echo "$$d$$p"; echo "$$p"; \
 1146: 	done | \
 1147: 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 1148: 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 1149: 	sed 'N;N;s,\n, ,g' | { \
 1150: 	list=; while read file base inst; do \
 1151: 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 1152: 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 1153: 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
 1154: 	  fi; \
 1155: 	done; \
 1156: 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 1157: 	while read files; do \
 1158: 	  test -z "$$files" || { \
 1159: 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
 1160: 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
 1161: 	done; }
 1162: 
 1163: uninstall-man8:
 1164: 	@$(NORMAL_UNINSTALL)
 1165: 	@list=''; test -n "$(man8dir)" || exit 0; \
 1166: 	files=`{ for i in $$list; do echo "$$i"; done; \
 1167: 	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 1168: 	  sed -n '/\.8[a-z]*$$/p'; \
 1169: 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 1170: 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 1171: 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
 1172: install-dist_bashcompletionDATA: $(dist_bashcompletion_DATA)
 1173: 	@$(NORMAL_INSTALL)
 1174: 	@list='$(dist_bashcompletion_DATA)'; test -n "$(bashcompletiondir)" || list=; \
 1175: 	if test -n "$$list"; then \
 1176: 	  echo " $(MKDIR_P) '$(DESTDIR)$(bashcompletiondir)'"; \
 1177: 	  $(MKDIR_P) "$(DESTDIR)$(bashcompletiondir)" || exit 1; \
 1178: 	fi; \
 1179: 	for p in $$list; do \
 1180: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 1181: 	  echo "$$d$$p"; \
 1182: 	done | $(am__base_list) | \
 1183: 	while read files; do \
 1184: 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bashcompletiondir)'"; \
 1185: 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(bashcompletiondir)" || exit $$?; \
 1186: 	done
 1187: 
 1188: uninstall-dist_bashcompletionDATA:
 1189: 	@$(NORMAL_UNINSTALL)
 1190: 	@list='$(dist_bashcompletion_DATA)'; test -n "$(bashcompletiondir)" || list=; \
 1191: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 1192: 	dir='$(DESTDIR)$(bashcompletiondir)'; $(am__uninstall_files_from_dir)
 1193: 
 1194: ID: $(am__tagged_files)
 1195: 	$(am__define_uniq_tagged_files); mkid -fID $$unique
 1196: tags: tags-am
 1197: TAGS: tags
 1198: 
 1199: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 1200: 	set x; \
 1201: 	here=`pwd`; \
 1202: 	$(am__define_uniq_tagged_files); \
 1203: 	shift; \
 1204: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 1205: 	  test -n "$$unique" || unique=$$empty_fix; \
 1206: 	  if test $$# -gt 0; then \
 1207: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 1208: 	      "$$@" $$unique; \
 1209: 	  else \
 1210: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 1211: 	      $$unique; \
 1212: 	  fi; \
 1213: 	fi
 1214: ctags: ctags-am
 1215: 
 1216: CTAGS: ctags
 1217: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 1218: 	$(am__define_uniq_tagged_files); \
 1219: 	test -z "$(CTAGS_ARGS)$$unique" \
 1220: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 1221: 	     $$unique
 1222: 
 1223: GTAGS:
 1224: 	here=`$(am__cd) $(top_builddir) && pwd` \
 1225: 	  && $(am__cd) $(top_srcdir) \
 1226: 	  && gtags -i $(GTAGS_ARGS) "$$here"
 1227: cscope: cscope.files
 1228: 	test ! -s cscope.files \
 1229: 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 1230: clean-cscope:
 1231: 	-rm -f cscope.files
 1232: cscope.files: clean-cscope cscopelist
 1233: cscopelist: cscopelist-am
 1234: 
 1235: cscopelist-am: $(am__tagged_files)
 1236: 	list='$(am__tagged_files)'; \
 1237: 	case "$(srcdir)" in \
 1238: 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 1239: 	  *) sdir=$(subdir)/$(srcdir) ;; \
 1240: 	esac; \
 1241: 	for i in $$list; do \
 1242: 	  if test -f "$$i"; then \
 1243: 	    echo "$(subdir)/$$i"; \
 1244: 	  else \
 1245: 	    echo "$$sdir/$$i"; \
 1246: 	  fi; \
 1247: 	done >> $(top_builddir)/cscope.files
 1248: 
 1249: distclean-tags:
 1250: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 1251: 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 1252: 
 1253: # Recover from deleted '.trs' file; this should ensure that
 1254: # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
 1255: # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
 1256: # to avoid problems with "make -n".
 1257: .log.trs:
 1258: 	rm -f $< $@
 1259: 	$(MAKE) $(AM_MAKEFLAGS) $<
 1260: 
 1261: # Leading 'am--fnord' is there to ensure the list of targets does not
 1262: # expand to empty, as could happen e.g. with make check TESTS=''.
 1263: am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
 1264: am--force-recheck:
 1265: 	@:
 1266: 
 1267: $(TEST_SUITE_LOG): $(TEST_LOGS)
 1268: 	@$(am__set_TESTS_bases); \
 1269: 	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
 1270: 	redo_bases=`for i in $$bases; do \
 1271: 	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
 1272: 	            done`; \
 1273: 	if test -n "$$redo_bases"; then \
 1274: 	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
 1275: 	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
 1276: 	  if $(am__make_dryrun); then :; else \
 1277: 	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
 1278: 	  fi; \
 1279: 	fi; \
 1280: 	if test -n "$$am__remaking_logs"; then \
 1281: 	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
 1282: 	       "recursion detected" >&2; \
 1283: 	elif test -n "$$redo_logs"; then \
 1284: 	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
 1285: 	fi; \
 1286: 	if $(am__make_dryrun); then :; else \
 1287: 	  st=0;  \
 1288: 	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
 1289: 	  for i in $$redo_bases; do \
 1290: 	    test -f $$i.trs && test -r $$i.trs \
 1291: 	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
 1292: 	    test -f $$i.log && test -r $$i.log \
 1293: 	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
 1294: 	  done; \
 1295: 	  test $$st -eq 0 || exit 1; \
 1296: 	fi
 1297: 	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
 1298: 	ws='[ 	]'; \
 1299: 	results=`for b in $$bases; do echo $$b.trs; done`; \
 1300: 	test -n "$$results" || results=/dev/null; \
 1301: 	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
 1302: 	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
 1303: 	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
 1304: 	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
 1305: 	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
 1306: 	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
 1307: 	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
 1308: 	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
 1309: 	  success=true; \
 1310: 	else \
 1311: 	  success=false; \
 1312: 	fi; \
 1313: 	br='==================='; br=$$br$$br$$br$$br; \
 1314: 	result_count () \
 1315: 	{ \
 1316: 	    if test x"$$1" = x"--maybe-color"; then \
 1317: 	      maybe_colorize=yes; \
 1318: 	    elif test x"$$1" = x"--no-color"; then \
 1319: 	      maybe_colorize=no; \
 1320: 	    else \
 1321: 	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
 1322: 	    fi; \
 1323: 	    shift; \
 1324: 	    desc=$$1 count=$$2; \
 1325: 	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
 1326: 	      color_start=$$3 color_end=$$std; \
 1327: 	    else \
 1328: 	      color_start= color_end=; \
 1329: 	    fi; \
 1330: 	    echo "$${color_start}# $$desc $$count$${color_end}"; \
 1331: 	}; \
 1332: 	create_testsuite_report () \
 1333: 	{ \
 1334: 	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
 1335: 	  result_count $$1 "PASS: " $$pass  "$$grn"; \
 1336: 	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
 1337: 	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
 1338: 	  result_count $$1 "FAIL: " $$fail  "$$red"; \
 1339: 	  result_count $$1 "XPASS:" $$xpass "$$red"; \
 1340: 	  result_count $$1 "ERROR:" $$error "$$mgn"; \
 1341: 	}; \
 1342: 	{								\
 1343: 	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
 1344: 	    $(am__rst_title);						\
 1345: 	  create_testsuite_report --no-color;				\
 1346: 	  echo;								\
 1347: 	  echo ".. contents:: :depth: 2";				\
 1348: 	  echo;								\
 1349: 	  for b in $$bases; do echo $$b; done				\
 1350: 	    | $(am__create_global_log);					\
 1351: 	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
 1352: 	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
 1353: 	if $$success; then						\
 1354: 	  col="$$grn";							\
 1355: 	 else								\
 1356: 	  col="$$red";							\
 1357: 	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
 1358: 	fi;								\
 1359: 	echo "$${col}$$br$${std}"; 					\
 1360: 	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
 1361: 	echo "$${col}$$br$${std}"; 					\
 1362: 	create_testsuite_report --maybe-color;				\
 1363: 	echo "$$col$$br$$std";						\
 1364: 	if $$success; then :; else					\
 1365: 	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
 1366: 	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
 1367: 	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
 1368: 	  fi;								\
 1369: 	  echo "$$col$$br$$std";					\
 1370: 	fi;								\
 1371: 	$$success || exit 1
 1372: 
 1373: check-TESTS:
 1374: 	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
 1375: 	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
 1376: 	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 1377: 	@set +e; $(am__set_TESTS_bases); \
 1378: 	log_list=`for i in $$bases; do echo $$i.log; done`; \
 1379: 	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
 1380: 	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
 1381: 	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
 1382: 	exit $$?;
 1383: recheck: all $(check_PROGRAMS)
 1384: 	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 1385: 	@set +e; $(am__set_TESTS_bases); \
 1386: 	bases=`for i in $$bases; do echo $$i; done \
 1387: 	         | $(am__list_recheck_tests)` || exit 1; \
 1388: 	log_list=`for i in $$bases; do echo $$i.log; done`; \
 1389: 	log_list=`echo $$log_list`; \
 1390: 	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
 1391: 	        am__force_recheck=am--force-recheck \
 1392: 	        TEST_LOGS="$$log_list"; \
 1393: 	exit $$?
 1394: test/cmdparse.py.log: test/cmdparse.py
 1395: 	@p='test/cmdparse.py'; \
 1396: 	b='test/cmdparse.py'; \
 1397: 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 1398: 	--log-file $$b.log --trs-file $$b.trs \
 1399: 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 1400: 	"$$tst" $(AM_TESTS_FD_REDIRECT)
 1401: test/param.py.log: test/param.py
 1402: 	@p='test/param.py'; \
 1403: 	b='test/param.py'; \
 1404: 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 1405: 	--log-file $$b.log --trs-file $$b.trs \
 1406: 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 1407: 	"$$tst" $(AM_TESTS_FD_REDIRECT)
 1408: test/probe.py.log: test/probe.py
 1409: 	@p='test/probe.py'; \
 1410: 	b='test/probe.py'; \
 1411: 	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
 1412: 	--log-file $$b.log --trs-file $$b.trs \
 1413: 	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
 1414: 	"$$tst" $(AM_TESTS_FD_REDIRECT)
 1415: .test.log:
 1416: 	@p='$<'; \
 1417: 	$(am__set_b); \
 1418: 	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
 1419: 	--log-file $$b.log --trs-file $$b.trs \
 1420: 	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
 1421: 	"$$tst" $(AM_TESTS_FD_REDIRECT)
 1422: @am__EXEEXT_TRUE@.test$(EXEEXT).log:
 1423: @am__EXEEXT_TRUE@	@p='$<'; \
 1424: @am__EXEEXT_TRUE@	$(am__set_b); \
 1425: @am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
 1426: @am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
 1427: @am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
 1428: @am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
 1429: 
 1430: distdir: $(DISTFILES)
 1431: 	$(am__remove_distdir)
 1432: 	test -d "$(distdir)" || mkdir "$(distdir)"
 1433: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 1434: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 1435: 	list='$(DISTFILES)'; \
 1436: 	  dist_files=`for file in $$list; do echo $$file; done | \
 1437: 	  sed -e "s|^$$srcdirstrip/||;t" \
 1438: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 1439: 	case $$dist_files in \
 1440: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
 1441: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 1442: 			   sort -u` ;; \
 1443: 	esac; \
 1444: 	for file in $$dist_files; do \
 1445: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 1446: 	  if test -d $$d/$$file; then \
 1447: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 1448: 	    if test -d "$(distdir)/$$file"; then \
 1449: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 1450: 	    fi; \
 1451: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 1452: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 1453: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 1454: 	    fi; \
 1455: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 1456: 	  else \
 1457: 	    test -f "$(distdir)/$$file" \
 1458: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
 1459: 	    || exit 1; \
 1460: 	  fi; \
 1461: 	done
 1462: 	-test -n "$(am__skip_mode_fix)" \
 1463: 	|| find "$(distdir)" -type d ! -perm -755 \
 1464: 		-exec chmod u+rwx,go+rx {} \; -o \
 1465: 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 1466: 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 1467: 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 1468: 	|| chmod -R a+r "$(distdir)"
 1469: dist-gzip: distdir
 1470: 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 1471: 	$(am__post_remove_distdir)
 1472: 
 1473: dist-bzip2: distdir
 1474: 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 1475: 	$(am__post_remove_distdir)
 1476: 
 1477: dist-lzip: distdir
 1478: 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 1479: 	$(am__post_remove_distdir)
 1480: 
 1481: dist-xz: distdir
 1482: 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 1483: 	$(am__post_remove_distdir)
 1484: 
 1485: dist-tarZ: distdir
 1486: 	@echo WARNING: "Support for distribution archives compressed with" \
 1487: 		       "legacy program 'compress' is deprecated." >&2
 1488: 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 1489: 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 1490: 	$(am__post_remove_distdir)
 1491: 
 1492: dist-shar: distdir
 1493: 	@echo WARNING: "Support for shar distribution archives is" \
 1494: 	               "deprecated." >&2
 1495: 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 1496: 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 1497: 	$(am__post_remove_distdir)
 1498: 
 1499: dist-zip: distdir
 1500: 	-rm -f $(distdir).zip
 1501: 	zip -rq $(distdir).zip $(distdir)
 1502: 	$(am__post_remove_distdir)
 1503: 
 1504: dist dist-all:
 1505: 	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 1506: 	$(am__post_remove_distdir)
 1507: 
 1508: # This target untars the dist file and tries a VPATH configuration.  Then
 1509: # it guarantees that the distribution is self-contained by making another
 1510: # tarfile.
 1511: distcheck: dist
 1512: 	case '$(DIST_ARCHIVES)' in \
 1513: 	*.tar.gz*) \
 1514: 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 1515: 	*.tar.bz2*) \
 1516: 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 1517: 	*.tar.lz*) \
 1518: 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 1519: 	*.tar.xz*) \
 1520: 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 1521: 	*.tar.Z*) \
 1522: 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 1523: 	*.shar.gz*) \
 1524: 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 1525: 	*.zip*) \
 1526: 	  unzip $(distdir).zip ;;\
 1527: 	esac
 1528: 	chmod -R a-w $(distdir)
 1529: 	chmod u+w $(distdir)
 1530: 	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
 1531: 	chmod a-w $(distdir)
 1532: 	test -d $(distdir)/_build || exit 0; \
 1533: 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 1534: 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 1535: 	  && am__cwd=`pwd` \
 1536: 	  && $(am__cd) $(distdir)/_build/sub \
 1537: 	  && ../../configure \
 1538: 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 1539: 	    $(DISTCHECK_CONFIGURE_FLAGS) \
 1540: 	    --srcdir=../.. --prefix="$$dc_install_base" \
 1541: 	  && $(MAKE) $(AM_MAKEFLAGS) \
 1542: 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
 1543: 	  && $(MAKE) $(AM_MAKEFLAGS) check \
 1544: 	  && $(MAKE) $(AM_MAKEFLAGS) install \
 1545: 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 1546: 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 1547: 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 1548: 	        distuninstallcheck \
 1549: 	  && chmod -R a-w "$$dc_install_base" \
 1550: 	  && ({ \
 1551: 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 1552: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 1553: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 1554: 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 1555: 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 1556: 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
 1557: 	  && rm -rf "$$dc_destdir" \
 1558: 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
 1559: 	  && rm -rf $(DIST_ARCHIVES) \
 1560: 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 1561: 	  && cd "$$am__cwd" \
 1562: 	  || exit 1
 1563: 	$(am__post_remove_distdir)
 1564: 	@(echo "$(distdir) archives ready for distribution: "; \
 1565: 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 1566: 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 1567: distuninstallcheck:
 1568: 	@test -n '$(distuninstallcheck_dir)' || { \
 1569: 	  echo 'ERROR: trying to run $@ with an empty' \
 1570: 	       '$$(distuninstallcheck_dir)' >&2; \
 1571: 	  exit 1; \
 1572: 	}; \
 1573: 	$(am__cd) '$(distuninstallcheck_dir)' || { \
 1574: 	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 1575: 	  exit 1; \
 1576: 	}; \
 1577: 	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 1578: 	   || { echo "ERROR: files left after uninstall:" ; \
 1579: 	        if test -n "$(DESTDIR)"; then \
 1580: 	          echo "  (check DESTDIR support)"; \
 1581: 	        fi ; \
 1582: 	        $(distuninstallcheck_listfiles) ; \
 1583: 	        exit 1; } >&2
 1584: distcleancheck: distclean
 1585: 	@if test '$(srcdir)' = . ; then \
 1586: 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 1587: 	  exit 1 ; \
 1588: 	fi
 1589: 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 1590: 	  || { echo "ERROR: files left in build directory after distclean:" ; \
 1591: 	       $(distcleancheck_listfiles) ; \
 1592: 	       exit 1; } >&2
 1593: check-am: all-am
 1594: 	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 1595: 	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
 1596: check: check-am
 1597: all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
 1598: installdirs:
 1599: 	for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(bashcompletiondir)"; do \
 1600: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 1601: 	done
 1602: install: install-am
 1603: install-exec: install-exec-am
 1604: install-data: install-data-am
 1605: uninstall: uninstall-am
 1606: 
 1607: install-am: all-am
 1608: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 1609: 
 1610: installcheck: installcheck-am
 1611: install-strip:
 1612: 	if test -z '$(STRIP)'; then \
 1613: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 1614: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 1615: 	      install; \
 1616: 	else \
 1617: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 1618: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 1619: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 1620: 	fi
 1621: mostlyclean-generic:
 1622: 	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
 1623: 	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
 1624: 	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
 1625: 
 1626: clean-generic:
 1627: 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 1628: 
 1629: distclean-generic:
 1630: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 1631: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 1632: 	-rm -f packet/$(DEPDIR)/$(am__dirstamp)
 1633: 	-rm -f packet/$(am__dirstamp)
 1634: 	-rm -f portability/$(DEPDIR)/$(am__dirstamp)
 1635: 	-rm -f portability/$(am__dirstamp)
 1636: 	-rm -f test/$(DEPDIR)/$(am__dirstamp)
 1637: 	-rm -f test/$(am__dirstamp)
 1638: 	-rm -f ui/$(DEPDIR)/$(am__dirstamp)
 1639: 	-rm -f ui/$(am__dirstamp)
 1640: 
 1641: maintainer-clean-generic:
 1642: 	@echo "This command is intended for maintainers to use"
 1643: 	@echo "it deletes files that may require special tools to rebuild."
 1644: clean: clean-am
 1645: 
 1646: clean-am: clean-checkPROGRAMS clean-generic clean-sbinPROGRAMS \
 1647: 	mostlyclean-am
 1648: 
 1649: distclean: distclean-am
 1650: 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
 1651: 	-rm -rf packet/$(DEPDIR) portability/$(DEPDIR) test/$(DEPDIR) ui/$(DEPDIR)
 1652: 	-rm -f Makefile
 1653: distclean-am: clean-am distclean-compile distclean-generic \
 1654: 	distclean-hdr distclean-tags
 1655: 
 1656: dvi: dvi-am
 1657: 
 1658: dvi-am:
 1659: 
 1660: html: html-am
 1661: 
 1662: html-am:
 1663: 
 1664: info: info-am
 1665: 
 1666: info-am:
 1667: 
 1668: install-data-am: install-dist_bashcompletionDATA install-man
 1669: 
 1670: install-dvi: install-dvi-am
 1671: 
 1672: install-dvi-am:
 1673: 
 1674: install-exec-am: install-sbinPROGRAMS
 1675: 	@$(NORMAL_INSTALL)
 1676: 	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 1677: install-html: install-html-am
 1678: 
 1679: install-html-am:
 1680: 
 1681: install-info: install-info-am
 1682: 
 1683: install-info-am:
 1684: 
 1685: install-man: install-man8
 1686: 
 1687: install-pdf: install-pdf-am
 1688: 
 1689: install-pdf-am:
 1690: 
 1691: install-ps: install-ps-am
 1692: 
 1693: install-ps-am:
 1694: 
 1695: installcheck-am:
 1696: 
 1697: maintainer-clean: maintainer-clean-am
 1698: 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
 1699: 	-rm -rf $(top_srcdir)/autom4te.cache
 1700: 	-rm -rf packet/$(DEPDIR) portability/$(DEPDIR) test/$(DEPDIR) ui/$(DEPDIR)
 1701: 	-rm -f Makefile
 1702: maintainer-clean-am: distclean-am maintainer-clean-generic
 1703: 
 1704: mostlyclean: mostlyclean-am
 1705: 
 1706: mostlyclean-am: mostlyclean-compile mostlyclean-generic
 1707: 
 1708: pdf: pdf-am
 1709: 
 1710: pdf-am:
 1711: 
 1712: ps: ps-am
 1713: 
 1714: ps-am:
 1715: 
 1716: uninstall-am: uninstall-dist_bashcompletionDATA uninstall-man \
 1717: 	uninstall-sbinPROGRAMS
 1718: 
 1719: uninstall-man: uninstall-man8
 1720: 
 1721: .MAKE: all check-am install-am install-exec-am install-strip
 1722: 
 1723: .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
 1724: 	check-am clean clean-checkPROGRAMS clean-cscope clean-generic \
 1725: 	clean-sbinPROGRAMS cscope cscopelist-am ctags ctags-am dist \
 1726: 	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
 1727: 	dist-xz dist-zip distcheck distclean distclean-compile \
 1728: 	distclean-generic distclean-hdr distclean-tags distcleancheck \
 1729: 	distdir distuninstallcheck dvi dvi-am html html-am info \
 1730: 	info-am install install-am install-data install-data-am \
 1731: 	install-dist_bashcompletionDATA install-dvi install-dvi-am \
 1732: 	install-exec install-exec-am install-exec-hook install-html \
 1733: 	install-html-am install-info install-info-am install-man \
 1734: 	install-man8 install-pdf install-pdf-am install-ps \
 1735: 	install-ps-am install-sbinPROGRAMS install-strip installcheck \
 1736: 	installcheck-am installdirs maintainer-clean \
 1737: 	maintainer-clean-generic mostlyclean mostlyclean-compile \
 1738: 	mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \
 1739: 	uninstall uninstall-am uninstall-dist_bashcompletionDATA \
 1740: 	uninstall-man uninstall-man8 uninstall-sbinPROGRAMS
 1741: 
 1742: .PRECIOUS: Makefile
 1743: 
 1744: 	$(TEST_FILES)
 1745: 
 1746: #
 1747: #  We would use % pattern matching here, but that is a GNU make
 1748: #  extension and doesn't work on FreeBSD.
 1749: #
 1750: mtr-packet.8: $(srcdir)/man/mtr-packet.8.in
 1751: 	$(AM_V_GEN) $(srcdir)/build-aux/mangen.sh "$(VERSION)" \
 1752: 		$(srcdir)/man/mtr-packet.8.in $@
 1753: 
 1754: mtr.8: $(srcdir)/man/mtr.8.in
 1755: 	$(AM_V_GEN) $(srcdir)/build-aux/mangen.sh "$(VERSION)" \
 1756: 		$(srcdir)/man/mtr.8.in $@
 1757: 
 1758: $(PATHFILES): Makefile
 1759: 
 1760: install-exec-hook: 
 1761: 	`setcap cap_net_raw+ep $(DESTDIR)$(sbindir)/mtr-packet` \
 1762: 	|| chmod u+s $(DESTDIR)$(sbindir)/mtr-packet
 1763: 
 1764: #  Bundle necessary files for a Windows binary distribution
 1765: @CYGWIN_TRUE@distdir-win: $(dist_windows_aux) mtr.exe mtr-packet.exe
 1766: @CYGWIN_TRUE@	rm -fr $(distwindir)
 1767: @CYGWIN_TRUE@	mkdir -p $(distwindir) $(distwindir)/bin $(distwindir)/terminfo
 1768: @CYGWIN_TRUE@	cp $(dist_windows_aux) -t $(distwindir)
 1769: @CYGWIN_TRUE@	cp mtr.exe mtr-packet.exe -t $(distwindir)/bin
 1770: @CYGWIN_TRUE@	ldd mtr.exe | grep -v cygdrive | awk '{ print $$3 }' | xargs cp -t $(distwindir)/bin
 1771: @CYGWIN_TRUE@	cp `find /usr/share/terminfo -name cygwin | xargs dirname` -r $(distwindir)/terminfo
 1772: 
 1773: #  Zip up a Windows binary distribution
 1774: @CYGWIN_TRUE@dist-windows-bin: distdir-win
 1775: @CYGWIN_TRUE@	rm -f $(distwindir).zip
 1776: @CYGWIN_TRUE@	zip -rq $(distwindir).zip $(distwindir)
 1777: @CYGWIN_TRUE@	rm -fr $(distwindir)
 1778: 
 1779: # Tell versions [3.59,3.63) of GNU make to not export all variables.
 1780: # Otherwise a system limit (for SysV at least) may be exceeded.
 1781: .NOEXPORT:

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