]> gitweb.fperrin.net Git - iftop.git/blob - Makefile.am
Import de iftop-1.0pre1
[iftop.git] / Makefile.am
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.10 2007/03/03 16:01:47 pdw Exp $
11 #
12
13 sbin_PROGRAMS = iftop iftop-dump
14
15 iftop_SOURCES = addr_hash.c edline.c hash.c iftop.c ns_hash.c \
16                  options.c resolver.c screenfilter.c serv_hash.c \
17                  sorted_list.c threadprof.c ui.c util.c \
18                  addrs_ioctl.c addrs_dlpi.c dlcommon.c \
19                  stringmap.c cfgfile.c vector.c
20
21 iftop_dump_SOURCES = counter_hash.c hash.c iftop-dump.c  \
22                  options.c \
23                  util.c \
24                  addrs_ioctl.c addrs_dlpi.c dlcommon.c \
25                  stringmap.c cfgfile.c 
26
27
28
29 noinst_HEADERS = addr_hash.h ether.h ethertype.h extract.h hash.h iftop.h \
30                  integers.h ip.h llc.h ns_hash.h options.h resolver.h \
31                  screenfilter.h serv_hash.h sll.h sorted_list.h tcp.h \
32                  threadprof.h token.h ui.h dlcommon.h stringmap.h \
33                  vector.h cfgfile.h ppp.h
34
35 man_MANS = iftop.8
36
37 SUBDIRS = config
38
39 iftop.cat: iftop.8
40         (echo -e ".pl 1100i" ; cat iftop.8 ; echo ".pl \n(nlu+10") | groff -Tascii -man > iftop.cat
41
42 iftop.spec: iftop.spec.in configure.in
43         sed 's/__VERSION__/$(VERSION)/' < iftop.spec.in > iftop.spec
44
45 ## These need to be distributed along with configure:
46
47 EXTRA_DIST = bootstrap README ChangeLog AUTHORS COPYING INSTALL TODO \
48                 Makefile.OLD $(man_MANS) iftop.cat iftop.spec
49              
50 MAINTERCLEANFILES = Makefile.in aclocal.m4 configure configuration.h.in \
51                     stamp-h.in iftop.spec
52
53 ACLOCAL = aclocal -I @ac_aux_dir@
54