Add suppport for Microsoft Network Monitor Ethernet capture files.
[obnox/wireshark/wip.git] / Makefile.am
1 bin_PROGRAMS = ethereal
2
3 man_MANS = ethereal.1
4
5 sysconf_DATA = manuf
6
7 ethereal_SOURCES = \
8         capture.c      \
9         column.c       \
10         ethereal.c     \
11         ethertype.c    \
12         file.c         \
13         filter.c       \
14         follow.c       \
15         menu.c         \
16         packet.c       \
17         packet-aarp.c  \
18         packet-arp.c   \
19         packet-atalk.c \
20         packet-bootp.c \
21         packet-cdp.c   \
22         packet-data.c  \
23         packet-dns.c   \
24         packet-eth.c   \
25         packet-fddi.c  \
26         packet-giop.c  \
27         packet-llc.c   \
28         packet-lpd.c   \
29         packet-ip.c    \
30         packet-ipv6.c  \
31         packet-ipx.c   \
32         packet-nbipx.c \
33         packet-nbns.c  \
34         packet-ncp.c   \
35         packet-null.c  \
36         packet-osi.c   \
37         packet-ospf.c  \
38         packet-ppp.c   \
39         packet-raw.c   \
40         packet-rip.c   \
41         packet-tcp.c   \
42         packet-tr.c    \
43         packet-trmac.c \
44         packet-udp.c   \
45         packet-vines.c \
46         prefs.c        \
47         print.c        \
48         ps.c           \
49         resolv.c       \
50         util.c         \
51         capture.h      \
52         column.h       \
53         config.h       \
54         ethereal.h     \
55         etypes.h       \
56         file.h         \
57         filter.h       \
58         follow.h       \
59         menu.h         \
60         packet.h       \
61         packet-dns.h   \
62         packet-ipv6.h  \
63         packet-ipx.h   \
64         packet-ncp.h   \
65         packet-ospf.h  \
66         packet-rip.h   \
67         packet-vines.h \
68         prefs.h        \
69         print.h        \
70         ps.h           \
71         resolv.h       \
72         util.h
73
74 EXTRA_ethereal_SOURCES = \
75         snprintf.c           \
76         snprintf.h           \
77         snprintf-imp.h
78
79 ethereal_DEPENDENCIES = @SNPRINTF_O@ @LIBWIRETAP_A@
80 ethereal_LDADD = @SNPRINTF_O@ @LIBWIRETAP_A@
81
82 ps.c: print.ps rdps
83         ./rdps print.ps ps.c
84
85 rdps: rdps.c
86         $(CC) -o rdps rdps.c
87
88 DISTCLEANFILES = \
89         rdps \
90         ps.c
91
92 EXTRA_DIST =                \
93         doc/Makefile            \
94         doc/ethereal.pod        \
95         ethereal.1              \
96         ethereal.spec           \
97         image/icon-excl.xpm     \
98         image/icon-ethereal.xpm \
99         manuf                   \
100         print.ps                \
101         rdps.c
102
103 SUBDIRS= wiretap