nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
2 | # @configure_input@ |
||
3 | |||
4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc. |
||
5 | |||
6 | # This Makefile.in is free software; the Free Software Foundation |
||
7 | # gives unlimited permission to copy and/or distribute it, |
||
8 | # with or without modifications, as long as this notice is preserved. |
||
9 | |||
10 | # This program is distributed in the hope that it will be useful, |
||
11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
||
12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
||
13 | # PARTICULAR PURPOSE. |
||
14 | |||
15 | @SET_MAKE@ |
||
16 | |||
17 | # Makefile.am |
||
18 | # Automake file for Wireshark |
||
19 | # |
||
20 | # Wireshark - Network traffic analyzer |
||
21 | # By Gerald Combs <gerald@wireshark.org> |
||
22 | # Copyright 1998 Gerald Combs |
||
23 | # |
||
24 | # This program is free software; you can redistribute it and/or |
||
25 | # modify it under the terms of the GNU General Public License |
||
26 | # as published by the Free Software Foundation; either version 2 |
||
27 | # of the License, or (at your option) any later version. |
||
28 | # |
||
29 | # This program is distributed in the hope that it will be useful, |
||
30 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
||
31 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||
32 | # GNU General Public License for more details. |
||
33 | # |
||
34 | # You should have received a copy of the GNU General Public License |
||
35 | # along with this program; if not, write to the Free Software |
||
36 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
||
37 | |||
38 | # Makefile.am.inc |
||
39 | # Include file for Makefile.am files to get additional rules |
||
40 | # |
||
41 | # Wireshark - Network traffic analyzer |
||
42 | # By Gerald Combs <gerald@wireshark.org> |
||
43 | # Copyright 1998 Gerald Combs |
||
44 | # |
||
45 | # This program is free software; you can redistribute it and/or |
||
46 | # modify it under the terms of the GNU General Public License |
||
47 | # as published by the Free Software Foundation; either version 2 |
||
48 | # of the License, or (at your option) any later version. |
||
49 | # |
||
50 | # This program is distributed in the hope that it will be useful, |
||
51 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
||
52 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||
53 | # GNU General Public License for more details. |
||
54 | # |
||
55 | # You should have received a copy of the GNU General Public License |
||
56 | # along with this program; if not, write to the Free Software |
||
57 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
||
58 | |||
59 | # |
||
60 | # Add custom dictionaries here as: |
||
61 | # diameter/foo.xml |
||
62 | # |
||
63 | |||
64 | # |
||
65 | |||
66 | |||
67 | |||
68 | VPATH = @srcdir@ |
||
69 | am__is_gnu_make = { \ |
||
70 | if test -z '$(MAKELEVEL)'; then \ |
||
71 | false; \ |
||
72 | elif test -n '$(MAKE_HOST)'; then \ |
||
73 | true; \ |
||
74 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
||
75 | true; \ |
||
76 | else \ |
||
77 | false; \ |
||
78 | fi; \ |
||
79 | } |
||
80 | am__make_running_with_option = \ |
||
81 | case $${target_option-} in \ |
||
82 | ?) ;; \ |
||
83 | *) echo "am__make_running_with_option: internal error: invalid" \ |
||
84 | "target option '$${target_option-}' specified" >&2; \ |
||
85 | exit 1;; \ |
||
86 | esac; \ |
||
87 | has_opt=no; \ |
||
88 | sane_makeflags=$$MAKEFLAGS; \ |
||
89 | if $(am__is_gnu_make); then \ |
||
90 | sane_makeflags=$$MFLAGS; \ |
||
91 | else \ |
||
92 | case $$MAKEFLAGS in \ |
||
93 | *\\[\ \ ]*) \ |
||
94 | bs=\\; \ |
||
95 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
||
96 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
||
97 | esac; \ |
||
98 | fi; \ |
||
99 | skip_next=no; \ |
||
100 | strip_trailopt () \ |
||
101 | { \ |
||
102 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
||
103 | }; \ |
||
104 | for flg in $$sane_makeflags; do \ |
||
105 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
||
106 | case $$flg in \ |
||
107 | *=*|--*) continue;; \ |
||
108 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
||
109 | -*I?*) strip_trailopt 'I';; \ |
||
110 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
||
111 | -*O?*) strip_trailopt 'O';; \ |
||
112 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
||
113 | -*l?*) strip_trailopt 'l';; \ |
||
114 | -[dEDm]) skip_next=yes;; \ |
||
115 | -[JT]) skip_next=yes;; \ |
||
116 | esac; \ |
||
117 | case $$flg in \ |
||
118 | *$$target_option*) has_opt=yes; break;; \ |
||
119 | esac; \ |
||
120 | done; \ |
||
121 | test $$has_opt = yes |
||
122 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
||
123 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
||
124 | pkgdatadir = $(datadir)/@PACKAGE@ |
||
125 | pkgincludedir = $(includedir)/@PACKAGE@ |
||
126 | pkglibdir = $(libdir)/@PACKAGE@ |
||
127 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
||
128 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
||
129 | install_sh_DATA = $(install_sh) -c -m 644 |
||
130 | install_sh_PROGRAM = $(install_sh) -c |
||
131 | install_sh_SCRIPT = $(install_sh) -c |
||
132 | INSTALL_HEADER = $(INSTALL_DATA) |
||
133 | transform = $(program_transform_name) |
||
134 | NORMAL_INSTALL = : |
||
135 | PRE_INSTALL = : |
||
136 | POST_INSTALL = : |
||
137 | NORMAL_UNINSTALL = : |
||
138 | PRE_UNINSTALL = : |
||
139 | POST_UNINSTALL = : |
||
140 | build_triplet = @build@ |
||
141 | host_triplet = @host@ |
||
142 | target_triplet = @target@ |
||
143 | EXTRA_PROGRAMS = wireshark-gtk$(EXEEXT) wireshark$(EXEEXT) \ |
||
144 | tshark$(EXEEXT) tfshark$(EXEEXT) capinfos$(EXEEXT) \ |
||
145 | captype$(EXEEXT) editcap$(EXEEXT) mergecap$(EXEEXT) \ |
||
146 | dftest$(EXEEXT) randpkt$(EXEEXT) text2pcap$(EXEEXT) \ |
||
147 | dumpcap$(EXEEXT) reordercap$(EXEEXT) rawshark$(EXEEXT) \ |
||
148 | echld_test$(EXEEXT) |
||
149 | @HAVE_EXTCAP_TRUE@am__append_1 = $(EXTCAP_COMMON_SRC) |
||
150 | @HAVE_Qt_TRUE@@HAVE_SPEEXDSP_TRUE@am__append_2 = $(SPEEXDSP_LIBS) |
||
151 | subdir = . |
||
152 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
||
153 | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_flag.m4 \ |
||
154 | $(top_srcdir)/m4/ax_compiler_vendor.m4 \ |
||
155 | $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ |
||
156 | $(top_srcdir)/m4/ax_lib_socket_nsl.m4 \ |
||
157 | $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \ |
||
158 | $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/libsmi.m4 \ |
||
159 | $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/ws_osx.m4 \ |
||
160 | $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac |
||
161 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
||
162 | $(ACLOCAL_M4) |
||
163 | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
||
164 | $(am__configure_deps) $(dist_diameter_DATA) $(dist_dtds_DATA) \ |
||
165 | $(dist_pkgdata_DATA) $(dist_radius_DATA) $(dist_tpncp_DATA) \ |
||
166 | $(dist_wimaxasncp_DATA) $(nobase_dist_profiles_DATA) \ |
||
167 | $(noinst_HEADERS) $(am__DIST_COMMON) |
||
168 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
||
169 | configure.lineno config.status.lineno |
||
170 | mkinstalldirs = $(install_sh) -d |
||
171 | CONFIG_HEADER = config.h |
||
172 | CONFIG_CLEAN_FILES = doxygen.cfg wireshark.pc \ |
||
173 | packaging/macosx/Wireshark_package.pmdoc/index.xml |
||
174 | CONFIG_CLEAN_VPATH_FILES = |
||
175 | am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(diameterdir)" \ |
||
176 | "$(DESTDIR)$(dtdsdir)" "$(DESTDIR)$(pkgdatadir)" \ |
||
177 | "$(DESTDIR)$(radiusdir)" "$(DESTDIR)$(tpncpdir)" \ |
||
178 | "$(DESTDIR)$(wimaxasncpdir)" "$(DESTDIR)$(profilesdir)" \ |
||
179 | "$(DESTDIR)$(pkgconfigdir)" |
||
180 | PROGRAMS = $(bin_PROGRAMS) |
||
181 | am_capinfos_OBJECTS = capinfos-capinfos.$(OBJEXT) \ |
||
182 | capinfos-ws_version_info.$(OBJEXT) |
||
183 | capinfos_OBJECTS = $(am_capinfos_OBJECTS) |
||
184 | capinfos_DEPENDENCIES = wiretap/libwiretap.la wsutil/libwsutil.la |
||
185 | AM_V_lt = $(am__v_lt_@AM_V@) |
||
186 | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
||
187 | am__v_lt_0 = --silent |
||
188 | am__v_lt_1 = |
||
189 | am_captype_OBJECTS = captype-captype.$(OBJEXT) \ |
||
190 | captype-ws_version_info.$(OBJEXT) |
||
191 | captype_OBJECTS = $(am_captype_OBJECTS) |
||
192 | captype_DEPENDENCIES = wiretap/libwiretap.la wsutil/libwsutil.la |
||
193 | am_dftest_OBJECTS = dftest-dftest.$(OBJEXT) |
||
194 | dftest_OBJECTS = $(am_dftest_OBJECTS) |
||
195 | @HAVE_PLUGINS_TRUE@am__DEPENDENCIES_1 = plugins/docsis/docsis.la \ |
||
196 | @HAVE_PLUGINS_TRUE@ plugins/ethercat/ethercat.la \ |
||
197 | @HAVE_PLUGINS_TRUE@ plugins/gryphon/gryphon.la \ |
||
198 | @HAVE_PLUGINS_TRUE@ plugins/irda/irda.la plugins/m2m/m2m.la \ |
||
199 | @HAVE_PLUGINS_TRUE@ plugins/mate/mate.la plugins/opcua/opcua.la \ |
||
200 | @HAVE_PLUGINS_TRUE@ plugins/profinet/profinet.la \ |
||
201 | @HAVE_PLUGINS_TRUE@ plugins/stats_tree/stats_tree.la \ |
||
202 | @HAVE_PLUGINS_TRUE@ plugins/unistim/unistim.la \ |
||
203 | @HAVE_PLUGINS_TRUE@ plugins/wimax/wimax.la \ |
||
204 | @HAVE_PLUGINS_TRUE@ plugins/wimaxmacphy/wimaxmacphy.la |
||
205 | dftest_DEPENDENCIES = ui/libui.a wiretap/libwiretap.la \ |
||
206 | wsutil/libwsutil.la epan/libwireshark.la $(am__DEPENDENCIES_1) |
||
207 | am_dumpcap_OBJECTS = dumpcap-capture_opts.$(OBJEXT) \ |
||
208 | dumpcap-capture_stop_conditions.$(OBJEXT) \ |
||
209 | dumpcap-conditions.$(OBJEXT) dumpcap-dumpcap.$(OBJEXT) \ |
||
210 | dumpcap-filter_files.$(OBJEXT) dumpcap-ringbuffer.$(OBJEXT) \ |
||
211 | dumpcap-sync_pipe_write.$(OBJEXT) \ |
||
212 | dumpcap-ws_version_info.$(OBJEXT) |
||
213 | dumpcap_OBJECTS = $(am_dumpcap_OBJECTS) |
||
214 | dumpcap_DEPENDENCIES = caputils/libcaputils.a writecap/libwritecap.a \ |
||
215 | wsutil/libwsutil.la |
||
216 | dumpcap_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
217 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(dumpcap_CFLAGS) \ |
||
218 | $(CFLAGS) $(dumpcap_LDFLAGS) $(LDFLAGS) -o $@ |
||
219 | am_echld_test_OBJECTS = echld_test-echld_test.$(OBJEXT) \ |
||
220 | echld_test-capture_opts.$(OBJEXT) \ |
||
221 | echld_test-capture_stop_conditions.$(OBJEXT) \ |
||
222 | echld_test-cfile.$(OBJEXT) echld_test-conditions.$(OBJEXT) \ |
||
223 | echld_test-ringbuffer.$(OBJEXT) \ |
||
224 | echld_test-sync_pipe_write.$(OBJEXT) |
||
225 | echld_test_OBJECTS = $(am_echld_test_OBJECTS) |
||
226 | am_editcap_OBJECTS = editcap-editcap.$(OBJEXT) \ |
||
227 | editcap-ws_version_info.$(OBJEXT) |
||
228 | editcap_OBJECTS = $(am_editcap_OBJECTS) |
||
229 | editcap_DEPENDENCIES = wiretap/libwiretap.la wsutil/libwsutil.la |
||
230 | am_mergecap_OBJECTS = mergecap-mergecap.$(OBJEXT) \ |
||
231 | mergecap-ws_version_info.$(OBJEXT) |
||
232 | mergecap_OBJECTS = $(am_mergecap_OBJECTS) |
||
233 | mergecap_DEPENDENCIES = wiretap/libwiretap.la wsutil/libwsutil.la |
||
234 | am_randpkt_OBJECTS = randpkt-randpkt.$(OBJEXT) \ |
||
235 | randpkt-ws_version_info.$(OBJEXT) |
||
236 | randpkt_OBJECTS = $(am_randpkt_OBJECTS) |
||
237 | randpkt_DEPENDENCIES = randpkt_core/librandpkt_core.a \ |
||
238 | wiretap/libwiretap.la wsutil/libwsutil.la |
||
239 | am__rawshark_SOURCES_DIST = cfile.c frame_tvbuff.c sync_pipe_write.c \ |
||
240 | extcap.c extcap_parser.c extcap_spawn.c rawshark.c \ |
||
241 | ws_version_info.c |
||
242 | am__objects_1 = rawshark-extcap.$(OBJEXT) \ |
||
243 | rawshark-extcap_parser.$(OBJEXT) \ |
||
244 | rawshark-extcap_spawn.$(OBJEXT) |
||
245 | @HAVE_EXTCAP_TRUE@am__objects_2 = $(am__objects_1) |
||
246 | am__objects_3 = rawshark-cfile.$(OBJEXT) \ |
||
247 | rawshark-frame_tvbuff.$(OBJEXT) \ |
||
248 | rawshark-sync_pipe_write.$(OBJEXT) $(am__objects_2) |
||
249 | am_rawshark_OBJECTS = $(am__objects_3) rawshark-rawshark.$(OBJEXT) \ |
||
250 | rawshark-ws_version_info.$(OBJEXT) |
||
251 | rawshark_OBJECTS = $(am_rawshark_OBJECTS) |
||
252 | rawshark_DEPENDENCIES = caputils/libcaputils.a ui/libui.a \ |
||
253 | wiretap/libwiretap.la epan/libwireshark.la wsutil/libwsutil.la \ |
||
254 | $(am__DEPENDENCIES_1) |
||
255 | rawshark_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
256 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
||
257 | $(rawshark_LDFLAGS) $(LDFLAGS) -o $@ |
||
258 | am_reordercap_OBJECTS = reordercap-reordercap.$(OBJEXT) \ |
||
259 | reordercap-ws_version_info.$(OBJEXT) |
||
260 | reordercap_OBJECTS = $(am_reordercap_OBJECTS) |
||
261 | reordercap_DEPENDENCIES = wiretap/libwiretap.la wsutil/libwsutil.la |
||
262 | am_text2pcap_OBJECTS = text2pcap-text2pcap.$(OBJEXT) \ |
||
263 | text2pcap-text2pcap-scanner.$(OBJEXT) \ |
||
264 | text2pcap-ws_version_info.$(OBJEXT) |
||
265 | text2pcap_OBJECTS = $(am_text2pcap_OBJECTS) |
||
266 | text2pcap_DEPENDENCIES = writecap/libwritecap.a wsutil/libwsutil.la |
||
267 | text2pcap_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
268 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(text2pcap_CFLAGS) \ |
||
269 | $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
||
270 | am__tfshark_SOURCES_DIST = cfile.c frame_tvbuff.c sync_pipe_write.c \ |
||
271 | extcap.c extcap_parser.c extcap_spawn.c tfshark.c \ |
||
272 | ws_version_info.c |
||
273 | am__objects_4 = tfshark-extcap.$(OBJEXT) \ |
||
274 | tfshark-extcap_parser.$(OBJEXT) tfshark-extcap_spawn.$(OBJEXT) |
||
275 | @HAVE_EXTCAP_TRUE@am__objects_5 = $(am__objects_4) |
||
276 | am__objects_6 = tfshark-cfile.$(OBJEXT) tfshark-frame_tvbuff.$(OBJEXT) \ |
||
277 | tfshark-sync_pipe_write.$(OBJEXT) $(am__objects_5) |
||
278 | am_tfshark_OBJECTS = $(am__objects_6) tfshark-tfshark.$(OBJEXT) \ |
||
279 | tfshark-ws_version_info.$(OBJEXT) |
||
280 | tfshark_OBJECTS = $(am_tfshark_OBJECTS) |
||
281 | tfshark_DEPENDENCIES = ui/cli/libcliui.a ui/libui.a \ |
||
282 | wiretap/libwiretap.la epan/libwireshark.la wsutil/libwsutil.la \ |
||
283 | $(am__DEPENDENCIES_1) |
||
284 | tfshark_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
285 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
||
286 | $(tfshark_LDFLAGS) $(LDFLAGS) -o $@ |
||
287 | am__tshark_SOURCES_DIST = cfile.c frame_tvbuff.c sync_pipe_write.c \ |
||
288 | extcap.c extcap_parser.c extcap_spawn.c capture_opts.c \ |
||
289 | filter_files.c tshark.c ws_version_info.c |
||
290 | am__objects_7 = tshark-extcap.$(OBJEXT) tshark-extcap_parser.$(OBJEXT) \ |
||
291 | tshark-extcap_spawn.$(OBJEXT) |
||
292 | @HAVE_EXTCAP_TRUE@am__objects_8 = $(am__objects_7) |
||
293 | am__objects_9 = tshark-cfile.$(OBJEXT) tshark-frame_tvbuff.$(OBJEXT) \ |
||
294 | tshark-sync_pipe_write.$(OBJEXT) $(am__objects_8) |
||
295 | am_tshark_OBJECTS = $(am__objects_9) tshark-capture_opts.$(OBJEXT) \ |
||
296 | tshark-filter_files.$(OBJEXT) tshark-tshark.$(OBJEXT) \ |
||
297 | tshark-ws_version_info.$(OBJEXT) |
||
298 | tshark_OBJECTS = $(am_tshark_OBJECTS) |
||
299 | tshark_DEPENDENCIES = capchild/libcapchild.a caputils/libcaputils.a \ |
||
300 | ui/cli/libcliui.a ui/libui.a wiretap/libwiretap.la \ |
||
301 | epan/libwireshark.la wsutil/libwsutil.la $(am__DEPENDENCIES_1) |
||
302 | tshark_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
303 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
||
304 | $(tshark_LDFLAGS) $(LDFLAGS) -o $@ |
||
305 | am__wireshark_SOURCES_DIST = cfile.c frame_tvbuff.c sync_pipe_write.c \ |
||
306 | extcap.c extcap_parser.c extcap_spawn.c capture_info.c \ |
||
307 | capture_opts.c file.c fileset.c filter_files.c summary.c \ |
||
308 | ws_version_info.c wireshark-qt.cpp |
||
309 | am__objects_10 = wireshark-extcap.$(OBJEXT) \ |
||
310 | wireshark-extcap_parser.$(OBJEXT) \ |
||
311 | wireshark-extcap_spawn.$(OBJEXT) |
||
312 | @HAVE_EXTCAP_TRUE@am__objects_11 = $(am__objects_10) |
||
313 | am__objects_12 = wireshark-cfile.$(OBJEXT) \ |
||
314 | wireshark-frame_tvbuff.$(OBJEXT) \ |
||
315 | wireshark-sync_pipe_write.$(OBJEXT) $(am__objects_11) |
||
316 | am__objects_13 = $(am__objects_12) wireshark-capture_info.$(OBJEXT) \ |
||
317 | wireshark-capture_opts.$(OBJEXT) wireshark-file.$(OBJEXT) \ |
||
318 | wireshark-fileset.$(OBJEXT) wireshark-filter_files.$(OBJEXT) \ |
||
319 | wireshark-summary.$(OBJEXT) \ |
||
320 | wireshark-ws_version_info.$(OBJEXT) |
||
321 | @HAVE_Qt_TRUE@am_wireshark_OBJECTS = $(am__objects_13) \ |
||
322 | @HAVE_Qt_TRUE@ wireshark-wireshark-qt.$(OBJEXT) |
||
323 | wireshark_OBJECTS = $(am_wireshark_OBJECTS) |
||
324 | am__DEPENDENCIES_2 = capchild/libcapchild.a caputils/libcaputils.a \ |
||
325 | ui/libui.a ui/libui_dirty.a codecs/libwscodecs.la \ |
||
326 | wiretap/libwiretap.la epan/libwireshark.la wsutil/libwsutil.la \ |
||
327 | $(am__DEPENDENCIES_1) |
||
328 | am__DEPENDENCIES_3 = |
||
329 | @HAVE_Qt_TRUE@@HAVE_SPEEXDSP_TRUE@am__DEPENDENCIES_4 = \ |
||
330 | @HAVE_Qt_TRUE@@HAVE_SPEEXDSP_TRUE@ $(am__DEPENDENCIES_3) |
||
331 | @HAVE_Qt_TRUE@wireshark_DEPENDENCIES = ui/qt/libqtui.a \ |
||
332 | @HAVE_Qt_TRUE@ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3) \ |
||
333 | @HAVE_Qt_TRUE@ $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_4) |
||
334 | wireshark_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
||
335 | $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
||
336 | $(CXXFLAGS) $(wireshark_LDFLAGS) $(LDFLAGS) -o $@ |
||
337 | am__wireshark_gtk_SOURCES_DIST = cfile.c frame_tvbuff.c \ |
||
338 | sync_pipe_write.c extcap.c extcap_parser.c extcap_spawn.c \ |
||
339 | capture_info.c capture_opts.c file.c fileset.c filter_files.c \ |
||
340 | summary.c ws_version_info.c |
||
341 | am__objects_14 = wireshark_gtk-extcap.$(OBJEXT) \ |
||
342 | wireshark_gtk-extcap_parser.$(OBJEXT) \ |
||
343 | wireshark_gtk-extcap_spawn.$(OBJEXT) |
||
344 | @HAVE_EXTCAP_TRUE@am__objects_15 = $(am__objects_14) |
||
345 | am__objects_16 = wireshark_gtk-cfile.$(OBJEXT) \ |
||
346 | wireshark_gtk-frame_tvbuff.$(OBJEXT) \ |
||
347 | wireshark_gtk-sync_pipe_write.$(OBJEXT) $(am__objects_15) |
||
348 | am__objects_17 = $(am__objects_16) \ |
||
349 | wireshark_gtk-capture_info.$(OBJEXT) \ |
||
350 | wireshark_gtk-capture_opts.$(OBJEXT) \ |
||
351 | wireshark_gtk-file.$(OBJEXT) wireshark_gtk-fileset.$(OBJEXT) \ |
||
352 | wireshark_gtk-filter_files.$(OBJEXT) \ |
||
353 | wireshark_gtk-summary.$(OBJEXT) \ |
||
354 | wireshark_gtk-ws_version_info.$(OBJEXT) |
||
355 | @HAVE_GTK_TRUE@am_wireshark_gtk_OBJECTS = $(am__objects_17) |
||
356 | wireshark_gtk_OBJECTS = $(am_wireshark_gtk_OBJECTS) |
||
357 | @HAVE_GTK_TRUE@wireshark_gtk_DEPENDENCIES = ui/gtk/libgtkui.a \ |
||
358 | @HAVE_GTK_TRUE@ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_3) |
||
359 | wireshark_gtk_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
360 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
||
361 | $(wireshark_gtk_LDFLAGS) $(LDFLAGS) -o $@ |
||
362 | AM_V_P = $(am__v_P_@AM_V@) |
||
363 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
||
364 | am__v_P_0 = false |
||
365 | am__v_P_1 = : |
||
366 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
||
367 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
||
368 | am__v_GEN_0 = @echo " GEN " $@; |
||
369 | am__v_GEN_1 = |
||
370 | AM_V_at = $(am__v_at_@AM_V@) |
||
371 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
||
372 | am__v_at_0 = @ |
||
373 | am__v_at_1 = |
||
374 | DEFAULT_INCLUDES = -I.@am__isrc@ |
||
375 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
||
376 | am__depfiles_maybe = depfiles |
||
377 | am__mv = mv -f |
||
378 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
||
379 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
||
380 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
381 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
||
382 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
||
383 | $(AM_CFLAGS) $(CFLAGS) |
||
384 | AM_V_CC = $(am__v_CC_@AM_V@) |
||
385 | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
||
386 | am__v_CC_0 = @echo " CC " $@; |
||
387 | am__v_CC_1 = |
||
388 | CCLD = $(CC) |
||
389 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
||
390 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
||
391 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
||
392 | AM_V_CCLD = $(am__v_CCLD_@AM_V@) |
||
393 | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
||
394 | am__v_CCLD_0 = @echo " CCLD " $@; |
||
395 | am__v_CCLD_1 = |
||
396 | CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
||
397 | $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
||
398 | LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
||
399 | $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ |
||
400 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
||
401 | $(AM_CXXFLAGS) $(CXXFLAGS) |
||
402 | AM_V_CXX = $(am__v_CXX_@AM_V@) |
||
403 | am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) |
||
404 | am__v_CXX_0 = @echo " CXX " $@; |
||
405 | am__v_CXX_1 = |
||
406 | CXXLD = $(CXX) |
||
407 | CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ |
||
408 | $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
||
409 | $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
||
410 | AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) |
||
411 | am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) |
||
412 | am__v_CXXLD_0 = @echo " CXXLD " $@; |
||
413 | am__v_CXXLD_1 = |
||
414 | LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) |
||
415 | LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
||
416 | $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) |
||
417 | AM_V_LEX = $(am__v_LEX_@AM_V@) |
||
418 | am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) |
||
419 | am__v_LEX_0 = @echo " LEX " $@; |
||
420 | am__v_LEX_1 = |
||
421 | YLWRAP = $(top_srcdir)/ylwrap |
||
422 | SOURCES = $(capinfos_SOURCES) $(captype_SOURCES) $(dftest_SOURCES) \ |
||
423 | $(dumpcap_SOURCES) $(echld_test_SOURCES) $(editcap_SOURCES) \ |
||
424 | $(mergecap_SOURCES) $(randpkt_SOURCES) $(rawshark_SOURCES) \ |
||
425 | $(reordercap_SOURCES) $(text2pcap_SOURCES) $(tfshark_SOURCES) \ |
||
426 | $(tshark_SOURCES) $(wireshark_SOURCES) \ |
||
427 | $(wireshark_gtk_SOURCES) |
||
428 | DIST_SOURCES = $(capinfos_SOURCES) $(captype_SOURCES) \ |
||
429 | $(dftest_SOURCES) $(dumpcap_SOURCES) $(echld_test_SOURCES) \ |
||
430 | $(editcap_SOURCES) $(mergecap_SOURCES) $(randpkt_SOURCES) \ |
||
431 | $(am__rawshark_SOURCES_DIST) $(reordercap_SOURCES) \ |
||
432 | $(text2pcap_SOURCES) $(am__tfshark_SOURCES_DIST) \ |
||
433 | $(am__tshark_SOURCES_DIST) $(am__wireshark_SOURCES_DIST) \ |
||
434 | $(am__wireshark_gtk_SOURCES_DIST) |
||
435 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
||
436 | ctags-recursive dvi-recursive html-recursive info-recursive \ |
||
437 | install-data-recursive install-dvi-recursive \ |
||
438 | install-exec-recursive install-html-recursive \ |
||
439 | install-info-recursive install-pdf-recursive \ |
||
440 | install-ps-recursive install-recursive installcheck-recursive \ |
||
441 | installdirs-recursive pdf-recursive ps-recursive \ |
||
442 | tags-recursive uninstall-recursive |
||
443 | am__can_run_installinfo = \ |
||
444 | case $$AM_UPDATE_INFO_DIR in \ |
||
445 | n|no|NO) false;; \ |
||
446 | *) (install-info --version) >/dev/null 2>&1;; \ |
||
447 | esac |
||
448 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
||
449 | am__vpath_adj = case $$p in \ |
||
450 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
||
451 | *) f=$$p;; \ |
||
452 | esac; |
||
453 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
||
454 | am__install_max = 40 |
||
455 | am__nobase_strip_setup = \ |
||
456 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
||
457 | am__nobase_strip = \ |
||
458 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
||
459 | am__nobase_list = $(am__nobase_strip_setup); \ |
||
460 | for p in $$list; do echo "$$p $$p"; done | \ |
||
461 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
||
462 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
||
463 | if (++n[$$2] == $(am__install_max)) \ |
||
464 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
||
465 | END { for (dir in files) print dir, files[dir] }' |
||
466 | am__base_list = \ |
||
467 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
||
468 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
||
469 | am__uninstall_files_from_dir = { \ |
||
470 | test -z "$$files" \ |
||
471 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
||
472 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
||
473 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
||
474 | } |
||
475 | DATA = $(dist_diameter_DATA) $(dist_dtds_DATA) $(dist_pkgdata_DATA) \ |
||
476 | $(dist_radius_DATA) $(dist_tpncp_DATA) $(dist_wimaxasncp_DATA) \ |
||
477 | $(nobase_dist_profiles_DATA) $(pkgconfig_DATA) |
||
478 | HEADERS = $(noinst_HEADERS) |
||
479 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
||
480 | distclean-recursive maintainer-clean-recursive |
||
481 | am__recursive_targets = \ |
||
482 | $(RECURSIVE_TARGETS) \ |
||
483 | $(RECURSIVE_CLEAN_TARGETS) \ |
||
484 | $(am__extra_recursive_targets) |
||
485 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
||
486 | cscope distdir dist dist-all distcheck |
||
487 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ |
||
488 | $(LISP)config.h.in |
||
489 | # Read a list of newline-separated strings from the standard input, |
||
490 | # and print each of them once, without duplicates. Input order is |
||
491 | # *not* preserved. |
||
492 | am__uniquify_input = $(AWK) '\ |
||
493 | BEGIN { nonempty = 0; } \ |
||
494 | { items[$$0] = 1; nonempty = 1; } \ |
||
495 | END { if (nonempty) { for (i in items) print i; }; } \ |
||
496 | ' |
||
497 | # Make sure the list of sources is unique. This is necessary because, |
||
498 | # e.g., the same source file might be shared among _SOURCES variables |
||
499 | # for different programs/libraries. |
||
500 | am__define_uniq_tagged_files = \ |
||
501 | list='$(am__tagged_files)'; \ |
||
502 | unique=`for i in $$list; do \ |
||
503 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
||
504 | done | $(am__uniquify_input)` |
||
505 | ETAGS = etags |
||
506 | CTAGS = ctags |
||
507 | CSCOPE = cscope |
||
508 | am__DIST_COMMON = $(srcdir)/./Makefile.am.inc $(srcdir)/Makefile.in \ |
||
509 | $(srcdir)/config.h.in $(srcdir)/diameter/Custom.make \ |
||
510 | $(srcdir)/doxygen.cfg.in $(srcdir)/radius/Custom.make \ |
||
511 | $(srcdir)/wireshark.pc.in \ |
||
512 | $(top_srcdir)/packaging/macosx/Wireshark_package.pmdoc/index.xml.in \ |
||
513 | AUTHORS COPYING ChangeLog INSTALL NEWS README compile \ |
||
514 | config.guess config.sub depcomp install-sh ltmain.sh missing \ |
||
515 | text2pcap-scanner.c ylwrap |
||
516 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
||
517 | distdir = $(PACKAGE)-$(VERSION) |
||
518 | top_distdir = $(distdir) |
||
519 | am__remove_distdir = \ |
||
520 | if test -d "$(distdir)"; then \ |
||
521 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
||
522 | && rm -rf "$(distdir)" \ |
||
523 | || { sleep 5 && rm -rf "$(distdir)"; }; \ |
||
524 | else :; fi |
||
525 | am__post_remove_distdir = $(am__remove_distdir) |
||
526 | am__relativize = \ |
||
527 | dir0=`pwd`; \ |
||
528 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
||
529 | sed_rest='s,^[^/]*/*,,'; \ |
||
530 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
||
531 | sed_butlast='s,/*[^/]*$$,,'; \ |
||
532 | while test -n "$$dir1"; do \ |
||
533 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
||
534 | if test "$$first" != "."; then \ |
||
535 | if test "$$first" = ".."; then \ |
||
536 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
||
537 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
||
538 | else \ |
||
539 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
||
540 | if test "$$first2" = "$$first"; then \ |
||
541 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
||
542 | else \ |
||
543 | dir2="../$$dir2"; \ |
||
544 | fi; \ |
||
545 | dir0="$$dir0"/"$$first"; \ |
||
546 | fi; \ |
||
547 | fi; \ |
||
548 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
||
549 | done; \ |
||
550 | reldir="$$dir2" |
||
551 | GZIP_ENV = --best |
||
552 | DIST_ARCHIVES = $(distdir).tar.bz2 |
||
553 | DIST_TARGETS = dist-bzip2 |
||
554 | distuninstallcheck_listfiles = find . -type f -print |
||
555 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
||
556 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
||
557 | distcleancheck_listfiles = find . -type f -print |
||
558 | A2X = @A2X@ |
||
559 | A2X_LYNX = @A2X_LYNX@ |
||
560 | ACLOCAL = @ACLOCAL@ |
||
561 | AC_MIN_VERSION = @AC_MIN_VERSION@ |
||
562 | AMTAR = @AMTAR@ |
||
563 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
||
564 | APPLICATIONSERVICES_FRAMEWORKS = @APPLICATIONSERVICES_FRAMEWORKS@ |
||
565 | AR = @AR@ |
||
566 | AUTOCONF = @AUTOCONF@ |
||
567 | AUTOHEADER = @AUTOHEADER@ |
||
568 | AUTOMAKE = @AUTOMAKE@ |
||
569 | AWK = @AWK@ |
||
570 | BUILD_EXEEXT = @BUILD_EXEEXT@ |
||
571 | BUILD_OBJEXT = @BUILD_OBJEXT@ |
||
572 | CC = @CC@ |
||
573 | CCDEPMODE = @CCDEPMODE@ |
||
574 | CC_FOR_BUILD = @CC_FOR_BUILD@ |
||
575 | CFLAGS = @CFLAGS@ |
||
576 | CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ |
||
577 | CFLAGS_SSE42 = @CFLAGS_SSE42@ |
||
578 | CONFIG_ARGS = @CONFIG_ARGS@ |
||
579 | COREFOUNDATION_FRAMEWORKS = @COREFOUNDATION_FRAMEWORKS@ |
||
580 | CPP = @CPP@ |
||
581 | CPPFLAGS = @CPPFLAGS@ |
||
582 | CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ |
||
583 | CPP_FOR_BUILD = @CPP_FOR_BUILD@ |
||
584 | CXX = @CXX@ |
||
585 | CXXCPP = @CXXCPP@ |
||
586 | CXXDEPMODE = @CXXDEPMODE@ |
||
587 | CXXFLAGS = @CXXFLAGS@ |
||
588 | CYGPATH_W = @CYGPATH_W@ |
||
589 | C_ARES_LIBS = @C_ARES_LIBS@ |
||
590 | DEFS = @DEFS@ |
||
591 | DEPDIR = @DEPDIR@ |
||
592 | DESKTOP_FILE_INSTALL = @DESKTOP_FILE_INSTALL@ |
||
593 | DLLTOOL = @DLLTOOL@ |
||
594 | DOXYGEN = @DOXYGEN@ |
||
595 | DSYMUTIL = @DSYMUTIL@ |
||
596 | DUMPBIN = @DUMPBIN@ |
||
597 | DUMPCAP_GROUP = @DUMPCAP_GROUP@ |
||
598 | ECHO_C = @ECHO_C@ |
||
599 | ECHO_N = @ECHO_N@ |
||
600 | ECHO_T = @ECHO_T@ |
||
601 | EGREP = @EGREP@ |
||
602 | ENABLE_STATIC = @ENABLE_STATIC@ |
||
603 | EXEEXT = @EXEEXT@ |
||
604 | FGREP = @FGREP@ |
||
605 | FOP = @FOP@ |
||
606 | GEOIP_LIBS = @GEOIP_LIBS@ |
||
607 | GLIB_CFLAGS = @GLIB_CFLAGS@ |
||
608 | GLIB_LIBS = @GLIB_LIBS@ |
||
609 | GLIB_MIN_VERSION = @GLIB_MIN_VERSION@ |
||
610 | GREP = @GREP@ |
||
611 | GTK2_MIN_VERSION = @GTK2_MIN_VERSION@ |
||
612 | GTK3_MIN_VERSION = @GTK3_MIN_VERSION@ |
||
613 | GTK_CFLAGS = @GTK_CFLAGS@ |
||
614 | GTK_LIBS = @GTK_LIBS@ |
||
615 | GUI_CONFIGURE_FLAGS = @GUI_CONFIGURE_FLAGS@ |
||
616 | HAVE_BLESS = @HAVE_BLESS@ |
||
617 | HAVE_CXX11 = @HAVE_CXX11@ |
||
618 | HAVE_DOXYGEN = @HAVE_DOXYGEN@ |
||
619 | HAVE_DPKG_BUILDPACKAGE = @HAVE_DPKG_BUILDPACKAGE@ |
||
620 | HAVE_HDIUTIL = @HAVE_HDIUTIL@ |
||
621 | HAVE_OSX_PACKAGING = @HAVE_OSX_PACKAGING@ |
||
622 | HAVE_PKGMK = @HAVE_PKGMK@ |
||
623 | HAVE_PKGPROTO = @HAVE_PKGPROTO@ |
||
624 | HAVE_PKGTRANS = @HAVE_PKGTRANS@ |
||
625 | HAVE_SVR4_PACKAGING = @HAVE_SVR4_PACKAGING@ |
||
626 | HAVE_XCODEBUILD = @HAVE_XCODEBUILD@ |
||
627 | INSTALL = @INSTALL@ |
||
628 | INSTALL_DATA = @INSTALL_DATA@ |
||
629 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
||
630 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
||
631 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
||
632 | KRB5_CFLAGS = @KRB5_CFLAGS@ |
||
633 | KRB5_CONFIG = @KRB5_CONFIG@ |
||
634 | KRB5_LIBS = @KRB5_LIBS@ |
||
635 | LD = @LD@ |
||
636 | LDFLAGS = @LDFLAGS@ |
||
637 | LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ |
||
638 | LDFLAGS_SHAREDLIB = @LDFLAGS_SHAREDLIB@ |
||
639 | LEX = @LEX@ |
||
640 | LEXLIB = @LEXLIB@ |
||
641 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
||
642 | LIBCAP_LIBS = @LIBCAP_LIBS@ |
||
643 | LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@ |
||
644 | LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@ |
||
645 | LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@ |
||
646 | LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ |
||
647 | LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ |
||
648 | LIBNL_CFLAGS = @LIBNL_CFLAGS@ |
||
649 | LIBNL_LIBS = @LIBNL_LIBS@ |
||
650 | LIBOBJS = @LIBOBJS@ |
||
651 | LIBS = @LIBS@ |
||
652 | LIBSMI_CFLAGS = @LIBSMI_CFLAGS@ |
||
653 | LIBSMI_LDFLAGS = @LIBSMI_LDFLAGS@ |
||
654 | LIBSMI_VERSION = @LIBSMI_VERSION@ |
||
655 | LIBSSH_LIBS = @LIBSSH_LIBS@ |
||
656 | LIBTOOL = @LIBTOOL@ |
||
657 | LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
||
658 | LIPO = @LIPO@ |
||
659 | LN_S = @LN_S@ |
||
660 | LRELEASE = @LRELEASE@ |
||
661 | LTLIBOBJS = @LTLIBOBJS@ |
||
662 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ |
||
663 | LUA_CFLAGS = @LUA_CFLAGS@ |
||
664 | LUA_LIBS = @LUA_LIBS@ |
||
665 | MAKEINFO = @MAKEINFO@ |
||
666 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
||
667 | MKDIR_P = @MKDIR_P@ |
||
668 | MOC = @MOC@ |
||
669 | MOC_OPTIONS = @MOC_OPTIONS@ |
||
670 | NM = @NM@ |
||
671 | NMEDIT = @NMEDIT@ |
||
672 | OBJDUMP = @OBJDUMP@ |
||
673 | OBJEXT = @OBJEXT@ |
||
674 | OSX_APP_FLAGS = @OSX_APP_FLAGS@ |
||
675 | OSX_DMG_FLAGS = @OSX_DMG_FLAGS@ |
||
676 | OSX_MIN_VERSION = @OSX_MIN_VERSION@ |
||
677 | OTOOL = @OTOOL@ |
||
678 | OTOOL64 = @OTOOL64@ |
||
679 | PACKAGE = @PACKAGE@ |
||
680 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
||
681 | PACKAGE_NAME = @PACKAGE_NAME@ |
||
682 | PACKAGE_STRING = @PACKAGE_STRING@ |
||
683 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
||
684 | PACKAGE_URL = @PACKAGE_URL@ |
||
685 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
||
686 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
||
687 | PCAP_CONFIG = @PCAP_CONFIG@ |
||
688 | PCAP_LIBS = @PCAP_LIBS@ |
||
689 | PERL = @PERL@ |
||
690 | PIE_CFLAGS = @PIE_CFLAGS@ |
||
691 | PIE_LDFLAGS = @PIE_LDFLAGS@ |
||
692 | PKG_CONFIG = @PKG_CONFIG@ |
||
693 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
||
694 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
||
695 | PLUGIN_LIBS = @PLUGIN_LIBS@ |
||
696 | POD2HTML = @POD2HTML@ |
||
697 | POD2MAN = @POD2MAN@ |
||
698 | PORTAUDIO_INCLUDES = @PORTAUDIO_INCLUDES@ |
||
699 | PORTAUDIO_LIBS = @PORTAUDIO_LIBS@ |
||
700 | PYTHON = @PYTHON@ |
||
701 | QTCHOOSER = @QTCHOOSER@ |
||
702 | QT_MIN_VERSION = @QT_MIN_VERSION@ |
||
703 | Qt_CFLAGS = @Qt_CFLAGS@ |
||
704 | Qt_LDFLAGS = @Qt_LDFLAGS@ |
||
705 | Qt_LIBS = @Qt_LIBS@ |
||
706 | RANLIB = @RANLIB@ |
||
707 | RCC = @RCC@ |
||
708 | RPMBUILD = @RPMBUILD@ |
||
709 | RPMBUILD_WITH_ARGS = @RPMBUILD_WITH_ARGS@ |
||
710 | RPM_VERSION = @RPM_VERSION@ |
||
711 | SBC_CFLAGS = @SBC_CFLAGS@ |
||
712 | SBC_LIBS = @SBC_LIBS@ |
||
713 | SED = @SED@ |
||
714 | SETCAP = @SETCAP@ |
||
715 | SET_MAKE = @SET_MAKE@ |
||
716 | SHELL = @SHELL@ |
||
717 | SPEEXDSP_CFLAGS = @SPEEXDSP_CFLAGS@ |
||
718 | SPEEXDSP_LIBS = @SPEEXDSP_LIBS@ |
||
719 | SSL_LIBS = @SSL_LIBS@ |
||
720 | STRIP = @STRIP@ |
||
721 | SYSTEMCONFIGURATION_FRAMEWORKS = @SYSTEMCONFIGURATION_FRAMEWORKS@ |
||
722 | UIC = @UIC@ |
||
723 | VERSION = @VERSION@ |
||
724 | WERROR = @WERROR@ |
||
725 | WS_CFLAGS = @WS_CFLAGS@ |
||
726 | WS_CFLAGS_FOR_BUILD = @WS_CFLAGS_FOR_BUILD@ |
||
727 | WS_CPPFLAGS = @WS_CPPFLAGS@ |
||
728 | WS_CXXFLAGS = @WS_CXXFLAGS@ |
||
729 | WS_LDFLAGS = @WS_LDFLAGS@ |
||
730 | XSLTPROC = @XSLTPROC@ |
||
731 | YACC = @YACC@ |
||
732 | YFLAGS = @YFLAGS@ |
||
733 | abs_builddir = @abs_builddir@ |
||
734 | abs_srcdir = @abs_srcdir@ |
||
735 | abs_top_builddir = @abs_top_builddir@ |
||
736 | abs_top_srcdir = @abs_top_srcdir@ |
||
737 | ac_ct_AR = @ac_ct_AR@ |
||
738 | ac_ct_CC = @ac_ct_CC@ |
||
739 | ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@ |
||
740 | ac_ct_CXX = @ac_ct_CXX@ |
||
741 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
||
742 | am__include = @am__include@ |
||
743 | am__leading_dot = @am__leading_dot@ |
||
744 | am__quote = @am__quote@ |
||
745 | am__tar = @am__tar@ |
||
746 | am__untar = @am__untar@ |
||
747 | androiddump_bin = @androiddump_bin@ |
||
748 | androiddump_man = @androiddump_man@ |
||
749 | bindir = @bindir@ |
||
750 | build = @build@ |
||
751 | build_alias = @build_alias@ |
||
752 | build_cpu = @build_cpu@ |
||
753 | build_os = @build_os@ |
||
754 | build_vendor = @build_vendor@ |
||
755 | builddir = @builddir@ |
||
756 | capinfos_bin = @capinfos_bin@ |
||
757 | capinfos_man = @capinfos_man@ |
||
758 | captype_bin = @captype_bin@ |
||
759 | captype_man = @captype_man@ |
||
760 | ciscodump_bin = @ciscodump_bin@ |
||
761 | ciscodump_man = @ciscodump_man@ |
||
762 | datadir = @datadir@ |
||
763 | datarootdir = @datarootdir@ |
||
764 | dftest_bin = @dftest_bin@ |
||
765 | dftest_man = @dftest_man@ |
||
766 | docdir = @docdir@ |
||
767 | dumpcap_bin = @dumpcap_bin@ |
||
768 | dumpcap_man = @dumpcap_man@ |
||
769 | dvidir = @dvidir@ |
||
770 | echld_dir = @echld_dir@ |
||
771 | echld_test_bin = @echld_test_bin@ |
||
772 | editcap_bin = @editcap_bin@ |
||
773 | editcap_man = @editcap_man@ |
||
774 | exec_prefix = @exec_prefix@ |
||
775 | extcap_man = @extcap_man@ |
||
776 | extcap_subdir = @extcap_subdir@ |
||
777 | extcapdir = @extcapdir@ |
||
778 | have_sw_vers = @have_sw_vers@ |
||
779 | host = @host@ |
||
780 | host_alias = @host_alias@ |
||
781 | host_cpu = @host_cpu@ |
||
782 | host_os = @host_os@ |
||
783 | host_vendor = @host_vendor@ |
||
784 | htmldir = @htmldir@ |
||
785 | includedir = @includedir@ |
||
786 | infodir = @infodir@ |
||
787 | install_sh = @install_sh@ |
||
788 | libdir = @libdir@ |
||
789 | libexecdir = @libexecdir@ |
||
790 | localedir = @localedir@ |
||
791 | localstatedir = @localstatedir@ |
||
792 | mandir = @mandir@ |
||
793 | mergecap_bin = @mergecap_bin@ |
||
794 | mergecap_man = @mergecap_man@ |
||
795 | mkdir_p = @mkdir_p@ |
||
796 | oldincludedir = @oldincludedir@ |
||
797 | pdfdir = @pdfdir@ |
||
798 | plugindir = @plugindir@ |
||
799 | plugins_dir = @plugins_dir@ |
||
800 | prefix = @prefix@ |
||
801 | program_transform_name = @program_transform_name@ |
||
802 | psdir = @psdir@ |
||
803 | randpkt_bin = @randpkt_bin@ |
||
804 | randpkt_man = @randpkt_man@ |
||
805 | randpktdump_bin = @randpktdump_bin@ |
||
806 | randpktdump_man = @randpktdump_man@ |
||
807 | rawshark_bin = @rawshark_bin@ |
||
808 | rawshark_man = @rawshark_man@ |
||
809 | reordercap_bin = @reordercap_bin@ |
||
810 | reordercap_man = @reordercap_man@ |
||
811 | runstatedir = @runstatedir@ |
||
812 | sbindir = @sbindir@ |
||
813 | sharedstatedir = @sharedstatedir@ |
||
814 | srcdir = @srcdir@ |
||
815 | sshdump_bin = @sshdump_bin@ |
||
816 | sshdump_man = @sshdump_man@ |
||
817 | sysconfdir = @sysconfdir@ |
||
818 | target = @target@ |
||
819 | target_alias = @target_alias@ |
||
820 | target_cpu = @target_cpu@ |
||
821 | target_os = @target_os@ |
||
822 | target_vendor = @target_vendor@ |
||
823 | text2pcap_bin = @text2pcap_bin@ |
||
824 | text2pcap_man = @text2pcap_man@ |
||
825 | tfshark_bin = @tfshark_bin@ |
||
826 | tfshark_man = @tfshark_man@ |
||
827 | top_build_prefix = @top_build_prefix@ |
||
828 | top_builddir = @top_builddir@ |
||
829 | top_srcdir = @top_srcdir@ |
||
830 | tshark_bin = @tshark_bin@ |
||
831 | tshark_man = @tshark_man@ |
||
832 | wireshark_SUBDIRS = @wireshark_SUBDIRS@ |
||
833 | wireshark_bin = @wireshark_bin@ |
||
834 | wireshark_man = @wireshark_man@ |
||
835 | wiresharkfilter_man = @wiresharkfilter_man@ |
||
836 | AUTOMAKE_OPTIONS = -Wno-portability |
||
837 | lemon_srcdir = $(top_srcdir)/tools/lemon |
||
838 | lemon_builddir = $(top_builddir)/tools/lemon |
||
839 | LEMON = $(lemon_builddir)/lemon$(EXEEXT) |
||
840 | RUNLEX = $(top_srcdir)/tools/runlex.sh |
||
841 | INCLUDEDIRS = -I$(top_srcdir) |
||
842 | |||
843 | #AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) |
||
844 | AM_CFLAGS = $(WERROR) $(WS_CFLAGS) |
||
845 | GENERATED_CFLAGS = $(WS_CFLAGS) |
||
846 | AM_CXXFLAGS = $(WERROR) $(WS_CXXFLAGS) |
||
847 | GENERATED_CXXFLAGS = $(WS_CXXFLAGS) |
||
848 | AM_LDFLAGS = $(WS_LDFLAGS) |
||
849 | AM_V_PERL = $(am__v_PERL_@AM_V@) |
||
850 | am__v_PERL_ = $(am__v_PERL_@AM_DEFAULT_V@) |
||
851 | am__v_PERL_0 = @echo " PERL " $@; |
||
852 | AM_V_AWK = $(am__v_AWK_@AM_V@) |
||
853 | am__v_AWK_ = $(am__v_AWK_@AM_DEFAULT_V@) |
||
854 | am__v_AWK_0 = @echo " AWK " $@; |
||
855 | AM_V_LEMON = $(am__v_LEMON_@AM_V@) |
||
856 | am__v_LEMON_ = $(am__v_LEMON_@AM_DEFAULT_V@) |
||
857 | am__v_LEMON_0 = @echo " LEMON " $@; |
||
858 | AM_V_RUNLEX = $(am__v_RUNLEX_@AM_V@) |
||
859 | am__v_RUNLEX_ = $(am__v_RUNLEX_@AM_DEFAULT_V@) |
||
860 | am__v_RUNLEX_0 = @echo " RUNLEX " $@; |
||
861 | AM_V_SED = $(am__v_SED_@AM_V@) |
||
862 | am__v_SED_ = $(am__v_SED_@AM_DEFAULT_V@) |
||
863 | am__v_SED_0 = @echo " SED " $@; |
||
864 | AM_V_LN_S = $(am__v_LN_S_@AM_V@) |
||
865 | am__v_LN_S_ = $(am__v_LN_S_@AM_DEFAULT_V@) |
||
866 | am__v_LN_S_0 = @echo " LN_S " $@; |
||
867 | |||
868 | # _PYTHON is a reserved automake keyword |
||
869 | AM_V_python = $(am__v_python_@AM_V@) |
||
870 | am__v_python_ = $(am__v_python_@AM_DEFAULT_V@) |
||
871 | am__v_python_0 = @echo " PYTHON " $@; |
||
872 | AM_V_YACC = $(am__v_YACC_@AM_V@) |
||
873 | am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) |
||
874 | am__v_YACC_0 = @echo " YACC " $@; |
||
875 | |||
876 | # abi-compliance-checker descriptor |
||
877 | abi_incdirs = $(subst -I,NEWLINE,$(filter -I%,$(WS_CFLAGS) -I$(abs_top_srcdir) -I$(abs_srcdir))) |
||
878 | abi_sysdirs = $(subst -isystem,NEWLINE,$(filter -isystem%,$(WS_CFLAGS))) |
||
879 | abi_includes = $(abi_incdirs) $(abi_sysdirs) |
||
880 | AM_DISTCHECK_CONFIGURE_FLAGS = @GUI_CONFIGURE_FLAGS@ |
||
881 | # Make sure to keep ACLOCAL_AMFLAGS in Makefile.am and AC_CONFIG_MACRO_DIRS |
||
882 | # in configure.ac in sync, otherwise there will be an error running autogen.sh. |
||
883 | ACLOCAL_AMFLAGS = -I m4 |
||
884 | |||
885 | # Common headers |
||
886 | COMMONCPPFLAGS = |
||
887 | AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) $(COMMONCPPFLAGS) |
||
888 | bin_PROGRAMS = \ |
||
889 | @wireshark_bin@ \ |
||
890 | @tshark_bin@ \ |
||
891 | @tfshark_bin@ \ |
||
892 | @text2pcap_bin@ \ |
||
893 | @mergecap_bin@ \ |
||
894 | @capinfos_bin@ \ |
||
895 | @captype_bin@ \ |
||
896 | @editcap_bin@ \ |
||
897 | @randpkt_bin@ \ |
||
898 | @dftest_bin@ \ |
||
899 | @dumpcap_bin@ \ |
||
900 | @reordercap_bin@ \ |
||
901 | @rawshark_bin@ \ |
||
902 | @echld_test_bin@ |
||
903 | |||
904 | |||
905 | # |
||
906 | # Wireshark configuration files are put in $(pkgdatadir). |
||
907 | # |
||
908 | dist_pkgdata_DATA = COPYING manuf services cfilters colorfilters dfilters \ |
||
909 | smi_modules ipmap.html pdml2html.xsl |
||
910 | |||
911 | pkgconfigdir = $(libdir)/pkgconfig |
||
912 | pkgconfig_DATA = wireshark.pc |
||
913 | |||
914 | # |
||
915 | # Install global profiles in the "profiles" subdirectory |
||
916 | # |
||
917 | profilesdir = $(pkgdatadir) |
||
918 | nobase_dist_profiles_DATA = \ |
||
919 | profiles/Bluetooth/colorfilters \ |
||
920 | profiles/Classic/colorfilters |
||
921 | |||
922 | |||
923 | # |
||
924 | # Install the Diameter DTD and XML files in the "diameter" subdirectory |
||
925 | # of that directory. |
||
926 | # |
||
927 | diameterdir = $(pkgdatadir)/diameter |
||
928 | _CUSTOM_diameter_xml_files_ = |
||
929 | dist_diameter_DATA = $(_CUSTOM_diameter_xml_files_) \ |
||
930 | diameter/chargecontrol.xml \ |
||
931 | diameter/Cisco.xml \ |
||
932 | diameter/CiscoSystems.xml \ |
||
933 | diameter/Custom.xml \ |
||
934 | diameter/dictionary.dtd \ |
||
935 | diameter/dictionary.xml \ |
||
936 | diameter/eap.xml \ |
||
937 | diameter/Ericsson.xml \ |
||
938 | diameter/etsie2e4.xml \ |
||
939 | diameter/mobileipv4.xml \ |
||
940 | diameter/mobileipv6.xml \ |
||
941 | diameter/nasreq.xml \ |
||
942 | diameter/sip.xml \ |
||
943 | diameter/Starent.xml \ |
||
944 | diameter/sunping.xml \ |
||
945 | diameter/TGPP.xml \ |
||
946 | diameter/TGPP2.xml \ |
||
947 | diameter/Vodafone.xml \ |
||
948 | diameter/AlcatelLucent.xml \ |
||
949 | diameter/Nokia.xml \ |
||
950 | diameter/NokiaSolutionsAndNetworks.xml \ |
||
951 | diameter/HP.xml \ |
||
952 | diameter/Oracle.xml |
||
953 | |||
954 | |||
955 | # |
||
956 | # Install the DTDs directory files in the "dtds" subdirectory |
||
957 | # of that directory |
||
958 | # |
||
959 | dtdsdir = $(pkgdatadir)/dtds |
||
960 | dist_dtds_DATA = \ |
||
961 | dtds/dc.dtd \ |
||
962 | dtds/itunes.dtd \ |
||
963 | dtds/mscml.dtd \ |
||
964 | dtds/pocsettings.dtd \ |
||
965 | dtds/presence.dtd \ |
||
966 | dtds/reginfo.dtd \ |
||
967 | dtds/rlmi.dtd \ |
||
968 | dtds/rss.dtd \ |
||
969 | dtds/smil.dtd \ |
||
970 | dtds/xcap-caps.dtd \ |
||
971 | dtds/xcap-error.dtd \ |
||
972 | dtds/watcherinfo.dtd |
||
973 | |||
974 | |||
975 | # |
||
976 | # Install the RADIUS directory files in the "radius" subdirectory |
||
977 | # of that directory. |
||
978 | # |
||
979 | radiusdir = $(pkgdatadir)/radius |
||
980 | _CUSTOM_radius_dict_ = |
||
981 | dist_radius_DATA = $(_CUSTOM_radius_dict_) \ |
||
982 | radius/README.radius_dictionary \ |
||
983 | radius/custom.includes \ |
||
984 | radius/dictionary \ |
||
985 | radius/dictionary.3com \ |
||
986 | radius/dictionary.3gpp \ |
||
987 | radius/dictionary.3gpp2 \ |
||
988 | radius/dictionary.acc \ |
||
989 | radius/dictionary.acme \ |
||
990 | radius/dictionary.airespace \ |
||
991 | radius/dictionary.actelis \ |
||
992 | radius/dictionary.aerohive \ |
||
993 | radius/dictionary.alcatel \ |
||
994 | radius/dictionary.alcatel.esam \ |
||
995 | radius/dictionary.alcatel.sr \ |
||
996 | radius/dictionary.alcatel-lucent.aaa \ |
||
997 | radius/dictionary.alteon \ |
||
998 | radius/dictionary.altiga \ |
||
999 | radius/dictionary.alvarion \ |
||
1000 | radius/dictionary.alvarion.wimax.v2_2 \ |
||
1001 | radius/dictionary.apc \ |
||
1002 | radius/dictionary.aptis \ |
||
1003 | radius/dictionary.arbor \ |
||
1004 | radius/dictionary.aruba \ |
||
1005 | radius/dictionary.ascend \ |
||
1006 | radius/dictionary.asn \ |
||
1007 | radius/dictionary.audiocodes \ |
||
1008 | radius/dictionary.avaya \ |
||
1009 | radius/dictionary.azaire \ |
||
1010 | radius/dictionary.bay \ |
||
1011 | radius/dictionary.bluecoat \ |
||
1012 | radius/dictionary.bintec \ |
||
1013 | radius/dictionary.broadsoft \ |
||
1014 | radius/dictionary.brocade \ |
||
1015 | radius/dictionary.bskyb \ |
||
1016 | radius/dictionary.bristol \ |
||
1017 | radius/dictionary.bt \ |
||
1018 | radius/dictionary.camiant \ |
||
1019 | radius/dictionary.cablelabs \ |
||
1020 | radius/dictionary.cabletron \ |
||
1021 | radius/dictionary.chillispot \ |
||
1022 | radius/dictionary.cisco \ |
||
1023 | radius/dictionary.cisco.asa \ |
||
1024 | radius/dictionary.cisco.bbsm \ |
||
1025 | radius/dictionary.cisco.vpn3000 \ |
||
1026 | radius/dictionary.cisco.vpn5000 \ |
||
1027 | radius/dictionary.citrix \ |
||
1028 | radius/dictionary.clavister \ |
||
1029 | radius/dictionary.colubris \ |
||
1030 | radius/dictionary.columbia_university \ |
||
1031 | radius/dictionary.compatible \ |
||
1032 | radius/dictionary.compat \ |
||
1033 | radius/dictionary.cosine \ |
||
1034 | radius/dictionary.dante \ |
||
1035 | radius/dictionary.dhcp \ |
||
1036 | radius/dictionary.dlink \ |
||
1037 | radius/dictionary.digium \ |
||
1038 | radius/dictionary.dragonwave \ |
||
1039 | radius/dictionary.efficientip \ |
||
1040 | radius/dictionary.eltex \ |
||
1041 | radius/dictionary.epygi \ |
||
1042 | radius/dictionary.equallogic \ |
||
1043 | radius/dictionary.ericsson \ |
||
1044 | radius/dictionary.ericsson.ab \ |
||
1045 | radius/dictionary.ericsson.packet.core.networks \ |
||
1046 | radius/dictionary.erx \ |
||
1047 | radius/dictionary.extreme \ |
||
1048 | radius/dictionary.f5 \ |
||
1049 | radius/dictionary.fdxtended \ |
||
1050 | radius/dictionary.fortinet \ |
||
1051 | radius/dictionary.foundry \ |
||
1052 | radius/dictionary.freedhcp \ |
||
1053 | radius/dictionary.freeradius \ |
||
1054 | radius/dictionary.freeradius.internal \ |
||
1055 | radius/dictionary.freeswitch \ |
||
1056 | radius/dictionary.gandalf \ |
||
1057 | radius/dictionary.garderos \ |
||
1058 | radius/dictionary.gemtek \ |
||
1059 | radius/dictionary.h3c \ |
||
1060 | radius/dictionary.hp \ |
||
1061 | radius/dictionary.huawei \ |
||
1062 | radius/dictionary.iana \ |
||
1063 | radius/dictionary.iea \ |
||
1064 | radius/dictionary.infoblox \ |
||
1065 | radius/dictionary.infonet \ |
||
1066 | radius/dictionary.ipunplugged \ |
||
1067 | radius/dictionary.issanni \ |
||
1068 | radius/dictionary.itk \ |
||
1069 | radius/dictionary.jradius \ |
||
1070 | radius/dictionary.juniper \ |
||
1071 | radius/dictionary.kineto \ |
||
1072 | radius/dictionary.karlnet \ |
||
1073 | radius/dictionary.lancom \ |
||
1074 | radius/dictionary.livingston \ |
||
1075 | radius/dictionary.localweb \ |
||
1076 | radius/dictionary.lucent \ |
||
1077 | radius/dictionary.manzara \ |
||
1078 | radius/dictionary.meinberg \ |
||
1079 | radius/dictionary.merit \ |
||
1080 | radius/dictionary.meru \ |
||
1081 | radius/dictionary.microsoft \ |
||
1082 | radius/dictionary.mikrotik \ |
||
1083 | radius/dictionary.motorola \ |
||
1084 | radius/dictionary.motorola.wimax \ |
||
1085 | radius/dictionary.navini \ |
||
1086 | radius/dictionary.netscreen \ |
||
1087 | radius/dictionary.networkphysics \ |
||
1088 | radius/dictionary.nexans \ |
||
1089 | radius/dictionary.nokia \ |
||
1090 | radius/dictionary.nokia.conflict \ |
||
1091 | radius/dictionary.nomadix \ |
||
1092 | radius/dictionary.nortel \ |
||
1093 | radius/dictionary.ntua \ |
||
1094 | radius/dictionary.openser \ |
||
1095 | radius/dictionary.packeteer \ |
||
1096 | radius/dictionary.paloalto \ |
||
1097 | radius/dictionary.patton \ |
||
1098 | radius/dictionary.perle \ |
||
1099 | radius/dictionary.propel \ |
||
1100 | radius/dictionary.prosoft \ |
||
1101 | radius/dictionary.proxim \ |
||
1102 | radius/dictionary.purewave \ |
||
1103 | radius/dictionary.quiconnect \ |
||
1104 | radius/dictionary.quintum \ |
||
1105 | radius/dictionary.redcreek \ |
||
1106 | radius/dictionary.rfc2865 \ |
||
1107 | radius/dictionary.rfc2866 \ |
||
1108 | radius/dictionary.rfc2867 \ |
||
1109 | radius/dictionary.rfc2868 \ |
||
1110 | radius/dictionary.rfc2869 \ |
||
1111 | radius/dictionary.rfc3162 \ |
||
1112 | radius/dictionary.rfc3576 \ |
||
1113 | radius/dictionary.rfc3580 \ |
||
1114 | radius/dictionary.rfc4072 \ |
||
1115 | radius/dictionary.rfc4372 \ |
||
1116 | radius/dictionary.rfc4603 \ |
||
1117 | radius/dictionary.rfc4675 \ |
||
1118 | radius/dictionary.rfc4679 \ |
||
1119 | radius/dictionary.rfc4818 \ |
||
1120 | radius/dictionary.rfc4849 \ |
||
1121 | radius/dictionary.rfc5090 \ |
||
1122 | radius/dictionary.rfc5176 \ |
||
1123 | radius/dictionary.rfc5447 \ |
||
1124 | radius/dictionary.rfc5580 \ |
||
1125 | radius/dictionary.rfc5607 \ |
||
1126 | radius/dictionary.rfc5904 \ |
||
1127 | radius/dictionary.rfc6519 \ |
||
1128 | radius/dictionary.rfc6572 \ |
||
1129 | radius/dictionary.rfc6677 \ |
||
1130 | radius/dictionary.rfc6911 \ |
||
1131 | radius/dictionary.rfc6929 \ |
||
1132 | radius/dictionary.rfc6930 \ |
||
1133 | radius/dictionary.rfc7055 \ |
||
1134 | radius/dictionary.rfc7155 \ |
||
1135 | radius/dictionary.rfc7268 \ |
||
1136 | radius/dictionary.rfc7499 \ |
||
1137 | radius/dictionary.riverbed \ |
||
1138 | radius/dictionary.riverstone \ |
||
1139 | radius/dictionary.roaringpenguin \ |
||
1140 | radius/dictionary.ruckus \ |
||
1141 | radius/dictionary.ruggedcom \ |
||
1142 | radius/dictionary.sangoma \ |
||
1143 | radius/dictionary.sg \ |
||
1144 | radius/dictionary.shasta \ |
||
1145 | radius/dictionary.shiva \ |
||
1146 | radius/dictionary.siemens \ |
||
1147 | radius/dictionary.slipstream \ |
||
1148 | radius/dictionary.sofaware \ |
||
1149 | radius/dictionary.sonicwall \ |
||
1150 | radius/dictionary.springtide \ |
||
1151 | radius/dictionary.starent \ |
||
1152 | radius/dictionary.starent.vsa1 \ |
||
1153 | radius/dictionary.surfnet \ |
||
1154 | radius/dictionary.symbol \ |
||
1155 | radius/dictionary.t_systems_nova \ |
||
1156 | radius/dictionary.telebit \ |
||
1157 | radius/dictionary.telkom \ |
||
1158 | radius/dictionary.terena \ |
||
1159 | radius/dictionary.trapeze \ |
||
1160 | radius/dictionary.travelping \ |
||
1161 | radius/dictionary.tropos \ |
||
1162 | radius/dictionary.ukerna \ |
||
1163 | radius/dictionary.unix \ |
||
1164 | radius/dictionary.usr \ |
||
1165 | radius/dictionary.utstarcom \ |
||
1166 | radius/dictionary.valemount \ |
||
1167 | radius/dictionary.versanet \ |
||
1168 | radius/dictionary.vqp \ |
||
1169 | radius/dictionary.walabi \ |
||
1170 | radius/dictionary.waverider \ |
||
1171 | radius/dictionary.wichorus \ |
||
1172 | radius/dictionary.wimax \ |
||
1173 | radius/dictionary.wimax.alvarion \ |
||
1174 | radius/dictionary.wimax.wichorus \ |
||
1175 | radius/dictionary.wispr \ |
||
1176 | radius/dictionary.xedia \ |
||
1177 | radius/dictionary.xylan \ |
||
1178 | radius/dictionary.yubico \ |
||
1179 | radius/dictionary.zeus \ |
||
1180 | radius/dictionary.zte \ |
||
1181 | radius/dictionary.zyxel |
||
1182 | |||
1183 | |||
1184 | # |
||
1185 | # Install the tpncp directory files in the "tpncp" subdirectory |
||
1186 | # of that directory |
||
1187 | # |
||
1188 | tpncpdir = $(pkgdatadir)/tpncp |
||
1189 | dist_tpncp_DATA = \ |
||
1190 | tpncp/tpncp.dat |
||
1191 | |||
1192 | |||
1193 | # |
||
1194 | # Install the wimaxasncp directory files in the "wimaxasncp" subdirectory |
||
1195 | # of that directory |
||
1196 | # |
||
1197 | wimaxasncpdir = $(pkgdatadir)/wimaxasncp |
||
1198 | dist_wimaxasncp_DATA = \ |
||
1199 | wimaxasncp/dictionary.xml \ |
||
1200 | wimaxasncp/dictionary.dtd |
||
1201 | |||
1202 | @HAVE_PLUGINS_FALSE@plugin_ldadd = |
||
1203 | @HAVE_PLUGINS_TRUE@plugin_ldadd = $(_CUSTOM_plugin_ldadd_) \ |
||
1204 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/docsis/docsis.la \ |
||
1205 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/ethercat/ethercat.la \ |
||
1206 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/gryphon/gryphon.la \ |
||
1207 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/irda/irda.la \ |
||
1208 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/m2m/m2m.la \ |
||
1209 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/mate/mate.la \ |
||
1210 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/opcua/opcua.la \ |
||
1211 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/profinet/profinet.la \ |
||
1212 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/stats_tree/stats_tree.la \ |
||
1213 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/unistim/unistim.la \ |
||
1214 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/wimax/wimax.la \ |
||
1215 | @HAVE_PLUGINS_TRUE@ -dlopen plugins/wimaxmacphy/wimaxmacphy.la |
||
1216 | |||
1217 | |||
1218 | # "BUILT_SOURCES" are built before any "make all" or "make check" targets. |
||
1219 | BUILT_HEADER_FILES = \ |
||
1220 | version.h |
||
1221 | |||
1222 | BUILT_C_FILES = |
||
1223 | BUILT_SOURCES = $(BUILT_C_FILES) $(BUILT_HEADER_FILES) |
||
1224 | |||
1225 | # Header files generated from source files. |
||
1226 | GENERATED_HEADER_FILES = \ |
||
1227 | text2pcap-scanner_lex.h \ |
||
1228 | $(BUILT_HEADER_FILES) |
||
1229 | |||
1230 | |||
1231 | # C source files generated from source files. |
||
1232 | GENERATED_C_FILES = |
||
1233 | |||
1234 | # All the generated files. |
||
1235 | GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES) |
||
1236 | EXTCAP_COMMON_SRC = \ |
||
1237 | extcap.c \ |
||
1238 | extcap_parser.c \ |
||
1239 | extcap_spawn.c |
||
1240 | |||
1241 | EXTCAP_COMMON_INCLUDES = \ |
||
1242 | extcap.h \ |
||
1243 | extcap_parser.h \ |
||
1244 | extcap_spawn.h |
||
1245 | |||
1246 | |||
1247 | # sources common for wireshark, tshark, and rawshark |
||
1248 | SHARK_COMMON_SRC = cfile.c frame_tvbuff.c sync_pipe_write.c \ |
||
1249 | $(am__append_1) |
||
1250 | |||
1251 | # corresponding headers |
||
1252 | SHARK_COMMON_INCLUDES = \ |
||
1253 | cfile.h \ |
||
1254 | file.h \ |
||
1255 | fileset.h \ |
||
1256 | frame_tvbuff.h \ |
||
1257 | register.h \ |
||
1258 | ws_symbol_export.h |
||
1259 | |||
1260 | |||
1261 | # wireshark specifics |
||
1262 | WIRESHARK_COMMON_SRC = \ |
||
1263 | $(SHARK_COMMON_SRC) \ |
||
1264 | capture_info.c \ |
||
1265 | capture_opts.c \ |
||
1266 | file.c \ |
||
1267 | fileset.c \ |
||
1268 | filter_files.c \ |
||
1269 | summary.c \ |
||
1270 | ws_version_info.c |
||
1271 | |||
1272 | |||
1273 | # corresponding headers |
||
1274 | WIRESHARK_COMMON_INCLUDES = \ |
||
1275 | capture_info.h \ |
||
1276 | capture_opts.h \ |
||
1277 | filter_files.h \ |
||
1278 | globals.h \ |
||
1279 | log.h \ |
||
1280 | summary.h \ |
||
1281 | sync_pipe.h |
||
1282 | |||
1283 | @ENABLE_STATIC_FALSE@EXTRALINKFLAGS = -export-dynamic |
||
1284 | @ENABLE_STATIC_TRUE@EXTRALINKFLAGS = -Wl,-static -all-static |
||
1285 | |||
1286 | # Libraries and plugin flags with which to link wireshark. |
||
1287 | # |
||
1288 | # GTK_CFLAGS/GTK_LIBS is a strict superset of GLIB_CFLAGS/GLIB_LIBS |
||
1289 | # (see configure.ac for pkg-config modules used). |
||
1290 | # |
||
1291 | wireshark_common_ldadd = \ |
||
1292 | capchild/libcapchild.a \ |
||
1293 | caputils/libcaputils.a \ |
||
1294 | ui/libui.a \ |
||
1295 | ui/libui_dirty.a \ |
||
1296 | codecs/libwscodecs.la \ |
||
1297 | wiretap/libwiretap.la \ |
||
1298 | epan/libwireshark.la \ |
||
1299 | wsutil/libwsutil.la \ |
||
1300 | @SSL_LIBS@ \ |
||
1301 | $(plugin_ldadd) \ |
||
1302 | @PCAP_LIBS@ \ |
||
1303 | @C_ARES_LIBS@ \ |
||
1304 | @KRB5_LIBS@ \ |
||
1305 | @APPLICATIONSERVICES_FRAMEWORKS@ \ |
||
1306 | @SYSTEMCONFIGURATION_FRAMEWORKS@ \ |
||
1307 | @COREFOUNDATION_FRAMEWORKS@ \ |
||
1308 | @LIBGCRYPT_LIBS@ \ |
||
1309 | @LIBGNUTLS_LIBS@ \ |
||
1310 | @LIBSMI_LDFLAGS@ \ |
||
1311 | @LIBNL_LIBS@ |
||
1312 | |||
1313 | @HAVE_Qt_TRUE@wireshark_SOURCES = $(WIRESHARK_COMMON_SRC) wireshark-qt.cpp |
||
1314 | @HAVE_Qt_TRUE@wireshark_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) $(Qt_CFLAGS) |
||
1315 | @HAVE_Qt_TRUE@wireshark_LDFLAGS = $(AM_LDFLAGS) $(EXTRALINKFLAGS) $(Qt_LDFLAGS) |
||
1316 | @HAVE_Qt_TRUE@wireshark_LDADD = ui/qt/libqtui.a \ |
||
1317 | @HAVE_Qt_TRUE@ $(wireshark_common_ldadd) $(GLIB_LIBS) \ |
||
1318 | @HAVE_Qt_TRUE@ $(Qt_LIBS) $(am__append_2) |
||
1319 | @HAVE_GTK_TRUE@wireshark_gtk_SOURCES = $(WIRESHARK_COMMON_SRC) |
||
1320 | @HAVE_GTK_TRUE@wireshark_gtk_CPPFLAGS = $(AM_CPPFLAGS) $(GTK_CFLAGS) |
||
1321 | @HAVE_GTK_TRUE@wireshark_gtk_LDFLAGS = $(AM_LDFLAGS) $(EXTRALINKFLAGS) |
||
1322 | @HAVE_GTK_TRUE@wireshark_gtk_LDADD = \ |
||
1323 | @HAVE_GTK_TRUE@ ui/gtk/libgtkui.a \ |
||
1324 | @HAVE_GTK_TRUE@ $(wireshark_common_ldadd) \ |
||
1325 | @HAVE_GTK_TRUE@ $(GTK_LIBS) \ |
||
1326 | @HAVE_GTK_TRUE@ @PORTAUDIO_LIBS@ |
||
1327 | |||
1328 | tshark_SOURCES = \ |
||
1329 | $(SHARK_COMMON_SRC) \ |
||
1330 | capture_opts.c \ |
||
1331 | filter_files.c \ |
||
1332 | tshark.c \ |
||
1333 | ws_version_info.c |
||
1334 | |||
1335 | tshark_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1336 | tshark_LDFLAGS = $(AM_LDFLAGS) $(EXTRALINKFLAGS) |
||
1337 | |||
1338 | # Libraries and plugin flags with which to link tshark. |
||
1339 | tshark_LDADD = \ |
||
1340 | capchild/libcapchild.a \ |
||
1341 | caputils/libcaputils.a \ |
||
1342 | ui/cli/libcliui.a \ |
||
1343 | ui/libui.a \ |
||
1344 | wiretap/libwiretap.la \ |
||
1345 | epan/libwireshark.la \ |
||
1346 | wsutil/libwsutil.la \ |
||
1347 | @SSL_LIBS@ \ |
||
1348 | $(plugin_ldadd) \ |
||
1349 | @GLIB_LIBS@ \ |
||
1350 | @PCAP_LIBS@ \ |
||
1351 | @C_ARES_LIBS@ \ |
||
1352 | @KRB5_LIBS@ \ |
||
1353 | @SYSTEMCONFIGURATION_FRAMEWORKS@ \ |
||
1354 | @COREFOUNDATION_FRAMEWORKS@ \ |
||
1355 | @LIBGCRYPT_LIBS@ \ |
||
1356 | @LIBGNUTLS_LIBS@ \ |
||
1357 | @LIBSMI_LDFLAGS@ |
||
1358 | |||
1359 | tfshark_SOURCES = \ |
||
1360 | $(SHARK_COMMON_SRC) \ |
||
1361 | tfshark.c \ |
||
1362 | ws_version_info.c |
||
1363 | |||
1364 | tfshark_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1365 | tfshark_LDFLAGS = $(AM_LDFLAGS) $(EXTRALINKFLAGS) |
||
1366 | |||
1367 | # Libraries and plugin flags with which to link tfshark. |
||
1368 | tfshark_LDADD = \ |
||
1369 | ui/cli/libcliui.a \ |
||
1370 | ui/libui.a \ |
||
1371 | wiretap/libwiretap.la \ |
||
1372 | epan/libwireshark.la \ |
||
1373 | wsutil/libwsutil.la \ |
||
1374 | @SSL_LIBS@ \ |
||
1375 | $(plugin_ldadd) \ |
||
1376 | @GLIB_LIBS@ \ |
||
1377 | @PCAP_LIBS@ \ |
||
1378 | @KRB5_LIBS@ \ |
||
1379 | @SYSTEMCONFIGURATION_FRAMEWORKS@ \ |
||
1380 | @COREFOUNDATION_FRAMEWORKS@ \ |
||
1381 | @LIBGNUTLS_LIBS@ \ |
||
1382 | @LIBSMI_LDFLAGS@ |
||
1383 | |||
1384 | rawshark_SOURCES = \ |
||
1385 | $(SHARK_COMMON_SRC) \ |
||
1386 | rawshark.c \ |
||
1387 | ws_version_info.c |
||
1388 | |||
1389 | rawshark_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1390 | rawshark_LDFLAGS = $(AM_LDFLAGS) $(EXTRALINKFLAGS) |
||
1391 | |||
1392 | # Libraries and plugin flags with which to link rawshark. |
||
1393 | rawshark_LDADD = \ |
||
1394 | caputils/libcaputils.a \ |
||
1395 | ui/libui.a \ |
||
1396 | wiretap/libwiretap.la \ |
||
1397 | epan/libwireshark.la \ |
||
1398 | wsutil/libwsutil.la \ |
||
1399 | @SSL_LIBS@ \ |
||
1400 | $(plugin_ldadd) \ |
||
1401 | @GLIB_LIBS@ \ |
||
1402 | @PCAP_LIBS@ \ |
||
1403 | @C_ARES_LIBS@ \ |
||
1404 | @KRB5_LIBS@ \ |
||
1405 | @SYSTEMCONFIGURATION_FRAMEWORKS@ \ |
||
1406 | @COREFOUNDATION_FRAMEWORKS@ \ |
||
1407 | @LIBGCRYPT_LIBS@ \ |
||
1408 | @LIBGNUTLS_LIBS@ \ |
||
1409 | @LIBSMI_LDFLAGS@ |
||
1410 | |||
1411 | text2pcap_SOURCES = \ |
||
1412 | text2pcap.c \ |
||
1413 | text2pcap-scanner.l \ |
||
1414 | ws_version_info.c |
||
1415 | |||
1416 | text2pcap_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1417 | |||
1418 | # Don't turn on -Werror for text2pcap: its source includes text2pcap-scanner.c |
||
1419 | # which is generated (and therefore not always clean). |
||
1420 | # We could generate text2pcap.o as a library with -Werror but for now it |
||
1421 | # doesn't seem worth the effort. |
||
1422 | text2pcap_CFLAGS = $(GENERATED_CFLAGS) |
||
1423 | |||
1424 | # Libraries with which to link text2pcap. |
||
1425 | text2pcap_LDADD = \ |
||
1426 | writecap/libwritecap.a \ |
||
1427 | wsutil/libwsutil.la \ |
||
1428 | @GLIB_LIBS@ |
||
1429 | |||
1430 | mergecap_SOURCES = \ |
||
1431 | mergecap.c \ |
||
1432 | ws_version_info.c |
||
1433 | |||
1434 | mergecap_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1435 | |||
1436 | # Libraries with which to link mergecap. |
||
1437 | mergecap_LDADD = \ |
||
1438 | wiretap/libwiretap.la \ |
||
1439 | wsutil/libwsutil.la \ |
||
1440 | @GLIB_LIBS@ |
||
1441 | |||
1442 | capinfos_SOURCES = \ |
||
1443 | capinfos.c \ |
||
1444 | ws_version_info.c |
||
1445 | |||
1446 | capinfos_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1447 | |||
1448 | # Libraries with which to link capinfos. |
||
1449 | capinfos_LDADD = \ |
||
1450 | wiretap/libwiretap.la \ |
||
1451 | wsutil/libwsutil.la \ |
||
1452 | @GLIB_LIBS@ \ |
||
1453 | @LIBGCRYPT_LIBS@ |
||
1454 | |||
1455 | captype_SOURCES = \ |
||
1456 | captype.c \ |
||
1457 | ws_version_info.c |
||
1458 | |||
1459 | captype_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1460 | |||
1461 | # Libraries with which to link captype. |
||
1462 | captype_LDADD = \ |
||
1463 | wiretap/libwiretap.la \ |
||
1464 | wsutil/libwsutil.la \ |
||
1465 | @GLIB_LIBS@ |
||
1466 | |||
1467 | editcap_SOURCES = \ |
||
1468 | editcap.c \ |
||
1469 | ws_version_info.c |
||
1470 | |||
1471 | editcap_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1472 | |||
1473 | # Libraries with which to link editcap. |
||
1474 | editcap_LDADD = \ |
||
1475 | wiretap/libwiretap.la \ |
||
1476 | wsutil/libwsutil.la \ |
||
1477 | @GLIB_LIBS@ |
||
1478 | |||
1479 | reordercap_SOURCES = \ |
||
1480 | reordercap.c \ |
||
1481 | ws_version_info.c |
||
1482 | |||
1483 | reordercap_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1484 | |||
1485 | # Libraries with which to link reordercap. |
||
1486 | reordercap_LDADD = \ |
||
1487 | wiretap/libwiretap.la \ |
||
1488 | wsutil/libwsutil.la \ |
||
1489 | @GLIB_LIBS@ |
||
1490 | |||
1491 | randpkt_SOURCES = \ |
||
1492 | randpkt.c \ |
||
1493 | ws_version_info.c |
||
1494 | |||
1495 | randpkt_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1496 | |||
1497 | # Libraries with which to link randpkt. |
||
1498 | randpkt_LDADD = \ |
||
1499 | randpkt_core/librandpkt_core.a \ |
||
1500 | wiretap/libwiretap.la \ |
||
1501 | wsutil/libwsutil.la \ |
||
1502 | @GLIB_LIBS@ \ |
||
1503 | @PCAP_LIBS@ \ |
||
1504 | @C_ARES_LIBS@ |
||
1505 | |||
1506 | dftest_SOURCES = \ |
||
1507 | dftest.c |
||
1508 | |||
1509 | dftest_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1510 | |||
1511 | # Libraries and plugin flags with which to link dftest. |
||
1512 | dftest_LDADD = \ |
||
1513 | ui/libui.a \ |
||
1514 | wiretap/libwiretap.la \ |
||
1515 | wsutil/libwsutil.la \ |
||
1516 | epan/libwireshark.la \ |
||
1517 | @SSL_LIBS@ \ |
||
1518 | $(plugin_ldadd) \ |
||
1519 | @GLIB_LIBS@ \ |
||
1520 | @PCAP_LIBS@ \ |
||
1521 | @C_ARES_LIBS@ \ |
||
1522 | @KRB5_LIBS@ \ |
||
1523 | @LIBGCRYPT_LIBS@ \ |
||
1524 | @LIBGNUTLS_LIBS@ \ |
||
1525 | @LIBSMI_LDFLAGS@ |
||
1526 | |||
1527 | echld_test_SOURCES = \ |
||
1528 | echld_test.c \ |
||
1529 | capture_opts.c \ |
||
1530 | capture_stop_conditions.c \ |
||
1531 | cfile.c \ |
||
1532 | conditions.c \ |
||
1533 | ringbuffer.c \ |
||
1534 | sync_pipe_write.c |
||
1535 | |||
1536 | echld_test_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1537 | echld_test_LDADD = \ |
||
1538 | epan/libwireshark.la \ |
||
1539 | echld/libechld.la \ |
||
1540 | writecap/libwritecap.a \ |
||
1541 | wsutil/libwsutil.la \ |
||
1542 | @GLIB_LIBS@ \ |
||
1543 | @PCAP_LIBS@ \ |
||
1544 | @C_ARES_LIBS@ |
||
1545 | |||
1546 | echld_test_DEPENDENCIES = \ |
||
1547 | echld/libechld.la \ |
||
1548 | epan/libwireshark.la |
||
1549 | |||
1550 | dumpcap_SOURCES = \ |
||
1551 | capture_opts.c \ |
||
1552 | capture_stop_conditions.c \ |
||
1553 | conditions.c \ |
||
1554 | dumpcap.c \ |
||
1555 | filter_files.c \ |
||
1556 | ringbuffer.c \ |
||
1557 | sync_pipe_write.c \ |
||
1558 | ws_version_info.c |
||
1559 | |||
1560 | dumpcap_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) |
||
1561 | dumpcap_CFLAGS = $(AM_CFLAGS) $(PIE_CFLAGS) |
||
1562 | dumpcap_LDFLAGS = $(AM_LDFLAGS) $(PIE_LDFLAGS) |
||
1563 | |||
1564 | # Libraries with which to link dumpcap. |
||
1565 | dumpcap_LDADD = \ |
||
1566 | caputils/libcaputils.a \ |
||
1567 | writecap/libwritecap.a \ |
||
1568 | wsutil/libwsutil.la \ |
||
1569 | @GLIB_LIBS@ \ |
||
1570 | @PCAP_LIBS@ \ |
||
1571 | @SYSTEMCONFIGURATION_FRAMEWORKS@ \ |
||
1572 | @COREFOUNDATION_FRAMEWORKS@ \ |
||
1573 | @LIBCAP_LIBS@ \ |
||
1574 | @LIBNL_LIBS@ |
||
1575 | |||
1576 | |||
1577 | # this target needed for distribution only |
||
1578 | noinst_HEADERS = \ |
||
1579 | $(SHARK_COMMON_INCLUDES) \ |
||
1580 | $(EXTCAP_COMMON_INCLUDES) \ |
||
1581 | $(WIRESHARK_COMMON_INCLUDES) \ |
||
1582 | capture_stop_conditions.h \ |
||
1583 | conditions.h \ |
||
1584 | ringbuffer.h \ |
||
1585 | ws_diag_control.h \ |
||
1586 | ws_version_info.h |
||
1587 | |||
1588 | |||
1589 | # |
||
1590 | # Build shell scripts by doing variable substitution. |
||
1591 | # Taken from autoconf 2.13. |
||
1592 | # |
||
1593 | editsh = sed -e 's,@''SHELL''@,$(SHELL),g' |
||
1594 | SUFFIXES = .sh |
||
1595 | CLEANFILES = \ |
||
1596 | *~ \ |
||
1597 | doxygen-core.tag \ |
||
1598 | vgcore.* |
||
1599 | |||
1600 | |||
1601 | # |
||
1602 | # We have to remove version.h with "make distclean", as, otherwise, |
||
1603 | # "make distcheck" fails. We still need to make the tarballs work |
||
1604 | # even if you do "make distclean" and try to rebuild; that's a work in |
||
1605 | # progress. |
||
1606 | # |
||
1607 | # XXX - "ps.c" is distributed in the source tarballs; why is it in the |
||
1608 | # list of files removed by "make distclean"? (It's deliberately |
||
1609 | # included in that list.) |
||
1610 | # |
||
1611 | DISTCLEANFILES = \ |
||
1612 | ps.c \ |
||
1613 | version.h |
||
1614 | |||
1615 | MAINTAINERCLEANFILES = \ |
||
1616 | $(GENERATED_FILES) \ |
||
1617 | Makefile.in \ |
||
1618 | aclocal.m4 \ |
||
1619 | compile \ |
||
1620 | config.h.in \ |
||
1621 | configure \ |
||
1622 | depcomp \ |
||
1623 | install-sh \ |
||
1624 | ltmain.sh \ |
||
1625 | missing \ |
||
1626 | ylwrap |
||
1627 | |||
1628 | EXTRA_DIST = \ |
||
1629 | .editorconfig \ |
||
1630 | .mailmap \ |
||
1631 | INSTALL.configure \ |
||
1632 | Makefile.am.inc \ |
||
1633 | README.aix \ |
||
1634 | README.bsd \ |
||
1635 | README.DECT \ |
||
1636 | README.hpux \ |
||
1637 | README.linux \ |
||
1638 | README.macos \ |
||
1639 | README.tru64 \ |
||
1640 | README.vmware \ |
||
1641 | README.windows \ |
||
1642 | abi-descriptor.template \ |
||
1643 | autogen.sh \ |
||
1644 | cfilters \ |
||
1645 | colorfilters \ |
||
1646 | debian \ |
||
1647 | dfilters \ |
||
1648 | doxygen_global.cfg \ |
||
1649 | doxygen.cfg.in \ |
||
1650 | fix \ |
||
1651 | idl \ |
||
1652 | image \ |
||
1653 | ipmap.html \ |
||
1654 | m4 \ |
||
1655 | macosx-setup.sh \ |
||
1656 | macosx-support-lib-patches \ |
||
1657 | make-version.pl \ |
||
1658 | manuf \ |
||
1659 | manuf.tmpl \ |
||
1660 | pdml2html.xsl \ |
||
1661 | smi_modules \ |
||
1662 | text2pcap-scanner.l \ |
||
1663 | text2pcap.h \ |
||
1664 | services \ |
||
1665 | wireshark.desktop \ |
||
1666 | wireshark-gtk.desktop \ |
||
1667 | wireshark-mime-package.xml \ |
||
1668 | wireshark.appdata.xml \ |
||
1669 | wireshark.pc.in \ |
||
1670 | wka.tmpl \ |
||
1671 | CMakeLists.txt \ |
||
1672 | CMakeListsCustom.txt.example \ |
||
1673 | cmakeconfig.h.in \ |
||
1674 | CMakeOptions.txt \ |
||
1675 | README.cmake \ |
||
1676 | ConfigureChecks.cmake \ |
||
1677 | cmake \ |
||
1678 | CPackConfig.txt |
||
1679 | |||
1680 | DIST_SUBDIRS = \ |
||
1681 | capchild \ |
||
1682 | caputils \ |
||
1683 | codecs \ |
||
1684 | doc \ |
||
1685 | epan \ |
||
1686 | echld \ |
||
1687 | ui \ |
||
1688 | ui/cli \ |
||
1689 | ui/gtk \ |
||
1690 | ui/qt \ |
||
1691 | help \ |
||
1692 | packaging \ |
||
1693 | plugins \ |
||
1694 | randpkt_core \ |
||
1695 | tools \ |
||
1696 | wiretap \ |
||
1697 | writecap \ |
||
1698 | wsutil \ |
||
1699 | extcap \ |
||
1700 | docbook |
||
1701 | |||
1702 | SUBDIRS = \ |
||
1703 | tools \ |
||
1704 | wsutil \ |
||
1705 | writecap \ |
||
1706 | wiretap \ |
||
1707 | epan \ |
||
1708 | capchild \ |
||
1709 | caputils \ |
||
1710 | @echld_dir@ \ |
||
1711 | @plugins_dir@ \ |
||
1712 | packaging \ |
||
1713 | help \ |
||
1714 | ui \ |
||
1715 | @wireshark_SUBDIRS@ \ |
||
1716 | ui/cli \ |
||
1717 | randpkt_core \ |
||
1718 | @extcap_subdir@ \ |
||
1719 | . \ |
||
1720 | doc |
||
1721 | |||
1722 | |||
1723 | # Used by patch-bzip2 |
||
1724 | # Trim off any extra version information and find the previous micro release. |
||
1725 | BASE_VERSION = `echo "$(VERSION)" | awk -F. '{$$3 = $$3 + 0 ; printf("%d.%d.%d"), $$1, $$2, $$3}'` |
||
1726 | PREV_VERSION = `echo "$(VERSION)" | awk -F. '{$$3 = $$3 + 0 ; if ($$3 > 0) $$3-- ; printf("%d.%d.%d"), $$1, $$2, $$3}'` |
||
1727 | PREV_DIR = "wireshark-$(PREV_VERSION)" |
||
1728 | PREV_FILE = "$(PREV_DIR).tar.bz2" |
||
1729 | PREV_URL = "https://www.wireshark.org/download/src/all-versions/$(PREV_FILE)" |
||
1730 | |||
1731 | # Used by svr4-package and osx-package |
||
1732 | # We load top_stagedir with an absolute path so that libtool doesn't freak. |
||
1733 | top_stagedir = $(abs_top_builddir)/packaging/staging |
||
1734 | stagedir = $(top_stagedir)/$(PACKAGE).inst |
||
1735 | rpm_topdir = `cd $(top_builddir) && pwd`/packaging/rpm |
||
1736 | all: $(BUILT_SOURCES) config.h |
||
1737 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
||
1738 | |||
1739 | .SUFFIXES: |
||
1740 | .SUFFIXES: .sh .c .cpp .l .lo .o .obj |
||
1741 | am--refresh: Makefile |
||
1742 | @: |
||
1743 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/./Makefile.am.inc $(srcdir)/diameter/Custom.make $(srcdir)/radius/Custom.make $(am__configure_deps) |
||
1744 | @for dep in $?; do \ |
||
1745 | case '$(am__configure_deps)' in \ |
||
1746 | *$$dep*) \ |
||
1747 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ |
||
1748 | $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ |
||
1749 | && exit 0; \ |
||
1750 | exit 1;; \ |
||
1751 | esac; \ |
||
1752 | done; \ |
||
1753 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
||
1754 | $(am__cd) $(top_srcdir) && \ |
||
1755 | $(AUTOMAKE) --gnu Makefile |
||
1756 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
||
1757 | @case '$?' in \ |
||
1758 | *config.status*) \ |
||
1759 | echo ' $(SHELL) ./config.status'; \ |
||
1760 | $(SHELL) ./config.status;; \ |
||
1761 | *) \ |
||
1762 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
||
1763 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
||
1764 | esac; |
||
1765 | $(srcdir)/./Makefile.am.inc $(srcdir)/diameter/Custom.make $(srcdir)/radius/Custom.make $(am__empty): |
||
1766 | |||
1767 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
||
1768 | $(SHELL) ./config.status --recheck |
||
1769 | |||
1770 | $(top_srcdir)/configure: $(am__configure_deps) |
||
1771 | $(am__cd) $(srcdir) && $(AUTOCONF) |
||
1772 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
||
1773 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
||
1774 | $(am__aclocal_m4_deps): |
||
1775 | |||
1776 | config.h: stamp-h1 |
||
1777 | @test -f $@ || rm -f stamp-h1 |
||
1778 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
||
1779 | |||
1780 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
||
1781 | @rm -f stamp-h1 |
||
1782 | cd $(top_builddir) && $(SHELL) ./config.status config.h |
||
1783 | $(srcdir)/config.h.in: $(am__configure_deps) |
||
1784 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
||
1785 | rm -f stamp-h1 |
||
1786 | touch $@ |
||
1787 | |||
1788 | distclean-hdr: |
||
1789 | -rm -f config.h stamp-h1 |
||
1790 | doxygen.cfg: $(top_builddir)/config.status $(srcdir)/doxygen.cfg.in |
||
1791 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
||
1792 | wireshark.pc: $(top_builddir)/config.status $(srcdir)/wireshark.pc.in |
||
1793 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
||
1794 | packaging/macosx/Wireshark_package.pmdoc/index.xml: $(top_builddir)/config.status $(top_srcdir)/packaging/macosx/Wireshark_package.pmdoc/index.xml.in |
||
1795 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
||
1796 | install-binPROGRAMS: $(bin_PROGRAMS) |
||
1797 | @$(NORMAL_INSTALL) |
||
1798 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
||
1799 | if test -n "$$list"; then \ |
||
1800 | echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ |
||
1801 | $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ |
||
1802 | fi; \ |
||
1803 | for p in $$list; do echo "$$p $$p"; done | \ |
||
1804 | sed 's/$(EXEEXT)$$//' | \ |
||
1805 | while read p p1; do if test -f $$p \ |
||
1806 | || test -f $$p1 \ |
||
1807 | ; then echo "$$p"; echo "$$p"; else :; fi; \ |
||
1808 | done | \ |
||
1809 | sed -e 'p;s,.*/,,;n;h' \ |
||
1810 | -e 's|.*|.|' \ |
||
1811 | -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
||
1812 | sed 'N;N;N;s,\n, ,g' | \ |
||
1813 | $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
||
1814 | { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ |
||
1815 | if ($$2 == $$4) files[d] = files[d] " " $$1; \ |
||
1816 | else { print "f", $$3 "/" $$4, $$1; } } \ |
||
1817 | END { for (d in files) print "f", d, files[d] }' | \ |
||
1818 | while read type dir files; do \ |
||
1819 | if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ |
||
1820 | test -z "$$files" || { \ |
||
1821 | echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ |
||
1822 | $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ |
||
1823 | } \ |
||
1824 | ; done |
||
1825 | |||
1826 | uninstall-binPROGRAMS: |
||
1827 | @$(NORMAL_UNINSTALL) |
||
1828 | @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ |
||
1829 | files=`for p in $$list; do echo "$$p"; done | \ |
||
1830 | sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
||
1831 | -e 's/$$/$(EXEEXT)/' \ |
||
1832 | `; \ |
||
1833 | test -n "$$list" || exit 0; \ |
||
1834 | echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ |
||
1835 | cd "$(DESTDIR)$(bindir)" && rm -f $$files |
||
1836 | |||
1837 | clean-binPROGRAMS: |
||
1838 | @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ |
||
1839 | echo " rm -f" $$list; \ |
||
1840 | rm -f $$list || exit $$?; \ |
||
1841 | test -n "$(EXEEXT)" || exit 0; \ |
||
1842 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
||
1843 | echo " rm -f" $$list; \ |
||
1844 | rm -f $$list |
||
1845 | |||
1846 | capinfos$(EXEEXT): $(capinfos_OBJECTS) $(capinfos_DEPENDENCIES) $(EXTRA_capinfos_DEPENDENCIES) |
||
1847 | @rm -f capinfos$(EXEEXT) |
||
1848 | $(AM_V_CCLD)$(LINK) $(capinfos_OBJECTS) $(capinfos_LDADD) $(LIBS) |
||
1849 | |||
1850 | captype$(EXEEXT): $(captype_OBJECTS) $(captype_DEPENDENCIES) $(EXTRA_captype_DEPENDENCIES) |
||
1851 | @rm -f captype$(EXEEXT) |
||
1852 | $(AM_V_CCLD)$(LINK) $(captype_OBJECTS) $(captype_LDADD) $(LIBS) |
||
1853 | |||
1854 | dftest$(EXEEXT): $(dftest_OBJECTS) $(dftest_DEPENDENCIES) $(EXTRA_dftest_DEPENDENCIES) |
||
1855 | @rm -f dftest$(EXEEXT) |
||
1856 | $(AM_V_CCLD)$(LINK) $(dftest_OBJECTS) $(dftest_LDADD) $(LIBS) |
||
1857 | |||
1858 | dumpcap$(EXEEXT): $(dumpcap_OBJECTS) $(dumpcap_DEPENDENCIES) $(EXTRA_dumpcap_DEPENDENCIES) |
||
1859 | @rm -f dumpcap$(EXEEXT) |
||
1860 | $(AM_V_CCLD)$(dumpcap_LINK) $(dumpcap_OBJECTS) $(dumpcap_LDADD) $(LIBS) |
||
1861 | |||
1862 | echld_test$(EXEEXT): $(echld_test_OBJECTS) $(echld_test_DEPENDENCIES) $(EXTRA_echld_test_DEPENDENCIES) |
||
1863 | @rm -f echld_test$(EXEEXT) |
||
1864 | $(AM_V_CCLD)$(LINK) $(echld_test_OBJECTS) $(echld_test_LDADD) $(LIBS) |
||
1865 | |||
1866 | editcap$(EXEEXT): $(editcap_OBJECTS) $(editcap_DEPENDENCIES) $(EXTRA_editcap_DEPENDENCIES) |
||
1867 | @rm -f editcap$(EXEEXT) |
||
1868 | $(AM_V_CCLD)$(LINK) $(editcap_OBJECTS) $(editcap_LDADD) $(LIBS) |
||
1869 | |||
1870 | mergecap$(EXEEXT): $(mergecap_OBJECTS) $(mergecap_DEPENDENCIES) $(EXTRA_mergecap_DEPENDENCIES) |
||
1871 | @rm -f mergecap$(EXEEXT) |
||
1872 | $(AM_V_CCLD)$(LINK) $(mergecap_OBJECTS) $(mergecap_LDADD) $(LIBS) |
||
1873 | |||
1874 | randpkt$(EXEEXT): $(randpkt_OBJECTS) $(randpkt_DEPENDENCIES) $(EXTRA_randpkt_DEPENDENCIES) |
||
1875 | @rm -f randpkt$(EXEEXT) |
||
1876 | $(AM_V_CCLD)$(LINK) $(randpkt_OBJECTS) $(randpkt_LDADD) $(LIBS) |
||
1877 | |||
1878 | rawshark$(EXEEXT): $(rawshark_OBJECTS) $(rawshark_DEPENDENCIES) $(EXTRA_rawshark_DEPENDENCIES) |
||
1879 | @rm -f rawshark$(EXEEXT) |
||
1880 | $(AM_V_CCLD)$(rawshark_LINK) $(rawshark_OBJECTS) $(rawshark_LDADD) $(LIBS) |
||
1881 | |||
1882 | reordercap$(EXEEXT): $(reordercap_OBJECTS) $(reordercap_DEPENDENCIES) $(EXTRA_reordercap_DEPENDENCIES) |
||
1883 | @rm -f reordercap$(EXEEXT) |
||
1884 | $(AM_V_CCLD)$(LINK) $(reordercap_OBJECTS) $(reordercap_LDADD) $(LIBS) |
||
1885 | |||
1886 | text2pcap$(EXEEXT): $(text2pcap_OBJECTS) $(text2pcap_DEPENDENCIES) $(EXTRA_text2pcap_DEPENDENCIES) |
||
1887 | @rm -f text2pcap$(EXEEXT) |
||
1888 | $(AM_V_CCLD)$(text2pcap_LINK) $(text2pcap_OBJECTS) $(text2pcap_LDADD) $(LIBS) |
||
1889 | |||
1890 | tfshark$(EXEEXT): $(tfshark_OBJECTS) $(tfshark_DEPENDENCIES) $(EXTRA_tfshark_DEPENDENCIES) |
||
1891 | @rm -f tfshark$(EXEEXT) |
||
1892 | $(AM_V_CCLD)$(tfshark_LINK) $(tfshark_OBJECTS) $(tfshark_LDADD) $(LIBS) |
||
1893 | |||
1894 | tshark$(EXEEXT): $(tshark_OBJECTS) $(tshark_DEPENDENCIES) $(EXTRA_tshark_DEPENDENCIES) |
||
1895 | @rm -f tshark$(EXEEXT) |
||
1896 | $(AM_V_CCLD)$(tshark_LINK) $(tshark_OBJECTS) $(tshark_LDADD) $(LIBS) |
||
1897 | |||
1898 | wireshark$(EXEEXT): $(wireshark_OBJECTS) $(wireshark_DEPENDENCIES) $(EXTRA_wireshark_DEPENDENCIES) |
||
1899 | @rm -f wireshark$(EXEEXT) |
||
1900 | $(AM_V_CXXLD)$(wireshark_LINK) $(wireshark_OBJECTS) $(wireshark_LDADD) $(LIBS) |
||
1901 | |||
1902 | wireshark-gtk$(EXEEXT): $(wireshark_gtk_OBJECTS) $(wireshark_gtk_DEPENDENCIES) $(EXTRA_wireshark_gtk_DEPENDENCIES) |
||
1903 | @rm -f wireshark-gtk$(EXEEXT) |
||
1904 | $(AM_V_CCLD)$(wireshark_gtk_LINK) $(wireshark_gtk_OBJECTS) $(wireshark_gtk_LDADD) $(LIBS) |
||
1905 | |||
1906 | mostlyclean-compile: |
||
1907 | -rm -f *.$(OBJEXT) |
||
1908 | |||
1909 | distclean-compile: |
||
1910 | -rm -f *.tab.c |
||
1911 | |||
1912 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capinfos-capinfos.Po@am__quote@ |
||
1913 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/capinfos-ws_version_info.Po@am__quote@ |
||
1914 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/captype-captype.Po@am__quote@ |
||
1915 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/captype-ws_version_info.Po@am__quote@ |
||
1916 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dftest-dftest.Po@am__quote@ |
||
1917 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumpcap-capture_opts.Po@am__quote@ |
||
1918 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumpcap-capture_stop_conditions.Po@am__quote@ |
||
1919 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumpcap-conditions.Po@am__quote@ |
||
1920 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumpcap-dumpcap.Po@am__quote@ |
||
1921 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumpcap-filter_files.Po@am__quote@ |
||
1922 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumpcap-ringbuffer.Po@am__quote@ |
||
1923 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumpcap-sync_pipe_write.Po@am__quote@ |
||
1924 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dumpcap-ws_version_info.Po@am__quote@ |
||
1925 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/echld_test-capture_opts.Po@am__quote@ |
||
1926 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/echld_test-capture_stop_conditions.Po@am__quote@ |
||
1927 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/echld_test-cfile.Po@am__quote@ |
||
1928 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/echld_test-conditions.Po@am__quote@ |
||
1929 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/echld_test-echld_test.Po@am__quote@ |
||
1930 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/echld_test-ringbuffer.Po@am__quote@ |
||
1931 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/echld_test-sync_pipe_write.Po@am__quote@ |
||
1932 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editcap-editcap.Po@am__quote@ |
||
1933 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editcap-ws_version_info.Po@am__quote@ |
||
1934 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mergecap-mergecap.Po@am__quote@ |
||
1935 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mergecap-ws_version_info.Po@am__quote@ |
||
1936 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randpkt-randpkt.Po@am__quote@ |
||
1937 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randpkt-ws_version_info.Po@am__quote@ |
||
1938 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawshark-cfile.Po@am__quote@ |
||
1939 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawshark-extcap.Po@am__quote@ |
||
1940 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawshark-extcap_parser.Po@am__quote@ |
||
1941 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawshark-extcap_spawn.Po@am__quote@ |
||
1942 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawshark-frame_tvbuff.Po@am__quote@ |
||
1943 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawshark-rawshark.Po@am__quote@ |
||
1944 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawshark-sync_pipe_write.Po@am__quote@ |
||
1945 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawshark-ws_version_info.Po@am__quote@ |
||
1946 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reordercap-reordercap.Po@am__quote@ |
||
1947 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reordercap-ws_version_info.Po@am__quote@ |
||
1948 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text2pcap-text2pcap-scanner.Po@am__quote@ |
||
1949 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text2pcap-text2pcap.Po@am__quote@ |
||
1950 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text2pcap-ws_version_info.Po@am__quote@ |
||
1951 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfshark-cfile.Po@am__quote@ |
||
1952 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfshark-extcap.Po@am__quote@ |
||
1953 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfshark-extcap_parser.Po@am__quote@ |
||
1954 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfshark-extcap_spawn.Po@am__quote@ |
||
1955 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfshark-frame_tvbuff.Po@am__quote@ |
||
1956 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfshark-sync_pipe_write.Po@am__quote@ |
||
1957 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfshark-tfshark.Po@am__quote@ |
||
1958 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfshark-ws_version_info.Po@am__quote@ |
||
1959 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark-capture_opts.Po@am__quote@ |
||
1960 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark-cfile.Po@am__quote@ |
||
1961 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark-extcap.Po@am__quote@ |
||
1962 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark-extcap_parser.Po@am__quote@ |
||
1963 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark-extcap_spawn.Po@am__quote@ |
||
1964 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark-filter_files.Po@am__quote@ |
||
1965 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark-frame_tvbuff.Po@am__quote@ |
||
1966 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark-sync_pipe_write.Po@am__quote@ |
||
1967 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark-tshark.Po@am__quote@ |
||
1968 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tshark-ws_version_info.Po@am__quote@ |
||
1969 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-capture_info.Po@am__quote@ |
||
1970 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-capture_opts.Po@am__quote@ |
||
1971 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-cfile.Po@am__quote@ |
||
1972 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-extcap.Po@am__quote@ |
||
1973 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-extcap_parser.Po@am__quote@ |
||
1974 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-extcap_spawn.Po@am__quote@ |
||
1975 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-file.Po@am__quote@ |
||
1976 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-fileset.Po@am__quote@ |
||
1977 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-filter_files.Po@am__quote@ |
||
1978 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-frame_tvbuff.Po@am__quote@ |
||
1979 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-summary.Po@am__quote@ |
||
1980 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-sync_pipe_write.Po@am__quote@ |
||
1981 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-wireshark-qt.Po@am__quote@ |
||
1982 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark-ws_version_info.Po@am__quote@ |
||
1983 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-capture_info.Po@am__quote@ |
||
1984 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-capture_opts.Po@am__quote@ |
||
1985 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-cfile.Po@am__quote@ |
||
1986 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-extcap.Po@am__quote@ |
||
1987 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-extcap_parser.Po@am__quote@ |
||
1988 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-extcap_spawn.Po@am__quote@ |
||
1989 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-file.Po@am__quote@ |
||
1990 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-fileset.Po@am__quote@ |
||
1991 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-filter_files.Po@am__quote@ |
||
1992 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-frame_tvbuff.Po@am__quote@ |
||
1993 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-summary.Po@am__quote@ |
||
1994 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-sync_pipe_write.Po@am__quote@ |
||
1995 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wireshark_gtk-ws_version_info.Po@am__quote@ |
||
1996 | |||
1997 | .c.o: |
||
1998 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
||
1999 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
||
2000 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
2001 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
||
2002 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2003 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
||
2004 | |||
2005 | .c.obj: |
||
2006 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
||
2007 | @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
||
2008 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
2009 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
||
2010 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2011 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
||
2012 | |||
2013 | .c.lo: |
||
2014 | @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ |
||
2015 | @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
||
2016 | @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo |
||
2017 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
||
2018 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2019 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
||
2020 | |||
2021 | capinfos-capinfos.o: capinfos.c |
||
2022 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capinfos_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT capinfos-capinfos.o -MD -MP -MF $(DEPDIR)/capinfos-capinfos.Tpo -c -o capinfos-capinfos.o `test -f 'capinfos.c' || echo '$(srcdir)/'`capinfos.c |
||
2023 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/capinfos-capinfos.Tpo $(DEPDIR)/capinfos-capinfos.Po |
||
2024 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capinfos.c' object='capinfos-capinfos.o' libtool=no @AMDEPBACKSLASH@ |
||
2025 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2026 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capinfos_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o capinfos-capinfos.o `test -f 'capinfos.c' || echo '$(srcdir)/'`capinfos.c |
||
2027 | |||
2028 | capinfos-capinfos.obj: capinfos.c |
||
2029 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capinfos_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT capinfos-capinfos.obj -MD -MP -MF $(DEPDIR)/capinfos-capinfos.Tpo -c -o capinfos-capinfos.obj `if test -f 'capinfos.c'; then $(CYGPATH_W) 'capinfos.c'; else $(CYGPATH_W) '$(srcdir)/capinfos.c'; fi` |
||
2030 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/capinfos-capinfos.Tpo $(DEPDIR)/capinfos-capinfos.Po |
||
2031 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capinfos.c' object='capinfos-capinfos.obj' libtool=no @AMDEPBACKSLASH@ |
||
2032 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2033 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capinfos_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o capinfos-capinfos.obj `if test -f 'capinfos.c'; then $(CYGPATH_W) 'capinfos.c'; else $(CYGPATH_W) '$(srcdir)/capinfos.c'; fi` |
||
2034 | |||
2035 | capinfos-ws_version_info.o: ws_version_info.c |
||
2036 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capinfos_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT capinfos-ws_version_info.o -MD -MP -MF $(DEPDIR)/capinfos-ws_version_info.Tpo -c -o capinfos-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2037 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/capinfos-ws_version_info.Tpo $(DEPDIR)/capinfos-ws_version_info.Po |
||
2038 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='capinfos-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2039 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2040 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capinfos_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o capinfos-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2041 | |||
2042 | capinfos-ws_version_info.obj: ws_version_info.c |
||
2043 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capinfos_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT capinfos-ws_version_info.obj -MD -MP -MF $(DEPDIR)/capinfos-ws_version_info.Tpo -c -o capinfos-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2044 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/capinfos-ws_version_info.Tpo $(DEPDIR)/capinfos-ws_version_info.Po |
||
2045 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='capinfos-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2046 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2047 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(capinfos_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o capinfos-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2048 | |||
2049 | captype-captype.o: captype.c |
||
2050 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(captype_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT captype-captype.o -MD -MP -MF $(DEPDIR)/captype-captype.Tpo -c -o captype-captype.o `test -f 'captype.c' || echo '$(srcdir)/'`captype.c |
||
2051 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/captype-captype.Tpo $(DEPDIR)/captype-captype.Po |
||
2052 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='captype.c' object='captype-captype.o' libtool=no @AMDEPBACKSLASH@ |
||
2053 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2054 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(captype_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o captype-captype.o `test -f 'captype.c' || echo '$(srcdir)/'`captype.c |
||
2055 | |||
2056 | captype-captype.obj: captype.c |
||
2057 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(captype_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT captype-captype.obj -MD -MP -MF $(DEPDIR)/captype-captype.Tpo -c -o captype-captype.obj `if test -f 'captype.c'; then $(CYGPATH_W) 'captype.c'; else $(CYGPATH_W) '$(srcdir)/captype.c'; fi` |
||
2058 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/captype-captype.Tpo $(DEPDIR)/captype-captype.Po |
||
2059 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='captype.c' object='captype-captype.obj' libtool=no @AMDEPBACKSLASH@ |
||
2060 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2061 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(captype_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o captype-captype.obj `if test -f 'captype.c'; then $(CYGPATH_W) 'captype.c'; else $(CYGPATH_W) '$(srcdir)/captype.c'; fi` |
||
2062 | |||
2063 | captype-ws_version_info.o: ws_version_info.c |
||
2064 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(captype_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT captype-ws_version_info.o -MD -MP -MF $(DEPDIR)/captype-ws_version_info.Tpo -c -o captype-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2065 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/captype-ws_version_info.Tpo $(DEPDIR)/captype-ws_version_info.Po |
||
2066 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='captype-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2067 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2068 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(captype_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o captype-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2069 | |||
2070 | captype-ws_version_info.obj: ws_version_info.c |
||
2071 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(captype_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT captype-ws_version_info.obj -MD -MP -MF $(DEPDIR)/captype-ws_version_info.Tpo -c -o captype-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2072 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/captype-ws_version_info.Tpo $(DEPDIR)/captype-ws_version_info.Po |
||
2073 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='captype-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2074 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2075 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(captype_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o captype-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2076 | |||
2077 | dftest-dftest.o: dftest.c |
||
2078 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dftest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dftest-dftest.o -MD -MP -MF $(DEPDIR)/dftest-dftest.Tpo -c -o dftest-dftest.o `test -f 'dftest.c' || echo '$(srcdir)/'`dftest.c |
||
2079 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dftest-dftest.Tpo $(DEPDIR)/dftest-dftest.Po |
||
2080 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dftest.c' object='dftest-dftest.o' libtool=no @AMDEPBACKSLASH@ |
||
2081 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2082 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dftest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dftest-dftest.o `test -f 'dftest.c' || echo '$(srcdir)/'`dftest.c |
||
2083 | |||
2084 | dftest-dftest.obj: dftest.c |
||
2085 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dftest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dftest-dftest.obj -MD -MP -MF $(DEPDIR)/dftest-dftest.Tpo -c -o dftest-dftest.obj `if test -f 'dftest.c'; then $(CYGPATH_W) 'dftest.c'; else $(CYGPATH_W) '$(srcdir)/dftest.c'; fi` |
||
2086 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dftest-dftest.Tpo $(DEPDIR)/dftest-dftest.Po |
||
2087 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dftest.c' object='dftest-dftest.obj' libtool=no @AMDEPBACKSLASH@ |
||
2088 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2089 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dftest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dftest-dftest.obj `if test -f 'dftest.c'; then $(CYGPATH_W) 'dftest.c'; else $(CYGPATH_W) '$(srcdir)/dftest.c'; fi` |
||
2090 | |||
2091 | dumpcap-capture_opts.o: capture_opts.c |
||
2092 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-capture_opts.o -MD -MP -MF $(DEPDIR)/dumpcap-capture_opts.Tpo -c -o dumpcap-capture_opts.o `test -f 'capture_opts.c' || echo '$(srcdir)/'`capture_opts.c |
||
2093 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-capture_opts.Tpo $(DEPDIR)/dumpcap-capture_opts.Po |
||
2094 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_opts.c' object='dumpcap-capture_opts.o' libtool=no @AMDEPBACKSLASH@ |
||
2095 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2096 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-capture_opts.o `test -f 'capture_opts.c' || echo '$(srcdir)/'`capture_opts.c |
||
2097 | |||
2098 | dumpcap-capture_opts.obj: capture_opts.c |
||
2099 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-capture_opts.obj -MD -MP -MF $(DEPDIR)/dumpcap-capture_opts.Tpo -c -o dumpcap-capture_opts.obj `if test -f 'capture_opts.c'; then $(CYGPATH_W) 'capture_opts.c'; else $(CYGPATH_W) '$(srcdir)/capture_opts.c'; fi` |
||
2100 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-capture_opts.Tpo $(DEPDIR)/dumpcap-capture_opts.Po |
||
2101 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_opts.c' object='dumpcap-capture_opts.obj' libtool=no @AMDEPBACKSLASH@ |
||
2102 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2103 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-capture_opts.obj `if test -f 'capture_opts.c'; then $(CYGPATH_W) 'capture_opts.c'; else $(CYGPATH_W) '$(srcdir)/capture_opts.c'; fi` |
||
2104 | |||
2105 | dumpcap-capture_stop_conditions.o: capture_stop_conditions.c |
||
2106 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-capture_stop_conditions.o -MD -MP -MF $(DEPDIR)/dumpcap-capture_stop_conditions.Tpo -c -o dumpcap-capture_stop_conditions.o `test -f 'capture_stop_conditions.c' || echo '$(srcdir)/'`capture_stop_conditions.c |
||
2107 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-capture_stop_conditions.Tpo $(DEPDIR)/dumpcap-capture_stop_conditions.Po |
||
2108 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_stop_conditions.c' object='dumpcap-capture_stop_conditions.o' libtool=no @AMDEPBACKSLASH@ |
||
2109 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2110 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-capture_stop_conditions.o `test -f 'capture_stop_conditions.c' || echo '$(srcdir)/'`capture_stop_conditions.c |
||
2111 | |||
2112 | dumpcap-capture_stop_conditions.obj: capture_stop_conditions.c |
||
2113 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-capture_stop_conditions.obj -MD -MP -MF $(DEPDIR)/dumpcap-capture_stop_conditions.Tpo -c -o dumpcap-capture_stop_conditions.obj `if test -f 'capture_stop_conditions.c'; then $(CYGPATH_W) 'capture_stop_conditions.c'; else $(CYGPATH_W) '$(srcdir)/capture_stop_conditions.c'; fi` |
||
2114 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-capture_stop_conditions.Tpo $(DEPDIR)/dumpcap-capture_stop_conditions.Po |
||
2115 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_stop_conditions.c' object='dumpcap-capture_stop_conditions.obj' libtool=no @AMDEPBACKSLASH@ |
||
2116 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2117 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-capture_stop_conditions.obj `if test -f 'capture_stop_conditions.c'; then $(CYGPATH_W) 'capture_stop_conditions.c'; else $(CYGPATH_W) '$(srcdir)/capture_stop_conditions.c'; fi` |
||
2118 | |||
2119 | dumpcap-conditions.o: conditions.c |
||
2120 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-conditions.o -MD -MP -MF $(DEPDIR)/dumpcap-conditions.Tpo -c -o dumpcap-conditions.o `test -f 'conditions.c' || echo '$(srcdir)/'`conditions.c |
||
2121 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-conditions.Tpo $(DEPDIR)/dumpcap-conditions.Po |
||
2122 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conditions.c' object='dumpcap-conditions.o' libtool=no @AMDEPBACKSLASH@ |
||
2123 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2124 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-conditions.o `test -f 'conditions.c' || echo '$(srcdir)/'`conditions.c |
||
2125 | |||
2126 | dumpcap-conditions.obj: conditions.c |
||
2127 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-conditions.obj -MD -MP -MF $(DEPDIR)/dumpcap-conditions.Tpo -c -o dumpcap-conditions.obj `if test -f 'conditions.c'; then $(CYGPATH_W) 'conditions.c'; else $(CYGPATH_W) '$(srcdir)/conditions.c'; fi` |
||
2128 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-conditions.Tpo $(DEPDIR)/dumpcap-conditions.Po |
||
2129 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conditions.c' object='dumpcap-conditions.obj' libtool=no @AMDEPBACKSLASH@ |
||
2130 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2131 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-conditions.obj `if test -f 'conditions.c'; then $(CYGPATH_W) 'conditions.c'; else $(CYGPATH_W) '$(srcdir)/conditions.c'; fi` |
||
2132 | |||
2133 | dumpcap-dumpcap.o: dumpcap.c |
||
2134 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-dumpcap.o -MD -MP -MF $(DEPDIR)/dumpcap-dumpcap.Tpo -c -o dumpcap-dumpcap.o `test -f 'dumpcap.c' || echo '$(srcdir)/'`dumpcap.c |
||
2135 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-dumpcap.Tpo $(DEPDIR)/dumpcap-dumpcap.Po |
||
2136 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dumpcap.c' object='dumpcap-dumpcap.o' libtool=no @AMDEPBACKSLASH@ |
||
2137 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2138 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-dumpcap.o `test -f 'dumpcap.c' || echo '$(srcdir)/'`dumpcap.c |
||
2139 | |||
2140 | dumpcap-dumpcap.obj: dumpcap.c |
||
2141 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-dumpcap.obj -MD -MP -MF $(DEPDIR)/dumpcap-dumpcap.Tpo -c -o dumpcap-dumpcap.obj `if test -f 'dumpcap.c'; then $(CYGPATH_W) 'dumpcap.c'; else $(CYGPATH_W) '$(srcdir)/dumpcap.c'; fi` |
||
2142 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-dumpcap.Tpo $(DEPDIR)/dumpcap-dumpcap.Po |
||
2143 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dumpcap.c' object='dumpcap-dumpcap.obj' libtool=no @AMDEPBACKSLASH@ |
||
2144 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2145 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-dumpcap.obj `if test -f 'dumpcap.c'; then $(CYGPATH_W) 'dumpcap.c'; else $(CYGPATH_W) '$(srcdir)/dumpcap.c'; fi` |
||
2146 | |||
2147 | dumpcap-filter_files.o: filter_files.c |
||
2148 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-filter_files.o -MD -MP -MF $(DEPDIR)/dumpcap-filter_files.Tpo -c -o dumpcap-filter_files.o `test -f 'filter_files.c' || echo '$(srcdir)/'`filter_files.c |
||
2149 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-filter_files.Tpo $(DEPDIR)/dumpcap-filter_files.Po |
||
2150 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter_files.c' object='dumpcap-filter_files.o' libtool=no @AMDEPBACKSLASH@ |
||
2151 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2152 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-filter_files.o `test -f 'filter_files.c' || echo '$(srcdir)/'`filter_files.c |
||
2153 | |||
2154 | dumpcap-filter_files.obj: filter_files.c |
||
2155 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-filter_files.obj -MD -MP -MF $(DEPDIR)/dumpcap-filter_files.Tpo -c -o dumpcap-filter_files.obj `if test -f 'filter_files.c'; then $(CYGPATH_W) 'filter_files.c'; else $(CYGPATH_W) '$(srcdir)/filter_files.c'; fi` |
||
2156 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-filter_files.Tpo $(DEPDIR)/dumpcap-filter_files.Po |
||
2157 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter_files.c' object='dumpcap-filter_files.obj' libtool=no @AMDEPBACKSLASH@ |
||
2158 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2159 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-filter_files.obj `if test -f 'filter_files.c'; then $(CYGPATH_W) 'filter_files.c'; else $(CYGPATH_W) '$(srcdir)/filter_files.c'; fi` |
||
2160 | |||
2161 | dumpcap-ringbuffer.o: ringbuffer.c |
||
2162 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-ringbuffer.o -MD -MP -MF $(DEPDIR)/dumpcap-ringbuffer.Tpo -c -o dumpcap-ringbuffer.o `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c |
||
2163 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-ringbuffer.Tpo $(DEPDIR)/dumpcap-ringbuffer.Po |
||
2164 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ringbuffer.c' object='dumpcap-ringbuffer.o' libtool=no @AMDEPBACKSLASH@ |
||
2165 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2166 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-ringbuffer.o `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c |
||
2167 | |||
2168 | dumpcap-ringbuffer.obj: ringbuffer.c |
||
2169 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-ringbuffer.obj -MD -MP -MF $(DEPDIR)/dumpcap-ringbuffer.Tpo -c -o dumpcap-ringbuffer.obj `if test -f 'ringbuffer.c'; then $(CYGPATH_W) 'ringbuffer.c'; else $(CYGPATH_W) '$(srcdir)/ringbuffer.c'; fi` |
||
2170 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-ringbuffer.Tpo $(DEPDIR)/dumpcap-ringbuffer.Po |
||
2171 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ringbuffer.c' object='dumpcap-ringbuffer.obj' libtool=no @AMDEPBACKSLASH@ |
||
2172 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2173 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-ringbuffer.obj `if test -f 'ringbuffer.c'; then $(CYGPATH_W) 'ringbuffer.c'; else $(CYGPATH_W) '$(srcdir)/ringbuffer.c'; fi` |
||
2174 | |||
2175 | dumpcap-sync_pipe_write.o: sync_pipe_write.c |
||
2176 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-sync_pipe_write.o -MD -MP -MF $(DEPDIR)/dumpcap-sync_pipe_write.Tpo -c -o dumpcap-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2177 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-sync_pipe_write.Tpo $(DEPDIR)/dumpcap-sync_pipe_write.Po |
||
2178 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='dumpcap-sync_pipe_write.o' libtool=no @AMDEPBACKSLASH@ |
||
2179 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2180 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2181 | |||
2182 | dumpcap-sync_pipe_write.obj: sync_pipe_write.c |
||
2183 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-sync_pipe_write.obj -MD -MP -MF $(DEPDIR)/dumpcap-sync_pipe_write.Tpo -c -o dumpcap-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2184 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-sync_pipe_write.Tpo $(DEPDIR)/dumpcap-sync_pipe_write.Po |
||
2185 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='dumpcap-sync_pipe_write.obj' libtool=no @AMDEPBACKSLASH@ |
||
2186 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2187 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2188 | |||
2189 | dumpcap-ws_version_info.o: ws_version_info.c |
||
2190 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-ws_version_info.o -MD -MP -MF $(DEPDIR)/dumpcap-ws_version_info.Tpo -c -o dumpcap-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2191 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-ws_version_info.Tpo $(DEPDIR)/dumpcap-ws_version_info.Po |
||
2192 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='dumpcap-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2193 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2194 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2195 | |||
2196 | dumpcap-ws_version_info.obj: ws_version_info.c |
||
2197 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -MT dumpcap-ws_version_info.obj -MD -MP -MF $(DEPDIR)/dumpcap-ws_version_info.Tpo -c -o dumpcap-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2198 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dumpcap-ws_version_info.Tpo $(DEPDIR)/dumpcap-ws_version_info.Po |
||
2199 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='dumpcap-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2200 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2201 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dumpcap_CPPFLAGS) $(CPPFLAGS) $(dumpcap_CFLAGS) $(CFLAGS) -c -o dumpcap-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2202 | |||
2203 | echld_test-echld_test.o: echld_test.c |
||
2204 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-echld_test.o -MD -MP -MF $(DEPDIR)/echld_test-echld_test.Tpo -c -o echld_test-echld_test.o `test -f 'echld_test.c' || echo '$(srcdir)/'`echld_test.c |
||
2205 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-echld_test.Tpo $(DEPDIR)/echld_test-echld_test.Po |
||
2206 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='echld_test.c' object='echld_test-echld_test.o' libtool=no @AMDEPBACKSLASH@ |
||
2207 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2208 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-echld_test.o `test -f 'echld_test.c' || echo '$(srcdir)/'`echld_test.c |
||
2209 | |||
2210 | echld_test-echld_test.obj: echld_test.c |
||
2211 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-echld_test.obj -MD -MP -MF $(DEPDIR)/echld_test-echld_test.Tpo -c -o echld_test-echld_test.obj `if test -f 'echld_test.c'; then $(CYGPATH_W) 'echld_test.c'; else $(CYGPATH_W) '$(srcdir)/echld_test.c'; fi` |
||
2212 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-echld_test.Tpo $(DEPDIR)/echld_test-echld_test.Po |
||
2213 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='echld_test.c' object='echld_test-echld_test.obj' libtool=no @AMDEPBACKSLASH@ |
||
2214 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2215 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-echld_test.obj `if test -f 'echld_test.c'; then $(CYGPATH_W) 'echld_test.c'; else $(CYGPATH_W) '$(srcdir)/echld_test.c'; fi` |
||
2216 | |||
2217 | echld_test-capture_opts.o: capture_opts.c |
||
2218 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-capture_opts.o -MD -MP -MF $(DEPDIR)/echld_test-capture_opts.Tpo -c -o echld_test-capture_opts.o `test -f 'capture_opts.c' || echo '$(srcdir)/'`capture_opts.c |
||
2219 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-capture_opts.Tpo $(DEPDIR)/echld_test-capture_opts.Po |
||
2220 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_opts.c' object='echld_test-capture_opts.o' libtool=no @AMDEPBACKSLASH@ |
||
2221 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2222 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-capture_opts.o `test -f 'capture_opts.c' || echo '$(srcdir)/'`capture_opts.c |
||
2223 | |||
2224 | echld_test-capture_opts.obj: capture_opts.c |
||
2225 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-capture_opts.obj -MD -MP -MF $(DEPDIR)/echld_test-capture_opts.Tpo -c -o echld_test-capture_opts.obj `if test -f 'capture_opts.c'; then $(CYGPATH_W) 'capture_opts.c'; else $(CYGPATH_W) '$(srcdir)/capture_opts.c'; fi` |
||
2226 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-capture_opts.Tpo $(DEPDIR)/echld_test-capture_opts.Po |
||
2227 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_opts.c' object='echld_test-capture_opts.obj' libtool=no @AMDEPBACKSLASH@ |
||
2228 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2229 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-capture_opts.obj `if test -f 'capture_opts.c'; then $(CYGPATH_W) 'capture_opts.c'; else $(CYGPATH_W) '$(srcdir)/capture_opts.c'; fi` |
||
2230 | |||
2231 | echld_test-capture_stop_conditions.o: capture_stop_conditions.c |
||
2232 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-capture_stop_conditions.o -MD -MP -MF $(DEPDIR)/echld_test-capture_stop_conditions.Tpo -c -o echld_test-capture_stop_conditions.o `test -f 'capture_stop_conditions.c' || echo '$(srcdir)/'`capture_stop_conditions.c |
||
2233 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-capture_stop_conditions.Tpo $(DEPDIR)/echld_test-capture_stop_conditions.Po |
||
2234 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_stop_conditions.c' object='echld_test-capture_stop_conditions.o' libtool=no @AMDEPBACKSLASH@ |
||
2235 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2236 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-capture_stop_conditions.o `test -f 'capture_stop_conditions.c' || echo '$(srcdir)/'`capture_stop_conditions.c |
||
2237 | |||
2238 | echld_test-capture_stop_conditions.obj: capture_stop_conditions.c |
||
2239 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-capture_stop_conditions.obj -MD -MP -MF $(DEPDIR)/echld_test-capture_stop_conditions.Tpo -c -o echld_test-capture_stop_conditions.obj `if test -f 'capture_stop_conditions.c'; then $(CYGPATH_W) 'capture_stop_conditions.c'; else $(CYGPATH_W) '$(srcdir)/capture_stop_conditions.c'; fi` |
||
2240 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-capture_stop_conditions.Tpo $(DEPDIR)/echld_test-capture_stop_conditions.Po |
||
2241 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_stop_conditions.c' object='echld_test-capture_stop_conditions.obj' libtool=no @AMDEPBACKSLASH@ |
||
2242 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2243 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-capture_stop_conditions.obj `if test -f 'capture_stop_conditions.c'; then $(CYGPATH_W) 'capture_stop_conditions.c'; else $(CYGPATH_W) '$(srcdir)/capture_stop_conditions.c'; fi` |
||
2244 | |||
2245 | echld_test-cfile.o: cfile.c |
||
2246 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-cfile.o -MD -MP -MF $(DEPDIR)/echld_test-cfile.Tpo -c -o echld_test-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
2247 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-cfile.Tpo $(DEPDIR)/echld_test-cfile.Po |
||
2248 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='echld_test-cfile.o' libtool=no @AMDEPBACKSLASH@ |
||
2249 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2250 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
2251 | |||
2252 | echld_test-cfile.obj: cfile.c |
||
2253 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-cfile.obj -MD -MP -MF $(DEPDIR)/echld_test-cfile.Tpo -c -o echld_test-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
2254 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-cfile.Tpo $(DEPDIR)/echld_test-cfile.Po |
||
2255 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='echld_test-cfile.obj' libtool=no @AMDEPBACKSLASH@ |
||
2256 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2257 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
2258 | |||
2259 | echld_test-conditions.o: conditions.c |
||
2260 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-conditions.o -MD -MP -MF $(DEPDIR)/echld_test-conditions.Tpo -c -o echld_test-conditions.o `test -f 'conditions.c' || echo '$(srcdir)/'`conditions.c |
||
2261 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-conditions.Tpo $(DEPDIR)/echld_test-conditions.Po |
||
2262 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conditions.c' object='echld_test-conditions.o' libtool=no @AMDEPBACKSLASH@ |
||
2263 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2264 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-conditions.o `test -f 'conditions.c' || echo '$(srcdir)/'`conditions.c |
||
2265 | |||
2266 | echld_test-conditions.obj: conditions.c |
||
2267 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-conditions.obj -MD -MP -MF $(DEPDIR)/echld_test-conditions.Tpo -c -o echld_test-conditions.obj `if test -f 'conditions.c'; then $(CYGPATH_W) 'conditions.c'; else $(CYGPATH_W) '$(srcdir)/conditions.c'; fi` |
||
2268 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-conditions.Tpo $(DEPDIR)/echld_test-conditions.Po |
||
2269 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='conditions.c' object='echld_test-conditions.obj' libtool=no @AMDEPBACKSLASH@ |
||
2270 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2271 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-conditions.obj `if test -f 'conditions.c'; then $(CYGPATH_W) 'conditions.c'; else $(CYGPATH_W) '$(srcdir)/conditions.c'; fi` |
||
2272 | |||
2273 | echld_test-ringbuffer.o: ringbuffer.c |
||
2274 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-ringbuffer.o -MD -MP -MF $(DEPDIR)/echld_test-ringbuffer.Tpo -c -o echld_test-ringbuffer.o `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c |
||
2275 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-ringbuffer.Tpo $(DEPDIR)/echld_test-ringbuffer.Po |
||
2276 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ringbuffer.c' object='echld_test-ringbuffer.o' libtool=no @AMDEPBACKSLASH@ |
||
2277 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2278 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-ringbuffer.o `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c |
||
2279 | |||
2280 | echld_test-ringbuffer.obj: ringbuffer.c |
||
2281 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-ringbuffer.obj -MD -MP -MF $(DEPDIR)/echld_test-ringbuffer.Tpo -c -o echld_test-ringbuffer.obj `if test -f 'ringbuffer.c'; then $(CYGPATH_W) 'ringbuffer.c'; else $(CYGPATH_W) '$(srcdir)/ringbuffer.c'; fi` |
||
2282 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-ringbuffer.Tpo $(DEPDIR)/echld_test-ringbuffer.Po |
||
2283 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ringbuffer.c' object='echld_test-ringbuffer.obj' libtool=no @AMDEPBACKSLASH@ |
||
2284 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2285 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-ringbuffer.obj `if test -f 'ringbuffer.c'; then $(CYGPATH_W) 'ringbuffer.c'; else $(CYGPATH_W) '$(srcdir)/ringbuffer.c'; fi` |
||
2286 | |||
2287 | echld_test-sync_pipe_write.o: sync_pipe_write.c |
||
2288 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-sync_pipe_write.o -MD -MP -MF $(DEPDIR)/echld_test-sync_pipe_write.Tpo -c -o echld_test-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2289 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-sync_pipe_write.Tpo $(DEPDIR)/echld_test-sync_pipe_write.Po |
||
2290 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='echld_test-sync_pipe_write.o' libtool=no @AMDEPBACKSLASH@ |
||
2291 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2292 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2293 | |||
2294 | echld_test-sync_pipe_write.obj: sync_pipe_write.c |
||
2295 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT echld_test-sync_pipe_write.obj -MD -MP -MF $(DEPDIR)/echld_test-sync_pipe_write.Tpo -c -o echld_test-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2296 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/echld_test-sync_pipe_write.Tpo $(DEPDIR)/echld_test-sync_pipe_write.Po |
||
2297 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='echld_test-sync_pipe_write.obj' libtool=no @AMDEPBACKSLASH@ |
||
2298 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2299 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(echld_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o echld_test-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2300 | |||
2301 | editcap-editcap.o: editcap.c |
||
2302 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(editcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT editcap-editcap.o -MD -MP -MF $(DEPDIR)/editcap-editcap.Tpo -c -o editcap-editcap.o `test -f 'editcap.c' || echo '$(srcdir)/'`editcap.c |
||
2303 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/editcap-editcap.Tpo $(DEPDIR)/editcap-editcap.Po |
||
2304 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='editcap.c' object='editcap-editcap.o' libtool=no @AMDEPBACKSLASH@ |
||
2305 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2306 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(editcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o editcap-editcap.o `test -f 'editcap.c' || echo '$(srcdir)/'`editcap.c |
||
2307 | |||
2308 | editcap-editcap.obj: editcap.c |
||
2309 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(editcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT editcap-editcap.obj -MD -MP -MF $(DEPDIR)/editcap-editcap.Tpo -c -o editcap-editcap.obj `if test -f 'editcap.c'; then $(CYGPATH_W) 'editcap.c'; else $(CYGPATH_W) '$(srcdir)/editcap.c'; fi` |
||
2310 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/editcap-editcap.Tpo $(DEPDIR)/editcap-editcap.Po |
||
2311 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='editcap.c' object='editcap-editcap.obj' libtool=no @AMDEPBACKSLASH@ |
||
2312 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2313 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(editcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o editcap-editcap.obj `if test -f 'editcap.c'; then $(CYGPATH_W) 'editcap.c'; else $(CYGPATH_W) '$(srcdir)/editcap.c'; fi` |
||
2314 | |||
2315 | editcap-ws_version_info.o: ws_version_info.c |
||
2316 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(editcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT editcap-ws_version_info.o -MD -MP -MF $(DEPDIR)/editcap-ws_version_info.Tpo -c -o editcap-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2317 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/editcap-ws_version_info.Tpo $(DEPDIR)/editcap-ws_version_info.Po |
||
2318 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='editcap-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2319 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2320 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(editcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o editcap-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2321 | |||
2322 | editcap-ws_version_info.obj: ws_version_info.c |
||
2323 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(editcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT editcap-ws_version_info.obj -MD -MP -MF $(DEPDIR)/editcap-ws_version_info.Tpo -c -o editcap-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2324 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/editcap-ws_version_info.Tpo $(DEPDIR)/editcap-ws_version_info.Po |
||
2325 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='editcap-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2326 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2327 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(editcap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o editcap-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2328 | |||
2329 | mergecap-mergecap.o: mergecap.c |
||
2330 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mergecap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mergecap-mergecap.o -MD -MP -MF $(DEPDIR)/mergecap-mergecap.Tpo -c -o mergecap-mergecap.o `test -f 'mergecap.c' || echo '$(srcdir)/'`mergecap.c |
||
2331 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mergecap-mergecap.Tpo $(DEPDIR)/mergecap-mergecap.Po |
||
2332 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mergecap.c' object='mergecap-mergecap.o' libtool=no @AMDEPBACKSLASH@ |
||
2333 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2334 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mergecap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mergecap-mergecap.o `test -f 'mergecap.c' || echo '$(srcdir)/'`mergecap.c |
||
2335 | |||
2336 | mergecap-mergecap.obj: mergecap.c |
||
2337 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mergecap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mergecap-mergecap.obj -MD -MP -MF $(DEPDIR)/mergecap-mergecap.Tpo -c -o mergecap-mergecap.obj `if test -f 'mergecap.c'; then $(CYGPATH_W) 'mergecap.c'; else $(CYGPATH_W) '$(srcdir)/mergecap.c'; fi` |
||
2338 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mergecap-mergecap.Tpo $(DEPDIR)/mergecap-mergecap.Po |
||
2339 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mergecap.c' object='mergecap-mergecap.obj' libtool=no @AMDEPBACKSLASH@ |
||
2340 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2341 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mergecap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mergecap-mergecap.obj `if test -f 'mergecap.c'; then $(CYGPATH_W) 'mergecap.c'; else $(CYGPATH_W) '$(srcdir)/mergecap.c'; fi` |
||
2342 | |||
2343 | mergecap-ws_version_info.o: ws_version_info.c |
||
2344 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mergecap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mergecap-ws_version_info.o -MD -MP -MF $(DEPDIR)/mergecap-ws_version_info.Tpo -c -o mergecap-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2345 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mergecap-ws_version_info.Tpo $(DEPDIR)/mergecap-ws_version_info.Po |
||
2346 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='mergecap-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2347 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2348 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mergecap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mergecap-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2349 | |||
2350 | mergecap-ws_version_info.obj: ws_version_info.c |
||
2351 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mergecap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mergecap-ws_version_info.obj -MD -MP -MF $(DEPDIR)/mergecap-ws_version_info.Tpo -c -o mergecap-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2352 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mergecap-ws_version_info.Tpo $(DEPDIR)/mergecap-ws_version_info.Po |
||
2353 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='mergecap-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2354 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2355 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mergecap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mergecap-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2356 | |||
2357 | randpkt-randpkt.o: randpkt.c |
||
2358 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(randpkt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT randpkt-randpkt.o -MD -MP -MF $(DEPDIR)/randpkt-randpkt.Tpo -c -o randpkt-randpkt.o `test -f 'randpkt.c' || echo '$(srcdir)/'`randpkt.c |
||
2359 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/randpkt-randpkt.Tpo $(DEPDIR)/randpkt-randpkt.Po |
||
2360 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='randpkt.c' object='randpkt-randpkt.o' libtool=no @AMDEPBACKSLASH@ |
||
2361 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2362 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(randpkt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o randpkt-randpkt.o `test -f 'randpkt.c' || echo '$(srcdir)/'`randpkt.c |
||
2363 | |||
2364 | randpkt-randpkt.obj: randpkt.c |
||
2365 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(randpkt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT randpkt-randpkt.obj -MD -MP -MF $(DEPDIR)/randpkt-randpkt.Tpo -c -o randpkt-randpkt.obj `if test -f 'randpkt.c'; then $(CYGPATH_W) 'randpkt.c'; else $(CYGPATH_W) '$(srcdir)/randpkt.c'; fi` |
||
2366 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/randpkt-randpkt.Tpo $(DEPDIR)/randpkt-randpkt.Po |
||
2367 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='randpkt.c' object='randpkt-randpkt.obj' libtool=no @AMDEPBACKSLASH@ |
||
2368 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2369 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(randpkt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o randpkt-randpkt.obj `if test -f 'randpkt.c'; then $(CYGPATH_W) 'randpkt.c'; else $(CYGPATH_W) '$(srcdir)/randpkt.c'; fi` |
||
2370 | |||
2371 | randpkt-ws_version_info.o: ws_version_info.c |
||
2372 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(randpkt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT randpkt-ws_version_info.o -MD -MP -MF $(DEPDIR)/randpkt-ws_version_info.Tpo -c -o randpkt-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2373 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/randpkt-ws_version_info.Tpo $(DEPDIR)/randpkt-ws_version_info.Po |
||
2374 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='randpkt-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2375 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2376 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(randpkt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o randpkt-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2377 | |||
2378 | randpkt-ws_version_info.obj: ws_version_info.c |
||
2379 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(randpkt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT randpkt-ws_version_info.obj -MD -MP -MF $(DEPDIR)/randpkt-ws_version_info.Tpo -c -o randpkt-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2380 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/randpkt-ws_version_info.Tpo $(DEPDIR)/randpkt-ws_version_info.Po |
||
2381 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='randpkt-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2382 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2383 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(randpkt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o randpkt-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2384 | |||
2385 | rawshark-cfile.o: cfile.c |
||
2386 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-cfile.o -MD -MP -MF $(DEPDIR)/rawshark-cfile.Tpo -c -o rawshark-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
2387 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-cfile.Tpo $(DEPDIR)/rawshark-cfile.Po |
||
2388 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='rawshark-cfile.o' libtool=no @AMDEPBACKSLASH@ |
||
2389 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2390 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
2391 | |||
2392 | rawshark-cfile.obj: cfile.c |
||
2393 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-cfile.obj -MD -MP -MF $(DEPDIR)/rawshark-cfile.Tpo -c -o rawshark-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
2394 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-cfile.Tpo $(DEPDIR)/rawshark-cfile.Po |
||
2395 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='rawshark-cfile.obj' libtool=no @AMDEPBACKSLASH@ |
||
2396 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2397 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
2398 | |||
2399 | rawshark-frame_tvbuff.o: frame_tvbuff.c |
||
2400 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-frame_tvbuff.o -MD -MP -MF $(DEPDIR)/rawshark-frame_tvbuff.Tpo -c -o rawshark-frame_tvbuff.o `test -f 'frame_tvbuff.c' || echo '$(srcdir)/'`frame_tvbuff.c |
||
2401 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-frame_tvbuff.Tpo $(DEPDIR)/rawshark-frame_tvbuff.Po |
||
2402 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='frame_tvbuff.c' object='rawshark-frame_tvbuff.o' libtool=no @AMDEPBACKSLASH@ |
||
2403 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2404 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-frame_tvbuff.o `test -f 'frame_tvbuff.c' || echo '$(srcdir)/'`frame_tvbuff.c |
||
2405 | |||
2406 | rawshark-frame_tvbuff.obj: frame_tvbuff.c |
||
2407 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-frame_tvbuff.obj -MD -MP -MF $(DEPDIR)/rawshark-frame_tvbuff.Tpo -c -o rawshark-frame_tvbuff.obj `if test -f 'frame_tvbuff.c'; then $(CYGPATH_W) 'frame_tvbuff.c'; else $(CYGPATH_W) '$(srcdir)/frame_tvbuff.c'; fi` |
||
2408 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-frame_tvbuff.Tpo $(DEPDIR)/rawshark-frame_tvbuff.Po |
||
2409 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='frame_tvbuff.c' object='rawshark-frame_tvbuff.obj' libtool=no @AMDEPBACKSLASH@ |
||
2410 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2411 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-frame_tvbuff.obj `if test -f 'frame_tvbuff.c'; then $(CYGPATH_W) 'frame_tvbuff.c'; else $(CYGPATH_W) '$(srcdir)/frame_tvbuff.c'; fi` |
||
2412 | |||
2413 | rawshark-sync_pipe_write.o: sync_pipe_write.c |
||
2414 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-sync_pipe_write.o -MD -MP -MF $(DEPDIR)/rawshark-sync_pipe_write.Tpo -c -o rawshark-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2415 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-sync_pipe_write.Tpo $(DEPDIR)/rawshark-sync_pipe_write.Po |
||
2416 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='rawshark-sync_pipe_write.o' libtool=no @AMDEPBACKSLASH@ |
||
2417 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2418 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2419 | |||
2420 | rawshark-sync_pipe_write.obj: sync_pipe_write.c |
||
2421 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-sync_pipe_write.obj -MD -MP -MF $(DEPDIR)/rawshark-sync_pipe_write.Tpo -c -o rawshark-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2422 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-sync_pipe_write.Tpo $(DEPDIR)/rawshark-sync_pipe_write.Po |
||
2423 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='rawshark-sync_pipe_write.obj' libtool=no @AMDEPBACKSLASH@ |
||
2424 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2425 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2426 | |||
2427 | rawshark-extcap.o: extcap.c |
||
2428 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-extcap.o -MD -MP -MF $(DEPDIR)/rawshark-extcap.Tpo -c -o rawshark-extcap.o `test -f 'extcap.c' || echo '$(srcdir)/'`extcap.c |
||
2429 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-extcap.Tpo $(DEPDIR)/rawshark-extcap.Po |
||
2430 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap.c' object='rawshark-extcap.o' libtool=no @AMDEPBACKSLASH@ |
||
2431 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2432 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-extcap.o `test -f 'extcap.c' || echo '$(srcdir)/'`extcap.c |
||
2433 | |||
2434 | rawshark-extcap.obj: extcap.c |
||
2435 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-extcap.obj -MD -MP -MF $(DEPDIR)/rawshark-extcap.Tpo -c -o rawshark-extcap.obj `if test -f 'extcap.c'; then $(CYGPATH_W) 'extcap.c'; else $(CYGPATH_W) '$(srcdir)/extcap.c'; fi` |
||
2436 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-extcap.Tpo $(DEPDIR)/rawshark-extcap.Po |
||
2437 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap.c' object='rawshark-extcap.obj' libtool=no @AMDEPBACKSLASH@ |
||
2438 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2439 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-extcap.obj `if test -f 'extcap.c'; then $(CYGPATH_W) 'extcap.c'; else $(CYGPATH_W) '$(srcdir)/extcap.c'; fi` |
||
2440 | |||
2441 | rawshark-extcap_parser.o: extcap_parser.c |
||
2442 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-extcap_parser.o -MD -MP -MF $(DEPDIR)/rawshark-extcap_parser.Tpo -c -o rawshark-extcap_parser.o `test -f 'extcap_parser.c' || echo '$(srcdir)/'`extcap_parser.c |
||
2443 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-extcap_parser.Tpo $(DEPDIR)/rawshark-extcap_parser.Po |
||
2444 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_parser.c' object='rawshark-extcap_parser.o' libtool=no @AMDEPBACKSLASH@ |
||
2445 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2446 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-extcap_parser.o `test -f 'extcap_parser.c' || echo '$(srcdir)/'`extcap_parser.c |
||
2447 | |||
2448 | rawshark-extcap_parser.obj: extcap_parser.c |
||
2449 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-extcap_parser.obj -MD -MP -MF $(DEPDIR)/rawshark-extcap_parser.Tpo -c -o rawshark-extcap_parser.obj `if test -f 'extcap_parser.c'; then $(CYGPATH_W) 'extcap_parser.c'; else $(CYGPATH_W) '$(srcdir)/extcap_parser.c'; fi` |
||
2450 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-extcap_parser.Tpo $(DEPDIR)/rawshark-extcap_parser.Po |
||
2451 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_parser.c' object='rawshark-extcap_parser.obj' libtool=no @AMDEPBACKSLASH@ |
||
2452 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2453 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-extcap_parser.obj `if test -f 'extcap_parser.c'; then $(CYGPATH_W) 'extcap_parser.c'; else $(CYGPATH_W) '$(srcdir)/extcap_parser.c'; fi` |
||
2454 | |||
2455 | rawshark-extcap_spawn.o: extcap_spawn.c |
||
2456 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-extcap_spawn.o -MD -MP -MF $(DEPDIR)/rawshark-extcap_spawn.Tpo -c -o rawshark-extcap_spawn.o `test -f 'extcap_spawn.c' || echo '$(srcdir)/'`extcap_spawn.c |
||
2457 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-extcap_spawn.Tpo $(DEPDIR)/rawshark-extcap_spawn.Po |
||
2458 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_spawn.c' object='rawshark-extcap_spawn.o' libtool=no @AMDEPBACKSLASH@ |
||
2459 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2460 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-extcap_spawn.o `test -f 'extcap_spawn.c' || echo '$(srcdir)/'`extcap_spawn.c |
||
2461 | |||
2462 | rawshark-extcap_spawn.obj: extcap_spawn.c |
||
2463 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-extcap_spawn.obj -MD -MP -MF $(DEPDIR)/rawshark-extcap_spawn.Tpo -c -o rawshark-extcap_spawn.obj `if test -f 'extcap_spawn.c'; then $(CYGPATH_W) 'extcap_spawn.c'; else $(CYGPATH_W) '$(srcdir)/extcap_spawn.c'; fi` |
||
2464 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-extcap_spawn.Tpo $(DEPDIR)/rawshark-extcap_spawn.Po |
||
2465 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_spawn.c' object='rawshark-extcap_spawn.obj' libtool=no @AMDEPBACKSLASH@ |
||
2466 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2467 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-extcap_spawn.obj `if test -f 'extcap_spawn.c'; then $(CYGPATH_W) 'extcap_spawn.c'; else $(CYGPATH_W) '$(srcdir)/extcap_spawn.c'; fi` |
||
2468 | |||
2469 | rawshark-rawshark.o: rawshark.c |
||
2470 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-rawshark.o -MD -MP -MF $(DEPDIR)/rawshark-rawshark.Tpo -c -o rawshark-rawshark.o `test -f 'rawshark.c' || echo '$(srcdir)/'`rawshark.c |
||
2471 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-rawshark.Tpo $(DEPDIR)/rawshark-rawshark.Po |
||
2472 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rawshark.c' object='rawshark-rawshark.o' libtool=no @AMDEPBACKSLASH@ |
||
2473 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2474 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-rawshark.o `test -f 'rawshark.c' || echo '$(srcdir)/'`rawshark.c |
||
2475 | |||
2476 | rawshark-rawshark.obj: rawshark.c |
||
2477 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-rawshark.obj -MD -MP -MF $(DEPDIR)/rawshark-rawshark.Tpo -c -o rawshark-rawshark.obj `if test -f 'rawshark.c'; then $(CYGPATH_W) 'rawshark.c'; else $(CYGPATH_W) '$(srcdir)/rawshark.c'; fi` |
||
2478 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-rawshark.Tpo $(DEPDIR)/rawshark-rawshark.Po |
||
2479 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rawshark.c' object='rawshark-rawshark.obj' libtool=no @AMDEPBACKSLASH@ |
||
2480 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2481 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-rawshark.obj `if test -f 'rawshark.c'; then $(CYGPATH_W) 'rawshark.c'; else $(CYGPATH_W) '$(srcdir)/rawshark.c'; fi` |
||
2482 | |||
2483 | rawshark-ws_version_info.o: ws_version_info.c |
||
2484 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-ws_version_info.o -MD -MP -MF $(DEPDIR)/rawshark-ws_version_info.Tpo -c -o rawshark-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2485 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-ws_version_info.Tpo $(DEPDIR)/rawshark-ws_version_info.Po |
||
2486 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='rawshark-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2487 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2488 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2489 | |||
2490 | rawshark-ws_version_info.obj: ws_version_info.c |
||
2491 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rawshark-ws_version_info.obj -MD -MP -MF $(DEPDIR)/rawshark-ws_version_info.Tpo -c -o rawshark-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2492 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rawshark-ws_version_info.Tpo $(DEPDIR)/rawshark-ws_version_info.Po |
||
2493 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='rawshark-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2494 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2495 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(rawshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rawshark-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2496 | |||
2497 | reordercap-reordercap.o: reordercap.c |
||
2498 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reordercap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reordercap-reordercap.o -MD -MP -MF $(DEPDIR)/reordercap-reordercap.Tpo -c -o reordercap-reordercap.o `test -f 'reordercap.c' || echo '$(srcdir)/'`reordercap.c |
||
2499 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/reordercap-reordercap.Tpo $(DEPDIR)/reordercap-reordercap.Po |
||
2500 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='reordercap.c' object='reordercap-reordercap.o' libtool=no @AMDEPBACKSLASH@ |
||
2501 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2502 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reordercap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reordercap-reordercap.o `test -f 'reordercap.c' || echo '$(srcdir)/'`reordercap.c |
||
2503 | |||
2504 | reordercap-reordercap.obj: reordercap.c |
||
2505 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reordercap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reordercap-reordercap.obj -MD -MP -MF $(DEPDIR)/reordercap-reordercap.Tpo -c -o reordercap-reordercap.obj `if test -f 'reordercap.c'; then $(CYGPATH_W) 'reordercap.c'; else $(CYGPATH_W) '$(srcdir)/reordercap.c'; fi` |
||
2506 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/reordercap-reordercap.Tpo $(DEPDIR)/reordercap-reordercap.Po |
||
2507 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='reordercap.c' object='reordercap-reordercap.obj' libtool=no @AMDEPBACKSLASH@ |
||
2508 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2509 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reordercap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reordercap-reordercap.obj `if test -f 'reordercap.c'; then $(CYGPATH_W) 'reordercap.c'; else $(CYGPATH_W) '$(srcdir)/reordercap.c'; fi` |
||
2510 | |||
2511 | reordercap-ws_version_info.o: ws_version_info.c |
||
2512 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reordercap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reordercap-ws_version_info.o -MD -MP -MF $(DEPDIR)/reordercap-ws_version_info.Tpo -c -o reordercap-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2513 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/reordercap-ws_version_info.Tpo $(DEPDIR)/reordercap-ws_version_info.Po |
||
2514 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='reordercap-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2515 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2516 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reordercap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reordercap-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2517 | |||
2518 | reordercap-ws_version_info.obj: ws_version_info.c |
||
2519 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reordercap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT reordercap-ws_version_info.obj -MD -MP -MF $(DEPDIR)/reordercap-ws_version_info.Tpo -c -o reordercap-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2520 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/reordercap-ws_version_info.Tpo $(DEPDIR)/reordercap-ws_version_info.Po |
||
2521 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='reordercap-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2522 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2523 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(reordercap_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o reordercap-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2524 | |||
2525 | text2pcap-text2pcap.o: text2pcap.c |
||
2526 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -MT text2pcap-text2pcap.o -MD -MP -MF $(DEPDIR)/text2pcap-text2pcap.Tpo -c -o text2pcap-text2pcap.o `test -f 'text2pcap.c' || echo '$(srcdir)/'`text2pcap.c |
||
2527 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text2pcap-text2pcap.Tpo $(DEPDIR)/text2pcap-text2pcap.Po |
||
2528 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text2pcap.c' object='text2pcap-text2pcap.o' libtool=no @AMDEPBACKSLASH@ |
||
2529 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2530 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -c -o text2pcap-text2pcap.o `test -f 'text2pcap.c' || echo '$(srcdir)/'`text2pcap.c |
||
2531 | |||
2532 | text2pcap-text2pcap.obj: text2pcap.c |
||
2533 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -MT text2pcap-text2pcap.obj -MD -MP -MF $(DEPDIR)/text2pcap-text2pcap.Tpo -c -o text2pcap-text2pcap.obj `if test -f 'text2pcap.c'; then $(CYGPATH_W) 'text2pcap.c'; else $(CYGPATH_W) '$(srcdir)/text2pcap.c'; fi` |
||
2534 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text2pcap-text2pcap.Tpo $(DEPDIR)/text2pcap-text2pcap.Po |
||
2535 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text2pcap.c' object='text2pcap-text2pcap.obj' libtool=no @AMDEPBACKSLASH@ |
||
2536 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2537 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -c -o text2pcap-text2pcap.obj `if test -f 'text2pcap.c'; then $(CYGPATH_W) 'text2pcap.c'; else $(CYGPATH_W) '$(srcdir)/text2pcap.c'; fi` |
||
2538 | |||
2539 | text2pcap-text2pcap-scanner.o: text2pcap-scanner.c |
||
2540 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -MT text2pcap-text2pcap-scanner.o -MD -MP -MF $(DEPDIR)/text2pcap-text2pcap-scanner.Tpo -c -o text2pcap-text2pcap-scanner.o `test -f 'text2pcap-scanner.c' || echo '$(srcdir)/'`text2pcap-scanner.c |
||
2541 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text2pcap-text2pcap-scanner.Tpo $(DEPDIR)/text2pcap-text2pcap-scanner.Po |
||
2542 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text2pcap-scanner.c' object='text2pcap-text2pcap-scanner.o' libtool=no @AMDEPBACKSLASH@ |
||
2543 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2544 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -c -o text2pcap-text2pcap-scanner.o `test -f 'text2pcap-scanner.c' || echo '$(srcdir)/'`text2pcap-scanner.c |
||
2545 | |||
2546 | text2pcap-text2pcap-scanner.obj: text2pcap-scanner.c |
||
2547 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -MT text2pcap-text2pcap-scanner.obj -MD -MP -MF $(DEPDIR)/text2pcap-text2pcap-scanner.Tpo -c -o text2pcap-text2pcap-scanner.obj `if test -f 'text2pcap-scanner.c'; then $(CYGPATH_W) 'text2pcap-scanner.c'; else $(CYGPATH_W) '$(srcdir)/text2pcap-scanner.c'; fi` |
||
2548 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text2pcap-text2pcap-scanner.Tpo $(DEPDIR)/text2pcap-text2pcap-scanner.Po |
||
2549 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='text2pcap-scanner.c' object='text2pcap-text2pcap-scanner.obj' libtool=no @AMDEPBACKSLASH@ |
||
2550 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2551 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -c -o text2pcap-text2pcap-scanner.obj `if test -f 'text2pcap-scanner.c'; then $(CYGPATH_W) 'text2pcap-scanner.c'; else $(CYGPATH_W) '$(srcdir)/text2pcap-scanner.c'; fi` |
||
2552 | |||
2553 | text2pcap-ws_version_info.o: ws_version_info.c |
||
2554 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -MT text2pcap-ws_version_info.o -MD -MP -MF $(DEPDIR)/text2pcap-ws_version_info.Tpo -c -o text2pcap-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2555 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text2pcap-ws_version_info.Tpo $(DEPDIR)/text2pcap-ws_version_info.Po |
||
2556 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='text2pcap-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2557 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2558 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -c -o text2pcap-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2559 | |||
2560 | text2pcap-ws_version_info.obj: ws_version_info.c |
||
2561 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -MT text2pcap-ws_version_info.obj -MD -MP -MF $(DEPDIR)/text2pcap-ws_version_info.Tpo -c -o text2pcap-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2562 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/text2pcap-ws_version_info.Tpo $(DEPDIR)/text2pcap-ws_version_info.Po |
||
2563 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='text2pcap-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2564 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2565 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(text2pcap_CPPFLAGS) $(CPPFLAGS) $(text2pcap_CFLAGS) $(CFLAGS) -c -o text2pcap-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2566 | |||
2567 | tfshark-cfile.o: cfile.c |
||
2568 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-cfile.o -MD -MP -MF $(DEPDIR)/tfshark-cfile.Tpo -c -o tfshark-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
2569 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-cfile.Tpo $(DEPDIR)/tfshark-cfile.Po |
||
2570 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='tfshark-cfile.o' libtool=no @AMDEPBACKSLASH@ |
||
2571 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2572 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
2573 | |||
2574 | tfshark-cfile.obj: cfile.c |
||
2575 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-cfile.obj -MD -MP -MF $(DEPDIR)/tfshark-cfile.Tpo -c -o tfshark-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
2576 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-cfile.Tpo $(DEPDIR)/tfshark-cfile.Po |
||
2577 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='tfshark-cfile.obj' libtool=no @AMDEPBACKSLASH@ |
||
2578 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2579 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
2580 | |||
2581 | tfshark-frame_tvbuff.o: frame_tvbuff.c |
||
2582 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-frame_tvbuff.o -MD -MP -MF $(DEPDIR)/tfshark-frame_tvbuff.Tpo -c -o tfshark-frame_tvbuff.o `test -f 'frame_tvbuff.c' || echo '$(srcdir)/'`frame_tvbuff.c |
||
2583 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-frame_tvbuff.Tpo $(DEPDIR)/tfshark-frame_tvbuff.Po |
||
2584 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='frame_tvbuff.c' object='tfshark-frame_tvbuff.o' libtool=no @AMDEPBACKSLASH@ |
||
2585 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2586 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-frame_tvbuff.o `test -f 'frame_tvbuff.c' || echo '$(srcdir)/'`frame_tvbuff.c |
||
2587 | |||
2588 | tfshark-frame_tvbuff.obj: frame_tvbuff.c |
||
2589 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-frame_tvbuff.obj -MD -MP -MF $(DEPDIR)/tfshark-frame_tvbuff.Tpo -c -o tfshark-frame_tvbuff.obj `if test -f 'frame_tvbuff.c'; then $(CYGPATH_W) 'frame_tvbuff.c'; else $(CYGPATH_W) '$(srcdir)/frame_tvbuff.c'; fi` |
||
2590 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-frame_tvbuff.Tpo $(DEPDIR)/tfshark-frame_tvbuff.Po |
||
2591 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='frame_tvbuff.c' object='tfshark-frame_tvbuff.obj' libtool=no @AMDEPBACKSLASH@ |
||
2592 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2593 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-frame_tvbuff.obj `if test -f 'frame_tvbuff.c'; then $(CYGPATH_W) 'frame_tvbuff.c'; else $(CYGPATH_W) '$(srcdir)/frame_tvbuff.c'; fi` |
||
2594 | |||
2595 | tfshark-sync_pipe_write.o: sync_pipe_write.c |
||
2596 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-sync_pipe_write.o -MD -MP -MF $(DEPDIR)/tfshark-sync_pipe_write.Tpo -c -o tfshark-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2597 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-sync_pipe_write.Tpo $(DEPDIR)/tfshark-sync_pipe_write.Po |
||
2598 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='tfshark-sync_pipe_write.o' libtool=no @AMDEPBACKSLASH@ |
||
2599 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2600 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2601 | |||
2602 | tfshark-sync_pipe_write.obj: sync_pipe_write.c |
||
2603 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-sync_pipe_write.obj -MD -MP -MF $(DEPDIR)/tfshark-sync_pipe_write.Tpo -c -o tfshark-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2604 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-sync_pipe_write.Tpo $(DEPDIR)/tfshark-sync_pipe_write.Po |
||
2605 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='tfshark-sync_pipe_write.obj' libtool=no @AMDEPBACKSLASH@ |
||
2606 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2607 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2608 | |||
2609 | tfshark-extcap.o: extcap.c |
||
2610 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-extcap.o -MD -MP -MF $(DEPDIR)/tfshark-extcap.Tpo -c -o tfshark-extcap.o `test -f 'extcap.c' || echo '$(srcdir)/'`extcap.c |
||
2611 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-extcap.Tpo $(DEPDIR)/tfshark-extcap.Po |
||
2612 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap.c' object='tfshark-extcap.o' libtool=no @AMDEPBACKSLASH@ |
||
2613 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2614 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-extcap.o `test -f 'extcap.c' || echo '$(srcdir)/'`extcap.c |
||
2615 | |||
2616 | tfshark-extcap.obj: extcap.c |
||
2617 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-extcap.obj -MD -MP -MF $(DEPDIR)/tfshark-extcap.Tpo -c -o tfshark-extcap.obj `if test -f 'extcap.c'; then $(CYGPATH_W) 'extcap.c'; else $(CYGPATH_W) '$(srcdir)/extcap.c'; fi` |
||
2618 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-extcap.Tpo $(DEPDIR)/tfshark-extcap.Po |
||
2619 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap.c' object='tfshark-extcap.obj' libtool=no @AMDEPBACKSLASH@ |
||
2620 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2621 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-extcap.obj `if test -f 'extcap.c'; then $(CYGPATH_W) 'extcap.c'; else $(CYGPATH_W) '$(srcdir)/extcap.c'; fi` |
||
2622 | |||
2623 | tfshark-extcap_parser.o: extcap_parser.c |
||
2624 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-extcap_parser.o -MD -MP -MF $(DEPDIR)/tfshark-extcap_parser.Tpo -c -o tfshark-extcap_parser.o `test -f 'extcap_parser.c' || echo '$(srcdir)/'`extcap_parser.c |
||
2625 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-extcap_parser.Tpo $(DEPDIR)/tfshark-extcap_parser.Po |
||
2626 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_parser.c' object='tfshark-extcap_parser.o' libtool=no @AMDEPBACKSLASH@ |
||
2627 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2628 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-extcap_parser.o `test -f 'extcap_parser.c' || echo '$(srcdir)/'`extcap_parser.c |
||
2629 | |||
2630 | tfshark-extcap_parser.obj: extcap_parser.c |
||
2631 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-extcap_parser.obj -MD -MP -MF $(DEPDIR)/tfshark-extcap_parser.Tpo -c -o tfshark-extcap_parser.obj `if test -f 'extcap_parser.c'; then $(CYGPATH_W) 'extcap_parser.c'; else $(CYGPATH_W) '$(srcdir)/extcap_parser.c'; fi` |
||
2632 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-extcap_parser.Tpo $(DEPDIR)/tfshark-extcap_parser.Po |
||
2633 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_parser.c' object='tfshark-extcap_parser.obj' libtool=no @AMDEPBACKSLASH@ |
||
2634 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2635 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-extcap_parser.obj `if test -f 'extcap_parser.c'; then $(CYGPATH_W) 'extcap_parser.c'; else $(CYGPATH_W) '$(srcdir)/extcap_parser.c'; fi` |
||
2636 | |||
2637 | tfshark-extcap_spawn.o: extcap_spawn.c |
||
2638 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-extcap_spawn.o -MD -MP -MF $(DEPDIR)/tfshark-extcap_spawn.Tpo -c -o tfshark-extcap_spawn.o `test -f 'extcap_spawn.c' || echo '$(srcdir)/'`extcap_spawn.c |
||
2639 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-extcap_spawn.Tpo $(DEPDIR)/tfshark-extcap_spawn.Po |
||
2640 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_spawn.c' object='tfshark-extcap_spawn.o' libtool=no @AMDEPBACKSLASH@ |
||
2641 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2642 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-extcap_spawn.o `test -f 'extcap_spawn.c' || echo '$(srcdir)/'`extcap_spawn.c |
||
2643 | |||
2644 | tfshark-extcap_spawn.obj: extcap_spawn.c |
||
2645 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-extcap_spawn.obj -MD -MP -MF $(DEPDIR)/tfshark-extcap_spawn.Tpo -c -o tfshark-extcap_spawn.obj `if test -f 'extcap_spawn.c'; then $(CYGPATH_W) 'extcap_spawn.c'; else $(CYGPATH_W) '$(srcdir)/extcap_spawn.c'; fi` |
||
2646 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-extcap_spawn.Tpo $(DEPDIR)/tfshark-extcap_spawn.Po |
||
2647 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_spawn.c' object='tfshark-extcap_spawn.obj' libtool=no @AMDEPBACKSLASH@ |
||
2648 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2649 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-extcap_spawn.obj `if test -f 'extcap_spawn.c'; then $(CYGPATH_W) 'extcap_spawn.c'; else $(CYGPATH_W) '$(srcdir)/extcap_spawn.c'; fi` |
||
2650 | |||
2651 | tfshark-tfshark.o: tfshark.c |
||
2652 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-tfshark.o -MD -MP -MF $(DEPDIR)/tfshark-tfshark.Tpo -c -o tfshark-tfshark.o `test -f 'tfshark.c' || echo '$(srcdir)/'`tfshark.c |
||
2653 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-tfshark.Tpo $(DEPDIR)/tfshark-tfshark.Po |
||
2654 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tfshark.c' object='tfshark-tfshark.o' libtool=no @AMDEPBACKSLASH@ |
||
2655 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2656 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-tfshark.o `test -f 'tfshark.c' || echo '$(srcdir)/'`tfshark.c |
||
2657 | |||
2658 | tfshark-tfshark.obj: tfshark.c |
||
2659 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-tfshark.obj -MD -MP -MF $(DEPDIR)/tfshark-tfshark.Tpo -c -o tfshark-tfshark.obj `if test -f 'tfshark.c'; then $(CYGPATH_W) 'tfshark.c'; else $(CYGPATH_W) '$(srcdir)/tfshark.c'; fi` |
||
2660 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-tfshark.Tpo $(DEPDIR)/tfshark-tfshark.Po |
||
2661 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tfshark.c' object='tfshark-tfshark.obj' libtool=no @AMDEPBACKSLASH@ |
||
2662 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2663 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-tfshark.obj `if test -f 'tfshark.c'; then $(CYGPATH_W) 'tfshark.c'; else $(CYGPATH_W) '$(srcdir)/tfshark.c'; fi` |
||
2664 | |||
2665 | tfshark-ws_version_info.o: ws_version_info.c |
||
2666 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-ws_version_info.o -MD -MP -MF $(DEPDIR)/tfshark-ws_version_info.Tpo -c -o tfshark-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2667 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-ws_version_info.Tpo $(DEPDIR)/tfshark-ws_version_info.Po |
||
2668 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='tfshark-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2669 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2670 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2671 | |||
2672 | tfshark-ws_version_info.obj: ws_version_info.c |
||
2673 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfshark-ws_version_info.obj -MD -MP -MF $(DEPDIR)/tfshark-ws_version_info.Tpo -c -o tfshark-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2674 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tfshark-ws_version_info.Tpo $(DEPDIR)/tfshark-ws_version_info.Po |
||
2675 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='tfshark-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2676 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2677 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tfshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tfshark-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2678 | |||
2679 | tshark-cfile.o: cfile.c |
||
2680 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-cfile.o -MD -MP -MF $(DEPDIR)/tshark-cfile.Tpo -c -o tshark-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
2681 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-cfile.Tpo $(DEPDIR)/tshark-cfile.Po |
||
2682 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='tshark-cfile.o' libtool=no @AMDEPBACKSLASH@ |
||
2683 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2684 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
2685 | |||
2686 | tshark-cfile.obj: cfile.c |
||
2687 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-cfile.obj -MD -MP -MF $(DEPDIR)/tshark-cfile.Tpo -c -o tshark-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
2688 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-cfile.Tpo $(DEPDIR)/tshark-cfile.Po |
||
2689 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='tshark-cfile.obj' libtool=no @AMDEPBACKSLASH@ |
||
2690 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2691 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
2692 | |||
2693 | tshark-frame_tvbuff.o: frame_tvbuff.c |
||
2694 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-frame_tvbuff.o -MD -MP -MF $(DEPDIR)/tshark-frame_tvbuff.Tpo -c -o tshark-frame_tvbuff.o `test -f 'frame_tvbuff.c' || echo '$(srcdir)/'`frame_tvbuff.c |
||
2695 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-frame_tvbuff.Tpo $(DEPDIR)/tshark-frame_tvbuff.Po |
||
2696 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='frame_tvbuff.c' object='tshark-frame_tvbuff.o' libtool=no @AMDEPBACKSLASH@ |
||
2697 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2698 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-frame_tvbuff.o `test -f 'frame_tvbuff.c' || echo '$(srcdir)/'`frame_tvbuff.c |
||
2699 | |||
2700 | tshark-frame_tvbuff.obj: frame_tvbuff.c |
||
2701 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-frame_tvbuff.obj -MD -MP -MF $(DEPDIR)/tshark-frame_tvbuff.Tpo -c -o tshark-frame_tvbuff.obj `if test -f 'frame_tvbuff.c'; then $(CYGPATH_W) 'frame_tvbuff.c'; else $(CYGPATH_W) '$(srcdir)/frame_tvbuff.c'; fi` |
||
2702 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-frame_tvbuff.Tpo $(DEPDIR)/tshark-frame_tvbuff.Po |
||
2703 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='frame_tvbuff.c' object='tshark-frame_tvbuff.obj' libtool=no @AMDEPBACKSLASH@ |
||
2704 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2705 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-frame_tvbuff.obj `if test -f 'frame_tvbuff.c'; then $(CYGPATH_W) 'frame_tvbuff.c'; else $(CYGPATH_W) '$(srcdir)/frame_tvbuff.c'; fi` |
||
2706 | |||
2707 | tshark-sync_pipe_write.o: sync_pipe_write.c |
||
2708 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-sync_pipe_write.o -MD -MP -MF $(DEPDIR)/tshark-sync_pipe_write.Tpo -c -o tshark-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2709 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-sync_pipe_write.Tpo $(DEPDIR)/tshark-sync_pipe_write.Po |
||
2710 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='tshark-sync_pipe_write.o' libtool=no @AMDEPBACKSLASH@ |
||
2711 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2712 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2713 | |||
2714 | tshark-sync_pipe_write.obj: sync_pipe_write.c |
||
2715 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-sync_pipe_write.obj -MD -MP -MF $(DEPDIR)/tshark-sync_pipe_write.Tpo -c -o tshark-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2716 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-sync_pipe_write.Tpo $(DEPDIR)/tshark-sync_pipe_write.Po |
||
2717 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='tshark-sync_pipe_write.obj' libtool=no @AMDEPBACKSLASH@ |
||
2718 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2719 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2720 | |||
2721 | tshark-extcap.o: extcap.c |
||
2722 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-extcap.o -MD -MP -MF $(DEPDIR)/tshark-extcap.Tpo -c -o tshark-extcap.o `test -f 'extcap.c' || echo '$(srcdir)/'`extcap.c |
||
2723 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-extcap.Tpo $(DEPDIR)/tshark-extcap.Po |
||
2724 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap.c' object='tshark-extcap.o' libtool=no @AMDEPBACKSLASH@ |
||
2725 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2726 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-extcap.o `test -f 'extcap.c' || echo '$(srcdir)/'`extcap.c |
||
2727 | |||
2728 | tshark-extcap.obj: extcap.c |
||
2729 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-extcap.obj -MD -MP -MF $(DEPDIR)/tshark-extcap.Tpo -c -o tshark-extcap.obj `if test -f 'extcap.c'; then $(CYGPATH_W) 'extcap.c'; else $(CYGPATH_W) '$(srcdir)/extcap.c'; fi` |
||
2730 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-extcap.Tpo $(DEPDIR)/tshark-extcap.Po |
||
2731 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap.c' object='tshark-extcap.obj' libtool=no @AMDEPBACKSLASH@ |
||
2732 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2733 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-extcap.obj `if test -f 'extcap.c'; then $(CYGPATH_W) 'extcap.c'; else $(CYGPATH_W) '$(srcdir)/extcap.c'; fi` |
||
2734 | |||
2735 | tshark-extcap_parser.o: extcap_parser.c |
||
2736 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-extcap_parser.o -MD -MP -MF $(DEPDIR)/tshark-extcap_parser.Tpo -c -o tshark-extcap_parser.o `test -f 'extcap_parser.c' || echo '$(srcdir)/'`extcap_parser.c |
||
2737 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-extcap_parser.Tpo $(DEPDIR)/tshark-extcap_parser.Po |
||
2738 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_parser.c' object='tshark-extcap_parser.o' libtool=no @AMDEPBACKSLASH@ |
||
2739 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2740 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-extcap_parser.o `test -f 'extcap_parser.c' || echo '$(srcdir)/'`extcap_parser.c |
||
2741 | |||
2742 | tshark-extcap_parser.obj: extcap_parser.c |
||
2743 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-extcap_parser.obj -MD -MP -MF $(DEPDIR)/tshark-extcap_parser.Tpo -c -o tshark-extcap_parser.obj `if test -f 'extcap_parser.c'; then $(CYGPATH_W) 'extcap_parser.c'; else $(CYGPATH_W) '$(srcdir)/extcap_parser.c'; fi` |
||
2744 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-extcap_parser.Tpo $(DEPDIR)/tshark-extcap_parser.Po |
||
2745 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_parser.c' object='tshark-extcap_parser.obj' libtool=no @AMDEPBACKSLASH@ |
||
2746 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2747 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-extcap_parser.obj `if test -f 'extcap_parser.c'; then $(CYGPATH_W) 'extcap_parser.c'; else $(CYGPATH_W) '$(srcdir)/extcap_parser.c'; fi` |
||
2748 | |||
2749 | tshark-extcap_spawn.o: extcap_spawn.c |
||
2750 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-extcap_spawn.o -MD -MP -MF $(DEPDIR)/tshark-extcap_spawn.Tpo -c -o tshark-extcap_spawn.o `test -f 'extcap_spawn.c' || echo '$(srcdir)/'`extcap_spawn.c |
||
2751 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-extcap_spawn.Tpo $(DEPDIR)/tshark-extcap_spawn.Po |
||
2752 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_spawn.c' object='tshark-extcap_spawn.o' libtool=no @AMDEPBACKSLASH@ |
||
2753 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2754 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-extcap_spawn.o `test -f 'extcap_spawn.c' || echo '$(srcdir)/'`extcap_spawn.c |
||
2755 | |||
2756 | tshark-extcap_spawn.obj: extcap_spawn.c |
||
2757 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-extcap_spawn.obj -MD -MP -MF $(DEPDIR)/tshark-extcap_spawn.Tpo -c -o tshark-extcap_spawn.obj `if test -f 'extcap_spawn.c'; then $(CYGPATH_W) 'extcap_spawn.c'; else $(CYGPATH_W) '$(srcdir)/extcap_spawn.c'; fi` |
||
2758 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-extcap_spawn.Tpo $(DEPDIR)/tshark-extcap_spawn.Po |
||
2759 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_spawn.c' object='tshark-extcap_spawn.obj' libtool=no @AMDEPBACKSLASH@ |
||
2760 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2761 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-extcap_spawn.obj `if test -f 'extcap_spawn.c'; then $(CYGPATH_W) 'extcap_spawn.c'; else $(CYGPATH_W) '$(srcdir)/extcap_spawn.c'; fi` |
||
2762 | |||
2763 | tshark-capture_opts.o: capture_opts.c |
||
2764 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-capture_opts.o -MD -MP -MF $(DEPDIR)/tshark-capture_opts.Tpo -c -o tshark-capture_opts.o `test -f 'capture_opts.c' || echo '$(srcdir)/'`capture_opts.c |
||
2765 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-capture_opts.Tpo $(DEPDIR)/tshark-capture_opts.Po |
||
2766 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_opts.c' object='tshark-capture_opts.o' libtool=no @AMDEPBACKSLASH@ |
||
2767 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2768 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-capture_opts.o `test -f 'capture_opts.c' || echo '$(srcdir)/'`capture_opts.c |
||
2769 | |||
2770 | tshark-capture_opts.obj: capture_opts.c |
||
2771 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-capture_opts.obj -MD -MP -MF $(DEPDIR)/tshark-capture_opts.Tpo -c -o tshark-capture_opts.obj `if test -f 'capture_opts.c'; then $(CYGPATH_W) 'capture_opts.c'; else $(CYGPATH_W) '$(srcdir)/capture_opts.c'; fi` |
||
2772 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-capture_opts.Tpo $(DEPDIR)/tshark-capture_opts.Po |
||
2773 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_opts.c' object='tshark-capture_opts.obj' libtool=no @AMDEPBACKSLASH@ |
||
2774 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2775 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-capture_opts.obj `if test -f 'capture_opts.c'; then $(CYGPATH_W) 'capture_opts.c'; else $(CYGPATH_W) '$(srcdir)/capture_opts.c'; fi` |
||
2776 | |||
2777 | tshark-filter_files.o: filter_files.c |
||
2778 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-filter_files.o -MD -MP -MF $(DEPDIR)/tshark-filter_files.Tpo -c -o tshark-filter_files.o `test -f 'filter_files.c' || echo '$(srcdir)/'`filter_files.c |
||
2779 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-filter_files.Tpo $(DEPDIR)/tshark-filter_files.Po |
||
2780 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter_files.c' object='tshark-filter_files.o' libtool=no @AMDEPBACKSLASH@ |
||
2781 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2782 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-filter_files.o `test -f 'filter_files.c' || echo '$(srcdir)/'`filter_files.c |
||
2783 | |||
2784 | tshark-filter_files.obj: filter_files.c |
||
2785 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-filter_files.obj -MD -MP -MF $(DEPDIR)/tshark-filter_files.Tpo -c -o tshark-filter_files.obj `if test -f 'filter_files.c'; then $(CYGPATH_W) 'filter_files.c'; else $(CYGPATH_W) '$(srcdir)/filter_files.c'; fi` |
||
2786 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-filter_files.Tpo $(DEPDIR)/tshark-filter_files.Po |
||
2787 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter_files.c' object='tshark-filter_files.obj' libtool=no @AMDEPBACKSLASH@ |
||
2788 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2789 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-filter_files.obj `if test -f 'filter_files.c'; then $(CYGPATH_W) 'filter_files.c'; else $(CYGPATH_W) '$(srcdir)/filter_files.c'; fi` |
||
2790 | |||
2791 | tshark-tshark.o: tshark.c |
||
2792 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-tshark.o -MD -MP -MF $(DEPDIR)/tshark-tshark.Tpo -c -o tshark-tshark.o `test -f 'tshark.c' || echo '$(srcdir)/'`tshark.c |
||
2793 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-tshark.Tpo $(DEPDIR)/tshark-tshark.Po |
||
2794 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tshark.c' object='tshark-tshark.o' libtool=no @AMDEPBACKSLASH@ |
||
2795 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2796 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-tshark.o `test -f 'tshark.c' || echo '$(srcdir)/'`tshark.c |
||
2797 | |||
2798 | tshark-tshark.obj: tshark.c |
||
2799 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-tshark.obj -MD -MP -MF $(DEPDIR)/tshark-tshark.Tpo -c -o tshark-tshark.obj `if test -f 'tshark.c'; then $(CYGPATH_W) 'tshark.c'; else $(CYGPATH_W) '$(srcdir)/tshark.c'; fi` |
||
2800 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-tshark.Tpo $(DEPDIR)/tshark-tshark.Po |
||
2801 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tshark.c' object='tshark-tshark.obj' libtool=no @AMDEPBACKSLASH@ |
||
2802 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2803 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-tshark.obj `if test -f 'tshark.c'; then $(CYGPATH_W) 'tshark.c'; else $(CYGPATH_W) '$(srcdir)/tshark.c'; fi` |
||
2804 | |||
2805 | tshark-ws_version_info.o: ws_version_info.c |
||
2806 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-ws_version_info.o -MD -MP -MF $(DEPDIR)/tshark-ws_version_info.Tpo -c -o tshark-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2807 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-ws_version_info.Tpo $(DEPDIR)/tshark-ws_version_info.Po |
||
2808 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='tshark-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2809 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2810 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2811 | |||
2812 | tshark-ws_version_info.obj: ws_version_info.c |
||
2813 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tshark-ws_version_info.obj -MD -MP -MF $(DEPDIR)/tshark-ws_version_info.Tpo -c -o tshark-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2814 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tshark-ws_version_info.Tpo $(DEPDIR)/tshark-ws_version_info.Po |
||
2815 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='tshark-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2816 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2817 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tshark-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2818 | |||
2819 | wireshark-cfile.o: cfile.c |
||
2820 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-cfile.o -MD -MP -MF $(DEPDIR)/wireshark-cfile.Tpo -c -o wireshark-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
2821 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-cfile.Tpo $(DEPDIR)/wireshark-cfile.Po |
||
2822 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='wireshark-cfile.o' libtool=no @AMDEPBACKSLASH@ |
||
2823 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2824 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
2825 | |||
2826 | wireshark-cfile.obj: cfile.c |
||
2827 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-cfile.obj -MD -MP -MF $(DEPDIR)/wireshark-cfile.Tpo -c -o wireshark-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
2828 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-cfile.Tpo $(DEPDIR)/wireshark-cfile.Po |
||
2829 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='wireshark-cfile.obj' libtool=no @AMDEPBACKSLASH@ |
||
2830 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2831 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
2832 | |||
2833 | wireshark-frame_tvbuff.o: frame_tvbuff.c |
||
2834 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-frame_tvbuff.o -MD -MP -MF $(DEPDIR)/wireshark-frame_tvbuff.Tpo -c -o wireshark-frame_tvbuff.o `test -f 'frame_tvbuff.c' || echo '$(srcdir)/'`frame_tvbuff.c |
||
2835 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-frame_tvbuff.Tpo $(DEPDIR)/wireshark-frame_tvbuff.Po |
||
2836 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='frame_tvbuff.c' object='wireshark-frame_tvbuff.o' libtool=no @AMDEPBACKSLASH@ |
||
2837 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2838 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-frame_tvbuff.o `test -f 'frame_tvbuff.c' || echo '$(srcdir)/'`frame_tvbuff.c |
||
2839 | |||
2840 | wireshark-frame_tvbuff.obj: frame_tvbuff.c |
||
2841 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-frame_tvbuff.obj -MD -MP -MF $(DEPDIR)/wireshark-frame_tvbuff.Tpo -c -o wireshark-frame_tvbuff.obj `if test -f 'frame_tvbuff.c'; then $(CYGPATH_W) 'frame_tvbuff.c'; else $(CYGPATH_W) '$(srcdir)/frame_tvbuff.c'; fi` |
||
2842 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-frame_tvbuff.Tpo $(DEPDIR)/wireshark-frame_tvbuff.Po |
||
2843 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='frame_tvbuff.c' object='wireshark-frame_tvbuff.obj' libtool=no @AMDEPBACKSLASH@ |
||
2844 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2845 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-frame_tvbuff.obj `if test -f 'frame_tvbuff.c'; then $(CYGPATH_W) 'frame_tvbuff.c'; else $(CYGPATH_W) '$(srcdir)/frame_tvbuff.c'; fi` |
||
2846 | |||
2847 | wireshark-sync_pipe_write.o: sync_pipe_write.c |
||
2848 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-sync_pipe_write.o -MD -MP -MF $(DEPDIR)/wireshark-sync_pipe_write.Tpo -c -o wireshark-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2849 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-sync_pipe_write.Tpo $(DEPDIR)/wireshark-sync_pipe_write.Po |
||
2850 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='wireshark-sync_pipe_write.o' libtool=no @AMDEPBACKSLASH@ |
||
2851 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2852 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
2853 | |||
2854 | wireshark-sync_pipe_write.obj: sync_pipe_write.c |
||
2855 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-sync_pipe_write.obj -MD -MP -MF $(DEPDIR)/wireshark-sync_pipe_write.Tpo -c -o wireshark-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2856 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-sync_pipe_write.Tpo $(DEPDIR)/wireshark-sync_pipe_write.Po |
||
2857 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='wireshark-sync_pipe_write.obj' libtool=no @AMDEPBACKSLASH@ |
||
2858 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2859 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
2860 | |||
2861 | wireshark-extcap.o: extcap.c |
||
2862 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-extcap.o -MD -MP -MF $(DEPDIR)/wireshark-extcap.Tpo -c -o wireshark-extcap.o `test -f 'extcap.c' || echo '$(srcdir)/'`extcap.c |
||
2863 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-extcap.Tpo $(DEPDIR)/wireshark-extcap.Po |
||
2864 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap.c' object='wireshark-extcap.o' libtool=no @AMDEPBACKSLASH@ |
||
2865 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2866 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-extcap.o `test -f 'extcap.c' || echo '$(srcdir)/'`extcap.c |
||
2867 | |||
2868 | wireshark-extcap.obj: extcap.c |
||
2869 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-extcap.obj -MD -MP -MF $(DEPDIR)/wireshark-extcap.Tpo -c -o wireshark-extcap.obj `if test -f 'extcap.c'; then $(CYGPATH_W) 'extcap.c'; else $(CYGPATH_W) '$(srcdir)/extcap.c'; fi` |
||
2870 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-extcap.Tpo $(DEPDIR)/wireshark-extcap.Po |
||
2871 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap.c' object='wireshark-extcap.obj' libtool=no @AMDEPBACKSLASH@ |
||
2872 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2873 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-extcap.obj `if test -f 'extcap.c'; then $(CYGPATH_W) 'extcap.c'; else $(CYGPATH_W) '$(srcdir)/extcap.c'; fi` |
||
2874 | |||
2875 | wireshark-extcap_parser.o: extcap_parser.c |
||
2876 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-extcap_parser.o -MD -MP -MF $(DEPDIR)/wireshark-extcap_parser.Tpo -c -o wireshark-extcap_parser.o `test -f 'extcap_parser.c' || echo '$(srcdir)/'`extcap_parser.c |
||
2877 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-extcap_parser.Tpo $(DEPDIR)/wireshark-extcap_parser.Po |
||
2878 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_parser.c' object='wireshark-extcap_parser.o' libtool=no @AMDEPBACKSLASH@ |
||
2879 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2880 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-extcap_parser.o `test -f 'extcap_parser.c' || echo '$(srcdir)/'`extcap_parser.c |
||
2881 | |||
2882 | wireshark-extcap_parser.obj: extcap_parser.c |
||
2883 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-extcap_parser.obj -MD -MP -MF $(DEPDIR)/wireshark-extcap_parser.Tpo -c -o wireshark-extcap_parser.obj `if test -f 'extcap_parser.c'; then $(CYGPATH_W) 'extcap_parser.c'; else $(CYGPATH_W) '$(srcdir)/extcap_parser.c'; fi` |
||
2884 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-extcap_parser.Tpo $(DEPDIR)/wireshark-extcap_parser.Po |
||
2885 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_parser.c' object='wireshark-extcap_parser.obj' libtool=no @AMDEPBACKSLASH@ |
||
2886 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2887 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-extcap_parser.obj `if test -f 'extcap_parser.c'; then $(CYGPATH_W) 'extcap_parser.c'; else $(CYGPATH_W) '$(srcdir)/extcap_parser.c'; fi` |
||
2888 | |||
2889 | wireshark-extcap_spawn.o: extcap_spawn.c |
||
2890 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-extcap_spawn.o -MD -MP -MF $(DEPDIR)/wireshark-extcap_spawn.Tpo -c -o wireshark-extcap_spawn.o `test -f 'extcap_spawn.c' || echo '$(srcdir)/'`extcap_spawn.c |
||
2891 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-extcap_spawn.Tpo $(DEPDIR)/wireshark-extcap_spawn.Po |
||
2892 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_spawn.c' object='wireshark-extcap_spawn.o' libtool=no @AMDEPBACKSLASH@ |
||
2893 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2894 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-extcap_spawn.o `test -f 'extcap_spawn.c' || echo '$(srcdir)/'`extcap_spawn.c |
||
2895 | |||
2896 | wireshark-extcap_spawn.obj: extcap_spawn.c |
||
2897 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-extcap_spawn.obj -MD -MP -MF $(DEPDIR)/wireshark-extcap_spawn.Tpo -c -o wireshark-extcap_spawn.obj `if test -f 'extcap_spawn.c'; then $(CYGPATH_W) 'extcap_spawn.c'; else $(CYGPATH_W) '$(srcdir)/extcap_spawn.c'; fi` |
||
2898 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-extcap_spawn.Tpo $(DEPDIR)/wireshark-extcap_spawn.Po |
||
2899 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_spawn.c' object='wireshark-extcap_spawn.obj' libtool=no @AMDEPBACKSLASH@ |
||
2900 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2901 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-extcap_spawn.obj `if test -f 'extcap_spawn.c'; then $(CYGPATH_W) 'extcap_spawn.c'; else $(CYGPATH_W) '$(srcdir)/extcap_spawn.c'; fi` |
||
2902 | |||
2903 | wireshark-capture_info.o: capture_info.c |
||
2904 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-capture_info.o -MD -MP -MF $(DEPDIR)/wireshark-capture_info.Tpo -c -o wireshark-capture_info.o `test -f 'capture_info.c' || echo '$(srcdir)/'`capture_info.c |
||
2905 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-capture_info.Tpo $(DEPDIR)/wireshark-capture_info.Po |
||
2906 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_info.c' object='wireshark-capture_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2907 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2908 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-capture_info.o `test -f 'capture_info.c' || echo '$(srcdir)/'`capture_info.c |
||
2909 | |||
2910 | wireshark-capture_info.obj: capture_info.c |
||
2911 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-capture_info.obj -MD -MP -MF $(DEPDIR)/wireshark-capture_info.Tpo -c -o wireshark-capture_info.obj `if test -f 'capture_info.c'; then $(CYGPATH_W) 'capture_info.c'; else $(CYGPATH_W) '$(srcdir)/capture_info.c'; fi` |
||
2912 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-capture_info.Tpo $(DEPDIR)/wireshark-capture_info.Po |
||
2913 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_info.c' object='wireshark-capture_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2914 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2915 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-capture_info.obj `if test -f 'capture_info.c'; then $(CYGPATH_W) 'capture_info.c'; else $(CYGPATH_W) '$(srcdir)/capture_info.c'; fi` |
||
2916 | |||
2917 | wireshark-capture_opts.o: capture_opts.c |
||
2918 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-capture_opts.o -MD -MP -MF $(DEPDIR)/wireshark-capture_opts.Tpo -c -o wireshark-capture_opts.o `test -f 'capture_opts.c' || echo '$(srcdir)/'`capture_opts.c |
||
2919 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-capture_opts.Tpo $(DEPDIR)/wireshark-capture_opts.Po |
||
2920 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_opts.c' object='wireshark-capture_opts.o' libtool=no @AMDEPBACKSLASH@ |
||
2921 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2922 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-capture_opts.o `test -f 'capture_opts.c' || echo '$(srcdir)/'`capture_opts.c |
||
2923 | |||
2924 | wireshark-capture_opts.obj: capture_opts.c |
||
2925 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-capture_opts.obj -MD -MP -MF $(DEPDIR)/wireshark-capture_opts.Tpo -c -o wireshark-capture_opts.obj `if test -f 'capture_opts.c'; then $(CYGPATH_W) 'capture_opts.c'; else $(CYGPATH_W) '$(srcdir)/capture_opts.c'; fi` |
||
2926 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-capture_opts.Tpo $(DEPDIR)/wireshark-capture_opts.Po |
||
2927 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_opts.c' object='wireshark-capture_opts.obj' libtool=no @AMDEPBACKSLASH@ |
||
2928 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2929 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-capture_opts.obj `if test -f 'capture_opts.c'; then $(CYGPATH_W) 'capture_opts.c'; else $(CYGPATH_W) '$(srcdir)/capture_opts.c'; fi` |
||
2930 | |||
2931 | wireshark-file.o: file.c |
||
2932 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-file.o -MD -MP -MF $(DEPDIR)/wireshark-file.Tpo -c -o wireshark-file.o `test -f 'file.c' || echo '$(srcdir)/'`file.c |
||
2933 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-file.Tpo $(DEPDIR)/wireshark-file.Po |
||
2934 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file.c' object='wireshark-file.o' libtool=no @AMDEPBACKSLASH@ |
||
2935 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2936 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-file.o `test -f 'file.c' || echo '$(srcdir)/'`file.c |
||
2937 | |||
2938 | wireshark-file.obj: file.c |
||
2939 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-file.obj -MD -MP -MF $(DEPDIR)/wireshark-file.Tpo -c -o wireshark-file.obj `if test -f 'file.c'; then $(CYGPATH_W) 'file.c'; else $(CYGPATH_W) '$(srcdir)/file.c'; fi` |
||
2940 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-file.Tpo $(DEPDIR)/wireshark-file.Po |
||
2941 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file.c' object='wireshark-file.obj' libtool=no @AMDEPBACKSLASH@ |
||
2942 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2943 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-file.obj `if test -f 'file.c'; then $(CYGPATH_W) 'file.c'; else $(CYGPATH_W) '$(srcdir)/file.c'; fi` |
||
2944 | |||
2945 | wireshark-fileset.o: fileset.c |
||
2946 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-fileset.o -MD -MP -MF $(DEPDIR)/wireshark-fileset.Tpo -c -o wireshark-fileset.o `test -f 'fileset.c' || echo '$(srcdir)/'`fileset.c |
||
2947 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-fileset.Tpo $(DEPDIR)/wireshark-fileset.Po |
||
2948 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fileset.c' object='wireshark-fileset.o' libtool=no @AMDEPBACKSLASH@ |
||
2949 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2950 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-fileset.o `test -f 'fileset.c' || echo '$(srcdir)/'`fileset.c |
||
2951 | |||
2952 | wireshark-fileset.obj: fileset.c |
||
2953 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-fileset.obj -MD -MP -MF $(DEPDIR)/wireshark-fileset.Tpo -c -o wireshark-fileset.obj `if test -f 'fileset.c'; then $(CYGPATH_W) 'fileset.c'; else $(CYGPATH_W) '$(srcdir)/fileset.c'; fi` |
||
2954 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-fileset.Tpo $(DEPDIR)/wireshark-fileset.Po |
||
2955 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fileset.c' object='wireshark-fileset.obj' libtool=no @AMDEPBACKSLASH@ |
||
2956 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2957 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-fileset.obj `if test -f 'fileset.c'; then $(CYGPATH_W) 'fileset.c'; else $(CYGPATH_W) '$(srcdir)/fileset.c'; fi` |
||
2958 | |||
2959 | wireshark-filter_files.o: filter_files.c |
||
2960 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-filter_files.o -MD -MP -MF $(DEPDIR)/wireshark-filter_files.Tpo -c -o wireshark-filter_files.o `test -f 'filter_files.c' || echo '$(srcdir)/'`filter_files.c |
||
2961 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-filter_files.Tpo $(DEPDIR)/wireshark-filter_files.Po |
||
2962 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter_files.c' object='wireshark-filter_files.o' libtool=no @AMDEPBACKSLASH@ |
||
2963 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2964 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-filter_files.o `test -f 'filter_files.c' || echo '$(srcdir)/'`filter_files.c |
||
2965 | |||
2966 | wireshark-filter_files.obj: filter_files.c |
||
2967 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-filter_files.obj -MD -MP -MF $(DEPDIR)/wireshark-filter_files.Tpo -c -o wireshark-filter_files.obj `if test -f 'filter_files.c'; then $(CYGPATH_W) 'filter_files.c'; else $(CYGPATH_W) '$(srcdir)/filter_files.c'; fi` |
||
2968 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-filter_files.Tpo $(DEPDIR)/wireshark-filter_files.Po |
||
2969 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter_files.c' object='wireshark-filter_files.obj' libtool=no @AMDEPBACKSLASH@ |
||
2970 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2971 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-filter_files.obj `if test -f 'filter_files.c'; then $(CYGPATH_W) 'filter_files.c'; else $(CYGPATH_W) '$(srcdir)/filter_files.c'; fi` |
||
2972 | |||
2973 | wireshark-summary.o: summary.c |
||
2974 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-summary.o -MD -MP -MF $(DEPDIR)/wireshark-summary.Tpo -c -o wireshark-summary.o `test -f 'summary.c' || echo '$(srcdir)/'`summary.c |
||
2975 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-summary.Tpo $(DEPDIR)/wireshark-summary.Po |
||
2976 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='summary.c' object='wireshark-summary.o' libtool=no @AMDEPBACKSLASH@ |
||
2977 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2978 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-summary.o `test -f 'summary.c' || echo '$(srcdir)/'`summary.c |
||
2979 | |||
2980 | wireshark-summary.obj: summary.c |
||
2981 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-summary.obj -MD -MP -MF $(DEPDIR)/wireshark-summary.Tpo -c -o wireshark-summary.obj `if test -f 'summary.c'; then $(CYGPATH_W) 'summary.c'; else $(CYGPATH_W) '$(srcdir)/summary.c'; fi` |
||
2982 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-summary.Tpo $(DEPDIR)/wireshark-summary.Po |
||
2983 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='summary.c' object='wireshark-summary.obj' libtool=no @AMDEPBACKSLASH@ |
||
2984 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2985 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-summary.obj `if test -f 'summary.c'; then $(CYGPATH_W) 'summary.c'; else $(CYGPATH_W) '$(srcdir)/summary.c'; fi` |
||
2986 | |||
2987 | wireshark-ws_version_info.o: ws_version_info.c |
||
2988 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-ws_version_info.o -MD -MP -MF $(DEPDIR)/wireshark-ws_version_info.Tpo -c -o wireshark-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2989 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-ws_version_info.Tpo $(DEPDIR)/wireshark-ws_version_info.Po |
||
2990 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='wireshark-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
2991 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2992 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
2993 | |||
2994 | wireshark-ws_version_info.obj: ws_version_info.c |
||
2995 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark-ws_version_info.obj -MD -MP -MF $(DEPDIR)/wireshark-ws_version_info.Tpo -c -o wireshark-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
2996 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-ws_version_info.Tpo $(DEPDIR)/wireshark-ws_version_info.Po |
||
2997 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='wireshark-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
2998 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
2999 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
3000 | |||
3001 | wireshark_gtk-cfile.o: cfile.c |
||
3002 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-cfile.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-cfile.Tpo -c -o wireshark_gtk-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
3003 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-cfile.Tpo $(DEPDIR)/wireshark_gtk-cfile.Po |
||
3004 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='wireshark_gtk-cfile.o' libtool=no @AMDEPBACKSLASH@ |
||
3005 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3006 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-cfile.o `test -f 'cfile.c' || echo '$(srcdir)/'`cfile.c |
||
3007 | |||
3008 | wireshark_gtk-cfile.obj: cfile.c |
||
3009 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-cfile.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-cfile.Tpo -c -o wireshark_gtk-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
3010 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-cfile.Tpo $(DEPDIR)/wireshark_gtk-cfile.Po |
||
3011 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cfile.c' object='wireshark_gtk-cfile.obj' libtool=no @AMDEPBACKSLASH@ |
||
3012 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3013 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-cfile.obj `if test -f 'cfile.c'; then $(CYGPATH_W) 'cfile.c'; else $(CYGPATH_W) '$(srcdir)/cfile.c'; fi` |
||
3014 | |||
3015 | wireshark_gtk-frame_tvbuff.o: frame_tvbuff.c |
||
3016 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-frame_tvbuff.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-frame_tvbuff.Tpo -c -o wireshark_gtk-frame_tvbuff.o `test -f 'frame_tvbuff.c' || echo '$(srcdir)/'`frame_tvbuff.c |
||
3017 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-frame_tvbuff.Tpo $(DEPDIR)/wireshark_gtk-frame_tvbuff.Po |
||
3018 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='frame_tvbuff.c' object='wireshark_gtk-frame_tvbuff.o' libtool=no @AMDEPBACKSLASH@ |
||
3019 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3020 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-frame_tvbuff.o `test -f 'frame_tvbuff.c' || echo '$(srcdir)/'`frame_tvbuff.c |
||
3021 | |||
3022 | wireshark_gtk-frame_tvbuff.obj: frame_tvbuff.c |
||
3023 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-frame_tvbuff.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-frame_tvbuff.Tpo -c -o wireshark_gtk-frame_tvbuff.obj `if test -f 'frame_tvbuff.c'; then $(CYGPATH_W) 'frame_tvbuff.c'; else $(CYGPATH_W) '$(srcdir)/frame_tvbuff.c'; fi` |
||
3024 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-frame_tvbuff.Tpo $(DEPDIR)/wireshark_gtk-frame_tvbuff.Po |
||
3025 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='frame_tvbuff.c' object='wireshark_gtk-frame_tvbuff.obj' libtool=no @AMDEPBACKSLASH@ |
||
3026 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3027 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-frame_tvbuff.obj `if test -f 'frame_tvbuff.c'; then $(CYGPATH_W) 'frame_tvbuff.c'; else $(CYGPATH_W) '$(srcdir)/frame_tvbuff.c'; fi` |
||
3028 | |||
3029 | wireshark_gtk-sync_pipe_write.o: sync_pipe_write.c |
||
3030 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-sync_pipe_write.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-sync_pipe_write.Tpo -c -o wireshark_gtk-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
3031 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-sync_pipe_write.Tpo $(DEPDIR)/wireshark_gtk-sync_pipe_write.Po |
||
3032 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='wireshark_gtk-sync_pipe_write.o' libtool=no @AMDEPBACKSLASH@ |
||
3033 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3034 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-sync_pipe_write.o `test -f 'sync_pipe_write.c' || echo '$(srcdir)/'`sync_pipe_write.c |
||
3035 | |||
3036 | wireshark_gtk-sync_pipe_write.obj: sync_pipe_write.c |
||
3037 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-sync_pipe_write.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-sync_pipe_write.Tpo -c -o wireshark_gtk-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
3038 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-sync_pipe_write.Tpo $(DEPDIR)/wireshark_gtk-sync_pipe_write.Po |
||
3039 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sync_pipe_write.c' object='wireshark_gtk-sync_pipe_write.obj' libtool=no @AMDEPBACKSLASH@ |
||
3040 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3041 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-sync_pipe_write.obj `if test -f 'sync_pipe_write.c'; then $(CYGPATH_W) 'sync_pipe_write.c'; else $(CYGPATH_W) '$(srcdir)/sync_pipe_write.c'; fi` |
||
3042 | |||
3043 | wireshark_gtk-extcap.o: extcap.c |
||
3044 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-extcap.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-extcap.Tpo -c -o wireshark_gtk-extcap.o `test -f 'extcap.c' || echo '$(srcdir)/'`extcap.c |
||
3045 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-extcap.Tpo $(DEPDIR)/wireshark_gtk-extcap.Po |
||
3046 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap.c' object='wireshark_gtk-extcap.o' libtool=no @AMDEPBACKSLASH@ |
||
3047 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3048 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-extcap.o `test -f 'extcap.c' || echo '$(srcdir)/'`extcap.c |
||
3049 | |||
3050 | wireshark_gtk-extcap.obj: extcap.c |
||
3051 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-extcap.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-extcap.Tpo -c -o wireshark_gtk-extcap.obj `if test -f 'extcap.c'; then $(CYGPATH_W) 'extcap.c'; else $(CYGPATH_W) '$(srcdir)/extcap.c'; fi` |
||
3052 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-extcap.Tpo $(DEPDIR)/wireshark_gtk-extcap.Po |
||
3053 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap.c' object='wireshark_gtk-extcap.obj' libtool=no @AMDEPBACKSLASH@ |
||
3054 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3055 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-extcap.obj `if test -f 'extcap.c'; then $(CYGPATH_W) 'extcap.c'; else $(CYGPATH_W) '$(srcdir)/extcap.c'; fi` |
||
3056 | |||
3057 | wireshark_gtk-extcap_parser.o: extcap_parser.c |
||
3058 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-extcap_parser.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-extcap_parser.Tpo -c -o wireshark_gtk-extcap_parser.o `test -f 'extcap_parser.c' || echo '$(srcdir)/'`extcap_parser.c |
||
3059 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-extcap_parser.Tpo $(DEPDIR)/wireshark_gtk-extcap_parser.Po |
||
3060 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_parser.c' object='wireshark_gtk-extcap_parser.o' libtool=no @AMDEPBACKSLASH@ |
||
3061 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3062 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-extcap_parser.o `test -f 'extcap_parser.c' || echo '$(srcdir)/'`extcap_parser.c |
||
3063 | |||
3064 | wireshark_gtk-extcap_parser.obj: extcap_parser.c |
||
3065 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-extcap_parser.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-extcap_parser.Tpo -c -o wireshark_gtk-extcap_parser.obj `if test -f 'extcap_parser.c'; then $(CYGPATH_W) 'extcap_parser.c'; else $(CYGPATH_W) '$(srcdir)/extcap_parser.c'; fi` |
||
3066 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-extcap_parser.Tpo $(DEPDIR)/wireshark_gtk-extcap_parser.Po |
||
3067 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_parser.c' object='wireshark_gtk-extcap_parser.obj' libtool=no @AMDEPBACKSLASH@ |
||
3068 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3069 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-extcap_parser.obj `if test -f 'extcap_parser.c'; then $(CYGPATH_W) 'extcap_parser.c'; else $(CYGPATH_W) '$(srcdir)/extcap_parser.c'; fi` |
||
3070 | |||
3071 | wireshark_gtk-extcap_spawn.o: extcap_spawn.c |
||
3072 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-extcap_spawn.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-extcap_spawn.Tpo -c -o wireshark_gtk-extcap_spawn.o `test -f 'extcap_spawn.c' || echo '$(srcdir)/'`extcap_spawn.c |
||
3073 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-extcap_spawn.Tpo $(DEPDIR)/wireshark_gtk-extcap_spawn.Po |
||
3074 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_spawn.c' object='wireshark_gtk-extcap_spawn.o' libtool=no @AMDEPBACKSLASH@ |
||
3075 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3076 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-extcap_spawn.o `test -f 'extcap_spawn.c' || echo '$(srcdir)/'`extcap_spawn.c |
||
3077 | |||
3078 | wireshark_gtk-extcap_spawn.obj: extcap_spawn.c |
||
3079 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-extcap_spawn.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-extcap_spawn.Tpo -c -o wireshark_gtk-extcap_spawn.obj `if test -f 'extcap_spawn.c'; then $(CYGPATH_W) 'extcap_spawn.c'; else $(CYGPATH_W) '$(srcdir)/extcap_spawn.c'; fi` |
||
3080 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-extcap_spawn.Tpo $(DEPDIR)/wireshark_gtk-extcap_spawn.Po |
||
3081 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='extcap_spawn.c' object='wireshark_gtk-extcap_spawn.obj' libtool=no @AMDEPBACKSLASH@ |
||
3082 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3083 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-extcap_spawn.obj `if test -f 'extcap_spawn.c'; then $(CYGPATH_W) 'extcap_spawn.c'; else $(CYGPATH_W) '$(srcdir)/extcap_spawn.c'; fi` |
||
3084 | |||
3085 | wireshark_gtk-capture_info.o: capture_info.c |
||
3086 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-capture_info.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-capture_info.Tpo -c -o wireshark_gtk-capture_info.o `test -f 'capture_info.c' || echo '$(srcdir)/'`capture_info.c |
||
3087 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-capture_info.Tpo $(DEPDIR)/wireshark_gtk-capture_info.Po |
||
3088 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_info.c' object='wireshark_gtk-capture_info.o' libtool=no @AMDEPBACKSLASH@ |
||
3089 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3090 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-capture_info.o `test -f 'capture_info.c' || echo '$(srcdir)/'`capture_info.c |
||
3091 | |||
3092 | wireshark_gtk-capture_info.obj: capture_info.c |
||
3093 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-capture_info.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-capture_info.Tpo -c -o wireshark_gtk-capture_info.obj `if test -f 'capture_info.c'; then $(CYGPATH_W) 'capture_info.c'; else $(CYGPATH_W) '$(srcdir)/capture_info.c'; fi` |
||
3094 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-capture_info.Tpo $(DEPDIR)/wireshark_gtk-capture_info.Po |
||
3095 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_info.c' object='wireshark_gtk-capture_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
3096 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3097 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-capture_info.obj `if test -f 'capture_info.c'; then $(CYGPATH_W) 'capture_info.c'; else $(CYGPATH_W) '$(srcdir)/capture_info.c'; fi` |
||
3098 | |||
3099 | wireshark_gtk-capture_opts.o: capture_opts.c |
||
3100 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-capture_opts.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-capture_opts.Tpo -c -o wireshark_gtk-capture_opts.o `test -f 'capture_opts.c' || echo '$(srcdir)/'`capture_opts.c |
||
3101 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-capture_opts.Tpo $(DEPDIR)/wireshark_gtk-capture_opts.Po |
||
3102 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_opts.c' object='wireshark_gtk-capture_opts.o' libtool=no @AMDEPBACKSLASH@ |
||
3103 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3104 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-capture_opts.o `test -f 'capture_opts.c' || echo '$(srcdir)/'`capture_opts.c |
||
3105 | |||
3106 | wireshark_gtk-capture_opts.obj: capture_opts.c |
||
3107 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-capture_opts.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-capture_opts.Tpo -c -o wireshark_gtk-capture_opts.obj `if test -f 'capture_opts.c'; then $(CYGPATH_W) 'capture_opts.c'; else $(CYGPATH_W) '$(srcdir)/capture_opts.c'; fi` |
||
3108 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-capture_opts.Tpo $(DEPDIR)/wireshark_gtk-capture_opts.Po |
||
3109 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='capture_opts.c' object='wireshark_gtk-capture_opts.obj' libtool=no @AMDEPBACKSLASH@ |
||
3110 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3111 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-capture_opts.obj `if test -f 'capture_opts.c'; then $(CYGPATH_W) 'capture_opts.c'; else $(CYGPATH_W) '$(srcdir)/capture_opts.c'; fi` |
||
3112 | |||
3113 | wireshark_gtk-file.o: file.c |
||
3114 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-file.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-file.Tpo -c -o wireshark_gtk-file.o `test -f 'file.c' || echo '$(srcdir)/'`file.c |
||
3115 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-file.Tpo $(DEPDIR)/wireshark_gtk-file.Po |
||
3116 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file.c' object='wireshark_gtk-file.o' libtool=no @AMDEPBACKSLASH@ |
||
3117 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3118 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-file.o `test -f 'file.c' || echo '$(srcdir)/'`file.c |
||
3119 | |||
3120 | wireshark_gtk-file.obj: file.c |
||
3121 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-file.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-file.Tpo -c -o wireshark_gtk-file.obj `if test -f 'file.c'; then $(CYGPATH_W) 'file.c'; else $(CYGPATH_W) '$(srcdir)/file.c'; fi` |
||
3122 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-file.Tpo $(DEPDIR)/wireshark_gtk-file.Po |
||
3123 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='file.c' object='wireshark_gtk-file.obj' libtool=no @AMDEPBACKSLASH@ |
||
3124 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3125 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-file.obj `if test -f 'file.c'; then $(CYGPATH_W) 'file.c'; else $(CYGPATH_W) '$(srcdir)/file.c'; fi` |
||
3126 | |||
3127 | wireshark_gtk-fileset.o: fileset.c |
||
3128 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-fileset.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-fileset.Tpo -c -o wireshark_gtk-fileset.o `test -f 'fileset.c' || echo '$(srcdir)/'`fileset.c |
||
3129 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-fileset.Tpo $(DEPDIR)/wireshark_gtk-fileset.Po |
||
3130 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fileset.c' object='wireshark_gtk-fileset.o' libtool=no @AMDEPBACKSLASH@ |
||
3131 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3132 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-fileset.o `test -f 'fileset.c' || echo '$(srcdir)/'`fileset.c |
||
3133 | |||
3134 | wireshark_gtk-fileset.obj: fileset.c |
||
3135 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-fileset.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-fileset.Tpo -c -o wireshark_gtk-fileset.obj `if test -f 'fileset.c'; then $(CYGPATH_W) 'fileset.c'; else $(CYGPATH_W) '$(srcdir)/fileset.c'; fi` |
||
3136 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-fileset.Tpo $(DEPDIR)/wireshark_gtk-fileset.Po |
||
3137 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fileset.c' object='wireshark_gtk-fileset.obj' libtool=no @AMDEPBACKSLASH@ |
||
3138 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3139 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-fileset.obj `if test -f 'fileset.c'; then $(CYGPATH_W) 'fileset.c'; else $(CYGPATH_W) '$(srcdir)/fileset.c'; fi` |
||
3140 | |||
3141 | wireshark_gtk-filter_files.o: filter_files.c |
||
3142 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-filter_files.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-filter_files.Tpo -c -o wireshark_gtk-filter_files.o `test -f 'filter_files.c' || echo '$(srcdir)/'`filter_files.c |
||
3143 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-filter_files.Tpo $(DEPDIR)/wireshark_gtk-filter_files.Po |
||
3144 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter_files.c' object='wireshark_gtk-filter_files.o' libtool=no @AMDEPBACKSLASH@ |
||
3145 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3146 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-filter_files.o `test -f 'filter_files.c' || echo '$(srcdir)/'`filter_files.c |
||
3147 | |||
3148 | wireshark_gtk-filter_files.obj: filter_files.c |
||
3149 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-filter_files.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-filter_files.Tpo -c -o wireshark_gtk-filter_files.obj `if test -f 'filter_files.c'; then $(CYGPATH_W) 'filter_files.c'; else $(CYGPATH_W) '$(srcdir)/filter_files.c'; fi` |
||
3150 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-filter_files.Tpo $(DEPDIR)/wireshark_gtk-filter_files.Po |
||
3151 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filter_files.c' object='wireshark_gtk-filter_files.obj' libtool=no @AMDEPBACKSLASH@ |
||
3152 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3153 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-filter_files.obj `if test -f 'filter_files.c'; then $(CYGPATH_W) 'filter_files.c'; else $(CYGPATH_W) '$(srcdir)/filter_files.c'; fi` |
||
3154 | |||
3155 | wireshark_gtk-summary.o: summary.c |
||
3156 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-summary.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-summary.Tpo -c -o wireshark_gtk-summary.o `test -f 'summary.c' || echo '$(srcdir)/'`summary.c |
||
3157 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-summary.Tpo $(DEPDIR)/wireshark_gtk-summary.Po |
||
3158 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='summary.c' object='wireshark_gtk-summary.o' libtool=no @AMDEPBACKSLASH@ |
||
3159 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3160 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-summary.o `test -f 'summary.c' || echo '$(srcdir)/'`summary.c |
||
3161 | |||
3162 | wireshark_gtk-summary.obj: summary.c |
||
3163 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-summary.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-summary.Tpo -c -o wireshark_gtk-summary.obj `if test -f 'summary.c'; then $(CYGPATH_W) 'summary.c'; else $(CYGPATH_W) '$(srcdir)/summary.c'; fi` |
||
3164 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-summary.Tpo $(DEPDIR)/wireshark_gtk-summary.Po |
||
3165 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='summary.c' object='wireshark_gtk-summary.obj' libtool=no @AMDEPBACKSLASH@ |
||
3166 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3167 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-summary.obj `if test -f 'summary.c'; then $(CYGPATH_W) 'summary.c'; else $(CYGPATH_W) '$(srcdir)/summary.c'; fi` |
||
3168 | |||
3169 | wireshark_gtk-ws_version_info.o: ws_version_info.c |
||
3170 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-ws_version_info.o -MD -MP -MF $(DEPDIR)/wireshark_gtk-ws_version_info.Tpo -c -o wireshark_gtk-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
3171 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-ws_version_info.Tpo $(DEPDIR)/wireshark_gtk-ws_version_info.Po |
||
3172 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='wireshark_gtk-ws_version_info.o' libtool=no @AMDEPBACKSLASH@ |
||
3173 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3174 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-ws_version_info.o `test -f 'ws_version_info.c' || echo '$(srcdir)/'`ws_version_info.c |
||
3175 | |||
3176 | wireshark_gtk-ws_version_info.obj: ws_version_info.c |
||
3177 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wireshark_gtk-ws_version_info.obj -MD -MP -MF $(DEPDIR)/wireshark_gtk-ws_version_info.Tpo -c -o wireshark_gtk-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
3178 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark_gtk-ws_version_info.Tpo $(DEPDIR)/wireshark_gtk-ws_version_info.Po |
||
3179 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ws_version_info.c' object='wireshark_gtk-ws_version_info.obj' libtool=no @AMDEPBACKSLASH@ |
||
3180 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3181 | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_gtk_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wireshark_gtk-ws_version_info.obj `if test -f 'ws_version_info.c'; then $(CYGPATH_W) 'ws_version_info.c'; else $(CYGPATH_W) '$(srcdir)/ws_version_info.c'; fi` |
||
3182 | |||
3183 | .cpp.o: |
||
3184 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ |
||
3185 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
||
3186 | @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
3187 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
||
3188 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3189 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< |
||
3190 | |||
3191 | .cpp.obj: |
||
3192 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ |
||
3193 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ |
||
3194 | @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po |
||
3195 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
||
3196 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3197 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
||
3198 | |||
3199 | .cpp.lo: |
||
3200 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ |
||
3201 | @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ |
||
3202 | @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo |
||
3203 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
||
3204 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3205 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< |
||
3206 | |||
3207 | wireshark-wireshark-qt.o: wireshark-qt.cpp |
||
3208 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wireshark-wireshark-qt.o -MD -MP -MF $(DEPDIR)/wireshark-wireshark-qt.Tpo -c -o wireshark-wireshark-qt.o `test -f 'wireshark-qt.cpp' || echo '$(srcdir)/'`wireshark-qt.cpp |
||
3209 | @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-wireshark-qt.Tpo $(DEPDIR)/wireshark-wireshark-qt.Po |
||
3210 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='wireshark-qt.cpp' object='wireshark-wireshark-qt.o' libtool=no @AMDEPBACKSLASH@ |
||
3211 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3212 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wireshark-wireshark-qt.o `test -f 'wireshark-qt.cpp' || echo '$(srcdir)/'`wireshark-qt.cpp |
||
3213 | |||
3214 | wireshark-wireshark-qt.obj: wireshark-qt.cpp |
||
3215 | @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT wireshark-wireshark-qt.obj -MD -MP -MF $(DEPDIR)/wireshark-wireshark-qt.Tpo -c -o wireshark-wireshark-qt.obj `if test -f 'wireshark-qt.cpp'; then $(CYGPATH_W) 'wireshark-qt.cpp'; else $(CYGPATH_W) '$(srcdir)/wireshark-qt.cpp'; fi` |
||
3216 | @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wireshark-wireshark-qt.Tpo $(DEPDIR)/wireshark-wireshark-qt.Po |
||
3217 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='wireshark-qt.cpp' object='wireshark-wireshark-qt.obj' libtool=no @AMDEPBACKSLASH@ |
||
3218 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
||
3219 | @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wireshark_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o wireshark-wireshark-qt.obj `if test -f 'wireshark-qt.cpp'; then $(CYGPATH_W) 'wireshark-qt.cpp'; else $(CYGPATH_W) '$(srcdir)/wireshark-qt.cpp'; fi` |
||
3220 | |||
3221 | mostlyclean-libtool: |
||
3222 | -rm -f *.lo |
||
3223 | |||
3224 | clean-libtool: |
||
3225 | -rm -rf .libs _libs |
||
3226 | |||
3227 | distclean-libtool: |
||
3228 | -rm -f libtool config.lt |
||
3229 | install-dist_diameterDATA: $(dist_diameter_DATA) |
||
3230 | @$(NORMAL_INSTALL) |
||
3231 | @list='$(dist_diameter_DATA)'; test -n "$(diameterdir)" || list=; \ |
||
3232 | if test -n "$$list"; then \ |
||
3233 | echo " $(MKDIR_P) '$(DESTDIR)$(diameterdir)'"; \ |
||
3234 | $(MKDIR_P) "$(DESTDIR)$(diameterdir)" || exit 1; \ |
||
3235 | fi; \ |
||
3236 | for p in $$list; do \ |
||
3237 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
3238 | echo "$$d$$p"; \ |
||
3239 | done | $(am__base_list) | \ |
||
3240 | while read files; do \ |
||
3241 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(diameterdir)'"; \ |
||
3242 | $(INSTALL_DATA) $$files "$(DESTDIR)$(diameterdir)" || exit $$?; \ |
||
3243 | done |
||
3244 | |||
3245 | uninstall-dist_diameterDATA: |
||
3246 | @$(NORMAL_UNINSTALL) |
||
3247 | @list='$(dist_diameter_DATA)'; test -n "$(diameterdir)" || list=; \ |
||
3248 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
3249 | dir='$(DESTDIR)$(diameterdir)'; $(am__uninstall_files_from_dir) |
||
3250 | install-dist_dtdsDATA: $(dist_dtds_DATA) |
||
3251 | @$(NORMAL_INSTALL) |
||
3252 | @list='$(dist_dtds_DATA)'; test -n "$(dtdsdir)" || list=; \ |
||
3253 | if test -n "$$list"; then \ |
||
3254 | echo " $(MKDIR_P) '$(DESTDIR)$(dtdsdir)'"; \ |
||
3255 | $(MKDIR_P) "$(DESTDIR)$(dtdsdir)" || exit 1; \ |
||
3256 | fi; \ |
||
3257 | for p in $$list; do \ |
||
3258 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
3259 | echo "$$d$$p"; \ |
||
3260 | done | $(am__base_list) | \ |
||
3261 | while read files; do \ |
||
3262 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dtdsdir)'"; \ |
||
3263 | $(INSTALL_DATA) $$files "$(DESTDIR)$(dtdsdir)" || exit $$?; \ |
||
3264 | done |
||
3265 | |||
3266 | uninstall-dist_dtdsDATA: |
||
3267 | @$(NORMAL_UNINSTALL) |
||
3268 | @list='$(dist_dtds_DATA)'; test -n "$(dtdsdir)" || list=; \ |
||
3269 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
3270 | dir='$(DESTDIR)$(dtdsdir)'; $(am__uninstall_files_from_dir) |
||
3271 | install-dist_pkgdataDATA: $(dist_pkgdata_DATA) |
||
3272 | @$(NORMAL_INSTALL) |
||
3273 | @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ |
||
3274 | if test -n "$$list"; then \ |
||
3275 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ |
||
3276 | $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ |
||
3277 | fi; \ |
||
3278 | for p in $$list; do \ |
||
3279 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
3280 | echo "$$d$$p"; \ |
||
3281 | done | $(am__base_list) | \ |
||
3282 | while read files; do \ |
||
3283 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ |
||
3284 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ |
||
3285 | done |
||
3286 | |||
3287 | uninstall-dist_pkgdataDATA: |
||
3288 | @$(NORMAL_UNINSTALL) |
||
3289 | @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ |
||
3290 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
3291 | dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) |
||
3292 | install-dist_radiusDATA: $(dist_radius_DATA) |
||
3293 | @$(NORMAL_INSTALL) |
||
3294 | @list='$(dist_radius_DATA)'; test -n "$(radiusdir)" || list=; \ |
||
3295 | if test -n "$$list"; then \ |
||
3296 | echo " $(MKDIR_P) '$(DESTDIR)$(radiusdir)'"; \ |
||
3297 | $(MKDIR_P) "$(DESTDIR)$(radiusdir)" || exit 1; \ |
||
3298 | fi; \ |
||
3299 | for p in $$list; do \ |
||
3300 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
3301 | echo "$$d$$p"; \ |
||
3302 | done | $(am__base_list) | \ |
||
3303 | while read files; do \ |
||
3304 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(radiusdir)'"; \ |
||
3305 | $(INSTALL_DATA) $$files "$(DESTDIR)$(radiusdir)" || exit $$?; \ |
||
3306 | done |
||
3307 | |||
3308 | uninstall-dist_radiusDATA: |
||
3309 | @$(NORMAL_UNINSTALL) |
||
3310 | @list='$(dist_radius_DATA)'; test -n "$(radiusdir)" || list=; \ |
||
3311 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
3312 | dir='$(DESTDIR)$(radiusdir)'; $(am__uninstall_files_from_dir) |
||
3313 | install-dist_tpncpDATA: $(dist_tpncp_DATA) |
||
3314 | @$(NORMAL_INSTALL) |
||
3315 | @list='$(dist_tpncp_DATA)'; test -n "$(tpncpdir)" || list=; \ |
||
3316 | if test -n "$$list"; then \ |
||
3317 | echo " $(MKDIR_P) '$(DESTDIR)$(tpncpdir)'"; \ |
||
3318 | $(MKDIR_P) "$(DESTDIR)$(tpncpdir)" || exit 1; \ |
||
3319 | fi; \ |
||
3320 | for p in $$list; do \ |
||
3321 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
3322 | echo "$$d$$p"; \ |
||
3323 | done | $(am__base_list) | \ |
||
3324 | while read files; do \ |
||
3325 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tpncpdir)'"; \ |
||
3326 | $(INSTALL_DATA) $$files "$(DESTDIR)$(tpncpdir)" || exit $$?; \ |
||
3327 | done |
||
3328 | |||
3329 | uninstall-dist_tpncpDATA: |
||
3330 | @$(NORMAL_UNINSTALL) |
||
3331 | @list='$(dist_tpncp_DATA)'; test -n "$(tpncpdir)" || list=; \ |
||
3332 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
3333 | dir='$(DESTDIR)$(tpncpdir)'; $(am__uninstall_files_from_dir) |
||
3334 | install-dist_wimaxasncpDATA: $(dist_wimaxasncp_DATA) |
||
3335 | @$(NORMAL_INSTALL) |
||
3336 | @list='$(dist_wimaxasncp_DATA)'; test -n "$(wimaxasncpdir)" || list=; \ |
||
3337 | if test -n "$$list"; then \ |
||
3338 | echo " $(MKDIR_P) '$(DESTDIR)$(wimaxasncpdir)'"; \ |
||
3339 | $(MKDIR_P) "$(DESTDIR)$(wimaxasncpdir)" || exit 1; \ |
||
3340 | fi; \ |
||
3341 | for p in $$list; do \ |
||
3342 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
3343 | echo "$$d$$p"; \ |
||
3344 | done | $(am__base_list) | \ |
||
3345 | while read files; do \ |
||
3346 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wimaxasncpdir)'"; \ |
||
3347 | $(INSTALL_DATA) $$files "$(DESTDIR)$(wimaxasncpdir)" || exit $$?; \ |
||
3348 | done |
||
3349 | |||
3350 | uninstall-dist_wimaxasncpDATA: |
||
3351 | @$(NORMAL_UNINSTALL) |
||
3352 | @list='$(dist_wimaxasncp_DATA)'; test -n "$(wimaxasncpdir)" || list=; \ |
||
3353 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
3354 | dir='$(DESTDIR)$(wimaxasncpdir)'; $(am__uninstall_files_from_dir) |
||
3355 | install-nobase_dist_profilesDATA: $(nobase_dist_profiles_DATA) |
||
3356 | @$(NORMAL_INSTALL) |
||
3357 | @list='$(nobase_dist_profiles_DATA)'; test -n "$(profilesdir)" || list=; \ |
||
3358 | if test -n "$$list"; then \ |
||
3359 | echo " $(MKDIR_P) '$(DESTDIR)$(profilesdir)'"; \ |
||
3360 | $(MKDIR_P) "$(DESTDIR)$(profilesdir)" || exit 1; \ |
||
3361 | fi; \ |
||
3362 | $(am__nobase_list) | while read dir files; do \ |
||
3363 | xfiles=; for file in $$files; do \ |
||
3364 | if test -f "$$file"; then xfiles="$$xfiles $$file"; \ |
||
3365 | else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ |
||
3366 | test -z "$$xfiles" || { \ |
||
3367 | test "x$$dir" = x. || { \ |
||
3368 | echo " $(MKDIR_P) '$(DESTDIR)$(profilesdir)/$$dir'"; \ |
||
3369 | $(MKDIR_P) "$(DESTDIR)$(profilesdir)/$$dir"; }; \ |
||
3370 | echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(profilesdir)/$$dir'"; \ |
||
3371 | $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(profilesdir)/$$dir" || exit $$?; }; \ |
||
3372 | done |
||
3373 | |||
3374 | uninstall-nobase_dist_profilesDATA: |
||
3375 | @$(NORMAL_UNINSTALL) |
||
3376 | @list='$(nobase_dist_profiles_DATA)'; test -n "$(profilesdir)" || list=; \ |
||
3377 | $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ |
||
3378 | dir='$(DESTDIR)$(profilesdir)'; $(am__uninstall_files_from_dir) |
||
3379 | install-pkgconfigDATA: $(pkgconfig_DATA) |
||
3380 | @$(NORMAL_INSTALL) |
||
3381 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
||
3382 | if test -n "$$list"; then \ |
||
3383 | echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ |
||
3384 | $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ |
||
3385 | fi; \ |
||
3386 | for p in $$list; do \ |
||
3387 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
||
3388 | echo "$$d$$p"; \ |
||
3389 | done | $(am__base_list) | \ |
||
3390 | while read files; do \ |
||
3391 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ |
||
3392 | $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ |
||
3393 | done |
||
3394 | |||
3395 | uninstall-pkgconfigDATA: |
||
3396 | @$(NORMAL_UNINSTALL) |
||
3397 | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ |
||
3398 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
||
3399 | dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) |
||
3400 | |||
3401 | # This directory's subdirectories are mostly independent; you can cd |
||
3402 | # into them and run 'make' without going through this Makefile. |
||
3403 | # To change the values of 'make' variables: instead of editing Makefiles, |
||
3404 | # (1) if the variable is set in 'config.status', edit 'config.status' |
||
3405 | # (which will cause the Makefiles to be regenerated when you run 'make'); |
||
3406 | # (2) otherwise, pass the desired values on the 'make' command line. |
||
3407 | $(am__recursive_targets): |
||
3408 | @fail=; \ |
||
3409 | if $(am__make_keepgoing); then \ |
||
3410 | failcom='fail=yes'; \ |
||
3411 | else \ |
||
3412 | failcom='exit 1'; \ |
||
3413 | fi; \ |
||
3414 | dot_seen=no; \ |
||
3415 | target=`echo $@ | sed s/-recursive//`; \ |
||
3416 | case "$@" in \ |
||
3417 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
||
3418 | *) list='$(SUBDIRS)' ;; \ |
||
3419 | esac; \ |
||
3420 | for subdir in $$list; do \ |
||
3421 | echo "Making $$target in $$subdir"; \ |
||
3422 | if test "$$subdir" = "."; then \ |
||
3423 | dot_seen=yes; \ |
||
3424 | local_target="$$target-am"; \ |
||
3425 | else \ |
||
3426 | local_target="$$target"; \ |
||
3427 | fi; \ |
||
3428 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
||
3429 | || eval $$failcom; \ |
||
3430 | done; \ |
||
3431 | if test "$$dot_seen" = "no"; then \ |
||
3432 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
||
3433 | fi; test -z "$$fail" |
||
3434 | |||
3435 | ID: $(am__tagged_files) |
||
3436 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
||
3437 | tags: tags-recursive |
||
3438 | TAGS: tags |
||
3439 | |||
3440 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
3441 | set x; \ |
||
3442 | here=`pwd`; \ |
||
3443 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
||
3444 | include_option=--etags-include; \ |
||
3445 | empty_fix=.; \ |
||
3446 | else \ |
||
3447 | include_option=--include; \ |
||
3448 | empty_fix=; \ |
||
3449 | fi; \ |
||
3450 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
||
3451 | if test "$$subdir" = .; then :; else \ |
||
3452 | test ! -f $$subdir/TAGS || \ |
||
3453 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
||
3454 | fi; \ |
||
3455 | done; \ |
||
3456 | $(am__define_uniq_tagged_files); \ |
||
3457 | shift; \ |
||
3458 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
||
3459 | test -n "$$unique" || unique=$$empty_fix; \ |
||
3460 | if test $$# -gt 0; then \ |
||
3461 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
3462 | "$$@" $$unique; \ |
||
3463 | else \ |
||
3464 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
||
3465 | $$unique; \ |
||
3466 | fi; \ |
||
3467 | fi |
||
3468 | ctags: ctags-recursive |
||
3469 | |||
3470 | CTAGS: ctags |
||
3471 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
||
3472 | $(am__define_uniq_tagged_files); \ |
||
3473 | test -z "$(CTAGS_ARGS)$$unique" \ |
||
3474 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
||
3475 | $$unique |
||
3476 | |||
3477 | GTAGS: |
||
3478 | here=`$(am__cd) $(top_builddir) && pwd` \ |
||
3479 | && $(am__cd) $(top_srcdir) \ |
||
3480 | && gtags -i $(GTAGS_ARGS) "$$here" |
||
3481 | cscope: cscope.files |
||
3482 | test ! -s cscope.files \ |
||
3483 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
||
3484 | clean-cscope: |
||
3485 | -rm -f cscope.files |
||
3486 | cscope.files: clean-cscope cscopelist |
||
3487 | cscopelist: cscopelist-recursive |
||
3488 | |||
3489 | cscopelist-am: $(am__tagged_files) |
||
3490 | list='$(am__tagged_files)'; \ |
||
3491 | case "$(srcdir)" in \ |
||
3492 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
||
3493 | *) sdir=$(subdir)/$(srcdir) ;; \ |
||
3494 | esac; \ |
||
3495 | for i in $$list; do \ |
||
3496 | if test -f "$$i"; then \ |
||
3497 | echo "$(subdir)/$$i"; \ |
||
3498 | else \ |
||
3499 | echo "$$sdir/$$i"; \ |
||
3500 | fi; \ |
||
3501 | done >> $(top_builddir)/cscope.files |
||
3502 | |||
3503 | distclean-tags: |
||
3504 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
||
3505 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
||
3506 | |||
3507 | distdir: $(DISTFILES) |
||
3508 | $(am__remove_distdir) |
||
3509 | test -d "$(distdir)" || mkdir "$(distdir)" |
||
3510 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
3511 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
||
3512 | list='$(DISTFILES)'; \ |
||
3513 | dist_files=`for file in $$list; do echo $$file; done | \ |
||
3514 | sed -e "s|^$$srcdirstrip/||;t" \ |
||
3515 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
||
3516 | case $$dist_files in \ |
||
3517 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
||
3518 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
||
3519 | sort -u` ;; \ |
||
3520 | esac; \ |
||
3521 | for file in $$dist_files; do \ |
||
3522 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
||
3523 | if test -d $$d/$$file; then \ |
||
3524 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
||
3525 | if test -d "$(distdir)/$$file"; then \ |
||
3526 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
3527 | fi; \ |
||
3528 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
||
3529 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
||
3530 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
||
3531 | fi; \ |
||
3532 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
||
3533 | else \ |
||
3534 | test -f "$(distdir)/$$file" \ |
||
3535 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
||
3536 | || exit 1; \ |
||
3537 | fi; \ |
||
3538 | done |
||
3539 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
||
3540 | if test "$$subdir" = .; then :; else \ |
||
3541 | $(am__make_dryrun) \ |
||
3542 | || test -d "$(distdir)/$$subdir" \ |
||
3543 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
||
3544 | || exit 1; \ |
||
3545 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
||
3546 | $(am__relativize); \ |
||
3547 | new_distdir=$$reldir; \ |
||
3548 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
||
3549 | $(am__relativize); \ |
||
3550 | new_top_distdir=$$reldir; \ |
||
3551 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
||
3552 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
||
3553 | ($(am__cd) $$subdir && \ |
||
3554 | $(MAKE) $(AM_MAKEFLAGS) \ |
||
3555 | top_distdir="$$new_top_distdir" \ |
||
3556 | distdir="$$new_distdir" \ |
||
3557 | am__remove_distdir=: \ |
||
3558 | am__skip_length_check=: \ |
||
3559 | am__skip_mode_fix=: \ |
||
3560 | distdir) \ |
||
3561 | || exit 1; \ |
||
3562 | fi; \ |
||
3563 | done |
||
3564 | $(MAKE) $(AM_MAKEFLAGS) \ |
||
3565 | top_distdir="$(top_distdir)" distdir="$(distdir)" \ |
||
3566 | dist-hook |
||
3567 | -test -n "$(am__skip_mode_fix)" \ |
||
3568 | || find "$(distdir)" -type d ! -perm -755 \ |
||
3569 | -exec chmod u+rwx,go+rx {} \; -o \ |
||
3570 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
||
3571 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
||
3572 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
||
3573 | || chmod -R a+r "$(distdir)" |
||
3574 | dist-gzip: distdir |
||
3575 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
||
3576 | $(am__post_remove_distdir) |
||
3577 | dist-bzip2: distdir |
||
3578 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
||
3579 | $(am__post_remove_distdir) |
||
3580 | |||
3581 | dist-lzip: distdir |
||
3582 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
||
3583 | $(am__post_remove_distdir) |
||
3584 | |||
3585 | dist-xz: distdir |
||
3586 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
||
3587 | $(am__post_remove_distdir) |
||
3588 | |||
3589 | dist-tarZ: distdir |
||
3590 | @echo WARNING: "Support for distribution archives compressed with" \ |
||
3591 | "legacy program 'compress' is deprecated." >&2 |
||
3592 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
||
3593 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
||
3594 | $(am__post_remove_distdir) |
||
3595 | |||
3596 | dist-shar: distdir |
||
3597 | @echo WARNING: "Support for shar distribution archives is" \ |
||
3598 | "deprecated." >&2 |
||
3599 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
||
3600 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
||
3601 | $(am__post_remove_distdir) |
||
3602 | |||
3603 | dist-zip: distdir |
||
3604 | -rm -f $(distdir).zip |
||
3605 | zip -rq $(distdir).zip $(distdir) |
||
3606 | $(am__post_remove_distdir) |
||
3607 | |||
3608 | dist dist-all: |
||
3609 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
||
3610 | $(am__post_remove_distdir) |
||
3611 | |||
3612 | # This target untars the dist file and tries a VPATH configuration. Then |
||
3613 | # it guarantees that the distribution is self-contained by making another |
||
3614 | # tarfile. |
||
3615 | distcheck: dist |
||
3616 | case '$(DIST_ARCHIVES)' in \ |
||
3617 | *.tar.gz*) \ |
||
3618 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
||
3619 | *.tar.bz2*) \ |
||
3620 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
||
3621 | *.tar.lz*) \ |
||
3622 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
||
3623 | *.tar.xz*) \ |
||
3624 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
||
3625 | *.tar.Z*) \ |
||
3626 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
||
3627 | *.shar.gz*) \ |
||
3628 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
||
3629 | *.zip*) \ |
||
3630 | unzip $(distdir).zip ;;\ |
||
3631 | esac |
||
3632 | chmod -R a-w $(distdir) |
||
3633 | chmod u+w $(distdir) |
||
3634 | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst |
||
3635 | chmod a-w $(distdir) |
||
3636 | test -d $(distdir)/_build || exit 0; \ |
||
3637 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
||
3638 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
||
3639 | && am__cwd=`pwd` \ |
||
3640 | && $(am__cd) $(distdir)/_build/sub \ |
||
3641 | && ../../configure \ |
||
3642 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
||
3643 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
||
3644 | --srcdir=../.. --prefix="$$dc_install_base" \ |
||
3645 | && $(MAKE) $(AM_MAKEFLAGS) \ |
||
3646 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
||
3647 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
||
3648 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
||
3649 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
||
3650 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
||
3651 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
||
3652 | distuninstallcheck \ |
||
3653 | && chmod -R a-w "$$dc_install_base" \ |
||
3654 | && ({ \ |
||
3655 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
||
3656 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
||
3657 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
||
3658 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
||
3659 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
||
3660 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
||
3661 | && rm -rf "$$dc_destdir" \ |
||
3662 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
||
3663 | && rm -rf $(DIST_ARCHIVES) \ |
||
3664 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
||
3665 | && cd "$$am__cwd" \ |
||
3666 | || exit 1 |
||
3667 | $(am__post_remove_distdir) |
||
3668 | @(echo "$(distdir) archives ready for distribution: "; \ |
||
3669 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
||
3670 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
||
3671 | distuninstallcheck: |
||
3672 | @test -n '$(distuninstallcheck_dir)' || { \ |
||
3673 | echo 'ERROR: trying to run $@ with an empty' \ |
||
3674 | '$$(distuninstallcheck_dir)' >&2; \ |
||
3675 | exit 1; \ |
||
3676 | }; \ |
||
3677 | $(am__cd) '$(distuninstallcheck_dir)' || { \ |
||
3678 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
||
3679 | exit 1; \ |
||
3680 | }; \ |
||
3681 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
||
3682 | || { echo "ERROR: files left after uninstall:" ; \ |
||
3683 | if test -n "$(DESTDIR)"; then \ |
||
3684 | echo " (check DESTDIR support)"; \ |
||
3685 | fi ; \ |
||
3686 | $(distuninstallcheck_listfiles) ; \ |
||
3687 | exit 1; } >&2 |
||
3688 | distcleancheck: distclean |
||
3689 | @if test '$(srcdir)' = . ; then \ |
||
3690 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
||
3691 | exit 1 ; \ |
||
3692 | fi |
||
3693 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
||
3694 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
||
3695 | $(distcleancheck_listfiles) ; \ |
||
3696 | exit 1; } >&2 |
||
3697 | check-am: all-am |
||
3698 | check: $(BUILT_SOURCES) |
||
3699 | $(MAKE) $(AM_MAKEFLAGS) check-recursive |
||
3700 | all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS) config.h |
||
3701 | installdirs: installdirs-recursive |
||
3702 | installdirs-am: |
||
3703 | for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(diameterdir)" "$(DESTDIR)$(dtdsdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(radiusdir)" "$(DESTDIR)$(tpncpdir)" "$(DESTDIR)$(wimaxasncpdir)" "$(DESTDIR)$(profilesdir)" "$(DESTDIR)$(pkgconfigdir)"; do \ |
||
3704 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
||
3705 | done |
||
3706 | install: $(BUILT_SOURCES) |
||
3707 | $(MAKE) $(AM_MAKEFLAGS) install-recursive |
||
3708 | install-exec: install-exec-recursive |
||
3709 | install-data: install-data-recursive |
||
3710 | uninstall: uninstall-recursive |
||
3711 | |||
3712 | install-am: all-am |
||
3713 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
||
3714 | |||
3715 | installcheck: installcheck-recursive |
||
3716 | install-strip: |
||
3717 | if test -z '$(STRIP)'; then \ |
||
3718 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
3719 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
3720 | install; \ |
||
3721 | else \ |
||
3722 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
||
3723 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
||
3724 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
||
3725 | fi |
||
3726 | mostlyclean-generic: |
||
3727 | |||
3728 | clean-generic: |
||
3729 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
||
3730 | |||
3731 | distclean-generic: |
||
3732 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
||
3733 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
||
3734 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
||
3735 | |||
3736 | maintainer-clean-generic: |
||
3737 | @echo "This command is intended for maintainers to use" |
||
3738 | @echo "it deletes files that may require special tools to rebuild." |
||
3739 | -rm -f text2pcap-scanner.c |
||
3740 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
||
3741 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
||
3742 | clean: clean-recursive |
||
3743 | |||
3744 | clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \ |
||
3745 | mostlyclean-am |
||
3746 | |||
3747 | distclean: distclean-recursive |
||
3748 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
||
3749 | -rm -rf ./$(DEPDIR) |
||
3750 | -rm -f Makefile |
||
3751 | distclean-am: clean-am distclean-compile distclean-generic \ |
||
3752 | distclean-hdr distclean-libtool distclean-tags |
||
3753 | |||
3754 | dvi: dvi-recursive |
||
3755 | |||
3756 | dvi-am: |
||
3757 | |||
3758 | html: html-recursive |
||
3759 | |||
3760 | html-am: |
||
3761 | |||
3762 | info: info-recursive |
||
3763 | |||
3764 | info-am: |
||
3765 | |||
3766 | install-data-am: install-data-local install-dist_diameterDATA \ |
||
3767 | install-dist_dtdsDATA install-dist_pkgdataDATA \ |
||
3768 | install-dist_radiusDATA install-dist_tpncpDATA \ |
||
3769 | install-dist_wimaxasncpDATA install-nobase_dist_profilesDATA \ |
||
3770 | install-pkgconfigDATA |
||
3771 | @$(NORMAL_INSTALL) |
||
3772 | $(MAKE) $(AM_MAKEFLAGS) install-data-hook |
||
3773 | install-dvi: install-dvi-recursive |
||
3774 | |||
3775 | install-dvi-am: |
||
3776 | |||
3777 | install-exec-am: install-binPROGRAMS |
||
3778 | @$(NORMAL_INSTALL) |
||
3779 | $(MAKE) $(AM_MAKEFLAGS) install-exec-hook |
||
3780 | install-html: install-html-recursive |
||
3781 | |||
3782 | install-html-am: |
||
3783 | |||
3784 | install-info: install-info-recursive |
||
3785 | |||
3786 | install-info-am: |
||
3787 | |||
3788 | install-man: |
||
3789 | |||
3790 | install-pdf: install-pdf-recursive |
||
3791 | |||
3792 | install-pdf-am: |
||
3793 | |||
3794 | install-ps: install-ps-recursive |
||
3795 | |||
3796 | install-ps-am: |
||
3797 | |||
3798 | installcheck-am: |
||
3799 | |||
3800 | maintainer-clean: maintainer-clean-recursive |
||
3801 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
||
3802 | -rm -rf $(top_srcdir)/autom4te.cache |
||
3803 | -rm -rf ./$(DEPDIR) |
||
3804 | -rm -f Makefile |
||
3805 | maintainer-clean-am: distclean-am maintainer-clean-generic |
||
3806 | |||
3807 | mostlyclean: mostlyclean-recursive |
||
3808 | |||
3809 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
||
3810 | mostlyclean-libtool |
||
3811 | |||
3812 | pdf: pdf-recursive |
||
3813 | |||
3814 | pdf-am: |
||
3815 | |||
3816 | ps: ps-recursive |
||
3817 | |||
3818 | ps-am: |
||
3819 | |||
3820 | uninstall-am: uninstall-binPROGRAMS uninstall-dist_diameterDATA \ |
||
3821 | uninstall-dist_dtdsDATA uninstall-dist_pkgdataDATA \ |
||
3822 | uninstall-dist_radiusDATA uninstall-dist_tpncpDATA \ |
||
3823 | uninstall-dist_wimaxasncpDATA uninstall-local \ |
||
3824 | uninstall-nobase_dist_profilesDATA uninstall-pkgconfigDATA |
||
3825 | @$(NORMAL_INSTALL) |
||
3826 | $(MAKE) $(AM_MAKEFLAGS) uninstall-hook |
||
3827 | .MAKE: $(am__recursive_targets) all check install install-am \ |
||
3828 | install-data-am install-exec-am install-strip uninstall-am |
||
3829 | |||
3830 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
||
3831 | am--refresh check check-am clean clean-binPROGRAMS \ |
||
3832 | clean-cscope clean-generic clean-libtool clean-local cscope \ |
||
3833 | cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ |
||
3834 | dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ |
||
3835 | dist-zip distcheck distclean distclean-compile \ |
||
3836 | distclean-generic distclean-hdr distclean-libtool \ |
||
3837 | distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
||
3838 | dvi-am html html-am info info-am install install-am \ |
||
3839 | install-binPROGRAMS install-data install-data-am \ |
||
3840 | install-data-hook install-data-local install-dist_diameterDATA \ |
||
3841 | install-dist_dtdsDATA install-dist_pkgdataDATA \ |
||
3842 | install-dist_radiusDATA install-dist_tpncpDATA \ |
||
3843 | install-dist_wimaxasncpDATA install-dvi install-dvi-am \ |
||
3844 | install-exec install-exec-am install-exec-hook install-html \ |
||
3845 | install-html-am install-info install-info-am install-man \ |
||
3846 | install-nobase_dist_profilesDATA install-pdf install-pdf-am \ |
||
3847 | install-pkgconfigDATA install-ps install-ps-am install-strip \ |
||
3848 | installcheck installcheck-am installdirs installdirs-am \ |
||
3849 | maintainer-clean maintainer-clean-generic mostlyclean \ |
||
3850 | mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
||
3851 | pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ |
||
3852 | uninstall-binPROGRAMS uninstall-dist_diameterDATA \ |
||
3853 | uninstall-dist_dtdsDATA uninstall-dist_pkgdataDATA \ |
||
3854 | uninstall-dist_radiusDATA uninstall-dist_tpncpDATA \ |
||
3855 | uninstall-dist_wimaxasncpDATA uninstall-hook uninstall-local \ |
||
3856 | uninstall-nobase_dist_profilesDATA uninstall-pkgconfigDATA |
||
3857 | |||
3858 | .PRECIOUS: Makefile |
||
3859 | |||
3860 | $(LEMON): |
||
3861 | cd $(lemon_builddir) && $(MAKE) |
||
3862 | |||
3863 | .l.c: |
||
3864 | $(AM_V_RUNLEX)$(RUNLEX) "$(LEX)" "$(SED)" -o$@ $< |
||
3865 | abi-descriptor.xml: ../abi-descriptor.template |
||
3866 | $(AM_V_SED)$(SED) \ |
||
3867 | -e 's|@INCLUDE_DIRS@|$(abi_includes)|g' \ |
||
3868 | -e 's/ *NEWLINE/\n /g' \ |
||
3869 | -e 's|@LIBRARY_OUTPUT_PATH@|{RELPATH}/.libs|' $< > $@ |
||
3870 | |||
3871 | @HAVE_PLUGINS_TRUE@-include plugins/Custom.make |
||
3872 | |||
3873 | # |
||
3874 | # Build the version string |
||
3875 | # |
||
3876 | # FORCE is the portable version of .PHONY |
||
3877 | FORCE: |
||
3878 | |||
3879 | version.h: FORCE |
||
3880 | $(AM_V_PERL)$(PERL) $(srcdir)/make-version.pl $(srcdir) |
||
3881 | .sh: |
||
3882 | rm -f $@ $@.tmp |
||
3883 | $(editsh) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@ |
||
3884 | |||
3885 | services: |
||
3886 | $(PYTHON) $(srcdir)/tools/make-services.py |
||
3887 | |||
3888 | install-exec-hook: |
||
3889 | @HAVE_DUMPCAP_GROUP_TRUE@ chgrp $(DUMPCAP_GROUP) $(DESTDIR)$(bindir)/dumpcap |
||
3890 | @SETCAP_INSTALL_TRUE@ $(SETCAP) cap_net_raw,cap_net_admin+ep $(DESTDIR)$(bindir)/dumpcap |
||
3891 | @SETCAP_INSTALL_TRUE@ chmod o-rws $(DESTDIR)$(bindir)/dumpcap |
||
3892 | @SETCAP_INSTALL_FALSE@@SETUID_INSTALL_TRUE@ chmod o-rws $(DESTDIR)$(bindir)/dumpcap |
||
3893 | @SETCAP_INSTALL_FALSE@@SETUID_INSTALL_TRUE@ chmod +s $(DESTDIR)$(bindir)/dumpcap |
||
3894 | |||
3895 | help/faq.txt: $(srcdir)/help/faq.py |
||
3896 | $(AM_V_GEN)(cd help ; \ |
||
3897 | $(MAKE) faq.txt ;) |
||
3898 | |||
3899 | libtool: $(LIBTOOL_DEPS) |
||
3900 | $(SHELL) ./config.status --recheck |
||
3901 | |||
3902 | patch-bzip2: distdir |
||
3903 | if test x$(BASE_VERSION) != x$(PREV_VERSION) ; then \ |
||
3904 | curl --time-cond $(PREV_FILE) --location --output $(PREV_FILE) $(PREV_URL) && \ |
||
3905 | tar -xjf $(PREV_FILE) && \ |
||
3906 | diff -urN $(PREV_DIR) $(distdir) | bzip2 > patch-wireshark-$(PREV_VERSION)-to-$(VERSION).bz2 && \ |
||
3907 | echo "Created patch-bzip2" ; \ |
||
3908 | rm -rf "$(PREV_FILE)" "$(PREV_DIR)" ; \ |
||
3909 | else \ |
||
3910 | echo "This appears to be the first micro version ($(PREV_VERSION)). Skipping." ; \ |
||
3911 | fi |
||
3912 | $(am__remove_distdir) |
||
3913 | |||
3914 | # |
||
3915 | # Install icons and other desktop files for (for use with GNOME, KDE, or |
||
3916 | # any other freedesktop.org-compliant desktops). |
||
3917 | # |
||
3918 | # We use $(datadir). If the desktop doesn't look for them there, |
||
3919 | # the desktop is broken; the latest XDG Base Directory Specification |
||
3920 | # at |
||
3921 | # |
||
3922 | # http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html |
||
3923 | # |
||
3924 | # says |
||
3925 | # |
||
3926 | # $XDG_DATA_DIRS defines the preference-ordered set of base directories |
||
3927 | # to search for data files in addition to the $XDG_DATA_HOME base |
||
3928 | # directory. The directories in $XDG_DATA_DIRS should be seperated with a |
||
3929 | # colon ':'. |
||
3930 | # |
||
3931 | # If $XDG_DATA_DIRS is either not set or empty, a value equal to |
||
3932 | # /usr/local/share/:/usr/share/ should be used. |
||
3933 | # |
||
3934 | # so: |
||
3935 | # |
||
3936 | # if this is configured to install under /usr, that should Just Work, |
||
3937 | # unless XDG_DATA_DIRS is set incorrectly or the desktop isn't |
||
3938 | # compliant with the latest version of the spec; |
||
3939 | # |
||
3940 | # if this installs under the default /usr/share, that should Just Work, |
||
3941 | # unless XDG_DATA_DIRS is set incorrectly or the desktop isn't |
||
3942 | # compliant with the latest version of the spec; |
||
3943 | # |
||
3944 | # if this is configured to install somewhere else, whoever configured |
||
3945 | # it should also have made sure that XDG_DATA_DIRS was set correctly |
||
3946 | # and, if that doesn't work, the desktop isn't compliant with the |
||
3947 | # latest version of the spec. |
||
3948 | # |
||
3949 | # We install these as part of the standard installation process, just |
||
3950 | # as, for example, Inkscape does with its icons. See bug 10737. |
||
3951 | # |
||
3952 | # Do not use the -T flag to the install command, as it's not portable. |
||
3953 | # Some versions of install don't support a -T flag at all, and the |
||
3954 | # FreeBSD install command has a -T flag that takes an argument and |
||
3955 | # that has completely different semantics. |
||
3956 | # |
||
3957 | # We neither need nor want any of this on OS X, nor do we want it if |
||
3958 | # we're not building Wireshark (that being the only desktop app). |
||
3959 | # |
||
3960 | install-data-local: |
||
3961 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ mkdir -p $(DESTDIR)$(datadir)/mime/packages |
||
3962 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ install -m 644 $(srcdir)/wireshark-mime-package.xml $(DESTDIR)$(datadir)/mime/packages/wireshark.xml |
||
3963 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ mkdir -p $(DESTDIR)$(datadir)/appdata |
||
3964 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ install -m 644 $(srcdir)/wireshark.appdata.xml $(DESTDIR)$(datadir)/appdata/wireshark.appdata.xml |
||
3965 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ mkdir -p $(DESTDIR)$(datadir)/applications |
||
3966 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ if test x$(DESKTOP_FILE_INSTALL) != x ; then \ |
||
3967 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ $(DESKTOP_FILE_INSTALL) --dir $(DESTDIR)$(datadir)/applications $(srcdir)/wireshark.desktop $(srcdir)/wireshark-gtk.desktop ; \ |
||
3968 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ else \ |
||
3969 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ install -m 644 $(srcdir)/wireshark.desktop $(srcdir)/wireshark-gtk.desktop $(DESTDIR)$(datadir)/applications; \ |
||
3970 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ fi |
||
3971 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ for size in 16 24 32 48 64 128 256; \ |
||
3972 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ do \ |
||
3973 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/apps ; \ |
||
3974 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ install -m 644 $(srcdir)/image/wsicon$${size}.png $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/apps/wireshark.png ; \ |
||
3975 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/mimetypes ; \ |
||
3976 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ install -m 644 $(srcdir)/image/WiresharkDoc-$${size}.png $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/mimetypes/application-wireshark-doc.png ; \ |
||
3977 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ done |
||
3978 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/scalable/apps |
||
3979 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ install -m 644 $(srcdir)/image/wsicon.svg $(DESTDIR)$(datadir)/icons/hicolor/scalable/apps/wireshark.svg |
||
3980 | |||
3981 | uninstall-local: |
||
3982 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ rm -f $(DESTDIR)$(datadir)/appdata/wireshark.appdata.xml |
||
3983 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ rm -f $(DESTDIR)$(datadir)/applications/wireshark.desktop |
||
3984 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ rm -f $(DESTDIR)$(datadir)/applications/wireshark-gtk.desktop |
||
3985 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ rm -f $(DESTDIR)$(datadir)/mime/packages/wireshark.xml |
||
3986 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ for size in 16 24 32 48 64 128 256; \ |
||
3987 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ do \ |
||
3988 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ rm -f $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/apps/wireshark.png ; \ |
||
3989 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ rm -f $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/mimetypes/application-wireshark-doc.png ; \ |
||
3990 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ done |
||
3991 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ rm -f $(DESTDIR)$(datadir)/icons/hicolor/scalable/apps/wireshark.svg |
||
3992 | |||
3993 | install-data-hook: update-databases-and-caches-install |
||
3994 | uninstall-hook: update-databases-and-caches-uninstall |
||
3995 | |||
3996 | # |
||
3997 | # XXX - which of this stuff can, and should, we do ourselves? |
||
3998 | # |
||
3999 | # If we're "installing" under $(DESTDIR) as part of the process of |
||
4000 | # building a package, we probably don't need to, and shouldn't, do |
||
4001 | # any of this. |
||
4002 | # |
||
4003 | # If we're installing for use, we may need to do some of this; which |
||
4004 | # of them do we need to tell where to search, especially if we're |
||
4005 | # installing somewhere other than under /usr or /usr/local? |
||
4006 | # |
||
4007 | # What if we're installing in the user's home directory? |
||
4008 | # |
||
4009 | # What if we're installing under /opt? |
||
4010 | # |
||
4011 | # We only need to run ldconfig on systems where it's necessary in order |
||
4012 | # to update a shared library cache to know about our shared libraries. |
||
4013 | # |
||
4014 | # We only need to run update-desktop-database and update-mime-database |
||
4015 | # on freedesktop.org desktops. |
||
4016 | # |
||
4017 | # We only need to run gtk-update-icon-cache if we're installing a GTK+ |
||
4018 | # version of Wireshark. |
||
4019 | # |
||
4020 | # We neither need nor want any of this on OS X, nor do we want it if |
||
4021 | # we're not building Wireshark (that being the only desktop app). |
||
4022 | # |
||
4023 | update-databases-and-caches-common: |
||
4024 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ @echo "You may need to run \"ldconfig\" as root" |
||
4025 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ @echo "You may need to run \"update-desktop-database $(datadir)/applications\"" |
||
4026 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ @echo "You may need to run \"update-mime-database $(datadir)/mime\"" |
||
4027 | @BUILDING_WIRESHARK_TRUE@@NOT_OS_X_TRUE@ @echo "You may need to run \"gtk-update-icon-cache -f -t $(datadir)/icons/hicolor\"" |
||
4028 | |||
4029 | update-databases-and-caches-install: update-databases-and-caches-common |
||
4030 | |||
4031 | update-databases-and-caches-uninstall: update-databases-and-caches-common |
||
4032 | |||
4033 | solaris-package: svr4-package |
||
4034 | |||
4035 | svr4-package: $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) |
||
4036 | @if test x$(HAVE_SVR4_PACKAGING) = xyes ; then \ |
||
4037 | rm -rf $(stagedir) ; \ |
||
4038 | $(MAKE) DESTDIR=$(stagedir) install; \ |
||
4039 | $(srcdir)/packaging/svr4/mkpkg \ |
||
4040 | $(PACKAGE) \ |
||
4041 | $(PACKAGE)-$(VERSION)-$(host_os)-$(host_cpu)-local \ |
||
4042 | $(prefix) \ |
||
4043 | $(top_stagedir) ; \ |
||
4044 | else \ |
||
4045 | echo "Error: SVR4 packaging tools not found." ; \ |
||
4046 | echo "Package build abandoned." ; \ |
||
4047 | fi |
||
4048 | @HAVE_RPM_TRUE@rpm-package: dist |
||
4049 | @HAVE_RPM_TRUE@ @cd $(rpm_topdir) && \ |
||
4050 | @HAVE_RPM_TRUE@ mkdir -p BUILD RPMS SOURCES SRPMS && \ |
||
4051 | @HAVE_RPM_TRUE@ cd SOURCES && \ |
||
4052 | @HAVE_RPM_TRUE@ ln -sf ../../../$(distdir).tar.bz2 && \ |
||
4053 | @HAVE_RPM_TRUE@ cd .. && \ |
||
4054 | @HAVE_RPM_TRUE@ $(RPMBUILD) --define "_topdir `cd . && pwd`" --define "_prefix $(prefix)" \ |
||
4055 | @HAVE_RPM_TRUE@ @RPMBUILD_WITH_ARGS@ --clean -ba SPECS/wireshark.spec && \ |
||
4056 | @HAVE_RPM_TRUE@ echo "Package successfully built in `pwd`/RPMS." ; \ |
||
4057 | @HAVE_RPM_TRUE@ rm -f SOURCES/$(distdir).tar.bz2 ../../$(distdir).tar.bz2 |
||
4058 | @HAVE_RPM_FALSE@rpm-package: |
||
4059 | @HAVE_RPM_FALSE@ @echo "RPM executable not available." ; \ |
||
4060 | @HAVE_RPM_FALSE@ false |
||
4061 | |||
4062 | # XXX - This assumes we're building from the source directory. |
||
4063 | osx-app: $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) packaging/macosx/Info.plist |
||
4064 | @if test x$(HAVE_OSX_PACKAGING) = xyes ; then \ |
||
4065 | rm -rf $(stagedir) ; \ |
||
4066 | $(MAKE) DESTDIR=$(stagedir) install; \ |
||
4067 | cd $(srcdir)/packaging/macosx ; \ |
||
4068 | ./osx-app.sh @OSX_APP_FLAGS@ \ |
||
4069 | --create-bundle \ |
||
4070 | --binary-path ../staging/$(PACKAGE).inst$(bindir) \ |
||
4071 | --plugin-path ../staging/$(PACKAGE).inst$(plugindir) \ |
||
4072 | --extcap-path ../staging/$(PACKAGE).inst$(extcapdir) \ |
||
4073 | --library-path ../staging/$(PACKAGE).inst$(libdir) ; \ |
||
4074 | else \ |
||
4075 | echo "Error: OS X packaging tools not found." ; \ |
||
4076 | echo "Package build abandoned." ; \ |
||
4077 | fi |
||
4078 | |||
4079 | packaging/macosx/COPYING.txt: COPYING |
||
4080 | (cd packaging/macosx ; \ |
||
4081 | $(MAKE) COPYING.txt ;) |
||
4082 | |||
4083 | osx-package: osx-app packaging/macosx/COPYING.txt |
||
4084 | @if test x$(HAVE_OSX_PACKAGING) = xyes ; then \ |
||
4085 | cd $(srcdir)/packaging/macosx ; \ |
||
4086 | chmod +x ./osx-dmg.sh ; \ |
||
4087 | ./osx-dmg.sh @OSX_DMG_FLAGS@ ; \ |
||
4088 | fi |
||
4089 | |||
4090 | osx-install: osx-app |
||
4091 | @if test x$(HAVE_OSX_PACKAGING) = xyes ; then \ |
||
4092 | echo "Copying Wireshark.app to /Applications" ; \ |
||
4093 | cp -pr $(srcdir)/packaging/macosx/Wireshark.app /Applications ; \ |
||
4094 | fi |
||
4095 | |||
4096 | test-programs: |
||
4097 | cd epan && $(MAKE) $@ |
||
4098 | |||
4099 | clean-local: |
||
4100 | rm -rf $(top_stagedir) |
||
4101 | |||
4102 | dumpabi: |
||
4103 | $(MAKE) -C wiretap dumpabi-libwiretap |
||
4104 | $(MAKE) -C epan dumpabi-libwireshark |
||
4105 | $(MAKE) -C wsutil dumpabi-libwsutil |
||
4106 | |||
4107 | checkapi_local: |
||
4108 | $(PERL) $(top_srcdir)/tools/checkAPIs.pl -build \ |
||
4109 | -sourcedir=$(srcdir) \ |
||
4110 | $(TSHARK_TAP_SRC) \ |
||
4111 | $(wireshark_gtk_SOURCES) |
||
4112 | # $(EXTRA_wireshark_gtk_SOURCES) |
||
4113 | |||
4114 | checkapi: checkapi_local |
||
4115 | cd wiretap && $(MAKE) checkapi |
||
4116 | cd codecs && $(MAKE) checkapi |
||
4117 | cd capchild && $(MAKE) checkapi |
||
4118 | cd caputils && $(MAKE) checkapi |
||
4119 | cd ui && $(MAKE) checkapi |
||
4120 | cd ui/gtk && $(MAKE) checkapi |
||
4121 | cd ui/cli && $(MAKE) checkapi |
||
4122 | cd epan && $(MAKE) checkapi |
||
4123 | cd epan/crypt && $(MAKE) checkapi |
||
4124 | cd epan/dfilter && $(MAKE) checkapi |
||
4125 | cd epan/ftypes && $(MAKE) checkapi |
||
4126 | cd epan/wmem && $(MAKE) checkapi |
||
4127 | cd epan/wslua && $(MAKE) checkapi |
||
4128 | cd epan/dissectors && $(MAKE) checkapi |
||
4129 | cd plugins && $(MAKE) checkapi |
||
4130 | cd randpkt_core && $(MAKE) checkapi |
||
4131 | cd writecap && $(MAKE) checkapi |
||
4132 | cd wsutil && $(MAKE) checkapi |
||
4133 | |||
4134 | wsar_html: doxygen.cfg doxygen_global.cfg FORCE |
||
4135 | @HAVE_DOXYGEN_TRUE@ rm -rf wsar_html |
||
4136 | @HAVE_DOXYGEN_TRUE@ cd epan && $(MAKE) $@ |
||
4137 | @HAVE_DOXYGEN_TRUE@ cd capchild && $(MAKE) $@ |
||
4138 | @HAVE_DOXYGEN_TRUE@ cd caputils && $(MAKE) $@ |
||
4139 | @HAVE_DOXYGEN_TRUE@ cd randpkt_core && $(MAKE) $@ |
||
4140 | @HAVE_DOXYGEN_TRUE@ cd ui && $(MAKE) $@ |
||
4141 | @HAVE_DOXYGEN_TRUE@ (umask 022 ; $(DOXYGEN) doxygen.cfg) |
||
4142 | |||
4143 | wsar-zip: wsar_html |
||
4144 | @HAVE_DOXYGEN_TRUE@ rm -f wsar_html.zip |
||
4145 | @HAVE_DOXYGEN_TRUE@ zip -rq wsar_html.zip wsar_html |
||
4146 | |||
4147 | # Update AUTHORS file with entries from git shortlog |
||
4148 | gen-authors: |
||
4149 | cd $(top_srcdir) && $(PERL) tools/generate_authors.pl AUTHORS.src > AUTHORS |
||
4150 | |||
4151 | dist-hook: |
||
4152 | printf "git_description=%s\n" "$$(git -C $(top_srcdir) describe)" \ |
||
4153 | > $(top_distdir)/version.conf |
||
4154 | |||
4155 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
||
4156 | # Otherwise a system limit (for SysV at least) may be exceeded. |
||
4157 | .NOEXPORT: |