Get the build going.
[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 # Wireshark - Network traffic analyzer
9 # By Gerald Combs <gerald@wireshark.org>
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         wireshark-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 WIRESHARK_GTK_SRC = \
42         about_dlg.c     \
43         airpcap_dlg.c \
44         airpcap_gui_utils.c \
45         capture_dlg.c   \
46         capture_file_dlg.c      \
47         capture_if_dlg.c        \
48         capture_if_details_dlg.c        \
49         capture_info_dlg.c      \
50         capture_prefs.c \
51         cfilter_combo_utils.c   \
52         color_dlg.c     \
53         color_edit_dlg.c        \
54         color_utils.c   \
55         colors.c        \
56         column_prefs.c  \
57         conversations_table.c   \
58         decode_as_ber.c \
59         decode_as_dlg.c \
60         decode_as_dcerpc.c      \
61         dfilter_expr_dlg.c      \
62         dlg_utils.c     \
63         drag_and_drop.c         \
64         wireshark-tap-register.c        \
65         expert_comp_table.c    \
66         export_object.c        \
67         export_object_http.c   \
68         file_dlg.c      \
69         fileset_dlg.c   \
70         filter_dlg.c    \
71         find_dlg.c      \
72         firewall_dlg.c  \
73         follow_dlg.c    \
74         font_utils.c    \
75         goto_dlg.c      \
76         graph_analysis.c \
77         gtkvumeter.c    \
78         gui_stat_util.c \
79         gui_prefs.c     \
80         gui_utils.c     \
81         help_dlg.c      \
82         hostlist_table.c \
83         layout_prefs.c  \
84         macros_dlg.c    \
85         main.c          \
86         menu.c          \
87         nameres_prefs.c \
88         packet_history.c        \
89         packet_list.c   \
90         packet_win.c    \
91         plugins_dlg.c   \
92         prefs_dlg.c     \
93         print_dlg.c     \
94         print_prefs.c   \
95         progress_dlg.c  \
96         proto_dlg.c     \
97         proto_draw.c    \
98         proto_hier_stats_dlg.c  \
99         range_utils.c   \
100         recent.c        \
101         rtp_player.c    \
102         rtp_stream.c    \
103         mcast_stream.c  \
104         sctp_stat.c     \
105         sctp_graph_dlg.c        \
106         sctp_byte_graph_dlg.c   \
107         sctp_error_dlg.c        \
108         service_response_time_table.c   \
109         simple_dialog.c \
110         ssl-dlg.c       \
111         stream_prefs.c  \
112         summary_dlg.c   \
113         supported_protos_dlg.c  \
114         tap_dfilter_dlg.c       \
115         text_page.c     \
116         toolbar.c       \
117         u3.c            \
118         uat_gui.c       \
119         voip_calls.c    \
120         webbrowser.c
121
122
123 WIRESHARK_TAP_SRC = \
124         afp_stat.c      \
125         ansi_a_stat.c   \
126         ansi_map_stat.c \
127         bootp_stat.c    \
128         camel_counter.c \
129         camel_srt.c     \
130         conversations_eth.c     \
131         conversations_fc.c      \
132         conversations_fddi.c    \
133         conversations_ip.c      \
134         conversations_ipx.c     \
135         conversations_jxta.c            \
136         conversations_sctp.c    \
137         conversations_tcpip.c   \
138         conversations_tr.c      \
139         conversations_udpip.c   \
140         conversations_usb.c     \
141         conversations_wlan.c    \
142         conversations_ncp.c     \
143         conversations_rsvp.c    \
144         dcerpc_stat.c   \
145         expert_comp_dlg.c     \
146         expert_dlg.c    \
147         fc_stat.c       \
148         flow_graph.c    \
149         funnel_stat.c   \
150         gsm_a_stat.c    \
151         gsm_map_stat.c  \
152         gsm_map_summary.c       \
153         h225_counter.c  \
154         h225_ras_srt.c  \
155         hostlist_eth.c  \
156         hostlist_fc.c   \
157         hostlist_fddi.c \
158         hostlist_ip.c   \
159         hostlist_ipx.c  \
160         hostlist_jxta.c \
161         hostlist_ncp.c  \
162         hostlist_tcpip.c \
163         hostlist_tr.c   \
164         hostlist_udpip.c \
165         hostlist_usb.c \
166         hostlist_wlan.c \
167         hostlist_rsvp.c \
168         io_stat.c       \
169         ldap_stat.c     \
170         mgcp_stat.c     \
171         mtp3_stat.c     \
172         mtp3_summary.c  \
173         ncp_stat.c      \
174         radius_stat.c   \
175         rpc_progs.c     \
176         rpc_stat.c      \
177         rtp_analysis.c  \
178         rtp_stream_dlg.c        \
179         mcast_stream_dlg.c      \
180         stats_tree_stat.c       \
181         scsi_stat.c     \
182         sctp_assoc_analyse.c    \
183         sctp_chunk_stat_dlg.c   \
184         sctp_chunk_stat.c       \
185         sctp_stat_dlg.c \
186         sip_stat.c      \
187         smb_stat.c      \
188         smb2_stat.c     \
189         t38_analysis.c  \
190         tcp_graph.c     \
191         voip_calls_dlg.c \
192         wsp_stat.c