Move the tap infrastructure to the epan directory.
[obnox/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$
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 or gtk+-2.x.
30 #
31 ETHEREAL_GTK_SRC = \
32         about_dlg.c     \
33         capture_dlg.c   \
34         capture_if_dlg.c        \
35         capture_info_dlg.c      \
36         capture_prefs.c \
37         cfilter_combo_utils.c   \
38         color_dlg.c     \
39         color_utils.c   \
40         colors.c        \
41         column_prefs.c  \
42         conversations_table.c   \
43         decode_as_dlg.c \
44         decode_as_dcerpc.c      \
45         dfilter_expr_dlg.c      \
46         dlg_utils.c     \
47         ethereal-tap-register.c \
48         file_dlg.c      \
49         filter_dlg.c    \
50         find_dlg.c      \
51         follow_dlg.c    \
52         font_utils.c    \
53         goto_dlg.c      \
54         gtk_stat_util.c \
55         gui_prefs.c     \
56         help_dlg.c      \
57         hostlist_table.c \
58         layout_prefs.c  \
59         main.c  \
60         menu.c  \
61         nameres_prefs.c \
62         packet_list.c   \
63         packet_win.c    \
64         plugins_dlg.c   \
65         prefs_dlg.c     \
66         print_dlg.c     \
67         print_prefs.c   \
68         progress_dlg.c  \
69         proto_dlg.c     \
70         proto_draw.c    \
71         proto_hier_stats_dlg.c  \
72         range_utils.c \
73         recent.c        \
74         rtp_stream.c    \
75         service_response_time_table.c   \
76         simple_dialog.c \
77         stream_prefs.c  \
78         summary_dlg.c   \
79         supported_protos_dlg.c  \
80         tap_dfilter_dlg.c       \
81         text_page.c     \
82         toolbar.c       \
83         ui_util.c \
84         webbrowser.c
85
86
87 ETHEREAL_TAP_SRC = \
88         ansi_a_stat.c   \
89         ansi_map_stat.c \
90         bootp_stat.c    \
91         conversations_eth.c     \
92         conversations_fc.c      \
93         conversations_fddi.c    \
94         conversations_ip.c      \
95         conversations_ipx.c     \
96         conversations_tcpip.c   \
97         conversations_tr.c      \
98         conversations_udpip.c   \
99         dcerpc_stat.c   \
100         fc_stat.c       \
101         gsm_a_stat.c    \
102         gsm_map_stat.c  \
103         gsm_map_summary.c       \
104         h225_counter.c  \
105         h225_ras_srt.c  \
106         hostlist_eth.c \
107         hostlist_fc.c \
108         hostlist_fddi.c \
109         hostlist_ip.c \
110         hostlist_ipx.c \
111         hostlist_tcpip.c \
112         hostlist_tr.c \
113         hostlist_udpip.c \
114         http_stat.c     \
115         io_stat.c       \
116         isup_stat.c     \
117         ldap_stat.c     \
118         mgcp_stat.c     \
119         mtp3_stat.c     \
120         mtp3_summary.c  \
121         rpc_progs.c     \
122         rpc_stat.c      \
123         rtp_analysis.c  \
124         rtp_stream_dlg.c        \
125         sip_stat.c      \
126         smb_stat.c      \
127         tcp_graph.c     \
128         wsp_stat.c