d1c331da47ae6e7660fbdcf8c6f984b39c305c57
[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-data.c  \
22         packet-dns.c   \
23         packet-eth.c   \
24         packet-fddi.c  \
25         packet-llc.c   \
26         packet-lpd.c   \
27         packet-ip.c    \
28         packet-ipv6.c  \
29         packet-ipx.c   \
30         packet-nbipx.c \
31         packet-nbns.c  \
32         packet-ncp.c   \
33         packet-null.c  \
34         packet-osi.c   \
35         packet-ospf.c  \
36         packet-ppp.c   \
37         packet-raw.c   \
38         packet-rip.c   \
39         packet-tcp.c   \
40         packet-tr.c    \
41         packet-trmac.c \
42         packet-udp.c   \
43         packet-vines.c \
44         prefs.c        \
45         print.c        \
46         ps.c           \
47         resolv.c       \
48         util.c         \
49         capture.h      \
50         column.h       \
51         config.h       \
52         ethereal.h     \
53         etypes.h       \
54         file.h         \
55         filter.h       \
56         follow.h       \
57         menu.h         \
58         packet.h       \
59         packet-dns.h   \
60         packet-ipv6.h  \
61         packet-ipx.h   \
62         packet-ncp.h   \
63         packet-ospf.h  \
64         packet-rip.h   \
65         packet-vines.h \
66         prefs.h        \
67         print.h        \
68         ps.h           \
69         resolv.h       \
70         util.h
71
72 EXTRA_ethereal_SOURCES = \
73         snprintf.c           \
74         snprintf.h           \
75         snprintf-imp.h
76
77 ethereal_DEPENDENCIES = @SNPRINTF_O@ @LIBWIRETAP_A@
78 ethereal_LDADD = @SNPRINTF_O@ @LIBWIRETAP_A@
79
80 ps.c: print.ps rdps
81         ./rdps print.ps ps.c
82
83 rdps: rdps.c
84         $(CC) -o rdps rdps.c
85
86 DISTCLEANFILES = \
87         rdps \
88         ps.c
89
90 EXTRA_DIST =                \
91         doc/Makefile            \
92         doc/ethereal.pod        \
93         ethereal.1              \
94         image/icon-excl.xpm     \
95         image/icon-ethereal.xpm \
96         manuf                   \
97         print.ps                \
98         rdps.c
99
100 SUBDIRS=wiretap