nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
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 VPATH = @srcdir@
60 am__is_gnu_make = { \
61 if test -z '$(MAKELEVEL)'; then \
62 false; \
63 elif test -n '$(MAKE_HOST)'; then \
64 true; \
65 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
66 true; \
67 else \
68 false; \
69 fi; \
70 }
71 am__make_running_with_option = \
72 case $${target_option-} in \
73 ?) ;; \
74 *) echo "am__make_running_with_option: internal error: invalid" \
75 "target option '$${target_option-}' specified" >&2; \
76 exit 1;; \
77 esac; \
78 has_opt=no; \
79 sane_makeflags=$$MAKEFLAGS; \
80 if $(am__is_gnu_make); then \
81 sane_makeflags=$$MFLAGS; \
82 else \
83 case $$MAKEFLAGS in \
84 *\\[\ \ ]*) \
85 bs=\\; \
86 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
87 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
88 esac; \
89 fi; \
90 skip_next=no; \
91 strip_trailopt () \
92 { \
93 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
94 }; \
95 for flg in $$sane_makeflags; do \
96 test $$skip_next = yes && { skip_next=no; continue; }; \
97 case $$flg in \
98 *=*|--*) continue;; \
99 -*I) strip_trailopt 'I'; skip_next=yes;; \
100 -*I?*) strip_trailopt 'I';; \
101 -*O) strip_trailopt 'O'; skip_next=yes;; \
102 -*O?*) strip_trailopt 'O';; \
103 -*l) strip_trailopt 'l'; skip_next=yes;; \
104 -*l?*) strip_trailopt 'l';; \
105 -[dEDm]) skip_next=yes;; \
106 -[JT]) skip_next=yes;; \
107 esac; \
108 case $$flg in \
109 *$$target_option*) has_opt=yes; break;; \
110 esac; \
111 done; \
112 test $$has_opt = yes
113 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
114 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
115 pkgdatadir = $(datadir)/@PACKAGE@
116 pkgincludedir = $(includedir)/@PACKAGE@
117 pkglibdir = $(libdir)/@PACKAGE@
118 pkglibexecdir = $(libexecdir)/@PACKAGE@
119 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
120 install_sh_DATA = $(install_sh) -c -m 644
121 install_sh_PROGRAM = $(install_sh) -c
122 install_sh_SCRIPT = $(install_sh) -c
123 INSTALL_HEADER = $(INSTALL_DATA)
124 transform = $(program_transform_name)
125 NORMAL_INSTALL = :
126 PRE_INSTALL = :
127 POST_INSTALL = :
128 NORMAL_UNINSTALL = :
129 PRE_UNINSTALL = :
130 POST_UNINSTALL = :
131 build_triplet = @build@
132 host_triplet = @host@
133 target_triplet = @target@
134 subdir = tools
135 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
136 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_flag.m4 \
137 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
138 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
139 $(top_srcdir)/m4/ax_lib_socket_nsl.m4 \
140 $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
141 $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/libsmi.m4 \
142 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/ws_osx.m4 \
143 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
144 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
145 $(ACLOCAL_M4)
146 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
147 mkinstalldirs = $(install_sh) -d
148 CONFIG_HEADER = $(top_builddir)/config.h
149 CONFIG_CLEAN_FILES =
150 CONFIG_CLEAN_VPATH_FILES =
151 SCRIPTS = $(noinst_SCRIPTS)
152 AM_V_P = $(am__v_P_@AM_V@)
153 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
154 am__v_P_0 = false
155 am__v_P_1 = :
156 AM_V_GEN = $(am__v_GEN_@AM_V@)
157 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
158 am__v_GEN_0 = @echo " GEN " $@;
159 am__v_GEN_1 =
160 AM_V_at = $(am__v_at_@AM_V@)
161 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
162 am__v_at_0 = @
163 am__v_at_1 =
164 SOURCES =
165 DIST_SOURCES =
166 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
167 ctags-recursive dvi-recursive html-recursive info-recursive \
168 install-data-recursive install-dvi-recursive \
169 install-exec-recursive install-html-recursive \
170 install-info-recursive install-pdf-recursive \
171 install-ps-recursive install-recursive installcheck-recursive \
172 installdirs-recursive pdf-recursive ps-recursive \
173 tags-recursive uninstall-recursive
174 am__can_run_installinfo = \
175 case $$AM_UPDATE_INFO_DIR in \
176 n|no|NO) false;; \
177 *) (install-info --version) >/dev/null 2>&1;; \
178 esac
179 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
180 distclean-recursive maintainer-clean-recursive
181 am__recursive_targets = \
182 $(RECURSIVE_TARGETS) \
183 $(RECURSIVE_CLEAN_TARGETS) \
184 $(am__extra_recursive_targets)
185 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
186 distdir
187 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
188 # Read a list of newline-separated strings from the standard input,
189 # and print each of them once, without duplicates. Input order is
190 # *not* preserved.
191 am__uniquify_input = $(AWK) '\
192 BEGIN { nonempty = 0; } \
193 { items[$$0] = 1; nonempty = 1; } \
194 END { if (nonempty) { for (i in items) print i; }; } \
195 '
196 # Make sure the list of sources is unique. This is necessary because,
197 # e.g., the same source file might be shared among _SOURCES variables
198 # for different programs/libraries.
199 am__define_uniq_tagged_files = \
200 list='$(am__tagged_files)'; \
201 unique=`for i in $$list; do \
202 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203 done | $(am__uniquify_input)`
204 ETAGS = etags
205 CTAGS = ctags
206 DIST_SUBDIRS = $(SUBDIRS)
207 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.am.inc
208 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
209 am__relativize = \
210 dir0=`pwd`; \
211 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
212 sed_rest='s,^[^/]*/*,,'; \
213 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
214 sed_butlast='s,/*[^/]*$$,,'; \
215 while test -n "$$dir1"; do \
216 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
217 if test "$$first" != "."; then \
218 if test "$$first" = ".."; then \
219 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
220 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
221 else \
222 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
223 if test "$$first2" = "$$first"; then \
224 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
225 else \
226 dir2="../$$dir2"; \
227 fi; \
228 dir0="$$dir0"/"$$first"; \
229 fi; \
230 fi; \
231 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
232 done; \
233 reldir="$$dir2"
234 A2X = @A2X@
235 A2X_LYNX = @A2X_LYNX@
236 ACLOCAL = @ACLOCAL@
237 AC_MIN_VERSION = @AC_MIN_VERSION@
238 AMTAR = @AMTAR@
239 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
240 APPLICATIONSERVICES_FRAMEWORKS = @APPLICATIONSERVICES_FRAMEWORKS@
241 AR = @AR@
242 AUTOCONF = @AUTOCONF@
243 AUTOHEADER = @AUTOHEADER@
244 AUTOMAKE = @AUTOMAKE@
245 AWK = @AWK@
246 BUILD_EXEEXT = @BUILD_EXEEXT@
247 BUILD_OBJEXT = @BUILD_OBJEXT@
248 CC = @CC@
249 CCDEPMODE = @CCDEPMODE@
250 CC_FOR_BUILD = @CC_FOR_BUILD@
251 CFLAGS = @CFLAGS@
252 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
253 CFLAGS_SSE42 = @CFLAGS_SSE42@
254 CONFIG_ARGS = @CONFIG_ARGS@
255 COREFOUNDATION_FRAMEWORKS = @COREFOUNDATION_FRAMEWORKS@
256 CPP = @CPP@
257 CPPFLAGS = @CPPFLAGS@
258 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
259 CPP_FOR_BUILD = @CPP_FOR_BUILD@
260 CXX = @CXX@
261 CXXCPP = @CXXCPP@
262 CXXDEPMODE = @CXXDEPMODE@
263 CXXFLAGS = @CXXFLAGS@
264 CYGPATH_W = @CYGPATH_W@
265 C_ARES_LIBS = @C_ARES_LIBS@
266 DEFS = @DEFS@
267 DEPDIR = @DEPDIR@
268 DESKTOP_FILE_INSTALL = @DESKTOP_FILE_INSTALL@
269 DLLTOOL = @DLLTOOL@
270 DOXYGEN = @DOXYGEN@
271 DSYMUTIL = @DSYMUTIL@
272 DUMPBIN = @DUMPBIN@
273 DUMPCAP_GROUP = @DUMPCAP_GROUP@
274 ECHO_C = @ECHO_C@
275 ECHO_N = @ECHO_N@
276 ECHO_T = @ECHO_T@
277 EGREP = @EGREP@
278 ENABLE_STATIC = @ENABLE_STATIC@
279 EXEEXT = @EXEEXT@
280 FGREP = @FGREP@
281 FOP = @FOP@
282 GEOIP_LIBS = @GEOIP_LIBS@
283 GLIB_CFLAGS = @GLIB_CFLAGS@
284 GLIB_LIBS = @GLIB_LIBS@
285 GLIB_MIN_VERSION = @GLIB_MIN_VERSION@
286 GREP = @GREP@
287 GTK2_MIN_VERSION = @GTK2_MIN_VERSION@
288 GTK3_MIN_VERSION = @GTK3_MIN_VERSION@
289 GTK_CFLAGS = @GTK_CFLAGS@
290 GTK_LIBS = @GTK_LIBS@
291 GUI_CONFIGURE_FLAGS = @GUI_CONFIGURE_FLAGS@
292 HAVE_BLESS = @HAVE_BLESS@
293 HAVE_CXX11 = @HAVE_CXX11@
294 HAVE_DOXYGEN = @HAVE_DOXYGEN@
295 HAVE_DPKG_BUILDPACKAGE = @HAVE_DPKG_BUILDPACKAGE@
296 HAVE_HDIUTIL = @HAVE_HDIUTIL@
297 HAVE_OSX_PACKAGING = @HAVE_OSX_PACKAGING@
298 HAVE_PKGMK = @HAVE_PKGMK@
299 HAVE_PKGPROTO = @HAVE_PKGPROTO@
300 HAVE_PKGTRANS = @HAVE_PKGTRANS@
301 HAVE_SVR4_PACKAGING = @HAVE_SVR4_PACKAGING@
302 HAVE_XCODEBUILD = @HAVE_XCODEBUILD@
303 INSTALL = @INSTALL@
304 INSTALL_DATA = @INSTALL_DATA@
305 INSTALL_PROGRAM = @INSTALL_PROGRAM@
306 INSTALL_SCRIPT = @INSTALL_SCRIPT@
307 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
308 KRB5_CFLAGS = @KRB5_CFLAGS@
309 KRB5_CONFIG = @KRB5_CONFIG@
310 KRB5_LIBS = @KRB5_LIBS@
311 LD = @LD@
312 LDFLAGS = @LDFLAGS@
313 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
314 LDFLAGS_SHAREDLIB = @LDFLAGS_SHAREDLIB@
315 LEX = @LEX@
316 LEXLIB = @LEXLIB@
317 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
318 LIBCAP_LIBS = @LIBCAP_LIBS@
319 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
320 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
321 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
322 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
323 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
324 LIBNL_CFLAGS = @LIBNL_CFLAGS@
325 LIBNL_LIBS = @LIBNL_LIBS@
326 LIBOBJS = @LIBOBJS@
327 LIBS = @LIBS@
328 LIBSMI_CFLAGS = @LIBSMI_CFLAGS@
329 LIBSMI_LDFLAGS = @LIBSMI_LDFLAGS@
330 LIBSMI_VERSION = @LIBSMI_VERSION@
331 LIBSSH_LIBS = @LIBSSH_LIBS@
332 LIBTOOL = @LIBTOOL@
333 LIBTOOL_DEPS = @LIBTOOL_DEPS@
334 LIPO = @LIPO@
335 LN_S = @LN_S@
336 LRELEASE = @LRELEASE@
337 LTLIBOBJS = @LTLIBOBJS@
338 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
339 LUA_CFLAGS = @LUA_CFLAGS@
340 LUA_LIBS = @LUA_LIBS@
341 MAKEINFO = @MAKEINFO@
342 MANIFEST_TOOL = @MANIFEST_TOOL@
343 MKDIR_P = @MKDIR_P@
344 MOC = @MOC@
345 MOC_OPTIONS = @MOC_OPTIONS@
346 NM = @NM@
347 NMEDIT = @NMEDIT@
348 OBJDUMP = @OBJDUMP@
349 OBJEXT = @OBJEXT@
350 OSX_APP_FLAGS = @OSX_APP_FLAGS@
351 OSX_DMG_FLAGS = @OSX_DMG_FLAGS@
352 OSX_MIN_VERSION = @OSX_MIN_VERSION@
353 OTOOL = @OTOOL@
354 OTOOL64 = @OTOOL64@
355 PACKAGE = @PACKAGE@
356 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
357 PACKAGE_NAME = @PACKAGE_NAME@
358 PACKAGE_STRING = @PACKAGE_STRING@
359 PACKAGE_TARNAME = @PACKAGE_TARNAME@
360 PACKAGE_URL = @PACKAGE_URL@
361 PACKAGE_VERSION = @PACKAGE_VERSION@
362 PATH_SEPARATOR = @PATH_SEPARATOR@
363 PCAP_CONFIG = @PCAP_CONFIG@
364 PCAP_LIBS = @PCAP_LIBS@
365 PERL = @PERL@
366 PIE_CFLAGS = @PIE_CFLAGS@
367 PIE_LDFLAGS = @PIE_LDFLAGS@
368 PKG_CONFIG = @PKG_CONFIG@
369 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
370 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
371 PLUGIN_LIBS = @PLUGIN_LIBS@
372 POD2HTML = @POD2HTML@
373 POD2MAN = @POD2MAN@
374 PORTAUDIO_INCLUDES = @PORTAUDIO_INCLUDES@
375 PORTAUDIO_LIBS = @PORTAUDIO_LIBS@
376 PYTHON = @PYTHON@
377 QTCHOOSER = @QTCHOOSER@
378 QT_MIN_VERSION = @QT_MIN_VERSION@
379 Qt_CFLAGS = @Qt_CFLAGS@
380 Qt_LDFLAGS = @Qt_LDFLAGS@
381 Qt_LIBS = @Qt_LIBS@
382 RANLIB = @RANLIB@
383 RCC = @RCC@
384 RPMBUILD = @RPMBUILD@
385 RPMBUILD_WITH_ARGS = @RPMBUILD_WITH_ARGS@
386 RPM_VERSION = @RPM_VERSION@
387 SBC_CFLAGS = @SBC_CFLAGS@
388 SBC_LIBS = @SBC_LIBS@
389 SED = @SED@
390 SETCAP = @SETCAP@
391 SET_MAKE = @SET_MAKE@
392 SHELL = @SHELL@
393 SPEEXDSP_CFLAGS = @SPEEXDSP_CFLAGS@
394 SPEEXDSP_LIBS = @SPEEXDSP_LIBS@
395 SSL_LIBS = @SSL_LIBS@
396 STRIP = @STRIP@
397 SYSTEMCONFIGURATION_FRAMEWORKS = @SYSTEMCONFIGURATION_FRAMEWORKS@
398 UIC = @UIC@
399 VERSION = @VERSION@
400 WERROR = @WERROR@
401 WS_CFLAGS = @WS_CFLAGS@
402 WS_CFLAGS_FOR_BUILD = @WS_CFLAGS_FOR_BUILD@
403 WS_CPPFLAGS = @WS_CPPFLAGS@
404 WS_CXXFLAGS = @WS_CXXFLAGS@
405 WS_LDFLAGS = @WS_LDFLAGS@
406 XSLTPROC = @XSLTPROC@
407 YACC = @YACC@
408 YFLAGS = @YFLAGS@
409 abs_builddir = @abs_builddir@
410 abs_srcdir = @abs_srcdir@
411 abs_top_builddir = @abs_top_builddir@
412 abs_top_srcdir = @abs_top_srcdir@
413 ac_ct_AR = @ac_ct_AR@
414 ac_ct_CC = @ac_ct_CC@
415 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
416 ac_ct_CXX = @ac_ct_CXX@
417 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
418 am__include = @am__include@
419 am__leading_dot = @am__leading_dot@
420 am__quote = @am__quote@
421 am__tar = @am__tar@
422 am__untar = @am__untar@
423 androiddump_bin = @androiddump_bin@
424 androiddump_man = @androiddump_man@
425 bindir = @bindir@
426 build = @build@
427 build_alias = @build_alias@
428 build_cpu = @build_cpu@
429 build_os = @build_os@
430 build_vendor = @build_vendor@
431 builddir = @builddir@
432 capinfos_bin = @capinfos_bin@
433 capinfos_man = @capinfos_man@
434 captype_bin = @captype_bin@
435 captype_man = @captype_man@
436 ciscodump_bin = @ciscodump_bin@
437 ciscodump_man = @ciscodump_man@
438 datadir = @datadir@
439 datarootdir = @datarootdir@
440 dftest_bin = @dftest_bin@
441 dftest_man = @dftest_man@
442 docdir = @docdir@
443 dumpcap_bin = @dumpcap_bin@
444 dumpcap_man = @dumpcap_man@
445 dvidir = @dvidir@
446 echld_dir = @echld_dir@
447 echld_test_bin = @echld_test_bin@
448 editcap_bin = @editcap_bin@
449 editcap_man = @editcap_man@
450 exec_prefix = @exec_prefix@
451 extcap_man = @extcap_man@
452 extcap_subdir = @extcap_subdir@
453 extcapdir = @extcapdir@
454 have_sw_vers = @have_sw_vers@
455 host = @host@
456 host_alias = @host_alias@
457 host_cpu = @host_cpu@
458 host_os = @host_os@
459 host_vendor = @host_vendor@
460 htmldir = @htmldir@
461 includedir = @includedir@
462 infodir = @infodir@
463 install_sh = @install_sh@
464 libdir = @libdir@
465 libexecdir = @libexecdir@
466 localedir = @localedir@
467 localstatedir = @localstatedir@
468 mandir = @mandir@
469 mergecap_bin = @mergecap_bin@
470 mergecap_man = @mergecap_man@
471 mkdir_p = @mkdir_p@
472 oldincludedir = @oldincludedir@
473 pdfdir = @pdfdir@
474 plugindir = @plugindir@
475 plugins_dir = @plugins_dir@
476 prefix = @prefix@
477 program_transform_name = @program_transform_name@
478 psdir = @psdir@
479 randpkt_bin = @randpkt_bin@
480 randpkt_man = @randpkt_man@
481 randpktdump_bin = @randpktdump_bin@
482 randpktdump_man = @randpktdump_man@
483 rawshark_bin = @rawshark_bin@
484 rawshark_man = @rawshark_man@
485 reordercap_bin = @reordercap_bin@
486 reordercap_man = @reordercap_man@
487 runstatedir = @runstatedir@
488 sbindir = @sbindir@
489 sharedstatedir = @sharedstatedir@
490 srcdir = @srcdir@
491 sshdump_bin = @sshdump_bin@
492 sshdump_man = @sshdump_man@
493 sysconfdir = @sysconfdir@
494 target = @target@
495 target_alias = @target_alias@
496 target_cpu = @target_cpu@
497 target_os = @target_os@
498 target_vendor = @target_vendor@
499 text2pcap_bin = @text2pcap_bin@
500 text2pcap_man = @text2pcap_man@
501 tfshark_bin = @tfshark_bin@
502 tfshark_man = @tfshark_man@
503 top_build_prefix = @top_build_prefix@
504 top_builddir = @top_builddir@
505 top_srcdir = @top_srcdir@
506 tshark_bin = @tshark_bin@
507 tshark_man = @tshark_man@
508 wireshark_SUBDIRS = @wireshark_SUBDIRS@
509 wireshark_bin = @wireshark_bin@
510 wireshark_man = @wireshark_man@
511 wiresharkfilter_man = @wiresharkfilter_man@
512 AUTOMAKE_OPTIONS = -Wno-portability
513 lemon_srcdir = $(top_srcdir)/tools/lemon
514 lemon_builddir = $(top_builddir)/tools/lemon
515 LEMON = $(lemon_builddir)/lemon$(EXEEXT)
516 RUNLEX = $(top_srcdir)/tools/runlex.sh
517 INCLUDEDIRS = -I$(top_srcdir)
518  
519 #AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS)
520 AM_CFLAGS = $(WERROR) $(WS_CFLAGS)
521 GENERATED_CFLAGS = $(WS_CFLAGS)
522 AM_CXXFLAGS = $(WERROR) $(WS_CXXFLAGS)
523 GENERATED_CXXFLAGS = $(WS_CXXFLAGS)
524 AM_LDFLAGS = $(WS_LDFLAGS)
525 AM_V_PERL = $(am__v_PERL_@AM_V@)
526 am__v_PERL_ = $(am__v_PERL_@AM_DEFAULT_V@)
527 am__v_PERL_0 = @echo " PERL " $@;
528 AM_V_AWK = $(am__v_AWK_@AM_V@)
529 am__v_AWK_ = $(am__v_AWK_@AM_DEFAULT_V@)
530 am__v_AWK_0 = @echo " AWK " $@;
531 AM_V_LEMON = $(am__v_LEMON_@AM_V@)
532 am__v_LEMON_ = $(am__v_LEMON_@AM_DEFAULT_V@)
533 am__v_LEMON_0 = @echo " LEMON " $@;
534 AM_V_RUNLEX = $(am__v_RUNLEX_@AM_V@)
535 am__v_RUNLEX_ = $(am__v_RUNLEX_@AM_DEFAULT_V@)
536 am__v_RUNLEX_0 = @echo " RUNLEX " $@;
537 AM_V_SED = $(am__v_SED_@AM_V@)
538 am__v_SED_ = $(am__v_SED_@AM_DEFAULT_V@)
539 am__v_SED_0 = @echo " SED " $@;
540 AM_V_LN_S = $(am__v_LN_S_@AM_V@)
541 am__v_LN_S_ = $(am__v_LN_S_@AM_DEFAULT_V@)
542 am__v_LN_S_0 = @echo " LN_S " $@;
543  
544 # _PYTHON is a reserved automake keyword
545 AM_V_python = $(am__v_python_@AM_V@)
546 am__v_python_ = $(am__v_python_@AM_DEFAULT_V@)
547 am__v_python_0 = @echo " PYTHON " $@;
548 AM_V_YACC = $(am__v_YACC_@AM_V@)
549 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
550 am__v_YACC_0 = @echo " YACC " $@;
551  
552 # abi-compliance-checker descriptor
553 abi_incdirs = $(subst -I,NEWLINE,$(filter -I%,$(WS_CFLAGS) -I$(abs_top_srcdir) -I$(abs_srcdir)))
554 abi_sysdirs = $(subst -isystem,NEWLINE,$(filter -isystem%,$(WS_CFLAGS)))
555 abi_includes = $(abi_incdirs) $(abi_sysdirs)
556 SUBDIRS = lemon
557 EXTRA_DIST = \
558 asn2deb \
559 asn2wrs.py \
560 checkfiltername.pl \
561 checkhf.pl \
562 checklicenses.py \
563 colorfilters2js.pl \
564 commit-msg \
565 compare-abis.sh \
566 checkAPIs.pl \
567 convert-proto-tree-new.awk \
568 convert_expert_add_info_format.pl \
569 convert_proto_tree_add_text.pl \
570 cppcheck \
571 debian-setup.sh \
572 dfilter-test.py \
573 dftestfiles \
574 dftestlib \
575 extract_asn1_from_spec.pl \
576 fix-encoding-args.pl \
577 fixhf.pl \
578 ftsanity.py \
579 fuzz-test.sh \
580 gen-bugnote \
581 generate-bacnet-vendors.py \
582 generate-sysdig-event.py \
583 Get-HardenFlags.ps1 \
584 git-compare-abis.sh \
585 git-export-release.sh \
586 html2text.py \
587 idl2deb \
588 idl2wrs \
589 indexcap.py \
590 install_rpms_for_devel.sh \
591 lex.py \
592 list_protos_in_cap.sh \
593 make-dissector-reg.py \
594 make-manuf \
595 make-sminmpec.pl \
596 make-services.pl \
597 make-services.py \
598 make-tap-reg.py \
599 make-usb.py \
600 make_charset_table.c \
601 msnchat \
602 ncp2222.py \
603 netscreen2dump.py \
604 npl \
605 parse_xml2skinny_dissector.py \
606 pidl \
607 pkt-from-core.py \
608 pre-commit \
609 pre-commit-ignore.conf \
610 pre-commit-ignore.py \
611 process-x11-fields.pl \
612 process-x11-xcb.pl \
613 randpkt-test.sh \
614 rdps.py \
615 runa2x.sh \
616 runlex.sh \
617 setuid-root.pl.in \
618 test-common.sh \
619 test-captures.sh \
620 textify.ps1 \
621 tpg \
622 usb-ptp-extract-models.pl \
623 usb-ptp-extract-models.txt \
624 valgrind-wireshark.sh \
625 vg-suppressions \
626 win-setup.ps1 \
627 wireshark_be.py \
628 wireshark_gen.py \
629 WiresharkXML.py \
630 ws-coding-style.cfg \
631 yacc.py
632  
633 noinst_SCRIPTS = setuid-root.pl
634 CLEANFILES = \
635 *.pyc
636  
637 DISTCLEANFILES = \
638 setuid-root.pl
639  
640 MAINTAINERCLEANFILES = \
641 Makefile.in
642  
643 all: all-recursive
644  
645 .SUFFIXES:
646 .SUFFIXES: .c .l
647 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.inc $(am__configure_deps)
648 @for dep in $?; do \
649 case '$(am__configure_deps)' in \
650 *$$dep*) \
651 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
652 && { if test -f $@; then exit 0; else break; fi; }; \
653 exit 1;; \
654 esac; \
655 done; \
656 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/Makefile'; \
657 $(am__cd) $(top_srcdir) && \
658 $(AUTOMAKE) --gnu tools/Makefile
659 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
660 @case '$?' in \
661 *config.status*) \
662 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
663 *) \
664 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
665 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
666 esac;
667 $(top_srcdir)/Makefile.am.inc $(am__empty):
668  
669 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
670 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
671  
672 $(top_srcdir)/configure: $(am__configure_deps)
673 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
674 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
675 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
676 $(am__aclocal_m4_deps):
677  
678 mostlyclean-libtool:
679 -rm -f *.lo
680  
681 clean-libtool:
682 -rm -rf .libs _libs
683  
684 # This directory's subdirectories are mostly independent; you can cd
685 # into them and run 'make' without going through this Makefile.
686 # To change the values of 'make' variables: instead of editing Makefiles,
687 # (1) if the variable is set in 'config.status', edit 'config.status'
688 # (which will cause the Makefiles to be regenerated when you run 'make');
689 # (2) otherwise, pass the desired values on the 'make' command line.
690 $(am__recursive_targets):
691 @fail=; \
692 if $(am__make_keepgoing); then \
693 failcom='fail=yes'; \
694 else \
695 failcom='exit 1'; \
696 fi; \
697 dot_seen=no; \
698 target=`echo $@ | sed s/-recursive//`; \
699 case "$@" in \
700 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
701 *) list='$(SUBDIRS)' ;; \
702 esac; \
703 for subdir in $$list; do \
704 echo "Making $$target in $$subdir"; \
705 if test "$$subdir" = "."; then \
706 dot_seen=yes; \
707 local_target="$$target-am"; \
708 else \
709 local_target="$$target"; \
710 fi; \
711 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
712 || eval $$failcom; \
713 done; \
714 if test "$$dot_seen" = "no"; then \
715 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
716 fi; test -z "$$fail"
717  
718 ID: $(am__tagged_files)
719 $(am__define_uniq_tagged_files); mkid -fID $$unique
720 tags: tags-recursive
721 TAGS: tags
722  
723 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
724 set x; \
725 here=`pwd`; \
726 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
727 include_option=--etags-include; \
728 empty_fix=.; \
729 else \
730 include_option=--include; \
731 empty_fix=; \
732 fi; \
733 list='$(SUBDIRS)'; for subdir in $$list; do \
734 if test "$$subdir" = .; then :; else \
735 test ! -f $$subdir/TAGS || \
736 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
737 fi; \
738 done; \
739 $(am__define_uniq_tagged_files); \
740 shift; \
741 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
742 test -n "$$unique" || unique=$$empty_fix; \
743 if test $$# -gt 0; then \
744 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
745 "$$@" $$unique; \
746 else \
747 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
748 $$unique; \
749 fi; \
750 fi
751 ctags: ctags-recursive
752  
753 CTAGS: ctags
754 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
755 $(am__define_uniq_tagged_files); \
756 test -z "$(CTAGS_ARGS)$$unique" \
757 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
758 $$unique
759  
760 GTAGS:
761 here=`$(am__cd) $(top_builddir) && pwd` \
762 && $(am__cd) $(top_srcdir) \
763 && gtags -i $(GTAGS_ARGS) "$$here"
764 cscopelist: cscopelist-recursive
765  
766 cscopelist-am: $(am__tagged_files)
767 list='$(am__tagged_files)'; \
768 case "$(srcdir)" in \
769 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
770 *) sdir=$(subdir)/$(srcdir) ;; \
771 esac; \
772 for i in $$list; do \
773 if test -f "$$i"; then \
774 echo "$(subdir)/$$i"; \
775 else \
776 echo "$$sdir/$$i"; \
777 fi; \
778 done >> $(top_builddir)/cscope.files
779  
780 distclean-tags:
781 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
782  
783 distdir: $(DISTFILES)
784 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
785 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
786 list='$(DISTFILES)'; \
787 dist_files=`for file in $$list; do echo $$file; done | \
788 sed -e "s|^$$srcdirstrip/||;t" \
789 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
790 case $$dist_files in \
791 */*) $(MKDIR_P) `echo "$$dist_files" | \
792 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
793 sort -u` ;; \
794 esac; \
795 for file in $$dist_files; do \
796 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
797 if test -d $$d/$$file; then \
798 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
799 if test -d "$(distdir)/$$file"; then \
800 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
801 fi; \
802 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
803 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
804 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
805 fi; \
806 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
807 else \
808 test -f "$(distdir)/$$file" \
809 || cp -p $$d/$$file "$(distdir)/$$file" \
810 || exit 1; \
811 fi; \
812 done
813 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
814 if test "$$subdir" = .; then :; else \
815 $(am__make_dryrun) \
816 || test -d "$(distdir)/$$subdir" \
817 || $(MKDIR_P) "$(distdir)/$$subdir" \
818 || exit 1; \
819 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
820 $(am__relativize); \
821 new_distdir=$$reldir; \
822 dir1=$$subdir; dir2="$(top_distdir)"; \
823 $(am__relativize); \
824 new_top_distdir=$$reldir; \
825 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
826 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
827 ($(am__cd) $$subdir && \
828 $(MAKE) $(AM_MAKEFLAGS) \
829 top_distdir="$$new_top_distdir" \
830 distdir="$$new_distdir" \
831 am__remove_distdir=: \
832 am__skip_length_check=: \
833 am__skip_mode_fix=: \
834 distdir) \
835 || exit 1; \
836 fi; \
837 done
838 check-am: all-am
839 check: check-recursive
840 all-am: Makefile $(SCRIPTS)
841 installdirs: installdirs-recursive
842 installdirs-am:
843 install: install-recursive
844 install-exec: install-exec-recursive
845 install-data: install-data-recursive
846 uninstall: uninstall-recursive
847  
848 install-am: all-am
849 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
850  
851 installcheck: installcheck-recursive
852 install-strip:
853 if test -z '$(STRIP)'; then \
854 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
855 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
856 install; \
857 else \
858 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
859 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
860 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
861 fi
862 mostlyclean-generic:
863  
864 clean-generic:
865 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
866  
867 distclean-generic:
868 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
869 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
870 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
871  
872 maintainer-clean-generic:
873 @echo "This command is intended for maintainers to use"
874 @echo "it deletes files that may require special tools to rebuild."
875 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
876 clean: clean-recursive
877  
878 clean-am: clean-generic clean-libtool mostlyclean-am
879  
880 distclean: distclean-recursive
881 -rm -f Makefile
882 distclean-am: clean-am distclean-generic distclean-tags
883  
884 dvi: dvi-recursive
885  
886 dvi-am:
887  
888 html: html-recursive
889  
890 html-am:
891  
892 info: info-recursive
893  
894 info-am:
895  
896 install-data-am:
897  
898 install-dvi: install-dvi-recursive
899  
900 install-dvi-am:
901  
902 install-exec-am:
903  
904 install-html: install-html-recursive
905  
906 install-html-am:
907  
908 install-info: install-info-recursive
909  
910 install-info-am:
911  
912 install-man:
913  
914 install-pdf: install-pdf-recursive
915  
916 install-pdf-am:
917  
918 install-ps: install-ps-recursive
919  
920 install-ps-am:
921  
922 installcheck-am:
923  
924 maintainer-clean: maintainer-clean-recursive
925 -rm -f Makefile
926 maintainer-clean-am: distclean-am maintainer-clean-generic
927  
928 mostlyclean: mostlyclean-recursive
929  
930 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
931  
932 pdf: pdf-recursive
933  
934 pdf-am:
935  
936 ps: ps-recursive
937  
938 ps-am:
939  
940 uninstall-am:
941  
942 .MAKE: $(am__recursive_targets) install-am install-strip
943  
944 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
945 check-am clean clean-generic clean-libtool cscopelist-am ctags \
946 ctags-am distclean distclean-generic distclean-libtool \
947 distclean-tags distdir dvi dvi-am html html-am info info-am \
948 install install-am install-data install-data-am install-dvi \
949 install-dvi-am install-exec install-exec-am install-html \
950 install-html-am install-info install-info-am install-man \
951 install-pdf install-pdf-am install-ps install-ps-am \
952 install-strip installcheck installcheck-am installdirs \
953 installdirs-am maintainer-clean maintainer-clean-generic \
954 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
955 ps ps-am tags tags-am uninstall uninstall-am
956  
957 .PRECIOUS: Makefile
958  
959 $(LEMON):
960 cd $(lemon_builddir) && $(MAKE)
961  
962 .l.c:
963 $(AM_V_RUNLEX)$(RUNLEX) "$(LEX)" "$(SED)" -o$@ $<
964 abi-descriptor.xml: ../abi-descriptor.template
965 $(AM_V_SED)$(SED) \
966 -e 's|@INCLUDE_DIRS@|$(abi_includes)|g' \
967 -e 's/ *NEWLINE/\n /g' \
968 -e 's|@LIBRARY_OUTPUT_PATH@|{RELPATH}/.libs|' $< > $@
969  
970 setuid-root.pl: setuid-root.pl.in Makefile
971 $(AM_V_SED)$(SED) \
972 -e 's,@BIN_PREFIX\@,$(bindir),' \
973 -e 's,@TSHARK_BIN\@,$(tshark_bin)$(EEXT),' \
974 -e 's,@DUMPCAP_BIN\@,$(dumpcap_bin)$(EEXT),' \
975 < $(srcdir)/setuid-root.pl.in > setuid-root.pl; \
976 chmod +x setuid-root.pl
977  
978 # Tell versions [3.59,3.63) of GNU make to not export all variables.
979 # Otherwise a system limit (for SysV at least) may be exceeded.
980 .NOEXPORT: