Allow a progress dialog to have "Stop" or "Cancel" as the "terminate
[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 # 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         ethereal-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 #
38 # ethclist.obj is not in here because it is currently gtk+-1.2-only
39 # code, while the DLL for GTK+ on Windows is gtk+-1.3 or gtk+-2.x.
40 #
41 ETHEREAL_GTK_SRC = \
42         about_dlg.c     \
43         capture_dlg.c   \
44         capture_if_dlg.c        \
45         capture_if_details_dlg.c        \
46         capture_info_dlg.c      \
47         capture_prefs.c \
48         cfilter_combo_utils.c   \
49         color_dlg.c     \
50         color_utils.c   \
51         colors.c        \
52         column_prefs.c  \
53         conversations_table.c   \
54         decode_as_dlg.c \
55         decode_as_dcerpc.c      \
56         dfilter_expr_dlg.c      \
57         dlg_utils.c     \
58         drag_and_drop.c         \
59         ethereal-tap-register.c \
60         file_dlg.c      \
61         fileset_dlg.c   \
62         filter_dlg.c    \
63         find_dlg.c      \
64         follow_dlg.c    \
65         font_utils.c    \
66         goto_dlg.c      \
67         graph_analysis.c \
68         gui_stat_util.c \
69         gui_prefs.c     \
70         gui_utils.c \
71         help_dlg.c      \
72         hostlist_table.c \
73         layout_prefs.c  \
74         main.c  \
75         menu.c  \
76         nameres_prefs.c \
77         packet_history.c        \
78         packet_list.c   \
79         packet_win.c    \
80         plugins_dlg.c   \
81         prefs_dlg.c     \
82         print_dlg.c     \
83         print_prefs.c   \
84         progress_dlg.c  \
85         proto_dlg.c     \
86         proto_draw.c    \
87         proto_hier_stats_dlg.c  \
88         range_utils.c \
89         recent.c        \
90         rtp_stream.c    \
91         sctp_stat.c     \
92         sctp_graph_dlg.c        \
93         sctp_byte_graph_dlg.c   \
94         sctp_error_dlg.c        \
95         service_response_time_table.c   \
96         simple_dialog.c \
97         stream_prefs.c  \
98         summary_dlg.c   \
99         supported_protos_dlg.c  \
100         tap_dfilter_dlg.c       \
101         text_page.c     \
102         toolbar.c       \
103         voip_calls.c \
104         webbrowser.c
105
106
107 ETHEREAL_TAP_SRC = \
108         afp_stat.c      \
109         ansi_a_stat.c   \
110         ansi_map_stat.c \
111         bootp_stat.c    \
112         conversations_eth.c     \
113         conversations_fc.c      \
114         conversations_fddi.c    \
115         conversations_ip.c      \
116         conversations_ipx.c     \
117         conversations_jxta.c            \
118         conversations_sctp.c    \
119         conversations_tcpip.c   \
120         conversations_tr.c      \
121         conversations_udpip.c   \
122         conversations_wlan.c    \
123         conversations_ncp.c     \
124         conversations_rsvp.c    \
125         dcerpc_stat.c   \
126         expert_dlg.c    \
127         fc_stat.c       \
128         flow_graph.c    \
129         gsm_a_stat.c    \
130         gsm_map_stat.c  \
131         gsm_map_summary.c       \
132         h225_counter.c  \
133         h225_ras_srt.c  \
134         hostlist_eth.c \
135         hostlist_fc.c \
136         hostlist_fddi.c \
137         hostlist_ip.c \
138         hostlist_ipx.c \
139         hostlist_jxta.c \
140         hostlist_tcpip.c \
141         hostlist_tr.c \
142         hostlist_udpip.c \
143         hostlist_wlan.c \
144         hostlist_rsvp.c \
145         io_stat.c       \
146         ldap_stat.c     \
147         mgcp_stat.c     \
148         mtp3_stat.c     \
149         mtp3_summary.c  \
150         ncp_stat.c  \
151         rpc_progs.c     \
152         rpc_stat.c      \
153         rtp_analysis.c  \
154         rtp_stream_dlg.c        \
155         stats_tree_stat.c       \
156         sctp_assoc_analyse.c    \
157         sctp_chunk_stat_dlg.c   \
158         sctp_chunk_stat.c       \
159         sctp_stat_dlg.c \
160         sip_stat.c      \
161         smb_stat.c      \
162         t38_analysis.c  \
163         tcp_graph.c     \
164         voip_calls_dlg.c \
165         wsp_stat.c