Makefile.am 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #
  2. # Makefile.am:
  3. # Automake file for iftop.
  4. #
  5. # I don't understand this stuff, so I just stole it from the tpop3d
  6. # distribution. That means that, really, Mark Longair should take credit for
  7. # it.
  8. # -- Chris Lightfoot
  9. #
  10. # $Id: Makefile.am,v 1.13 2014/01/19 20:11:39 pdw Exp $
  11. #
  12. sbin_PROGRAMS = iftop
  13. #iftop-dump
  14. iftop_SOURCES = addr_hash.c edline.c hash.c iftop.c ns_hash.c \
  15. options.c resolver.c screenfilter.c serv_hash.c \
  16. sorted_list.c threadprof.c ui_common.c ui.c tui.c util.c \
  17. addrs_ioctl.c addrs_dlpi.c dlcommon.c \
  18. stringmap.c cfgfile.c vector.c
  19. #iftop_dump_SOURCES = counter_hash.c hash.c iftop-dump.c \
  20. # options.c \
  21. # util.c \
  22. # addrs_ioctl.c addrs_dlpi.c dlcommon.c \
  23. # stringmap.c cfgfile.c
  24. noinst_HEADERS = addr_hash.h ether.h ethertype.h extract.h hash.h iftop.h \
  25. integers.h ip.h llc.h ns_hash.h options.h resolver.h \
  26. screenfilter.h serv_hash.h sll.h sorted_list.h tcp.h \
  27. threadprof.h token.h ui_common.h ui.h tui.h dlcommon.h stringmap.h \
  28. vector.h cfgfile.h ppp.h
  29. man_MANS = iftop.8
  30. SUBDIRS = config
  31. iftop.cat: iftop.8
  32. (echo -e ".pl 1100i" ; cat iftop.8 ; echo ".pl \n(nlu+10") | groff -Tascii -man > iftop.cat
  33. iftop.spec: iftop.spec.in configure.in
  34. sed 's/__VERSION__/$(PACKAGE_VERSION)/' < iftop.spec.in > iftop.spec
  35. ## These need to be distributed along with configure:
  36. EXTRA_DIST = bootstrap README ChangeLog AUTHORS COPYING INSTALL TODO \
  37. Makefile.OLD $(man_MANS) iftop.cat iftop.spec
  38. MAINTERCLEANFILES = Makefile.in aclocal.m4 configure configuration.h.in \
  39. stamp-h.in iftop.spec
  40. ACLOCAL = aclocal -I @ac_aux_dir@