ec464f1250843a773447924b2d61f49c337e44a8
[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         color_dlg.c     \
38         color_filters.c \
39         color_utils.c   \
40         colors.c        \
41         column_prefs.c  \
42         conversations_table.c   \
43         decode_as_dlg.c \
44         dfilter_expr_dlg.c      \
45         dlg_utils.c     \
46         ethereal-tap-register.c \
47         file_dlg.c      \
48         filter_dlg.c    \
49         find_dlg.c      \
50         follow_dlg.c    \
51         font_utils.c    \
52         goto_dlg.c      \
53         gtk_stat_util.c \
54         gui_prefs.c     \
55         help_dlg.c      \
56         hostlist_table.c \
57         layout_prefs.c  \
58         main.c  \
59         menu.c  \
60         nameres_prefs.c \
61         packet_list.c   \
62         packet_win.c    \
63         plugins_dlg.c   \
64         prefs_dlg.c     \
65         print_dlg.c     \
66         print_prefs.c   \
67         progress_dlg.c  \
68         proto_dlg.c     \
69         proto_draw.c    \
70         proto_hier_stats_dlg.c  \
71         range_utils.c \
72         recent.c        \
73         rtp_stream.c    \
74         service_response_time_table.c   \
75         simple_dialog.c \
76         stream_prefs.c  \
77         summary_dlg.c   \
78         supported_protos_dlg.c  \
79         tap_dfilter_dlg.c       \
80         text_page.c     \
81         toolbar.c       \
82         ui_util.c \
83         webbrowser.c
84
85
86 ETHEREAL_TAP_SRC = \
87         ansi_a_stat.c   \
88         ansi_map_stat.c \
89         bootp_stat.c    \
90         conversations_eth.c     \
91         conversations_fc.c      \
92         conversations_fddi.c    \
93         conversations_ip.c      \
94         conversations_ipx.c     \
95         conversations_tcpip.c   \
96         conversations_tr.c      \
97         conversations_udpip.c   \
98         dcerpc_stat.c   \
99         fc_stat.c       \
100         gsm_a_stat.c    \
101         gsm_map_stat.c  \
102         gsm_map_summary.c       \
103         h225_counter.c  \
104         h225_ras_srt.c  \
105         hostlist_eth.c \
106         hostlist_fc.c \
107         hostlist_fddi.c \
108         hostlist_ip.c \
109         hostlist_ipx.c \
110         hostlist_tcpip.c \
111         hostlist_tr.c \
112         hostlist_udpip.c \
113         http_stat.c     \
114         io_stat.c       \
115         isup_stat.c     \
116         ldap_stat.c     \
117         mgcp_stat.c     \
118         mtp3_stat.c     \
119         mtp3_summary.c  \
120         rpc_progs.c     \
121         rpc_stat.c      \
122         rtp_analysis.c  \
123         rtp_stream_dlg.c        \
124         tcp_graph.c     \
125         sip_stat.c      \
126         smb_stat.c      \
127         wsp_stat.c