Annotation of embedaddon/iftop/Makefile.in, revision 1.1.1.2

1.1.1.2 ! misho       1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1       misho       2: # @configure_input@
                      3: 
1.1.1.2 ! misho       4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
        !             5: 
1.1       misho       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: # Makefile.am:
                     19: # Automake file for iftop.
                     20: #
                     21: # I don't understand this stuff, so I just stole it from the tpop3d
                     22: # distribution. That means that, really, Mark Longair should take credit for
                     23: # it.
                     24: #   -- Chris Lightfoot
                     25: #
1.1.1.2 ! misho      26: # $Id: Makefile.am,v 1.13 2014/01/19 20:11:39 pdw Exp $
1.1       misho      27: #
                     28: 
                     29: 
1.1.1.2 ! misho      30: VPATH = @srcdir@
        !            31: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
        !            32: am__make_running_with_option = \
        !            33:   case $${target_option-} in \
        !            34:       ?) ;; \
        !            35:       *) echo "am__make_running_with_option: internal error: invalid" \
        !            36:               "target option '$${target_option-}' specified" >&2; \
        !            37:          exit 1;; \
        !            38:   esac; \
        !            39:   has_opt=no; \
        !            40:   sane_makeflags=$$MAKEFLAGS; \
        !            41:   if $(am__is_gnu_make); then \
        !            42:     sane_makeflags=$$MFLAGS; \
        !            43:   else \
        !            44:     case $$MAKEFLAGS in \
        !            45:       *\\[\ \  ]*) \
        !            46:         bs=\\; \
        !            47:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
        !            48:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
        !            49:     esac; \
        !            50:   fi; \
        !            51:   skip_next=no; \
        !            52:   strip_trailopt () \
        !            53:   { \
        !            54:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
        !            55:   }; \
        !            56:   for flg in $$sane_makeflags; do \
        !            57:     test $$skip_next = yes && { skip_next=no; continue; }; \
        !            58:     case $$flg in \
        !            59:       *=*|--*) continue;; \
        !            60:         -*I) strip_trailopt 'I'; skip_next=yes;; \
        !            61:       -*I?*) strip_trailopt 'I';; \
        !            62:         -*O) strip_trailopt 'O'; skip_next=yes;; \
        !            63:       -*O?*) strip_trailopt 'O';; \
        !            64:         -*l) strip_trailopt 'l'; skip_next=yes;; \
        !            65:       -*l?*) strip_trailopt 'l';; \
        !            66:       -[dEDm]) skip_next=yes;; \
        !            67:       -[JT]) skip_next=yes;; \
        !            68:     esac; \
        !            69:     case $$flg in \
        !            70:       *$$target_option*) has_opt=yes; break;; \
        !            71:     esac; \
        !            72:   done; \
        !            73:   test $$has_opt = yes
        !            74: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
        !            75: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       misho      76: pkgdatadir = $(datadir)/@PACKAGE@
                     77: pkgincludedir = $(includedir)/@PACKAGE@
1.1.1.2 ! misho      78: pkglibdir = $(libdir)/@PACKAGE@
        !            79: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1       misho      80: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     81: install_sh_DATA = $(install_sh) -c -m 644
                     82: install_sh_PROGRAM = $(install_sh) -c
                     83: install_sh_SCRIPT = $(install_sh) -c
                     84: INSTALL_HEADER = $(INSTALL_DATA)
1.1.1.2 ! misho      85: transform = $(program_transform_name)
1.1       misho      86: NORMAL_INSTALL = :
                     87: PRE_INSTALL = :
                     88: POST_INSTALL = :
                     89: NORMAL_UNINSTALL = :
                     90: PRE_UNINSTALL = :
                     91: POST_UNINSTALL = :
                     92: build_triplet = @build@
                     93: host_triplet = @host@
                     94: target_triplet = @target@
