win32 only: get interface details from WinPcap's packet.dll (direct access to NDIS...
[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         gtk_stat_util.c \
69         gui_prefs.c     \
70         help_dlg.c      \
71         hostlist_table.c \
72         layout_prefs.c  \
73         main.c  \
74         menu.c  \
75         nameres_prefs.c \
76         packet_history.c        \
77         packet_list.c   \
78         packet_win.c    \
79         plugins_dlg.c   \
80         prefs_dlg.c     \
81         print_dlg.c     \
82         print_prefs.c   \
83         progress_dlg.c  \
84         proto_dlg.c     \
85         proto_draw.c    \
86         proto_hier_stats_dlg.c  \
87         range_utils.c \
88         recent.c        \
89         rtp_stream.c    \
90         sctp_stat.c     \
91         sctp_graph_dlg.c        \
92         sctp_byte_graph_dlg.c   \
93         sctp_error_dlg.c        \
94         service_response_time_table.c   \
95         simple_dialog.c \
96         stream_prefs.c  \
97         summary_dlg.c   \
98         supported_protos_dlg.c  \
99         tap_dfilter_dlg.c       \
100         text_page.c     \
101         toolbar.c       \
102         ui_util.c \
103         voip_calls.c \
104         webbrowser.c
105
106
107 ETHEREAL_TAP_SRC = \
108         ansi_a_stat.c   \
109         ansi_map_stat.c \
110         bootp_stat.c    \
111         conversations_eth.c     \
112         conversations_fc.c      \
113         conversations_fddi.c    \
114         conversations_ip.c      \
115         conversations_ipx.c     \
116         conversations_sctp.c    \
117         conversations_tcpip.c   \
118         conversations_tr.c      \
119         conversations_udpip.c   \
120         conversations_wlan.c    \
121         dcerpc_stat.c   \
122         fc_stat.c       \
123         gsm_a_stat.c    \
124         gsm_map_stat.c  \
125         gsm_map_summary.c       \
126         h225_counter.c  \
127         h225_ras_srt.c  \
128         hostlist_eth.c \
129         hostlist_fc.c \
130         hostlist_fddi.c \
131         hostlist_ip.c \
132         hostlist_ipx.c \
133         hostlist_tcpip.c \
134         hostlist_tr.c \
135         hostlist_udpip.c \
136         hostlist_wlan.c \
137         http_stat.c     \
138         io_stat.c       \
139         isup_stat.c     \
140         ldap_stat.c     \
141         mgcp_stat.c     \
142         mtp3_stat.c     \
143         mtp3_summary.c  \
144         rpc_progs.c     \
145         rpc_stat.c      \
146         rtp_analysis.c  \
147         rtp_stream_dlg.c        \
148         stats_tree_stat.c       \
149         sctp_assoc_analyse.c    \
150         sctp_chunk_stat_dlg.c   \
151         sctp_chunk_stat.c       \
152         sctp_stat_dlg.c \
153         sip_stat.c      \
154         smb_stat.c      \
155         tcp_graph.c     \
156         voip_calls_dlg.c \
157         wsp_stat.c