aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
blob: 58d776b670fcab2f0d3a03b7a76c9033373bf229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Makefile.common
#     Contains the stuff from Makefile.am and Makefile.nmake that is
#     a) common to both files and
#     b) portable between both files
#
# $Id$
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
# Copyright 1998 Gerald Combs
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.


#
# ethclist.obj is not in here because it is currently gtk+-1.2-only
# code, while the DLL for GTK+ on Windows is gtk+-1.3 or gtk+-2.x.
#
ETHEREAL_GTK_SRC = \
	about_dlg.c	\
	capture_combo_utils.c	\
	capture_dlg.c	\
	capture_if_dlg.c	\
	capture_info_dlg.c	\
	capture_prefs.c	\
	color_dlg.c	\
	color_filters.c	\
	color_utils.c	\
	colors.c	\
	column_prefs.c	\
	decode_as_dlg.c	\
	dfilter_expr_dlg.c	\
	dlg_utils.c	\
	endpoint_talkers_table.c	\
	ethereal-tap-register.c	\
	file_dlg.c	\
	filter_prefs.c	\
	find_dlg.c	\
	follow_dlg.c	\
	font_utils.c	\
	goto_dlg.c	\
	gtk_stat_util.c	\
	gui_prefs.c	\
	help_dlg.c	\
	hostlist_table.c \
	layout_prefs.c	\
	main.c 	\
	menu.c 	\
	nameres_prefs.c	\
	packet_list.c	\
	packet_win.c	\
	plugins_dlg.c	\
	prefs_dlg.c	\
	print_dlg.c	\
	print_prefs.c	\
	progress_dlg.c	\
	proto_dlg.c	\
	proto_draw.c	\
	proto_hier_stats_dlg.c	\
	range_utils.c \
	recent.c	\
	rtp_stream.c	\
	service_response_time_table.c	\
	simple_dialog.c	\
	stream_prefs.c	\
	summary_dlg.c	\
	supported_protos_dlg.c	\
	tap_dfilter_dlg.c	\
	text_page.c	\
	toolbar.c	\
	ui_util.c \
	webbrowser.c


ETHEREAL_TAP_SRC = \
	ansi_a_stat.c	\
	ansi_map_stat.c	\
	bootp_stat.c	\
	dcerpc_stat.c	\
	endpoint_talkers_eth.c	\
	endpoint_talkers_fc.c	\
	endpoint_talkers_fddi.c	\
	endpoint_talkers_ip.c	\
	endpoint_talkers_ipx.c	\
	endpoint_talkers_tcpip.c	\
	endpoint_talkers_tr.c	\
	endpoint_talkers_udpip.c	\
	fc_stat.c	\
	gsm_a_stat.c	\
	gsm_map_stat.c	\
	gsm_map_summary.c	\
	h225_counter.c	\
	h225_ras_srt.c	\
	hostlist_eth.c \
	hostlist_fc.c \
	hostlist_fddi.c \
	hostlist_ip.c \
	hostlist_ipx.c \
	hostlist_tcpip.c \
	hostlist_tr.c \
	hostlist_udpip.c \
	http_stat.c	\
	io_stat.c	\
	isup_stat.c	\
	ldap_stat.c	\
	mgcp_stat.c	\
	mtp3_stat.c	\
	mtp3_summary.c	\
	rpc_progs.c	\
	rpc_stat.c	\
	rtp_analysis.c	\
	rtp_stream_dlg.c	\
	tcp_graph.c	\
	sip_stat.c	\
	smb_stat.c	\
	wsp_stat.c