And finally (I hope) the last part from the patch
[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         drag_and_drop.c         \
48         ethereal-tap-register.c \
49         file_dlg.c      \
50         filter_dlg.c    \
51         find_dlg.c      \
52         follow_dlg.c    \
53         font_utils.c    \
54         goto_dlg.c      \
55         graph_analysis.c \
56         gtk_stat_util.c \
57         gui_prefs.c     \
58         h323_analysis.c \
59         h323_conversations.c    \
60         help_dlg.c      \
61         hostlist_table.c \
62         layout_prefs.c  \
63         main.c  \
64         menu.c  \
65         nameres_prefs.c \
66         packet_history.c        \
67         packet_list.c   \
68         packet_win.c    \
69         plugins_dlg.c   \
70         prefs_dlg.c     \
71         print_dlg.c     \
72         print_prefs.c   \
73         progress_dlg.c  \
74         proto_dlg.c     \
75         proto_draw.c    \
76         proto_hier_stats_dlg.c  \
77         range_utils.c \
78         recent.c        \
79         rtp_stream.c    \
80         sctp_stat.c     \
81         sctp_graph_dlg.c        \
82         sctp_byte_graph_dlg.c   \
83         sctp_error_dlg.c        \
84         service_response_time_table.c   \
85         simple_dialog.c \
86         stream_prefs.c  \
87         summary_dlg.c   \
88         supported_protos_dlg.c  \
89         tap_dfilter_dlg.c       \
90         text_page.c     \
91         toolbar.c       \
92         ui_util.c \
93         voip_calls.c \
94         webbrowser.c
95
96
97 ETHEREAL_TAP_SRC = \
98         ansi_a_stat.c   \
99         ansi_map_stat.c \
100         bootp_stat.c    \
101         conversations_eth.c     \
102         conversations_fc.c      \
103         conversations_fddi.c    \
104         conversations_ip.c      \
105         conversations_ipx.c     \
106         conversations_tcpip.c   \
107         conversations_tr.c      \
108         conversations_udpip.c   \
109         conversations_wlan.c    \
110         dcerpc_stat.c   \
111         fc_stat.c       \
112         gsm_a_stat.c    \
113         gsm_map_stat.c  \
114         gsm_map_summary.c       \
115         h225_counter.c  \
116         h225_ras_srt.c  \
117         h323_conversations_dlg.c        \
118         hostlist_eth.c \
119         hostlist_fc.c \
120         hostlist_fddi.c \
121         hostlist_ip.c \
122         hostlist_ipx.c \
123         hostlist_tcpip.c \
124         hostlist_tr.c \
125         hostlist_udpip.c \
126         hostlist_wlan.c \
127         http_stat.c     \
128         io_stat.c       \
129         isup_stat.c     \
130         ldap_stat.c     \
131         mgcp_stat.c     \
132         mtp3_stat.c     \
133         mtp3_summary.c  \
134         rpc_progs.c     \
135         rpc_stat.c      \
136         rtp_analysis.c  \
137         rtp_stream_dlg.c        \
138         sctp_assoc_analyse.c    \
139         sctp_stat_dlg.c \
140         sip_stat.c      \
141         smb_stat.c      \
142         tcp_graph.c     \
143         voip_calls_dlg.c \
144         wsp_stat.c