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
8 # Wireshark - Network traffic analyzer
9 # By Gerald Combs <gerald@wireshark.org>
10 # Copyright 1998 Gerald Combs
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.
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.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
27 include Makefile_custom.common
29 # Generated header files that we want in the distribution.
30 GENERATED_HEADER_FILES =
32 # Generated C source files that we want in the distribution.
34 wireshark-tap-register.c
36 # All the generated files.
38 $(GENERATED_HEADER_FILES) \
41 # Files that generate compileable files
46 addr_resolution_dlg.c \
57 conversation_hastables_dlg.c \
58 conversations_table.c \
63 dissector_tables_dlg.c \
66 edit_packet_comment_dlg.c \
70 filter_autocomplete.c \
75 filter_expression_save_dlg.c \
93 main_80211_toolbar.c \
94 main_airpcap_toolbar.c \
95 main_filter_toolbar.c \
97 manual_addr_resolv.c \
105 packet_list_store.c \
113 prefs_filter_expressions.c \
122 proto_hier_stats_dlg.c \
123 proto_hier_tree_model.c \
128 sctp_byte_graph_dlg.c \
131 service_response_time_table.c \
135 supported_protos_dlg.c \
142 $(WIRESHARK_CUSTOM_GTK_SRC)
144 about_dlg.c main_welcome.c: wssplash.h remote_icons.h
145 capture_if_dlg.c: network_icons.h remote_icons.h pipe_icon.h
146 gui_utils.c: wsicon.h
147 main.c: wsicon.h wsiconcap.h
148 main_statusbar.c: expert_indicators.h capture_comment_icons.h
149 main_welcome.c: wssplash.h
150 prefs_layout.c: layouts.h
151 stock_icons.c: stock_icons.h toolbar_icons.h wsicon.h
153 WIRESHARK_TAP_SRC = \
161 conversations_eth.c \
163 conversations_fddi.c \
165 conversations_ipv6.c \
166 conversations_ipx.c \
167 conversations_jxta.c \
168 conversations_ncp.c \
169 conversations_rsvp.c \
170 conversations_sctp.c \
171 conversations_tcpip.c \
173 conversations_udpip.c \
174 conversations_usb.c \
175 conversations_wlan.c \
222 sctp_assoc_analyse.c \
224 sctp_chunk_stat_dlg.c \
234 $(WIRESHARK_CUSTOM_TAP_SRC)
238 addr_resolution_dlg.h \
240 airpcap_gui_utils.h \
242 capture_comment_icons.h \
246 cfilter_combo_utils.h \
250 conversation_hastables_dlg.h \
251 conversations_table.h \
256 dissector_tables_dlg.h \
259 edit_packet_comment_dlg.h \
261 expert_comp_table.h \
262 expert_indicators.h \
263 export_object_dlg.h \
269 filter_autocomplete.h \
271 filter_expression_save_dlg.h \
283 gtk_iface_monitor.h \
295 main_airpcap_toolbar.h \
296 main_filter_toolbar.h \
297 main_menubar_private.h \
298 main_80211_toolbar.h \
301 main_statusbar_private.h \
304 main_toolbar_private.h \
306 manual_addr_resolv.h \
313 packet_list_store.h \
322 prefs_filter_expressions.h \
329 proto_hier_stats_dlg.h \
330 proto_hier_tree_model.h \
338 service_response_time_table.h \
342 supported_protos_dlg.h \
353 $(WIRESHARK_CUSTOM_HDRS)