1.1.1.2 ! misho      95: sbin_PROGRAMS = iftop$(EXEEXT)
        !            96: subdir = .
        !            97: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
        !            98:        $(top_srcdir)/configure $(am__configure_deps) \
        !            99:        $(srcdir)/config.h.in $(top_srcdir)/config/mkinstalldirs \
        !           100:        $(top_srcdir)/config/depcomp $(noinst_HEADERS) AUTHORS COPYING \
        !           101:        ChangeLog INSTALL NEWS README TODO \
        !           102:        $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \
        !           103:        $(top_srcdir)/config/config.sub \
        !           104:        $(top_srcdir)/config/install-sh $(top_srcdir)/config/missing
        !           105: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !           106: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
        !           107: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !           108:        $(ACLOCAL_M4)
        !           109: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
        !           110:  configure.lineno config.status.lineno
        !           111: mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
        !           112: CONFIG_HEADER = config.h
        !           113: CONFIG_CLEAN_FILES =
        !           114: CONFIG_CLEAN_VPATH_FILES =
        !           115: am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
        !           116: PROGRAMS = $(sbin_PROGRAMS)
        !           117: am_iftop_OBJECTS = addr_hash.$(OBJEXT) edline.$(OBJEXT) hash.$(OBJEXT) \
        !           118:        iftop.$(OBJEXT) ns_hash.$(OBJEXT) options.$(OBJEXT) \
        !           119:        resolver.$(OBJEXT) screenfilter.$(OBJEXT) serv_hash.$(OBJEXT) \
        !           120:        sorted_list.$(OBJEXT) threadprof.$(OBJEXT) ui_common.$(OBJEXT) \
        !           121:        ui.$(OBJEXT) tui.$(OBJEXT) util.$(OBJEXT) \
        !           122:        addrs_ioctl.$(OBJEXT) addrs_dlpi.$(OBJEXT) dlcommon.$(OBJEXT) \
        !           123:        stringmap.$(OBJEXT) cfgfile.$(OBJEXT) vector.$(OBJEXT)
        !           124: iftop_OBJECTS = $(am_iftop_OBJECTS)
        !           125: iftop_LDADD = $(LDADD)
        !           126: AM_V_P = $(am__v_P_@AM_V@)
        !           127: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           128: am__v_P_0 = false
        !           129: am__v_P_1 = :
        !           130: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           131: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           132: am__v_GEN_0 = @echo "  GEN     " $@;
        !           133: am__v_GEN_1 = 
        !           134: AM_V_at = $(am__v_at_@AM_V@)
        !           135: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           136: am__v_at_0 = @
        !           137: am__v_at_1 = 
        !           138: DEFAULT_INCLUDES = -I.@am__isrc@
        !           139: depcomp = $(SHELL) $(top_srcdir)/config/depcomp
        !           140: am__depfiles_maybe = depfiles
        !           141: am__mv = mv -f
        !           142: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        !           143:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
        !           144: AM_V_CC = $(am__v_CC_@AM_V@)
        !           145: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
        !           146: am__v_CC_0 = @echo "  CC      " $@;
        !           147: am__v_CC_1 = 
        !           148: CCLD = $(CC)
        !           149: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
        !           150: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
        !           151: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
        !           152: am__v_CCLD_0 = @echo "  CCLD    " $@;
        !           153: am__v_CCLD_1 = 
        !           154: SOURCES = $(iftop_SOURCES)
        !           155: DIST_SOURCES = $(iftop_SOURCES)
        !           156: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
        !           157:        ctags-recursive dvi-recursive html-recursive info-recursive \
        !           158:        install-data-recursive install-dvi-recursive \
        !           159:        install-exec-recursive install-html-recursive \
        !           160:        install-info-recursive install-pdf-recursive \
        !           161:        install-ps-recursive install-recursive installcheck-recursive \
        !           162:        installdirs-recursive pdf-recursive ps-recursive \
        !           163:        tags-recursive uninstall-recursive
        !           164: am__can_run_installinfo = \
        !           165:   case $$AM_UPDATE_INFO_DIR in \
        !           166:     n|no|NO) false;; \
        !           167:     *) (install-info --version) >/dev/null 2>&1;; \
        !           168:   esac
        !           169: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
        !           170: am__vpath_adj = case $$p in \
        !           171:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
        !           172:     *) f=$$p;; \
        !           173:   esac;
        !           174: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
        !           175: am__install_max = 40
        !           176: am__nobase_strip_setup = \
        !           177:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
        !           178: am__nobase_strip = \
        !           179:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
        !           180: am__nobase_list = $(am__nobase_strip_setup); \
        !           181:   for p in $$list; do echo "$$p $$p"; done | \
        !           182:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
        !           183:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
        !           184:     if (++n[$$2] == $(am__install_max)) \
        !           185:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
        !           186:     END { for (dir in files) print dir, files[dir] }'
        !           187: am__base_list = \
        !           188:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
        !           189:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
        !           190: am__uninstall_files_from_dir = { \
        !           191:   test -z "$$files" \
        !           192:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
        !           193:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
        !           194:          $(am__cd) "$$dir" && rm -f $$files; }; \
        !           195:   }
        !           196: man8dir = $(mandir)/man8
        !           197: NROFF = nroff
        !           198: MANS = $(man_MANS)
        !           199: HEADERS = $(noinst_HEADERS)
        !           200: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
        !           201:   distclean-recursive maintainer-clean-recursive
        !           202: am__recursive_targets = \
        !           203:   $(RECURSIVE_TARGETS) \
        !           204:   $(RECURSIVE_CLEAN_TARGETS) \
        !           205:   $(am__extra_recursive_targets)
        !           206: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
        !           207:        cscope distdir dist dist-all distcheck
        !           208: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
        !           209:        $(LISP)config.h.in
        !           210: # Read a list of newline-separated strings from the standard input,
        !           211: # and print each of them once, without duplicates.  Input order is
        !           212: # *not* preserved.
        !           213: am__uniquify_input = $(AWK) '\
        !           214:   BEGIN { nonempty = 0; } \
        !           215:   { items[$$0] = 1; nonempty = 1; } \
        !           216:   END { if (nonempty) { for (i in items) print i; }; } \
        !           217: '
        !           218: # Make sure the list of sources is unique.  This is necessary because,
        !           219: # e.g., the same source file might be shared among _SOURCES variables
        !           220: # for different programs/libraries.
        !           221: am__define_uniq_tagged_files = \
        !           222:   list='$(am__tagged_files)'; \
        !           223:   unique=`for i in $$list; do \
        !           224:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           225:   done | $(am__uniquify_input)`
        !           226: ETAGS = etags
        !           227: CTAGS = ctags
        !           228: CSCOPE = cscope
        !           229: DIST_SUBDIRS = $(SUBDIRS)
        !           230: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !           231: distdir = $(PACKAGE)-$(VERSION)
        !           232: top_distdir = $(distdir)
        !           233: am__remove_distdir = \
        !           234:   if test -d "$(distdir)"; then \
        !           235:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
        !           236:       && rm -rf "$(distdir)" \
        !           237:       || { sleep 5 && rm -rf "$(distdir)"; }; \
        !           238:   else :; fi
        !           239: am__post_remove_distdir = $(am__remove_distdir)
        !           240: am__relativize = \
        !           241:   dir0=`pwd`; \
        !           242:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
        !           243:   sed_rest='s,^[^/]*/*,,'; \
        !           244:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
        !           245:   sed_butlast='s,/*[^/]*$$,,'; \
        !           246:   while test -n "$$dir1"; do \
        !           247:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
        !           248:     if test "$$first" != "."; then \
        !           249:       if test "$$first" = ".."; then \
        !           250:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        !           251:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
        !           252:       else \
        !           253:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        !           254:         if test "$$first2" = "$$first"; then \
        !           255:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        !           256:         else \
        !           257:           dir2="../$$dir2"; \
        !           258:         fi; \
        !           259:         dir0="$$dir0"/"$$first"; \
        !           260:       fi; \
        !           261:     fi; \
        !           262:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
        !           263:   done; \
        !           264:   reldir="$$dir2"
        !           265: DIST_ARCHIVES = $(distdir).tar.gz
        !           266: GZIP_ENV = --best
        !           267: DIST_TARGETS = dist-gzip
        !           268: distuninstallcheck_listfiles = find . -type f -print
        !           269: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
        !           270:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
        !           271: distcleancheck_listfiles = find . -type f -print
