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