Fixed 0.6.0 packaging problems.
[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         gtkpacket.c    \
16         menu.c         \
17         packet.c       \
18         packet-aarp.c  \
19         packet-arp.c   \
20         packet-atalk.c \
21         packet-bootp.c \
22         packet-cdp.c   \
23         packet-data.c  \
24         packet-dns.c   \
25         packet-eth.c   \
26         packet-ftp.c   \
27         packet-fddi.c  \
28         packet-giop.c  \
29         packet-http.c  \
30         packet-ip.c    \
31         packet-icmpv6.c \
32         packet-ipsec.c \
33         packet-ipv6.c  \
34         packet-ipx.c   \
35         packet-llc.c   \
36         packet-lpd.c   \
37         packet-nbipx.c \
38         packet-nbns.c  \
39         packet-ncp.c   \
40         packet-nntp.c  \
41         packet-null.c  \
42         packet-osi.c   \
43         packet-ospf.c  \
44         packet-pop.c   \
45         packet-ppp.c   \
46         packet-raw.c   \
47         packet-rip.c   \
48         packet-tcp.c   \
49         packet-telnet.c \
50         packet-tftp.c  \
51         packet-tr.c    \
52         packet-trmac.c \
53         packet-udp.c   \
54         packet-vines.c \
55         prefs.c        \
56         print.c        \
57         ps.c           \
58         resolv.c       \
59         util.c         \
60         capture.h      \
61         column.h       \
62         config.h       \
63         ethereal.h     \
64         etypes.h       \
65         file.h         \
66         filter.h       \
67         follow.h       \
68         gtkpacket.h    \
69         menu.h         \
70         packet.h       \
71         packet-dns.h   \
72         packet-ip.h    \
73         packet-ipv6.h  \
74         packet-ipx.h   \
75         packet-ncp.h   \
76         packet-ospf.h  \
77         packet-rip.h   \
78         packet-vines.h \
79         prefs.h        \
80         print.h        \
81         ps.h           \
82         resolv.h       \
83         util.h
84
85 EXTRA_ethereal_SOURCES = \
86         snprintf.c           \
87         snprintf.h           \
88         snprintf-imp.h
89
90 ethereal_DEPENDENCIES = @SNPRINTF_O@ @LIBWIRETAP_A@
91 ethereal_LDADD = @SNPRINTF_O@ @LIBWIRETAP_A@
92
93 ps.c: print.ps rdps
94         ./rdps print.ps ps.c
95
96 rdps: rdps.c
97         $(CC) -o rdps rdps.c
98
99 DISTCLEANFILES =                        \
100         rdps                                    \
101         ps.c                                    \
102         *~
103
104 EXTRA_DIST =                \
105         doc/Makefile            \
106         doc/ethereal.pod        \
107         ethereal.1              \
108         ethereal.spec           \
109         image/icon-excl.xpm     \
110         image/icon-ethereal.xpm \
111         manuf                   \
112         print.ps                \
113         README.tru64            \
114         rdps.c                  \
115         ylwrap
116
117 SUBDIRS = @SUBDIRS@