1.1       misho     272: ACLOCAL = aclocal -I @ac_aux_dir@
                    273: AMTAR = @AMTAR@
1.1.1.2 ! misho     274: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
        !           275: AUTOCONF = @AUTOCONF@
        !           276: AUTOHEADER = @AUTOHEADER@
        !           277: AUTOMAKE = @AUTOMAKE@
1.1       misho     278: AWK = @AWK@
                    279: CC = @CC@
1.1.1.2 ! misho     280: CCDEPMODE = @CCDEPMODE@
        !           281: CFLAGS = @CFLAGS@
        !           282: CPP = @CPP@
        !           283: CPPFLAGS = @CPPFLAGS@
        !           284: CYGPATH_W = @CYGPATH_W@
        !           285: DEFS = @DEFS@
1.1       misho     286: DEPDIR = @DEPDIR@
1.1.1.2 ! misho     287: ECHO_C = @ECHO_C@
        !           288: ECHO_N = @ECHO_N@
        !           289: ECHO_T = @ECHO_T@
        !           290: EGREP = @EGREP@
        !           291: EXEEXT = @EXEEXT@
        !           292: GREP = @GREP@
        !           293: INSTALL = @INSTALL@
        !           294: INSTALL_DATA = @INSTALL_DATA@
        !           295: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           296: INSTALL_SCRIPT = @INSTALL_SCRIPT@
1.1       misho     297: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.1.1.2 ! misho     298: LDFLAGS = @LDFLAGS@
        !           299: LIBOBJS = @LIBOBJS@
        !           300: LIBS = @LIBS@
        !           301: LTLIBOBJS = @LTLIBOBJS@
        !           302: MAKEINFO = @MAKEINFO@
        !           303: MKDIR_P = @MKDIR_P@
        !           304: OBJEXT = @OBJEXT@
1.1       misho     305: PACKAGE = @PACKAGE@
1.1.1.2 ! misho     306: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           307: PACKAGE_NAME = @PACKAGE_NAME@
        !           308: PACKAGE_STRING = @PACKAGE_STRING@
        !           309: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           310: PACKAGE_URL = @PACKAGE_URL@
        !           311: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           312: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           313: SET_MAKE = @SET_MAKE@
        !           314: SHELL = @SHELL@
1.1       misho     315: STRIP = @STRIP@
                    316: VERSION = @VERSION@
1.1.1.2 ! misho     317: abs_builddir = @abs_builddir@
        !           318: abs_srcdir = @abs_srcdir@
        !           319: abs_top_builddir = @abs_top_builddir@
        !           320: abs_top_srcdir = @abs_top_srcdir@
1.1       misho     321: ac_aux_dir = @ac_aux_dir@
1.1.1.2 ! misho     322: ac_ct_CC = @ac_ct_CC@
1.1       misho     323: am__include = @am__include@
1.1.1.2 ! misho     324: am__leading_dot = @am__leading_dot@
1.1       misho     325: am__quote = @am__quote@
1.1.1.2 ! misho     326: am__tar = @am__tar@
        !           327: am__untar = @am__untar@
        !           328: bindir = @bindir@
        !           329: build = @build@
        !           330: build_alias = @build_alias@
        !           331: build_cpu = @build_cpu@
        !           332: build_os = @build_os@
        !           333: build_vendor = @build_vendor@
        !           334: builddir = @builddir@
        !           335: datadir = @datadir@
        !           336: datarootdir = @datarootdir@
        !           337: docdir = @docdir@
        !           338: dvidir = @dvidir@
        !           339: exec_prefix = @exec_prefix@
        !           340: host = @host@
        !           341: host_alias = @host_alias@
        !           342: host_cpu = @host_cpu@
        !           343: host_os = @host_os@
        !           344: host_vendor = @host_vendor@
        !           345: htmldir = @htmldir@
        !           346: includedir = @includedir@
        !           347: infodir = @infodir@
1.1       misho     348: install_sh = @install_sh@
1.1.1.2 ! misho     349: libdir = @libdir@
        !           350: libexecdir = @libexecdir@
        !           351: localedir = @localedir@
        !           352: localstatedir = @localstatedir@
        !           353: mandir = @mandir@
        !           354: mkdir_p = @mkdir_p@
        !           355: oldincludedir = @oldincludedir@
        !           356: pdfdir = @pdfdir@
        !           357: prefix = @prefix@
        !           358: program_transform_name = @program_transform_name@
        !           359: psdir = @psdir@
        !           360: sbindir = @sbindir@
        !           361: sharedstatedir = @sharedstatedir@
        !           362: srcdir = @srcdir@
        !           363: sysconfdir = @sysconfdir@
        !           364: target = @target@
        !           365: target_alias = @target_alias@
        !           366: target_cpu = @target_cpu@
        !           367: target_os = @target_os@
        !           368: target_vendor = @target_vendor@
        !           369: top_build_prefix = @top_build_prefix@
        !           370: top_builddir = @top_builddir@
        !           371: top_srcdir = @top_srcdir@
        !           372: #iftop-dump
