Move IAX2 analysis to the ui directory.
[metze/wireshark/wip.git] / ui / 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 # Wireshark - Network traffic analyzer
7 # By Gerald Combs <gerald@wireshark.org>
8 # Copyright 1998 Gerald Combs
9 #
10 # This program is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU General Public License
12 # as published by the Free Software Foundation; either version 2
13 # of the License, or (at your option) any later version.
14 #
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
19 #
20 # You should have received a copy of the GNU General Public License
21 # along with this program; if not, write to the Free Software
22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
24 #
25 include Makefile_custom.common
26
27 # Generated header files that we want in the distribution.
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.
35 GENERATED_FILES = \
36         $(GENERATED_HEADER_FILES) \
37         $(GENERATED_C_FILES)
38
39 # Files that generate compileable files
40 GENERATOR_FILES =
41
42 WIRESHARK_GTK_SRC = \
43         about_dlg.c     \
44         addr_resolution_dlg.c   \
45         airpcap_dlg.c \
46         airpcap_gui_utils.c \
47         bytes_view.c \
48         capture_dlg.c   \
49         capture_file_dlg.c      \
50         capture_if_dlg.c        \
51         capture_info_dlg.c      \
52         color_dlg.c     \
53         color_edit_dlg.c        \
54         color_utils.c   \
55         conversation_hastables_dlg.c    \
56         conversations_table.c   \
57         decode_as_dlg.c \
58         dfilter_expr_dlg.c      \
59         dissector_tables_dlg.c  \
60         dlg_utils.c     \
61         drag_and_drop.c         \
62         edit_packet_comment_dlg.c       \
63         expert_comp_table.c    \
64         export_object_dlg.c     \
65         export_sslkeys.c   \
66         filter_autocomplete.c   \
67         file_dlg.c      \
68         file_import_dlg.c       \
69         fileset_dlg.c   \
70         filter_dlg.c    \
71         filter_expression_save_dlg.c    \
72         filter_utils.c  \
73         find_dlg.c      \
74         firewall_dlg.c  \
75         follow_ssl.c    \
76         follow_stream.c \
77         follow_tcp.c    \
78         follow_udp.c    \
79         font_utils.c    \
80         goto_dlg.c      \
81         graph_analysis.c \
82         gtk_iface_monitor.c     \
83         gui_stat_util.c \
84         gui_utils.c     \
85         help_dlg.c      \
86         hostlist_table.c \
87         macros_dlg.c    \
88         main.c          \
89         main_80211_toolbar.c    \
90         main_airpcap_toolbar.c  \
91         main_filter_toolbar.c   \
92         main_menubar.c  \
93         manual_addr_resolv.c    \
94         packet_panes.c  \
95         main_statusbar.c        \
96         main_titlebar.c \
97         main_toolbar.c  \
98         main_welcome.c          \
99         packet_history.c        \
100         packet_list_store.c     \
101         packet_list.c   \
102         packet_win.c    \
103         pixmap_save.c   \
104         plugins_dlg.c   \
105         prefs_capture.c \
106         prefs_column.c  \
107         prefs_dlg.c     \
108         prefs_filter_expressions.c      \
109         prefs_gui.c     \
110         prefs_layout.c  \
111         prefs_font_color.c      \
112         print_dlg.c     \
113         profile_dlg.c   \
114         progress_dlg.c  \
115         proto_dlg.c     \
116         proto_help.c    \
117         proto_hier_stats_dlg.c  \
118         proto_hier_tree_model.c \
119         proto_tree_model.c \
120         range_utils.c   \
121         response_time_delay_table.c     \
122         rtp_player.c    \
123         sctp_byte_graph_dlg.c   \
124         sctp_error_dlg.c        \
125         sctp_graph_dlg.c        \
126         service_response_time_table.c   \
127         simple_dialog.c \
128         simple_stattable.c      \
129         stock_icons.c   \
130         summary_dlg.c   \
131         supported_protos_dlg.c  \
132         tap_param_dlg.c \
133         text_page_utils.c       \
134         time_shift_dlg.c        \
135         uat_gui.c       \
136         webbrowser.c    \
137         extcap_gtk.c    \
138         $(WIRESHARK_CUSTOM_GTK_SRC)
139
140 about_dlg.c main_welcome.c: wssplash.h remote_icons.h
141 capture_if_dlg.c: network_icons.h remote_icons.h pipe_icon.h
142 gui_utils.c: wsicon.h
143 main.c: wsicon.h wsiconcap.h
144 main_statusbar.c: expert_indicators.h capture_comment_icons.h
145 main_welcome.c: wssplash.h
146 prefs_layout.c: layouts.h
147 stock_icons.c: stock_icons.h toolbar_icons.h wsicon.h
148
149 WIRESHARK_TAP_SRC = \
150         compare_stat.c  \
151         dcerpc_stat.c   \
152         expert_comp_dlg.c     \
153         export_pdu_dlg.c        \
154         flow_graph.c    \
155         funnel_stat.c   \
156         gsm_map_summary.c       \
157         iax2_analysis.c \
158         io_stat.c       \
159         lbm_stream_dlg.c        \
160         lbm_uimflow_dlg.c       \
161         mac_lte_stat_dlg.c      \
162         mcast_stream_dlg.c      \
163         mtp3_summary.c  \
164         rlc_lte_graph.c \
165         rlc_lte_stat_dlg.c      \
166         rpc_stat.c      \
167         rtp_analysis.c  \
168         rtp_stream_dlg.c        \
169         sctp_assoc_analyse.c    \
170         sctp_chunk_stat.c       \
171         sctp_chunk_stat_dlg.c   \
172         sctp_stat_dlg.c \
173         sip_stat.c      \
174         stats_tree_stat.c       \
175         tcp_graph.c     \
176         voip_calls_dlg.c \
177         wlan_stat_dlg.c  \
178         $(WIRESHARK_CUSTOM_TAP_SRC)
179
180 noinst_HEADERS = \
181         about_dlg.h     \
182         addr_resolution_dlg.h   \
183         airpcap_dlg.h \
184         airpcap_gui_utils.h \
185         bytes_view.h \
186         capture_comment_icons.h \
187         capture_dlg.h   \
188         capture_file_dlg.h      \
189         capture_if_dlg.h        \
190         cfilter_combo_utils.h \
191         color_dlg.h     \
192         color_edit_dlg.h        \
193         color_utils.h   \
194         conversation_hastables_dlg.h    \
195         conversations_table.h \
196         decode_as_dlg.h \
197         dfilter_expr_dlg.h \
198         dissector_tables_dlg.h  \
199         dlg_utils.h     \
200         drag_and_drop.h \
201         edit_packet_comment_dlg.h \
202         expert_comp_dlg.h       \
203         expert_comp_table.h     \
204         expert_indicators.h     \
205         export_object_dlg.h     \
206         export_pdu_dlg.h        \
207         export_sslkeys.h        \
208         file_dlg.h      \
209         file_import_dlg.h       \
210         fileset_dlg.h   \
211         filter_autocomplete.h   \
212         filter_dlg.h    \
213         filter_expression_save_dlg.h    \
214         filter_utils.h  \
215         find_dlg.h      \
216         firewall_dlg.h  \
217         follow_ssl.h    \
218         follow_stream.h \
219         follow_tcp.h    \
220         follow_udp.h    \
221         font_utils.h    \
222         goto_dlg.h      \
223         graph_analysis.h \
224         gtk_iface_monitor.h     \
225         gtkglobals.h    \
226         gui_stat_menu.h \
227         gui_stat_util.h \
228         gui_utils.h     \
229         help_dlg.h      \
230         hostlist_table.h \
231         keys.h          \
232         layouts.h       \
233         lbm_stream_dlg.h        \
234         lbm_uimflow_dlg.h       \
235         macros_dlg.h    \
236         main.h          \
237         main_airpcap_toolbar.h  \
238         main_filter_toolbar.h   \
239         main_menubar_private.h  \
240         main_80211_toolbar.h    \
241         menus.h         \
242         packet_panes.h  \
243         main_statusbar_private.h        \
244         main_titlebar.h \
245         main_toolbar.h  \
246         main_toolbar_private.h  \
247         main_welcome.h          \
248         main_welcome_private.h  \
249         manual_addr_resolv.h    \
250         mcast_stream_dlg.h      \
251         network_icons.h \
252         old-gtk-compat.h        \
253         packet_history.h        \
254         packet_list_store.h     \
255         packet_list.h \
256         packet_win.h    \
257         pipe_icon.h     \
258         pixmap_save.h   \
259         plugins_dlg.h   \
260         prefs_capture.h \
261         prefs_column.h  \
262         prefs_dlg.h     \
263         prefs_filter_expressions.h      \
264         prefs_gui.h     \
265         prefs_layout.h  \
266         prefs_font_color.h      \
267         profile_dlg.h   \
268         proto_dlg.h     \
269         proto_help.h    \
270         proto_hier_stats_dlg.h  \
271         proto_hier_tree_model.h \
272         proto_tree_model.h \
273         range_utils.h \
274         response_time_delay_table.h     \
275         remote_icons.h  \
276         rtp_player.h    \
277         rtp_stream_dlg.h \
278         sctp_stat_gtk.h \
279         service_response_time_table.h   \
280         simple_stattable.h      \
281         time_shift_dlg.h        \
282         simple_dialog.h \
283         stock_icons.h   \
284         summary_dlg.h   \
285         supported_protos_dlg.h  \
286         tap_param_dlg.h \
287         text_page_utils.h       \
288         toolbar_icons.h \
289         uat_gui.h \
290         voip_calls_dlg.h \
291         webbrowser.h    \
292         wsiconcap.h \
293         wsicon.h \
294         wssplash.h \
295         extcap_gtk.h \
296         $(WIRESHARK_CUSTOM_HDRS)