Makefile.in 35 KB

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