1.1       misho     373: iftop_SOURCES = addr_hash.c edline.c hash.c iftop.c ns_hash.c \
                    374:                  options.c resolver.c screenfilter.c serv_hash.c \
1.1.1.2 ! misho     375:                  sorted_list.c threadprof.c ui_common.c ui.c tui.c util.c \
1.1       misho     376:                 addrs_ioctl.c addrs_dlpi.c dlcommon.c \
                    377:                 stringmap.c cfgfile.c vector.c
                    378: 
                    379: 
1.1.1.2 ! misho     380: #iftop_dump_SOURCES = counter_hash.c hash.c iftop-dump.c  \
        !           381: #                 options.c \
        !           382: #                 util.c \
        !           383: #               addrs_ioctl.c addrs_dlpi.c dlcommon.c \
        !           384: #               stringmap.c cfgfile.c 
        !           385: noinst_HEADERS = addr_hash.h addrs_ioctl.h ether.h ethertype.h extract.h hash.h iftop.h \
1.1       misho     386:                  integers.h ip.h llc.h ns_hash.h options.h resolver.h \
                    387:                  screenfilter.h serv_hash.h sll.h sorted_list.h tcp.h \
1.1.1.2 ! misho     388:                  threadprof.h token.h ui_common.h ui.h tui.h dlcommon.h stringmap.h \
1.1       misho     389:                 vector.h cfgfile.h ppp.h
                    390: 
                    391: man_MANS = iftop.8
                    392: SUBDIRS = config
                    393: EXTRA_DIST = bootstrap README ChangeLog AUTHORS COPYING INSTALL TODO \
1.1.1.2 ! misho     394:                $(man_MANS) iftop.cat iftop.spec
1.1       misho     395: 
                    396: MAINTERCLEANFILES = Makefile.in aclocal.m4 configure configuration.h.in \
                    397:                     stamp-h.in iftop.spec
                    398: 
                    399: all: config.h
                    400:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
                    401: 
                    402: .SUFFIXES:
                    403: .SUFFIXES: .c .o .obj
1.1.1.2 ! misho     404: am--refresh: Makefile
        !           405:        @:
        !           406: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        !           407:        @for dep in $?; do \
        !           408:          case '$(am__configure_deps)' in \
        !           409:            *$$dep*) \
        !           410:              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
        !           411:              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
        !           412:                && exit 0; \
        !           413:              exit 1;; \
        !           414:          esac; \
        !           415:        done; \
        !           416:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
        !           417:        $(am__cd) $(top_srcdir) && \
        !           418:          $(AUTOMAKE) --foreign Makefile
        !           419: .PRECIOUS: Makefile
        !           420: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           421:        @case '$?' in \
        !           422:          *config.status*) \
        !           423:            echo ' $(SHELL) ./config.status'; \
        !           424:            $(SHELL) ./config.status;; \
        !           425:          *) \
        !           426:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
        !           427:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
        !           428:        esac;
1.1       misho     429: 
1.1.1.2 ! misho     430: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1       misho     431:        $(SHELL) ./config.status --recheck
                    432: 
1.1.1.2 ! misho     433: $(top_srcdir)/configure:  $(am__configure_deps)
        !           434:        $(am__cd) $(srcdir) && $(AUTOCONF)
        !           435: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        !           436:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
        !           437: $(am__aclocal_m4_deps):
1.1       misho     438: 
                    439: config.h: stamp-h1
1.1.1.2 ! misho     440:        @test -f $@ || rm -f stamp-h1
        !           441:        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1.1       misho     442: 
                    443: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
                    444:        @rm -f stamp-h1
                    445:        cd $(top_builddir) && $(SHELL) ./config.status config.h
1.1.1.2 ! misho     446: $(srcdir)/config.h.in:  $(am__configure_deps) 
        !           447:        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
        !           448:        rm -f stamp-h1
        !           449:        touch $@
1.1       misho     450: 
                    451: distclean-hdr:
                    452:        -rm -f config.h stamp-h1
                    453: install-sbinPROGRAMS: $(sbin_PROGRAMS)
                    454:        @$(NORMAL_INSTALL)
1.1.1.2 ! misho     455:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
        !           456:        if test -n "$$list"; then \
        !           457:          echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
        !           458:          $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
        !           459:        fi; \
        !           460:        for p in $$list; do echo "$$p $$p"; done | \
        !           461:        sed 's/$(EXEEXT)$$//' | \
        !           462:        while read p p1; do if test -f $$p \
        !           463:          ; then echo "$$p"; echo "$$p"; else :; fi; \
        !           464:        done | \
        !           465:        sed -e 'p;s,.*/,,;n;h' \
        !           466:            -e 's|.*|.|' \
        !           467:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
        !           468:        sed 'N;N;N;s,\n, ,g' | \
        !           469:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
        !           470:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
        !           471:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
        !           472:            else { print "f", $$3 "/" $$4, $$1; } } \
        !           473:          END { for (d in files) print "f", d, files[d] }' | \
        !           474:        while read type dir files; do \
        !           475:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
        !           476:            test -z "$$files" || { \
        !           477:              echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
        !           478:              $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
        !           479:            } \
        !           480:        ; done
