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 #
19 # Wireshark - Network traffic analyzer
20 # By Gerald Combs <gerald@wireshark.org>
21 # Copyright 1998 Gerald Combs
22 #
23 # This program is free software; you can redistribute it and/or
24 # modify it under the terms of the GNU General Public License
25 # as published by the Free Software Foundation; either version 2
26 # of the License, or (at your option) any later version.
27 #
28 # This program is distributed in the hope that it will be useful,
29 # but WITHOUT ANY WARRANTY; without even the implied warranty of
30 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31 # GNU General Public License for more details.
32 #
33 # You should have received a copy of the GNU General Public License
34 # along with this program; if not, write to the Free Software
35 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
36  
37 # Makefile.am.inc
38 # Include file for Makefile.am files to get additional rules
39 #
40 # Wireshark - Network traffic analyzer
41 # By Gerald Combs <gerald@wireshark.org>
42 # Copyright 1998 Gerald Combs
43 #
44 # This program is free software; you can redistribute it and/or
45 # modify it under the terms of the GNU General Public License
46 # as published by the Free Software Foundation; either version 2
47 # of the License, or (at your option) any later version.
48 #
49 # This program is distributed in the hope that it will be useful,
50 # but WITHOUT ANY WARRANTY; without even the implied warranty of
51 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
52 # GNU General Public License for more details.
53 #
54 # You should have received a copy of the GNU General Public License
55 # along with this program; if not, write to the Free Software
56 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
57  
58 # Makefile.am.inc
59 # Include file with common automake definitions for plugins
60 #
61 # Wireshark - Network traffic analyzer
62 # By Gerald Combs <gerald@wireshark.org>
63 # Copyright 1998 Gerald Combs
64 #
65 # This program is free software; you can redistribute it and/or
66 # modify it under the terms of the GNU General Public License
67 # as published by the Free Software Foundation; either version 2
68 # of the License, or (at your option) any later version.
69 #
70 # This program is distributed in the hope that it will be useful,
71 # but WITHOUT ANY WARRANTY; without even the implied warranty of
72 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
73 # GNU General Public License for more details.
74 #
75 # You should have received a copy of the GNU General Public License
76 # along with this program; if not, write to the Free Software
77 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
78 #
79  
80 VPATH = @srcdir@
81 am__is_gnu_make = { \
82 if test -z '$(MAKELEVEL)'; then \
83 false; \
84 elif test -n '$(MAKE_HOST)'; then \
85 true; \
86 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
87 true; \
88 else \
89 false; \
90 fi; \
91 }
92 am__make_running_with_option = \
93 case $${target_option-} in \
94 ?) ;; \
95 *) echo "am__make_running_with_option: internal error: invalid" \
96 "target option '$${target_option-}' specified" >&2; \
97 exit 1;; \
98 esac; \
99 has_opt=no; \
100 sane_makeflags=$$MAKEFLAGS; \
101 if $(am__is_gnu_make); then \
102 sane_makeflags=$$MFLAGS; \
103 else \
104 case $$MAKEFLAGS in \
105 *\\[\ \ ]*) \
106 bs=\\; \
107 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
108 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
109 esac; \
110 fi; \
111 skip_next=no; \
112 strip_trailopt () \
113 { \
114 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
115 }; \
116 for flg in $$sane_makeflags; do \
117 test $$skip_next = yes && { skip_next=no; continue; }; \
118 case $$flg in \
119 *=*|--*) continue;; \
120 -*I) strip_trailopt 'I'; skip_next=yes;; \
121 -*I?*) strip_trailopt 'I';; \
122 -*O) strip_trailopt 'O'; skip_next=yes;; \
123 -*O?*) strip_trailopt 'O';; \
124 -*l) strip_trailopt 'l'; skip_next=yes;; \
125 -*l?*) strip_trailopt 'l';; \
126 -[dEDm]) skip_next=yes;; \
127 -[JT]) skip_next=yes;; \
128 esac; \
129 case $$flg in \
130 *$$target_option*) has_opt=yes; break;; \
131 esac; \
132 done; \
133 test $$has_opt = yes
134 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
135 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
136 pkgdatadir = $(datadir)/@PACKAGE@
137 pkgincludedir = $(includedir)/@PACKAGE@
138 pkglibdir = $(libdir)/@PACKAGE@
139 pkglibexecdir = $(libexecdir)/@PACKAGE@
140 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
141 install_sh_DATA = $(install_sh) -c -m 644
142 install_sh_PROGRAM = $(install_sh) -c
143 install_sh_SCRIPT = $(install_sh) -c
144 INSTALL_HEADER = $(INSTALL_DATA)
145 transform = $(program_transform_name)
146 NORMAL_INSTALL = :
147 PRE_INSTALL = :
148 POST_INSTALL = :
149 NORMAL_UNINSTALL = :
150 PRE_UNINSTALL = :
151 POST_UNINSTALL = :
152 build_triplet = @build@
153 host_triplet = @host@
154 target_triplet = @target@
155 subdir = plugins/wimaxasncp
156 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
157 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_flag.m4 \
158 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
159 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
160 $(top_srcdir)/m4/ax_lib_socket_nsl.m4 \
161 $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
162 $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/libsmi.m4 \
163 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/ws_osx.m4 \
164 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
165 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
166 $(ACLOCAL_M4)
167 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
168 mkinstalldirs = $(install_sh) -d
169 CONFIG_HEADER = $(top_builddir)/config.h
170 CONFIG_CLEAN_FILES =
171 CONFIG_CLEAN_VPATH_FILES =
172 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
173 am__vpath_adj = case $$p in \
174 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
175 *) f=$$p;; \
176 esac;
177 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
178 am__install_max = 40
179 am__nobase_strip_setup = \
180 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
181 am__nobase_strip = \
182 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
183 am__nobase_list = $(am__nobase_strip_setup); \
184 for p in $$list; do echo "$$p $$p"; done | \
185 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
186 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
187 if (++n[$$2] == $(am__install_max)) \
188 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
189 END { for (dir in files) print dir, files[dir] }'
190 am__base_list = \
191 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
192 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
193 am__uninstall_files_from_dir = { \
194 test -z "$$files" \
195 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
196 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
197 $(am__cd) "$$dir" && rm -f $$files; }; \
198 }
199 am__installdirs = "$(DESTDIR)$(plugindir)"
200 LTLIBRARIES = $(plugin_LTLIBRARIES)
201 wimaxasncp_la_LIBADD =
202 am__objects_1 = wimaxasncp_la-wimaxasncp_dict.lo
203 am__objects_2 = wimaxasncp_la-packet-wimaxasncp.lo
204 am__objects_3 = $(am__objects_2)
205 am__objects_4 = $(am__objects_1) $(am__objects_3)
206 am__objects_5 =
207 am__objects_6 = $(am__objects_5) $(am__objects_5)
208 am_wimaxasncp_la_OBJECTS = wimaxasncp_la-plugin.lo $(am__objects_4) \
209 $(am__objects_6)
210 wimaxasncp_la_OBJECTS = $(am_wimaxasncp_la_OBJECTS)
211 AM_V_lt = $(am__v_lt_@AM_V@)
212 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
213 am__v_lt_0 = --silent
214 am__v_lt_1 =
215 wimaxasncp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
216 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(wimaxasncp_la_CFLAGS) \
217 $(CFLAGS) $(wimaxasncp_la_LDFLAGS) $(LDFLAGS) -o $@
218 AM_V_P = $(am__v_P_@AM_V@)
219 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
220 am__v_P_0 = false
221 am__v_P_1 = :
222 AM_V_GEN = $(am__v_GEN_@AM_V@)
223 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
224 am__v_GEN_0 = @echo " GEN " $@;
225 am__v_GEN_1 =
226 AM_V_at = $(am__v_at_@AM_V@)
227 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
228 am__v_at_0 = @
229 am__v_at_1 =
230 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
231 depcomp = $(SHELL) $(top_srcdir)/depcomp
232 am__depfiles_maybe = depfiles
233 am__mv = mv -f
234 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
235 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
236 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
237 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
238 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
239 $(AM_CFLAGS) $(CFLAGS)
240 AM_V_CC = $(am__v_CC_@AM_V@)
241 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
242 am__v_CC_0 = @echo " CC " $@;
243 am__v_CC_1 =
244 CCLD = $(CC)
245 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
246 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
247 $(AM_LDFLAGS) $(LDFLAGS) -o $@
248 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
249 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
250 am__v_CCLD_0 = @echo " CCLD " $@;
251 am__v_CCLD_1 =
252 SOURCES = $(wimaxasncp_la_SOURCES)
253 DIST_SOURCES = $(wimaxasncp_la_SOURCES)
254 am__can_run_installinfo = \
255 case $$AM_UPDATE_INFO_DIR in \
256 n|no|NO) false;; \
257 *) (install-info --version) >/dev/null 2>&1;; \
258 esac
259 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
260 # Read a list of newline-separated strings from the standard input,
261 # and print each of them once, without duplicates. Input order is
262 # *not* preserved.
263 am__uniquify_input = $(AWK) '\
264 BEGIN { nonempty = 0; } \
265 { items[$$0] = 1; nonempty = 1; } \
266 END { if (nonempty) { for (i in items) print i; }; } \
267 '
268 # Make sure the list of sources is unique. This is necessary because,
269 # e.g., the same source file might be shared among _SOURCES variables
270 # for different programs/libraries.
271 am__define_uniq_tagged_files = \
272 list='$(am__tagged_files)'; \
273 unique=`for i in $$list; do \
274 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275 done | $(am__uniquify_input)`
276 ETAGS = etags
277 CTAGS = ctags
278 am__DIST_COMMON = $(srcdir)/../Makefile.am.inc $(srcdir)/Makefile.in \
279 $(top_srcdir)/Makefile.am.inc $(top_srcdir)/depcomp AUTHORS \
280 COPYING ChangeLog
281 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
282 A2X = @A2X@
283 A2X_LYNX = @A2X_LYNX@
284 ACLOCAL = @ACLOCAL@
285 AC_MIN_VERSION = @AC_MIN_VERSION@
286 AMTAR = @AMTAR@
287 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
288 APPLICATIONSERVICES_FRAMEWORKS = @APPLICATIONSERVICES_FRAMEWORKS@
289 AR = @AR@
290 AUTOCONF = @AUTOCONF@
291 AUTOHEADER = @AUTOHEADER@
292 AUTOMAKE = @AUTOMAKE@
293 AWK = @AWK@
294 BUILD_EXEEXT = @BUILD_EXEEXT@
295 BUILD_OBJEXT = @BUILD_OBJEXT@
296 CC = @CC@
297 CCDEPMODE = @CCDEPMODE@
298 CC_FOR_BUILD = @CC_FOR_BUILD@
299 CFLAGS = @CFLAGS@
300 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
301 CFLAGS_SSE42 = @CFLAGS_SSE42@
302 CONFIG_ARGS = @CONFIG_ARGS@
303 COREFOUNDATION_FRAMEWORKS = @COREFOUNDATION_FRAMEWORKS@
304 CPP = @CPP@
305 CPPFLAGS = @CPPFLAGS@
306 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
307 CPP_FOR_BUILD = @CPP_FOR_BUILD@
308 CXX = @CXX@
309 CXXCPP = @CXXCPP@
310 CXXDEPMODE = @CXXDEPMODE@
311 CXXFLAGS = @CXXFLAGS@
312 CYGPATH_W = @CYGPATH_W@
313 C_ARES_LIBS = @C_ARES_LIBS@
314 DEFS = @DEFS@
315 DEPDIR = @DEPDIR@
316 DESKTOP_FILE_INSTALL = @DESKTOP_FILE_INSTALL@
317 DLLTOOL = @DLLTOOL@
318 DOXYGEN = @DOXYGEN@
319 DSYMUTIL = @DSYMUTIL@
320 DUMPBIN = @DUMPBIN@
321 DUMPCAP_GROUP = @DUMPCAP_GROUP@
322 ECHO_C = @ECHO_C@
323 ECHO_N = @ECHO_N@
324 ECHO_T = @ECHO_T@
325 EGREP = @EGREP@
326 ENABLE_STATIC = @ENABLE_STATIC@
327 EXEEXT = @EXEEXT@
328 FGREP = @FGREP@
329 FOP = @FOP@
330 GEOIP_LIBS = @GEOIP_LIBS@
331 GLIB_CFLAGS = @GLIB_CFLAGS@
332 GLIB_LIBS = @GLIB_LIBS@
333 GLIB_MIN_VERSION = @GLIB_MIN_VERSION@
334 GREP = @GREP@
335 GTK2_MIN_VERSION = @GTK2_MIN_VERSION@
336 GTK3_MIN_VERSION = @GTK3_MIN_VERSION@
337 GTK_CFLAGS = @GTK_CFLAGS@
338 GTK_LIBS = @GTK_LIBS@
339 GUI_CONFIGURE_FLAGS = @GUI_CONFIGURE_FLAGS@
340 HAVE_BLESS = @HAVE_BLESS@
341 HAVE_CXX11 = @HAVE_CXX11@
342 HAVE_DOXYGEN = @HAVE_DOXYGEN@
343 HAVE_DPKG_BUILDPACKAGE = @HAVE_DPKG_BUILDPACKAGE@
344 HAVE_HDIUTIL = @HAVE_HDIUTIL@
345 HAVE_OSX_PACKAGING = @HAVE_OSX_PACKAGING@
346 HAVE_PKGMK = @HAVE_PKGMK@
347 HAVE_PKGPROTO = @HAVE_PKGPROTO@
348 HAVE_PKGTRANS = @HAVE_PKGTRANS@
349 HAVE_SVR4_PACKAGING = @HAVE_SVR4_PACKAGING@
350 HAVE_XCODEBUILD = @HAVE_XCODEBUILD@
351 INSTALL = @INSTALL@
352 INSTALL_DATA = @INSTALL_DATA@
353 INSTALL_PROGRAM = @INSTALL_PROGRAM@
354 INSTALL_SCRIPT = @INSTALL_SCRIPT@
355 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
356 KRB5_CFLAGS = @KRB5_CFLAGS@
357 KRB5_CONFIG = @KRB5_CONFIG@
358 KRB5_LIBS = @KRB5_LIBS@
359 LD = @LD@
360 LDFLAGS = @LDFLAGS@
361 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
362 LDFLAGS_SHAREDLIB = @LDFLAGS_SHAREDLIB@
363 LEX = @LEX@
364 LEXLIB = @LEXLIB@
365 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
366 LIBCAP_LIBS = @LIBCAP_LIBS@
367 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
368 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
369 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
370 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
371 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
372 LIBNL_CFLAGS = @LIBNL_CFLAGS@
373 LIBNL_LIBS = @LIBNL_LIBS@
374 LIBOBJS = @LIBOBJS@
375 LIBS = @PLUGIN_LIBS@
376 LIBSMI_CFLAGS = @LIBSMI_CFLAGS@
377 LIBSMI_LDFLAGS = @LIBSMI_LDFLAGS@
378 LIBSMI_VERSION = @LIBSMI_VERSION@
379 LIBSSH_LIBS = @LIBSSH_LIBS@
380 LIBTOOL = @LIBTOOL@
381 LIBTOOL_DEPS = @LIBTOOL_DEPS@
382 LIPO = @LIPO@
383 LN_S = @LN_S@
384 LRELEASE = @LRELEASE@
385 LTLIBOBJS = @LTLIBOBJS@
386 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
387 LUA_CFLAGS = @LUA_CFLAGS@
388 LUA_LIBS = @LUA_LIBS@
389 MAKEINFO = @MAKEINFO@
390 MANIFEST_TOOL = @MANIFEST_TOOL@
391 MKDIR_P = @MKDIR_P@
392 MOC = @MOC@
393 MOC_OPTIONS = @MOC_OPTIONS@
394 NM = @NM@
395 NMEDIT = @NMEDIT@
396 OBJDUMP = @OBJDUMP@
397 OBJEXT = @OBJEXT@
398 OSX_APP_FLAGS = @OSX_APP_FLAGS@
399 OSX_DMG_FLAGS = @OSX_DMG_FLAGS@
400 OSX_MIN_VERSION = @OSX_MIN_VERSION@
401 OTOOL = @OTOOL@
402 OTOOL64 = @OTOOL64@
403 PACKAGE = @PACKAGE@
404 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
405 PACKAGE_NAME = @PACKAGE_NAME@
406 PACKAGE_STRING = @PACKAGE_STRING@
407 PACKAGE_TARNAME = @PACKAGE_TARNAME@
408 PACKAGE_URL = @PACKAGE_URL@
409 PACKAGE_VERSION = @PACKAGE_VERSION@
410 PATH_SEPARATOR = @PATH_SEPARATOR@
411 PCAP_CONFIG = @PCAP_CONFIG@
412 PCAP_LIBS = @PCAP_LIBS@
413 PERL = @PERL@
414 PIE_CFLAGS = @PIE_CFLAGS@
415 PIE_LDFLAGS = @PIE_LDFLAGS@
416 PKG_CONFIG = @PKG_CONFIG@
417 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
418 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
419 PLUGIN_LIBS = @PLUGIN_LIBS@
420 POD2HTML = @POD2HTML@
421 POD2MAN = @POD2MAN@
422 PORTAUDIO_INCLUDES = @PORTAUDIO_INCLUDES@
423 PORTAUDIO_LIBS = @PORTAUDIO_LIBS@
424 PYTHON = @PYTHON@
425 QTCHOOSER = @QTCHOOSER@
426 QT_MIN_VERSION = @QT_MIN_VERSION@
427 Qt_CFLAGS = @Qt_CFLAGS@
428 Qt_LDFLAGS = @Qt_LDFLAGS@
429 Qt_LIBS = @Qt_LIBS@
430 RANLIB = @RANLIB@
431 RCC = @RCC@
432 RPMBUILD = @RPMBUILD@
433 RPMBUILD_WITH_ARGS = @RPMBUILD_WITH_ARGS@
434 RPM_VERSION = @RPM_VERSION@
435 SBC_CFLAGS = @SBC_CFLAGS@
436 SBC_LIBS = @SBC_LIBS@
437 SED = @SED@
438 SETCAP = @SETCAP@
439 SET_MAKE = @SET_MAKE@
440 SHELL = @SHELL@
441 SPEEXDSP_CFLAGS = @SPEEXDSP_CFLAGS@
442 SPEEXDSP_LIBS = @SPEEXDSP_LIBS@
443 SSL_LIBS = @SSL_LIBS@
444 STRIP = @STRIP@
445 SYSTEMCONFIGURATION_FRAMEWORKS = @SYSTEMCONFIGURATION_FRAMEWORKS@
446 UIC = @UIC@
447 VERSION = @VERSION@
448 WERROR = @WERROR@
449 WS_CFLAGS = @WS_CFLAGS@
450 WS_CFLAGS_FOR_BUILD = @WS_CFLAGS_FOR_BUILD@
451 WS_CPPFLAGS = @WS_CPPFLAGS@
452 WS_CXXFLAGS = @WS_CXXFLAGS@
453 WS_LDFLAGS = @WS_LDFLAGS@
454 XSLTPROC = @XSLTPROC@
455 YACC = @YACC@
456 YFLAGS = @YFLAGS@
457 abs_builddir = @abs_builddir@
458 abs_srcdir = @abs_srcdir@
459 abs_top_builddir = @abs_top_builddir@
460 abs_top_srcdir = @abs_top_srcdir@
461 ac_ct_AR = @ac_ct_AR@
462 ac_ct_CC = @ac_ct_CC@
463 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
464 ac_ct_CXX = @ac_ct_CXX@
465 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
466 am__include = @am__include@
467 am__leading_dot = @am__leading_dot@
468 am__quote = @am__quote@
469 am__tar = @am__tar@
470 am__untar = @am__untar@
471 androiddump_bin = @androiddump_bin@
472 androiddump_man = @androiddump_man@
473 bindir = @bindir@
474 build = @build@
475 build_alias = @build_alias@
476 build_cpu = @build_cpu@
477 build_os = @build_os@
478 build_vendor = @build_vendor@
479 builddir = @builddir@
480 capinfos_bin = @capinfos_bin@
481 capinfos_man = @capinfos_man@
482 captype_bin = @captype_bin@
483 captype_man = @captype_man@
484 ciscodump_bin = @ciscodump_bin@
485 ciscodump_man = @ciscodump_man@
486 datadir = @datadir@
487 datarootdir = @datarootdir@
488 dftest_bin = @dftest_bin@
489 dftest_man = @dftest_man@
490 docdir = @docdir@
491 dumpcap_bin = @dumpcap_bin@
492 dumpcap_man = @dumpcap_man@
493 dvidir = @dvidir@
494 echld_dir = @echld_dir@
495 echld_test_bin = @echld_test_bin@
496 editcap_bin = @editcap_bin@
497 editcap_man = @editcap_man@
498 exec_prefix = @exec_prefix@
499 extcap_man = @extcap_man@
500 extcap_subdir = @extcap_subdir@
501 extcapdir = @extcapdir@
502 have_sw_vers = @have_sw_vers@
503 host = @host@
504 host_alias = @host_alias@
505 host_cpu = @host_cpu@
506 host_os = @host_os@
507 host_vendor = @host_vendor@
508 htmldir = @htmldir@
509 includedir = @includedir@
510 infodir = @infodir@
511 install_sh = @install_sh@
512 libdir = @libdir@
513 libexecdir = @libexecdir@
514 localedir = @localedir@
515 localstatedir = @localstatedir@
516 mandir = @mandir@
517 mergecap_bin = @mergecap_bin@
518 mergecap_man = @mergecap_man@
519 mkdir_p = @mkdir_p@
520 oldincludedir = @oldincludedir@
521 pdfdir = @pdfdir@
522 plugindir = @plugindir@
523 plugins_dir = @plugins_dir@
524 prefix = @prefix@
525 program_transform_name = @program_transform_name@
526 psdir = @psdir@
527 randpkt_bin = @randpkt_bin@
528 randpkt_man = @randpkt_man@
529 randpktdump_bin = @randpktdump_bin@
530 randpktdump_man = @randpktdump_man@
531 rawshark_bin = @rawshark_bin@
532 rawshark_man = @rawshark_man@
533 reordercap_bin = @reordercap_bin@
534 reordercap_man = @reordercap_man@
535 runstatedir = @runstatedir@
536 sbindir = @sbindir@
537 sharedstatedir = @sharedstatedir@
538 srcdir = @srcdir@
539 sshdump_bin = @sshdump_bin@
540 sshdump_man = @sshdump_man@
541 sysconfdir = @sysconfdir@
542 target = @target@
543 target_alias = @target_alias@
544 target_cpu = @target_cpu@
545 target_os = @target_os@
546 target_vendor = @target_vendor@
547 text2pcap_bin = @text2pcap_bin@
548 text2pcap_man = @text2pcap_man@
549 tfshark_bin = @tfshark_bin@
550 tfshark_man = @tfshark_man@
551 top_build_prefix = @top_build_prefix@
552 top_builddir = @top_builddir@
553 top_srcdir = @top_srcdir@
554 tshark_bin = @tshark_bin@
555 tshark_man = @tshark_man@
556 wireshark_SUBDIRS = @wireshark_SUBDIRS@
557 wireshark_bin = @wireshark_bin@
558 wireshark_man = @wireshark_man@
559 wiresharkfilter_man = @wiresharkfilter_man@
560 AUTOMAKE_OPTIONS = -Wno-portability
561 lemon_srcdir = $(top_srcdir)/tools/lemon
562 lemon_builddir = $(top_builddir)/tools/lemon
563 LEMON = $(lemon_builddir)/lemon$(EXEEXT)
564 RUNLEX = $(top_srcdir)/tools/runlex.sh
565 INCLUDEDIRS = -I$(top_srcdir)
566  
567 #AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS)
568 AM_CFLAGS = $(WERROR) $(WS_CFLAGS)
569 GENERATED_CFLAGS = $(WS_CFLAGS)
570 AM_CXXFLAGS = $(WERROR) $(WS_CXXFLAGS)
571 GENERATED_CXXFLAGS = $(WS_CXXFLAGS)
572 AM_LDFLAGS = $(WS_LDFLAGS)
573 AM_V_PERL = $(am__v_PERL_@AM_V@)
574 am__v_PERL_ = $(am__v_PERL_@AM_DEFAULT_V@)
575 am__v_PERL_0 = @echo " PERL " $@;
576 AM_V_AWK = $(am__v_AWK_@AM_V@)
577 am__v_AWK_ = $(am__v_AWK_@AM_DEFAULT_V@)
578 am__v_AWK_0 = @echo " AWK " $@;
579 AM_V_LEMON = $(am__v_LEMON_@AM_V@)
580 am__v_LEMON_ = $(am__v_LEMON_@AM_DEFAULT_V@)
581 am__v_LEMON_0 = @echo " LEMON " $@;
582 AM_V_RUNLEX = $(am__v_RUNLEX_@AM_V@)
583 am__v_RUNLEX_ = $(am__v_RUNLEX_@AM_DEFAULT_V@)
584 am__v_RUNLEX_0 = @echo " RUNLEX " $@;
585 AM_V_SED = $(am__v_SED_@AM_V@)
586 am__v_SED_ = $(am__v_SED_@AM_DEFAULT_V@)
587 am__v_SED_0 = @echo " SED " $@;
588 AM_V_LN_S = $(am__v_LN_S_@AM_V@)
589 am__v_LN_S_ = $(am__v_LN_S_@AM_DEFAULT_V@)
590 am__v_LN_S_0 = @echo " LN_S " $@;
591  
592 # _PYTHON is a reserved automake keyword
593 AM_V_python = $(am__v_python_@AM_V@)
594 am__v_python_ = $(am__v_python_@AM_DEFAULT_V@)
595 am__v_python_0 = @echo " PYTHON " $@;
596 AM_V_YACC = $(am__v_YACC_@AM_V@)
597 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
598 am__v_YACC_0 = @echo " YACC " $@;
599  
600 # abi-compliance-checker descriptor
601 abi_incdirs = $(subst -I,NEWLINE,$(filter -I%,$(WS_CFLAGS) -I$(abs_top_srcdir) -I$(abs_srcdir)))
602 abi_sysdirs = $(subst -isystem,NEWLINE,$(filter -isystem%,$(WS_CFLAGS)))
603 abi_includes = $(abi_incdirs) $(abi_sysdirs)
604 PLUGIN_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) $(GLIB_CFLAGS)
605 PLUGIN_CFLAGS =
606 PLUGIN_LDFLAGS = -module -avoid-version
607  
608 #
609 # Source files are divided up along several axes:
610 #
611 # C vs. C++ - this is used on Windows to generated lists of object files
612 # with .c=.obj or .cpp=.obj
613 #
614 # Register vs. non-register - register files are scanned for registration
615 # functions, non-register files aren't.
616 #
617 # Flex-generated, Lemon-generated, and non-generated:
618 #
619 # we distribute non-generated files, as they're part of the source,
620 # and distribute Flex-generated files, as we don't require that
621 # people have Flex installed and don't distribute it ourself and
622 # thus can't guarantee that we can run Flex in the build process,
623 # but we don't distribute Lemon-generated files, as we distribute
624 # Lemon and can run it in the build process;
625 #
626 # "make maintainer-clean" on UN*X remove all generated files;
627 #
628 # "make distclean" on UN*X removes Lemon-generated files, as they're
629 # not in the distribution, but not Flex-generated files, as they
630 # are in the distribution;
631 #
632 # "make distclean" on Windows removes both Lemon-generated and
633 # Flex-generated files, as the Flex-generated files in the
634 # distribution were generated by Flex on UN*X, and won't compile
635 # on Windows;
636 #
637 # Flex-generated files can't be built with full warnings
638 # turned on, and can't be run through the checkAPI scripts,
639 # as they generate code that won't pass (we've tweaked
640 # Lemon to generate code that will pass).
641 #
642  
643 #
644 # All source files to be scanned for registration routines.
645 #
646 REGISTER_SRC_FILES = \
647 $(FLEX_GENERATED_REGISTER_C_FILES) \
648 $(FLEX_GENERATED_REGISTER_CPP_FILES) \
649 $(LEMON_GENERATED_REGISTER_C_FILES) \
650 $(LEMON_GENERATED_REGISTER_CPP_FILES) \
651 $(NONGENERATED_REGISTER_C_FILES) \
652 $(NONGENERATED_REGISTER_CPP_FILES)
653  
654  
655 #
656 # All distributed source files.
657 #
658 SRC_FILES = \
659 $(FLEX_GENERATED_C_FILES) \
660 $(FLEX_GENERATED_CPP_FILES) \
661 $(NONGENERATED_C_FILES) \
662 $(NONGENERATED_CPP_FILES)
663  
664  
665 #
666 # All non-distributed source files.
667 #
668 NODIST_SRC_FILES = \
669 $(LEMON_GENERATED_C_FILES) \
670 $(LEMON_GENERATED_CPP_FILES)
671  
672  
673 #
674 # All non-distributed header files.
675 #
676 NODIST_HEADER_FILES = \
677 $(LEMON_GENERATED_HEADER_FILES)
678  
679  
680 #
681 # All Flex-generated source files.
682 #
683 FLEX_GENERATED_SRC_FILES = \
684 $(FLEX_GENERATED_C_FILES) \
685 $(FLEX_GENERATED_CPP_FILES)
686  
687  
688 #
689 # All Lemon-generated source files.
690 #
691 LEMON_GENERATED_SRC_FILES = \
692 $(LEMON_GENERATED_C_FILES) \
693 $(LEMON_GENERATED_CPP_FILES)
694  
695  
696 #
697 # All generated source files.
698 #
699 GENERATED_SRC_FILES = \
700 $(FLEX_GENERATED_SRC_FILES) \
701 $(LEMON_GENERATED_SRC_FILES)
702  
703  
704 #
705 # All generated header files.
706 #
707 GENERATED_HEADER_FILES = \
708 $(FLEX_GENERATED_HEADER_FILES) \
709 $(LEMON_GENERATED_HEADER_FILES)
710  
711  
712 #
713 # All "clean" source files; they can be compiled with the regular
714 # warning options, including -Werror with GCC-compatible compilers,
715 # and can be run through checkAPI. Neither Flex-generated nor
716 # Lemon-generated files can currently be guaranteed to be clean.
717 #
718 CLEAN_SRC_FILES = \
719 $(NONGENERATED_C_FILES) \
720 $(NONGENERATED_CPP_FILES)
721  
722  
723 # C source files
724 C_FILES = \
725 $(FLEX_GENERATED_C_FILES) \
726 $(LEMON_GENERATED_C_FILES) \
727 $(NONGENERATED_C_FILES)
728  
729  
730 # C++ source files
731 CPP_FILES = \
732 $(FLEX_GENERATED_CPP_FILES) \
733 $(LEMON_GENERATED_CPP_FILES) \
734 $(NONGENERATED_CPP_FILES)
735  
736  
737 # the name of the plugin
738 PLUGIN_NAME = wimaxasncp
739  
740 #
741 # Files generated by Flex.
742 #
743 FLEX_GENERATED_C_FILES = \
744 wimaxasncp_dict.c
745  
746 FLEX_GENERATED_HEADER_FILES = \
747 wimaxasncp_dict_lex.h
748  
749  
750 # Non-generated sources to be scanned for registration routines
751 NONGENERATED_REGISTER_C_FILES = \
752 packet-wimaxasncp.c
753  
754  
755 # Non-generated sources
756 NONGENERATED_C_FILES = \
757 $(NONGENERATED_REGISTER_C_FILES)
758  
759  
760 # Headers.
761 CLEAN_HEADER_FILES = \
762 wimaxasncp_dict.h
763  
764 HEADER_FILES = \
765 $(FLEX_GENERATED_HEADER_FILES) \
766 $(CLEAN_HEADER_FILES)
767  
768  
769 #
770 # XXX - how to make this apply only to clean files?
771 #
772 #if HAVE_WARNINGS_AS_ERRORS
773 #AM_CFLAGS += -Werror
774 #endif
775 plugin_LTLIBRARIES = wimaxasncp.la
776 wimaxasncp_la_SOURCES = \
777 plugin.c \
778 moduleinfo.h \
779 $(SRC_FILES) \
780 $(HEADER_FILES)
781  
782 wimaxasncp_la_CPPFLAGS = $(AM_CPPFLAGS) $(PLUGIN_CPPFLAGS)
783 wimaxasncp_la_CFLAGS = $(GENERATED_CFLAGS) $(PLUGIN_CFLAGS)
784 wimaxasncp_la_LDFLAGS = $(PLUGIN_LDFLAGS)
785 BUILT_SOURCES = \
786 $(LEMON_GENERATED_HEADER_FILES) \
787 $(FLEX_GENERATED_HEADER_FILES)
788  
789 CLEANFILES = \
790 wimaxasncp \
791 *~
792  
793 MAINTAINERCLEANFILES = \
794 Makefile.in \
795 $(GENERATED_SRC_FILES) \
796 $(GENERATED_HEADER_FILES) \
797 plugin.c
798  
799 EXTRA_DIST = \
800 plugin.rc.in \
801 wimaxasncp_dict.l \
802 CMakeLists.txt
803  
804  
805 #
806 # Install the wimaxasncp DTD and XML files in the "wimaxasncp"
807 # subdirectory of $(pkgdatadir)
808 #
809 wimaxasncpdir = $(pkgdatadir)/wimaxasncp
810 all: $(BUILT_SOURCES)
811 $(MAKE) $(AM_MAKEFLAGS) all-am
812  
813 .SUFFIXES:
814 .SUFFIXES: .c .l .lo .o .obj
815 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.inc $(srcdir)/../Makefile.am.inc $(am__configure_deps)
816 @for dep in $?; do \
817 case '$(am__configure_deps)' in \
818 *$$dep*) \
819 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
820 && { if test -f $@; then exit 0; else break; fi; }; \
821 exit 1;; \
822 esac; \
823 done; \
824 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plugins/wimaxasncp/Makefile'; \
825 $(am__cd) $(top_srcdir) && \
826 $(AUTOMAKE) --gnu plugins/wimaxasncp/Makefile
827 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
828 @case '$?' in \
829 *config.status*) \
830 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
831 *) \
832 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
833 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
834 esac;
835 $(top_srcdir)/Makefile.am.inc $(srcdir)/../Makefile.am.inc $(am__empty):
836  
837 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
838 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
839  
840 $(top_srcdir)/configure: $(am__configure_deps)
841 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
842 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
843 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
844 $(am__aclocal_m4_deps):
845  
846 install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
847 @$(NORMAL_INSTALL)
848 @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
849 list2=; for p in $$list; do \
850 if test -f $$p; then \
851 list2="$$list2 $$p"; \
852 else :; fi; \
853 done; \
854 test -z "$$list2" || { \
855 echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
856 $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
857 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
858 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
859 }
860  
861 uninstall-pluginLTLIBRARIES:
862 @$(NORMAL_UNINSTALL)
863 @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
864 for p in $$list; do \
865 $(am__strip_dir) \
866 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
867 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
868 done
869  
870 clean-pluginLTLIBRARIES:
871 -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
872 @list='$(plugin_LTLIBRARIES)'; \
873 locs=`for p in $$list; do echo $$p; done | \
874 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
875 sort -u`; \
876 test -z "$$locs" || { \
877 echo rm -f $${locs}; \
878 rm -f $${locs}; \
879 }
880  
881 wimaxasncp.la: $(wimaxasncp_la_OBJECTS) $(wimaxasncp_la_DEPENDENCIES) $(EXTRA_wimaxasncp_la_DEPENDENCIES)
882 $(AM_V_CCLD)$(wimaxasncp_la_LINK) -rpath $(plugindir) $(wimaxasncp_la_OBJECTS) $(wimaxasncp_la_LIBADD) $(LIBS)
883  
884 mostlyclean-compile:
885 -rm -f *.$(OBJEXT)
886  
887 distclean-compile:
888 -rm -f *.tab.c
889  
890 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wimaxasncp_la-packet-wimaxasncp.Plo@am__quote@
891 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wimaxasncp_la-plugin.Plo@am__quote@
892 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wimaxasncp_la-wimaxasncp_dict.Plo@am__quote@
893  
894 .c.o:
895 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
896 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
897 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
898 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
899 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
900 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
901  
902 .c.obj:
903 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
904 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
905 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
906 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
908 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
909  
910 .c.lo:
911 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
912 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
913 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
914 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
915 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
916 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
917  
918 wimaxasncp_la-plugin.lo: plugin.c
919 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wimaxasncp_la_CPPFLAGS) $(CPPFLAGS) $(wimaxasncp_la_CFLAGS) $(CFLAGS) -MT wimaxasncp_la-plugin.lo -MD -MP -MF $(DEPDIR)/wimaxasncp_la-plugin.Tpo -c -o wimaxasncp_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
920 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxasncp_la-plugin.Tpo $(DEPDIR)/wimaxasncp_la-plugin.Plo
921 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='plugin.c' object='wimaxasncp_la-plugin.lo' libtool=yes @AMDEPBACKSLASH@
922 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
923 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wimaxasncp_la_CPPFLAGS) $(CPPFLAGS) $(wimaxasncp_la_CFLAGS) $(CFLAGS) -c -o wimaxasncp_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
924  
925 wimaxasncp_la-wimaxasncp_dict.lo: wimaxasncp_dict.c
926 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wimaxasncp_la_CPPFLAGS) $(CPPFLAGS) $(wimaxasncp_la_CFLAGS) $(CFLAGS) -MT wimaxasncp_la-wimaxasncp_dict.lo -MD -MP -MF $(DEPDIR)/wimaxasncp_la-wimaxasncp_dict.Tpo -c -o wimaxasncp_la-wimaxasncp_dict.lo `test -f 'wimaxasncp_dict.c' || echo '$(srcdir)/'`wimaxasncp_dict.c
927 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxasncp_la-wimaxasncp_dict.Tpo $(DEPDIR)/wimaxasncp_la-wimaxasncp_dict.Plo
928 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='wimaxasncp_dict.c' object='wimaxasncp_la-wimaxasncp_dict.lo' libtool=yes @AMDEPBACKSLASH@
929 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
930 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wimaxasncp_la_CPPFLAGS) $(CPPFLAGS) $(wimaxasncp_la_CFLAGS) $(CFLAGS) -c -o wimaxasncp_la-wimaxasncp_dict.lo `test -f 'wimaxasncp_dict.c' || echo '$(srcdir)/'`wimaxasncp_dict.c
931  
932 wimaxasncp_la-packet-wimaxasncp.lo: packet-wimaxasncp.c
933 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wimaxasncp_la_CPPFLAGS) $(CPPFLAGS) $(wimaxasncp_la_CFLAGS) $(CFLAGS) -MT wimaxasncp_la-packet-wimaxasncp.lo -MD -MP -MF $(DEPDIR)/wimaxasncp_la-packet-wimaxasncp.Tpo -c -o wimaxasncp_la-packet-wimaxasncp.lo `test -f 'packet-wimaxasncp.c' || echo '$(srcdir)/'`packet-wimaxasncp.c
934 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wimaxasncp_la-packet-wimaxasncp.Tpo $(DEPDIR)/wimaxasncp_la-packet-wimaxasncp.Plo
935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='packet-wimaxasncp.c' object='wimaxasncp_la-packet-wimaxasncp.lo' libtool=yes @AMDEPBACKSLASH@
936 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
937 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(wimaxasncp_la_CPPFLAGS) $(CPPFLAGS) $(wimaxasncp_la_CFLAGS) $(CFLAGS) -c -o wimaxasncp_la-packet-wimaxasncp.lo `test -f 'packet-wimaxasncp.c' || echo '$(srcdir)/'`packet-wimaxasncp.c
938  
939 mostlyclean-libtool:
940 -rm -f *.lo
941  
942 clean-libtool:
943 -rm -rf .libs _libs
944  
945 ID: $(am__tagged_files)
946 $(am__define_uniq_tagged_files); mkid -fID $$unique
947 tags: tags-am
948 TAGS: tags
949  
950 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
951 set x; \
952 here=`pwd`; \
953 $(am__define_uniq_tagged_files); \
954 shift; \
955 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
956 test -n "$$unique" || unique=$$empty_fix; \
957 if test $$# -gt 0; then \
958 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
959 "$$@" $$unique; \
960 else \
961 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
962 $$unique; \
963 fi; \
964 fi
965 ctags: ctags-am
966  
967 CTAGS: ctags
968 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
969 $(am__define_uniq_tagged_files); \
970 test -z "$(CTAGS_ARGS)$$unique" \
971 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
972 $$unique
973  
974 GTAGS:
975 here=`$(am__cd) $(top_builddir) && pwd` \
976 && $(am__cd) $(top_srcdir) \
977 && gtags -i $(GTAGS_ARGS) "$$here"
978 cscopelist: cscopelist-am
979  
980 cscopelist-am: $(am__tagged_files)
981 list='$(am__tagged_files)'; \
982 case "$(srcdir)" in \
983 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
984 *) sdir=$(subdir)/$(srcdir) ;; \
985 esac; \
986 for i in $$list; do \
987 if test -f "$$i"; then \
988 echo "$(subdir)/$$i"; \
989 else \
990 echo "$$sdir/$$i"; \
991 fi; \
992 done >> $(top_builddir)/cscope.files
993  
994 distclean-tags:
995 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
996  
997 distdir: $(DISTFILES)
998 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
999 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1000 list='$(DISTFILES)'; \
1001 dist_files=`for file in $$list; do echo $$file; done | \
1002 sed -e "s|^$$srcdirstrip/||;t" \
1003 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1004 case $$dist_files in \
1005 */*) $(MKDIR_P) `echo "$$dist_files" | \
1006 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1007 sort -u` ;; \
1008 esac; \
1009 for file in $$dist_files; do \
1010 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1011 if test -d $$d/$$file; then \
1012 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1013 if test -d "$(distdir)/$$file"; then \
1014 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1015 fi; \
1016 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1017 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1018 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1019 fi; \
1020 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1021 else \
1022 test -f "$(distdir)/$$file" \
1023 || cp -p $$d/$$file "$(distdir)/$$file" \
1024 || exit 1; \
1025 fi; \
1026 done
1027 check-am: all-am
1028 check: $(BUILT_SOURCES)
1029 $(MAKE) $(AM_MAKEFLAGS) check-am
1030 all-am: Makefile $(LTLIBRARIES)
1031 installdirs:
1032 for dir in "$(DESTDIR)$(plugindir)"; do \
1033 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1034 done
1035 install: $(BUILT_SOURCES)
1036 $(MAKE) $(AM_MAKEFLAGS) install-am
1037 install-exec: install-exec-am
1038 install-data: install-data-am
1039 uninstall: uninstall-am
1040  
1041 install-am: all-am
1042 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1043  
1044 installcheck: installcheck-am
1045 install-strip:
1046 if test -z '$(STRIP)'; then \
1047 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1048 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1049 install; \
1050 else \
1051 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1052 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1053 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1054 fi
1055 mostlyclean-generic:
1056  
1057 clean-generic:
1058 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1059  
1060 distclean-generic:
1061 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1062 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1063  
1064 maintainer-clean-generic:
1065 @echo "This command is intended for maintainers to use"
1066 @echo "it deletes files that may require special tools to rebuild."
1067 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1068 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1069 clean: clean-am
1070  
1071 clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
1072 mostlyclean-am
1073  
1074 distclean: distclean-am
1075 -rm -rf ./$(DEPDIR)
1076 -rm -f Makefile
1077 distclean-am: clean-am distclean-compile distclean-generic \
1078 distclean-tags
1079  
1080 dvi: dvi-am
1081  
1082 dvi-am:
1083  
1084 html: html-am
1085  
1086 html-am:
1087  
1088 info: info-am
1089  
1090 info-am:
1091  
1092 install-data-am: install-pluginLTLIBRARIES
1093  
1094 install-dvi: install-dvi-am
1095  
1096 install-dvi-am:
1097  
1098 install-exec-am:
1099  
1100 install-html: install-html-am
1101  
1102 install-html-am:
1103  
1104 install-info: install-info-am
1105  
1106 install-info-am:
1107  
1108 install-man:
1109  
1110 install-pdf: install-pdf-am
1111  
1112 install-pdf-am:
1113  
1114 install-ps: install-ps-am
1115  
1116 install-ps-am:
1117  
1118 installcheck-am:
1119  
1120 maintainer-clean: maintainer-clean-am
1121 -rm -rf ./$(DEPDIR)
1122 -rm -f Makefile
1123 maintainer-clean-am: distclean-am maintainer-clean-generic
1124  
1125 mostlyclean: mostlyclean-am
1126  
1127 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1128 mostlyclean-libtool
1129  
1130 pdf: pdf-am
1131  
1132 pdf-am:
1133  
1134 ps: ps-am
1135  
1136 ps-am:
1137  
1138 uninstall-am: uninstall-pluginLTLIBRARIES
1139  
1140 .MAKE: all check install install-am install-strip
1141  
1142 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1143 clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
1144 ctags-am distclean distclean-compile distclean-generic \
1145 distclean-libtool distclean-tags distdir dvi dvi-am html \
1146 html-am info info-am install install-am install-data \
1147 install-data-am install-dvi install-dvi-am install-exec \
1148 install-exec-am install-html install-html-am install-info \
1149 install-info-am install-man install-pdf install-pdf-am \
1150 install-pluginLTLIBRARIES install-ps install-ps-am \
1151 install-strip installcheck installcheck-am installdirs \
1152 maintainer-clean maintainer-clean-generic mostlyclean \
1153 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1154 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1155 uninstall-pluginLTLIBRARIES
1156  
1157 .PRECIOUS: Makefile
1158  
1159 $(LEMON):
1160 cd $(lemon_builddir) && $(MAKE)
1161  
1162 .l.c:
1163 $(AM_V_RUNLEX)$(RUNLEX) "$(LEX)" "$(SED)" -o$@ $<
1164 abi-descriptor.xml: ../abi-descriptor.template
1165 $(AM_V_SED)$(SED) \
1166 -e 's|@INCLUDE_DIRS@|$(abi_includes)|g' \
1167 -e 's/ *NEWLINE/\n /g' \
1168 -e 's|@LIBRARY_OUTPUT_PATH@|{RELPATH}/.libs|' $< > $@
1169  
1170 #
1171 # Build plugin.c, which contains the plugin version[] string, a
1172 # function plugin_register() that calls the register routines for all
1173 # protocols, and a function plugin_reg_handoff() that calls the handoff
1174 # registration routines for all protocols.
1175 #
1176 # We do this by scanning sources. If that turns out to be too slow,
1177 # maybe we could just require every .o file to have an register routine
1178 # of a given name (packet-aarp.o -> proto_register_aarp, etc.).
1179 #
1180 # Formatting conventions: The name of the proto_register_* routines an
1181 # proto_reg_handoff_* routines must start in column zero, or must be
1182 # preceded only by "void " starting in column zero, and must not be
1183 # inside #if.
1184 #
1185 # REGISTER_SRC_FILES is assumed to have all the files that need to be scanned.
1186 #
1187 # For some unknown reason, having a big "for" loop in the Makefile
1188 # to scan all the files doesn't work with some "make"s; they seem to
1189 # pass only the first few names in the list to the shell, for some
1190 # reason.
1191 #
1192 # Therefore, we use a script to generate the register.c file.
1193 # The first argument is the directory in which the source files live.
1194 # The second argument is "plugin", to indicate that we should build
1195 # a plugin.c file for a plugin.
1196 # All subsequent arguments are the files to scan.
1197 #
1198 plugin.c: $(REGISTER_SRC_FILES) $(top_srcdir)/tools/make-dissector-reg.py
1199 @echo Making plugin.c
1200 @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
1201 plugin $(REGISTER_SRC_FILES)
1202  
1203 #
1204 # Currently plugin.c can be included in the distribution because
1205 # we always build all protocol dissectors. We used to have to check
1206 # whether or not to build the snmp dissector. If we again need to
1207 # variably build something, making plugin.c non-portable, uncomment
1208 # the dist-hook line below.
1209 #
1210 # Oh, yuk. We don't want to include "plugin.c" in the distribution, as
1211 # its contents depend on the configuration, and therefore we want it
1212 # to be built when the first "make" is done; however, Automake insists
1213 # on putting *all* source into the distribution.
1214 #
1215 # We work around this by having a "dist-hook" rule that deletes
1216 # "plugin.c", so that "dist" won't pick it up.
1217 #
1218 #dist-hook:
1219 # @rm -f $(distdir)/plugin.c
1220  
1221 checkapi:
1222 $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput -build \
1223 -sourcedir=$(srcdir) \
1224 $(CLEAN_SRC_FILES) $(CLEAN_HEADER_FILES)
1225  
1226 wimaxasncp_dict_lex.h: wimaxasncp_dict.c
1227  
1228 wimaxasncp_dict.c: wimaxasncp_dict.h
1229  
1230 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1231 # Otherwise a system limit (for SysV at least) may be exceeded.
1232 .NOEXPORT: