From Michael Lum: add tap for GSM MAP message statistics.
[metze/wireshark/wip.git] / gtk / Makefile.common
1 # Makefile.common
2 #     Contains the stuff from Makefile.am and Makefile.nmake that is
3 #     a) common to both files and
4 #     b) portable between both files
5 #
6 # $Id: Makefile.common,v 1.5 2004/02/11 04:19:02 guy Exp $
7 #
8 # Ethereal - Network traffic analyzer
9 # By Gerald Combs <gerald@ethereal.com>
10 # Copyright 1998 Gerald Combs
11 #
12 # This program is free software; you can redistribute it and/or
13 # modify it under the terms of the GNU General Public License
14 # as published by the Free Software Foundation; either version 2
15 # of the License, or (at your option) any later version.
16 #
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 # GNU General Public License for more details.
21 #
22 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software
24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
25
26
27 #
28 # ethclist.obj is not in here because it is currently gtk+-1.2-only
29 # code, while the DLL for GTK+ on Windows is gtk+-1.3.
30 #
31 ETHEREAL_GTK_SRC = \
32         capture_combo_utils.c   \
33         capture_dlg.c   \
34         capture_info_dlg.c      \
35         capture_prefs.c \
36         color_dlg.c     \
37         color_filters.c \
38         color_utils.c   \
39         colors.c        \
40         column_prefs.c  \
41         decode_as_dlg.c \
42         dfilter_expr_dlg.c      \
43         dlg_utils.c     \
44         endpoint_talkers_table.c        \
45         ethereal-tap-register.c \
46         file_dlg.c      \
47         filter_prefs.c  \
48         find_dlg.c      \
49         follow_dlg.c    \
50         goto_dlg.c      \
51         gtk_stat_util.c \
52         gui_prefs.c     \
53         help_dlg.c      \
54         main.c  \
55         menu.c  \
56         nameres_prefs.c \
57         packet_list.c   \
58         packet_win.c    \
59         plugins_dlg.c   \
60         prefs_dlg.c     \
61         print_dlg.c     \
62         print_prefs.c   \
63         progress_dlg.c  \
64         proto_dlg.c     \
65         proto_draw.c    \
66         proto_hier_stats_dlg.c  \
67         recent.c        \
68         rtp_stream.c    \
69         service_response_time_table.c   \
70         simple_dialog.c \
71         stream_prefs.c  \
72         summary_dlg.c   \
73         supported_protos_dlg.c  \
74         tap_dfilter_dlg.c       \
75         tcp_graph.c     \
76         toolbar.c       \
77         ui_util.c
78
79
80 ETHEREAL_TAP_SRC = \
81         ansi_a_stat.c   \
82         ansi_map_stat.c \
83         bootp_stat.c    \
84         dcerpc_stat.c   \
85         endpoint_talkers_eth.c  \
86         endpoint_talkers_fc.c   \
87         endpoint_talkers_fddi.c \
88         endpoint_talkers_ip.c   \
89         endpoint_talkers_ipx.c  \
90         endpoint_talkers_tcpip.c        \
91         endpoint_talkers_tr.c   \
92         endpoint_talkers_udpip.c        \
93         fc_stat.c       \
94         gsm_a_stat.c    \
95         gsm_map_stat.c  \
96         h225_counter.c  \
97         h225_ras_srt.c  \
98         http_stat.c     \
99         io_stat.c       \
100         isup_stat.c     \
101         ldap_stat.c     \
102         mgcp_stat.c     \
103         rpc_progs.c     \
104         rpc_stat.c      \
105         rtp_analysis.c  \
106         rtp_stream_dlg.c        \
107         smb_stat.c      \
108         wsp_stat.c