1.1       misho     481: 
                    482: uninstall-sbinPROGRAMS:
                    483:        @$(NORMAL_UNINSTALL)
1.1.1.2 ! misho     484:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
        !           485:        files=`for p in $$list; do echo "$$p"; done | \
        !           486:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
        !           487:              -e 's/$$/$(EXEEXT)/' \
        !           488:        `; \
        !           489:        test -n "$$list" || exit 0; \
        !           490:        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
        !           491:        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
1.1       misho     492: 
                    493: clean-sbinPROGRAMS:
                    494:        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
1.1.1.2 ! misho     495: 
        !           496: iftop$(EXEEXT): $(iftop_OBJECTS) $(iftop_DEPENDENCIES) $(EXTRA_iftop_DEPENDENCIES) 
1.1       misho     497:        @rm -f iftop$(EXEEXT)
1.1.1.2 ! misho     498:        $(AM_V_CCLD)$(LINK) $(iftop_OBJECTS) $(iftop_LDADD) $(LIBS)
1.1       misho     499: 
                    500: mostlyclean-compile:
1.1.1.2 ! misho     501:        -rm -f *.$(OBJEXT)
1.1       misho     502: 
                    503: distclean-compile:
                    504:        -rm -f *.tab.c
                    505: 
                    506: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addr_hash.Po@am__quote@
                    507: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrs_dlpi.Po@am__quote@
                    508: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addrs_ioctl.Po@am__quote@
                    509: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfgfile.Po@am__quote@
                    510: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlcommon.Po@am__quote@
                    511: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edline.Po@am__quote@
                    512: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
                    513: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iftop.Po@am__quote@
                    514: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns_hash.Po@am__quote@
                    515: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
                    516: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolver.Po@am__quote@
                    517: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screenfilter.Po@am__quote@
                    518: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serv_hash.Po@am__quote@
                    519: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sorted_list.Po@am__quote@
                    520: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringmap.Po@am__quote@
                    521: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threadprof.Po@am__quote@
1.1.1.2 ! misho     522: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tui.Po@am__quote@
1.1       misho     523: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
1.1.1.2 ! misho     524: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui_common.Po@am__quote@
1.1       misho     525: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
                    526: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@
                    527: 
                    528: .c.o:
1.1.1.2 ! misho     529: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
        !           530: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           531: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           532: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           533: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1       misho     534: 
                    535: .c.obj:
1.1.1.2 ! misho     536: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
        !           537: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
        !           538: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
        !           539: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
        !           540: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
        !           541: install-man8: $(man_MANS)
1.1       misho     542:        @$(NORMAL_INSTALL)
1.1.1.2 ! misho     543:        @list1=''; \
        !           544:        list2='$(man_MANS)'; \
        !           545:        test -n "$(man8dir)" \
        !           546:          && test -n "`echo $$list1$$list2`" \
        !           547:          || exit 0; \
        !           548:        echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
        !           549:        $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
        !           550:        { for i in $$list1; do echo "$$i"; done;  \
        !           551:        if test -n "$$list2"; then \
        !           552:          for i in $$list2; do echo "$$i"; done \
        !           553:            | sed -n '/\.8[a-z]*$$/p'; \
        !           554:        fi; \
        !           555:        } | while read p; do \
        !           556:          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
        !           557:          echo "$$d$$p"; echo "$$p"; \
        !           558:        done | \
        !           559:        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
        !           560:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
        !           561:        sed 'N;N;s,\n, ,g' | { \
        !           562:        list=; while read file base inst; do \
        !           563:          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
        !           564:            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
        !           565:            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
        !           566:          fi; \
1.1       misho     567:        done; \
1.1.1.2 ! misho     568:        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
        !           569:        while read files; do \
        !           570:          test -z "$$files" || { \
        !           571:            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
        !           572:            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
        !           573:        done; }
        !           574: 
1.1       misho     575: uninstall-man8:
                    576:        @$(NORMAL_UNINSTALL)
1.1.1.2 ! misho     577:        @list=''; test -n "$(man8dir)" || exit 0; \
        !           578:        files=`{ for i in $$list; do echo "$$i"; done; \
        !           579:        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
        !           580:          sed -n '/\.8[a-z]*$$/p'; \
        !           581:        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
        !           582:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
        !           583:        dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
1.1       misho     584: 
                    585: # This directory's subdirectories are mostly independent; you can cd
1.1.1.2 ! misho     586: # into them and run 'make' without going through this Makefile.
        !           587: # To change the values of 'make' variables: instead of editing Makefiles,
        !           588: # (1) if the variable is set in 'config.status', edit 'config.status'
        !           589: #     (which will cause the Makefiles to be regenerated when you run 'make');
        !           590: # (2) otherwise, pass the desired values on the 'make' command line.
        !           591: $(am__recursive_targets):
        !           592:        @fail=; \
        !           593:        if $(am__make_keepgoing); then \
        !           594:          failcom='fail=yes'; \
        !           595:        else \
        !           596:          failcom='exit 1'; \
        !           597:        fi; \
1.1       misho     598:        dot_seen=no; \
                    599:        target=`echo $@ | sed s/-recursive//`; \
1.1.1.2 ! misho     600:        case "$@" in \
        !           601:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           602:          *) list='$(SUBDIRS)' ;; \
        !           603:        esac; \
        !           604:        for subdir in $$list; do \
1.1       misho     605:          echo "Making $$target in $$subdir"; \
                    606:          if test "$$subdir" = "."; then \
                    607:            dot_seen=yes; \
                    608:            local_target="$$target-am"; \
                    609:          else \
                    610:            local_target="$$target"; \
                    611:          fi; \
1.1.1.2 ! misho     612:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           613:          || eval $$failcom; \
1.1       misho     614:        done; \
                    615:        if test "$$dot_seen" = "no"; then \
                    616:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    617:        fi; test -z "$$fail"
                    618: 
1.1.1.2 ! misho     619: ID: $(am__tagged_files)
        !           620:        $(am__define_uniq_tagged_files); mkid -fID $$unique
        !           621: tags: tags-recursive
        !           622: TAGS: tags
1.1       misho     623: 
1.1.1.2 ! misho     624: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           625:        set x; \
1.1       misho     626:        here=`pwd`; \
1.1.1.2 ! misho     627:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
        !           628:          include_option=--etags-include; \
        !           629:          empty_fix=.; \
        !           630:        else \
        !           631:          include_option=--include; \
        !           632:          empty_fix=; \
        !           633:        fi; \
1.1       misho     634:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    635:          if test "$$subdir" = .; then :; else \
1.1.1.2 ! misho     636:            test ! -f $$subdir/TAGS || \
        !           637:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.1       misho     638:          fi; \
                    639:        done; \
1.1.1.2 ! misho     640:        $(am__define_uniq_tagged_files); \
        !           641:        shift; \
        !           642:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
        !           643:          test -n "$$unique" || unique=$$empty_fix; \
        !           644:          if test $$# -gt 0; then \
        !           645:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           646:              "$$@" $$unique; \
        !           647:          else \
        !           648:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           649:              $$unique; \
        !           650:          fi; \
        !           651:        fi
        !           652: ctags: ctags-recursive
        !           653: 
        !           654: CTAGS: ctags
        !           655: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        !           656:        $(am__define_uniq_tagged_files); \
        !           657:        test -z "$(CTAGS_ARGS)$$unique" \
        !           658:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           659:             $$unique
1.1       misho     660: 
                    661: GTAGS:
                    662:        here=`$(am__cd) $(top_builddir) && pwd` \
1.1.1.2 ! misho     663:          && $(am__cd) $(top_srcdir) \
        !           664:          && gtags -i $(GTAGS_ARGS) "$$here"
        !           665: cscope: cscope.files
        !           666:        test ! -s cscope.files \
        !           667:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
        !           668: clean-cscope:
        !           669:        -rm -f cscope.files
        !           670: cscope.files: clean-cscope cscopelist
        !           671: cscopelist: cscopelist-recursive
        !           672: 
        !           673: cscopelist-am: $(am__tagged_files)
        !           674:        list='$(am__tagged_files)'; \
        !           675:        case "$(srcdir)" in \
        !           676:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
        !           677:          *) sdir=$(subdir)/$(srcdir) ;; \
        !           678:        esac; \
        !           679:        for i in $$list; do \
        !           680:          if test -f "$$i"; then \
        !           681:            echo "$(subdir)/$$i"; \
        !           682:          else \
        !           683:            echo "$$sdir/$$i"; \
        !           684:          fi; \
        !           685:        done >> $(top_builddir)/cscope.files
1.1       misho     686: 
                    687: distclean-tags:
1.1.1.2 ! misho     688:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           689:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1.1       misho     690: 
                    691: distdir: $(DISTFILES)
                    692:        $(am__remove_distdir)
1.1.1.2 ! misho     693:        test -d "$(distdir)" || mkdir "$(distdir)"
        !           694:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           695:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           696:        list='$(DISTFILES)'; \
        !           697:          dist_files=`for file in $$list; do echo $$file; done | \
        !           698:          sed -e "s|^$$srcdirstrip/||;t" \
        !           699:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           700:        case $$dist_files in \
        !           701:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           702:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           703:                           sort -u` ;; \
        !           704:        esac; \
        !           705:        for file in $$dist_files; do \
1.1       misho     706:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    707:          if test -d $$d/$$file; then \
1.1.1.2 ! misho     708:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           709:            if test -d "$(distdir)/$$file"; then \
        !           710:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           711:            fi; \
1.1       misho     712:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.1.1.2 ! misho     713:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           714:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       misho     715:            fi; \
1.1.1.2 ! misho     716:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       misho     717:          else \
1.1.1.2 ! misho     718:            test -f "$(distdir)/$$file" \
        !           719:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       misho     720:            || exit 1; \
                    721:          fi; \
                    722:        done
1.1.1.2 ! misho     723:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       misho     724:          if test "$$subdir" = .; then :; else \
1.1.1.2 ! misho     725:            $(am__make_dryrun) \
        !           726:              || test -d "$(distdir)/$$subdir" \
        !           727:              || $(MKDIR_P) "$(distdir)/$$subdir" \
        !           728:              || exit 1; \
        !           729:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
        !           730:            $(am__relativize); \
        !           731:            new_distdir=$$reldir; \
        !           732:            dir1=$$subdir; dir2="$(top_distdir)"; \
        !           733:            $(am__relativize); \
        !           734:            new_top_distdir=$$reldir; \
        !           735:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
        !           736:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
        !           737:            ($(am__cd) $$subdir && \
1.1       misho     738:              $(MAKE) $(AM_MAKEFLAGS) \
1.1.1.2 ! misho     739:                top_distdir="$$new_top_distdir" \
        !           740:                distdir="$$new_distdir" \
        !           741:                am__remove_distdir=: \
        !           742:                am__skip_length_check=: \
        !           743:                am__skip_mode_fix=: \
1.1       misho     744:                distdir) \
                    745:              || exit 1; \
                    746:          fi; \
                    747:        done
1.1.1.2 ! misho     748:        -test -n "$(am__skip_mode_fix)" \
        !           749:        || find "$(distdir)" -type d ! -perm -755 \
        !           750:                -exec chmod u+rwx,go+rx {} \; -o \
1.1       misho     751:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    752:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.1.1.2 ! misho     753:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        !           754:        || chmod -R a+r "$(distdir)"
1.1       misho     755: dist-gzip: distdir
1.1.1.2 ! misho     756:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           757:        $(am__post_remove_distdir)
1.1       misho     758: 
1.1.1.2 ! misho     759: dist-bzip2: distdir
        !           760:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
        !           761:        $(am__post_remove_distdir)
        !           762: 
        !           763: dist-lzip: distdir
        !           764:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
        !           765:        $(am__post_remove_distdir)
        !           766: 
        !           767: dist-xz: distdir
        !           768:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
        !           769:        $(am__post_remove_distdir)
        !           770: 
        !           771: dist-tarZ: distdir
        !           772:        @echo WARNING: "Support for shar distribution archives is" \
        !           773:                       "deprecated." >&2
        !           774:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
        !           775:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
        !           776:        $(am__post_remove_distdir)
        !           777: 
        !           778: dist-shar: distdir
        !           779:        @echo WARNING: "Support for distribution archives compressed with" \
        !           780:                       "legacy program 'compress' is deprecated." >&2
        !           781:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
        !           782:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
        !           783:        $(am__post_remove_distdir)
        !           784: 
        !           785: dist-zip: distdir
        !           786:        -rm -f $(distdir).zip
        !           787:        zip -rq $(distdir).zip $(distdir)
        !           788:        $(am__post_remove_distdir)
        !           789: 
        !           790: dist dist-all:
        !           791:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
        !           792:        $(am__post_remove_distdir)
1.1       misho     793: 
                    794: # This target untars the dist file and tries a VPATH configuration.  Then
                    795: # it guarantees that the distribution is self-contained by making another
                    796: # tarfile.
                    797: distcheck: dist
1.1.1.2 ! misho     798:        case '$(DIST_ARCHIVES)' in \
        !           799:        *.tar.gz*) \
        !           800:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
        !           801:        *.tar.bz2*) \
        !           802:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
        !           803:        *.tar.lz*) \
        !           804:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
        !           805:        *.tar.xz*) \
        !           806:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
        !           807:        *.tar.Z*) \
        !           808:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        !           809:        *.shar.gz*) \
        !           810:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
        !           811:        *.zip*) \
        !           812:          unzip $(distdir).zip ;;\
        !           813:        esac
        !           814:        chmod -R a-w $(distdir)
        !           815:        chmod u+w $(distdir)
        !           816:        mkdir $(distdir)/_build $(distdir)/_inst
1.1       misho     817:        chmod a-w $(distdir)
1.1.1.2 ! misho     818:        test -d $(distdir)/_build || exit 0; \
        !           819:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
        !           820:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
        !           821:          && am__cwd=`pwd` \
        !           822:          && $(am__cd) $(distdir)/_build \
        !           823:          && ../configure \
        !           824:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1.1       misho     825:            $(DISTCHECK_CONFIGURE_FLAGS) \
1.1.1.2 ! misho     826:            --srcdir=.. --prefix="$$dc_install_base" \
1.1       misho     827:          && $(MAKE) $(AM_MAKEFLAGS) \
                    828:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    829:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    830:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    831:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    832:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1.1.1.2 ! misho     833:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
        !           834:                distuninstallcheck \
        !           835:          && chmod -R a-w "$$dc_install_base" \
        !           836:          && ({ \
        !           837:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
        !           838:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
        !           839:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
        !           840:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
        !           841:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
        !           842:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
        !           843:          && rm -rf "$$dc_destdir" \
        !           844:          && $(MAKE) $(AM_MAKEFLAGS) dist \
        !           845:          && rm -rf $(DIST_ARCHIVES) \
        !           846:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
        !           847:          && cd "$$am__cwd" \
        !           848:          || exit 1
        !           849:        $(am__post_remove_distdir)
        !           850:        @(echo "$(distdir) archives ready for distribution: "; \
        !           851:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
        !           852:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
        !           853: distuninstallcheck:
        !           854:        @test -n '$(distuninstallcheck_dir)' || { \
        !           855:          echo 'ERROR: trying to run $@ with an empty' \
        !           856:               '$$(distuninstallcheck_dir)' >&2; \
        !           857:          exit 1; \
        !           858:        }; \
        !           859:        $(am__cd) '$(distuninstallcheck_dir)' || { \
        !           860:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
        !           861:          exit 1; \
        !           862:        }; \
        !           863:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
        !           864:           || { echo "ERROR: files left after uninstall:" ; \
        !           865:                if test -n "$(DESTDIR)"; then \
        !           866:                  echo "  (check DESTDIR support)"; \
        !           867:                fi ; \
        !           868:                $(distuninstallcheck_listfiles) ; \
        !           869:                exit 1; } >&2
1.1       misho     870: distcleancheck: distclean
1.1.1.2 ! misho     871:        @if test '$(srcdir)' = . ; then \
1.1       misho     872:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    873:          exit 1 ; \
                    874:        fi
1.1.1.2 ! misho     875:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
        !           876:          || { echo "ERROR: files left in build directory after distclean:" ; \
1.1       misho     877:               $(distcleancheck_listfiles) ; \
                    878:               exit 1; } >&2
                    879: check-am: all-am
                    880: check: check-recursive
                    881: all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS) config.h
                    882: installdirs: installdirs-recursive
                    883: installdirs-am:
1.1.1.2 ! misho     884:        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
        !           885:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        !           886:        done
1.1       misho     887: install: install-recursive
                    888: install-exec: install-exec-recursive
                    889: install-data: install-data-recursive
                    890: uninstall: uninstall-recursive
                    891: 
                    892: install-am: all-am
                    893:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    894: 
                    895: installcheck: installcheck-recursive
                    896: install-strip:
1.1.1.2 ! misho     897:        if test -z '$(STRIP)'; then \
        !           898:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           899:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           900:              install; \
        !           901:        else \
        !           902:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           903:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           904:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           905:        fi
1.1       misho     906: mostlyclean-generic:
                    907: 
                    908: clean-generic:
                    909: 
                    910: distclean-generic:
1.1.1.2 ! misho     911:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           912:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       misho     913: 
                    914: maintainer-clean-generic:
                    915:        @echo "This command is intended for maintainers to use"
                    916:        @echo "it deletes files that may require special tools to rebuild."
                    917: clean: clean-recursive
                    918: 
                    919: clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
                    920: 
                    921: distclean: distclean-recursive
                    922:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.1.1.2 ! misho     923:        -rm -rf ./$(DEPDIR)
        !           924:        -rm -f Makefile
        !           925: distclean-am: clean-am distclean-compile distclean-generic \
        !           926:        distclean-hdr distclean-tags
1.1       misho     927: 
                    928: dvi: dvi-recursive
                    929: 
                    930: dvi-am:
                    931: 
1.1.1.2 ! misho     932: html: html-recursive
        !           933: 
        !           934: html-am:
        !           935: 
1.1       misho     936: info: info-recursive
                    937: 
                    938: info-am:
                    939: 
                    940: install-data-am: install-man
                    941: 
1.1.1.2 ! misho     942: install-dvi: install-dvi-recursive
        !           943: 
        !           944: install-dvi-am:
        !           945: 
1.1       misho     946: install-exec-am: install-sbinPROGRAMS
                    947: 
1.1.1.2 ! misho     948: install-html: install-html-recursive
        !           949: 
        !           950: install-html-am:
        !           951: 
1.1       misho     952: install-info: install-info-recursive
                    953: 
1.1.1.2 ! misho     954: install-info-am:
        !           955: 
1.1       misho     956: install-man: install-man8
                    957: 
1.1.1.2 ! misho     958: install-pdf: install-pdf-recursive
        !           959: 
        !           960: install-pdf-am:
        !           961: 
        !           962: install-ps: install-ps-recursive
        !           963: 
        !           964: install-ps-am:
        !           965: 
1.1       misho     966: installcheck-am:
                    967: 
                    968: maintainer-clean: maintainer-clean-recursive
                    969:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.1.1.2 ! misho     970:        -rm -rf $(top_srcdir)/autom4te.cache
        !           971:        -rm -rf ./$(DEPDIR)
        !           972:        -rm -f Makefile
1.1       misho     973: maintainer-clean-am: distclean-am maintainer-clean-generic
                    974: 
                    975: mostlyclean: mostlyclean-recursive
                    976: 
                    977: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    978: 
1.1.1.2 ! misho     979: pdf: pdf-recursive
        !           980: 
        !           981: pdf-am:
        !           982: 
        !           983: ps: ps-recursive
1.1       misho     984: 
1.1.1.2 ! misho     985: ps-am:
        !           986: 
        !           987: uninstall-am: uninstall-man uninstall-sbinPROGRAMS
1.1       misho     988: 
                    989: uninstall-man: uninstall-man8
                    990: 
1.1.1.2 ! misho     991: .MAKE: $(am__recursive_targets) all install-am install-strip
        !           992: 
        !           993: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
        !           994:        am--refresh check check-am clean clean-cscope clean-generic \
        !           995:        clean-sbinPROGRAMS cscope cscopelist-am ctags ctags-am dist \
        !           996:        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
        !           997:        dist-xz dist-zip distcheck distclean distclean-compile \
        !           998:        distclean-generic distclean-hdr distclean-tags distcleancheck \
        !           999:        distdir distuninstallcheck dvi dvi-am html html-am info \
        !          1000:        info-am install install-am install-data install-data-am \
        !          1001:        install-dvi install-dvi-am install-exec install-exec-am \
        !          1002:        install-html install-html-am install-info install-info-am \
        !          1003:        install-man install-man8 install-pdf install-pdf-am install-ps \
        !          1004:        install-ps-am install-sbinPROGRAMS install-strip installcheck \
        !          1005:        installcheck-am installdirs installdirs-am maintainer-clean \
        !          1006:        maintainer-clean-generic mostlyclean mostlyclean-compile \
        !          1007:        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
        !          1008:        uninstall-am uninstall-man uninstall-man8 \
        !          1009:        uninstall-sbinPROGRAMS
1.1       misho    1010: 
                   1011: 
                   1012: iftop.cat: iftop.8
                   1013:        (echo -e ".pl 1100i" ; cat iftop.8 ; echo ".pl \n(nlu+10") | groff -Tascii -man > iftop.cat
                   1014: 
1.1.1.2 ! misho    1015: iftop.spec: iftop.spec.in configure.ac
        !          1016:        sed 's/__VERSION__/$(PACKAGE_VERSION)/' < iftop.spec.in > iftop.spec
        !          1017: 
1.1       misho    1018: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                   1019: # Otherwise a system limit (for SysV at least) may be exceeded.
                   1020: .NOEXPORT:

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