proto_draw -> main_proto_draw
[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 # Wireshark - Network traffic analyzer
9 # By Gerald Combs <gerald@wireshark.org>
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 # Generated header files that we want in the distribution.
27 # (None, so far.)
28 GENERATED_HEADER_FILES =
29
30 # Generated C source files that we want in the distribution.
31 GENERATED_C_FILES = \
32         wireshark-tap-register.c
33
34 # All the generated files we want in the distribution.
35 GENERATED_FILES = $(GENERATED_HEADER_FILES) $(GENERATED_C_FILES)
36
37 WIRESHARK_GTK_SRC = \
38         about_dlg.c     \
39         airpcap_dlg.c \
40         airpcap_gui_utils.c \
41         capture_dlg.c   \
42         capture_file_dlg.c      \
43         capture_if_dlg.c        \
44         capture_if_details_dlg.c        \
45         capture_info_dlg.c      \
46         capture_prefs.c \
47         cfilter_combo_utils.c   \
48         color_dlg.c     \
49         color_edit_dlg.c        \
50         color_utils.c   \
51         colors.c        \
52         column_prefs.c  \
53         conversations_table.c   \
54         decode_as_ber.c \
55         decode_as_dlg.c \
56         decode_as_dcerpc.c      \
57         dfilter_expr_dlg.c      \
58         dlg_utils.c     \
59         drag_and_drop.c         \
60         wireshark-tap-register.c        \
61         expert_comp_table.c    \
62         export_object.c        \
63         export_object_http.c   \
64         file_dlg.c      \
65         fileset_dlg.c   \
66         filter_dlg.c    \
67         find_dlg.c      \
68         firewall_dlg.c  \
69         follow_ssl.c    \
70         follow_stream.c \
71         follow_tcp.c    \
72         follow_udp.c    \
73         font_utils.c    \
74         goto_dlg.c      \
75         graph_analysis.c \
76         gtkvumeter.c    \
77         gui_stat_util.c \
78         gui_prefs.c     \
79         gui_utils.c     \
80         help_dlg.c      \
81         hostlist_table.c \
82         layout_prefs.c  \
83         macros_dlg.c    \
84         main.c          \
85         main_menu.c             \
86         main_packet_list.c      \
87         main_proto_draw.c       \
88         main_statusbar.c                \
89         main_toolbar.c  \
90         main_welcome.c          \
91         nameres_prefs.c \
92         packet_history.c        \
93         packet_win.c    \
94         pixmap_save.c   \
95         plugins_dlg.c   \
96         prefs_dlg.c     \
97         print_dlg.c     \
98         print_prefs.c   \
99         profile_dlg.c   \
100         progress_dlg.c  \
101         proto_dlg.c     \
102         proto_hier_stats_dlg.c  \
103         range_utils.c   \
104         recent.c        \
105         rtp_player.c    \
106         rtp_player_prefs.c      \
107         rtp_stream.c    \
108         mcast_stream.c  \
109         sctp_stat.c     \
110         sctp_graph_dlg.c        \
111         sctp_byte_graph_dlg.c   \
112         sctp_error_dlg.c        \
113         service_response_time_table.c   \
114         simple_dialog.c \
115         stock_icons.c   \
116         stream_prefs.c  \
117         summary_dlg.c   \
118         supported_protos_dlg.c  \
119         tap_dfilter_dlg.c       \
120         text_page.c     \
121         u3.c            \
122         uat_gui.c       \
123         voip_calls.c    \
124         webbrowser.c
125
126 about_dlg.c: ../image/wssplash.xpm
127
128 WIRESHARK_TAP_SRC = \
129         afp_stat.c      \
130         ansi_a_stat.c   \
131         ansi_map_stat.c \
132         bootp_stat.c    \
133         camel_counter.c \
134         camel_srt.c     \
135         conversations_eth.c     \
136         conversations_fc.c      \
137         conversations_fddi.c    \
138         conversations_ip.c      \
139         conversations_ipx.c     \
140         conversations_jxta.c            \
141         conversations_ncp.c     \
142         conversations_rsvp.c    \
143         conversations_sctp.c    \
144         conversations_tcpip.c   \
145         conversations_tr.c      \
146         conversations_udpip.c   \
147         conversations_usb.c     \
148         conversations_wlan.c    \
149         dcerpc_stat.c   \
150         expert_comp_dlg.c     \
151         expert_dlg.c    \
152         fc_stat.c       \
153         flow_graph.c    \
154         funnel_stat.c   \
155         gsm_a_stat.c    \
156         gsm_map_stat.c  \
157         gsm_map_summary.c       \
158         h225_counter.c  \
159         h225_ras_srt.c  \
160         hostlist_eth.c  \
161         hostlist_fc.c   \
162         hostlist_fddi.c \
163         hostlist_ip.c   \
164         hostlist_ipx.c  \
165         hostlist_jxta.c \
166         hostlist_ncp.c  \
167         hostlist_rsvp.c \
168         hostlist_sctp.c \
169         hostlist_tcpip.c \
170         hostlist_tr.c   \
171         hostlist_udpip.c \
172         hostlist_usb.c \
173         hostlist_wlan.c \
174         io_stat.c       \
175         ldap_stat.c     \
176         mgcp_stat.c     \
177         mtp3_stat.c     \
178         mtp3_summary.c  \
179         ncp_stat.c      \
180         radius_stat.c   \
181         rpc_progs.c     \
182         rpc_stat.c      \
183         rtp_analysis.c  \
184         rtp_stream_dlg.c        \
185         mcast_stream_dlg.c      \
186         stats_tree_stat.c       \
187         scsi_stat.c     \
188         sctp_assoc_analyse.c    \
189         sctp_chunk_stat_dlg.c   \
190         sctp_chunk_stat.c       \
191         sctp_stat_dlg.c \
192         sip_stat.c      \
193         smb_stat.c      \
194         smb2_stat.c     \
195         t38_analysis.c  \
196         tcp_graph.c     \
197         voip_calls_dlg.c \
198         wlan_stat_dlg.c  \
199         wsp_stat.c
200
201 noinst_HEADERS = \
202         about_dlg.h     \
203         airpcap_dlg.h \
204         airpcap_gui_utils.h \
205         capture_dlg.h   \
206         capture_file_dlg.h      \
207         capture_if_details_dlg.h        \
208         capture_prefs.h \
209         cfilter_combo_utils.h \
210         color_dlg.h     \
211         color_edit_dlg.h        \
212         colors.h        \
213         column_prefs.h  \
214         conversations_table.h \
215         decode_as_ber.h \
216         decode_as_dlg.h \
217         decode_as_dcerpc.h \
218         dfilter_expr_dlg.h \
219         dlg_utils.h     \
220         drag_and_drop.h \
221         expert_comp_dlg.h       \
222         expert_comp_table.h     \
223         export_object.h \
224         file_dlg.h      \
225         fileset_dlg.h   \
226         filter_dlg.h    \
227         find_dlg.h      \
228         firewall_dlg.h  \
229         follow_ssl.h    \
230         follow_stream.h \
231         follow_tcp.h    \
232         follow_udp.h    \
233         font_utils.h    \
234         goto_dlg.h      \
235         graph_analysis.h \
236         gsm_map_stat.h  \
237         gtkglobals.h    \
238         gtkvumeter.h \
239         gui_stat_util.h \
240         gui_prefs.h     \
241         gui_utils.h     \
242         help_dlg.h      \
243         hostlist_table.h \
244         isprint.h       \
245         keys.h          \
246         layout_prefs.h  \
247         macros_dlg.h    \
248         main.h          \
249         main_menu.h             \
250         main_packet_list.h      \
251         main_proto_draw.h       \
252         main_statusbar.h                \
253         main_toolbar.h  \
254         main_welcome.h          \
255         mtp3_stat.h     \
256         nameres_prefs.h \
257         packet_history.h        \
258         packet_win.h    \
259         pixmap_save.h   \
260         plugins_dlg.h   \
261         prefs_dlg.h     \
262         print_prefs.h   \
263         profile_dlg.h   \
264         proto_dlg.h     \
265         proto_hier_stats_dlg.h  \
266         range_utils.h \
267         recent.h        \
268         rtp_analysis.h  \
269         rtp_player.h    \
270         rtp_player_prefs.h      \
271         rtp_stream.h    \
272         rtp_stream_dlg.h \
273         mcast_stream.h  \
274         mcast_stream_dlg.h \
275         sat.h           \
276         sctp_stat.h     \
277         service_response_time_table.h   \
278         gui_stat_menu.h \
279         stock_icons.h   \
280         stream_prefs.h  \
281         summary_dlg.h   \
282         supported_protos_dlg.h   \
283         text_page.h     \
284         u3.h \
285         uat_gui.h \
286         voip_calls.h    \
287         voip_calls_dlg.h \
288         webbrowser.h
289
290 EXTRA_DIST = \
291         airpcap_dlg.c \
292         airpcap_gui_utils.c \
293         capture_if_details_dlg.c        \
294         doxygen.cfg.in \
295         Makefile.common \
296         Makefile.nmake \
297         print_mswin.c  \
298         print_mswin.h  \
299         win32-file-dlg.c \
300         win32-file-dlg.h
301