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