1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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# RCSIDENT("$SiLK: Makefile.am c2b77910e602 2018-01-05 15:56:30Z mthomas $");
18
19# Installed Targets
20
21# RCSIDENT("$SiLK: build.mk 9a4f4ca2d067 2017-06-21 17:41:59Z mthomas $")
22#
23#  This file contains common rules included into every Makefile.in
24
25# RCSIDENT("$SiLK: lib-deps.mk 4dba2416c3d6 2015-09-10 19:03:20Z mthomas $")
26
27# Rules to build libraries that tools depend on
28
29VPATH = @srcdir@
30am__is_gnu_make = { \
31  if test -z '$(MAKELEVEL)'; then \
32    false; \
33  elif test -n '$(MAKE_HOST)'; then \
34    true; \
35  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
36    true; \
37  else \
38    false; \
39  fi; \
40}
41am__make_running_with_option = \
42  case $${target_option-} in \
43      ?) ;; \
44      *) echo "am__make_running_with_option: internal error: invalid" \
45              "target option '$${target_option-}' specified" >&2; \
46         exit 1;; \
47  esac; \
48  has_opt=no; \
49  sane_makeflags=$$MAKEFLAGS; \
50  if $(am__is_gnu_make); then \
51    sane_makeflags=$$MFLAGS; \
52  else \
53    case $$MAKEFLAGS in \
54      *\\[\ \	]*) \
55        bs=\\; \
56        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
57          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
58    esac; \
59  fi; \
60  skip_next=no; \
61  strip_trailopt () \
62  { \
63    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
64  }; \
65  for flg in $$sane_makeflags; do \
66    test $$skip_next = yes && { skip_next=no; continue; }; \
67    case $$flg in \
68      *=*|--*) continue;; \
69        -*I) strip_trailopt 'I'; skip_next=yes;; \
70      -*I?*) strip_trailopt 'I';; \
71        -*O) strip_trailopt 'O'; skip_next=yes;; \
72      -*O?*) strip_trailopt 'O';; \
73        -*l) strip_trailopt 'l'; skip_next=yes;; \
74      -*l?*) strip_trailopt 'l';; \
75      -[dEDm]) skip_next=yes;; \
76      -[JT]) skip_next=yes;; \
77    esac; \
78    case $$flg in \
79      *$$target_option*) has_opt=yes; break;; \
80    esac; \
81  done; \
82  test $$has_opt = yes
83am__make_dryrun = (target_option=n; $(am__make_running_with_option))
84am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
85pkgdatadir = $(datadir)/@PACKAGE@
86pkgincludedir = $(includedir)/@PACKAGE@
87pkglibdir = $(libdir)/@PACKAGE@
88pkglibexecdir = $(libexecdir)/@PACKAGE@
89am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
90install_sh_DATA = $(install_sh) -c -m 644
91install_sh_PROGRAM = $(install_sh) -c
92install_sh_SCRIPT = $(install_sh) -c
93INSTALL_HEADER = $(INSTALL_DATA)
94transform = $(program_transform_name)
95NORMAL_INSTALL = :
96PRE_INSTALL = :
97POST_INSTALL = :
98NORMAL_UNINSTALL = :
99PRE_UNINSTALL = :
100POST_UNINSTALL = :
101build_triplet = @build@
102host_triplet = @host@
103bin_PROGRAMS = rwstats$(EXEEXT) rwuniq$(EXEEXT)
104@RUN_EXTRA_CHECKS_TRUE@am__append_1 = $(EXTRA_TESTS)
105subdir = src/rwstats
106ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_libadns.m4 \
108	$(top_srcdir)/m4/ax_check_libcares.m4 \
109	$(top_srcdir)/m4/ax_check_liblzo.m4 \
110	$(top_srcdir)/m4/ax_check_libpcap.m4 \
111	$(top_srcdir)/m4/ax_check_libsnappy.m4 \
112	$(top_srcdir)/m4/ax_check_libz.m4 \
113	$(top_srcdir)/m4/ax_check_printf_z.m4 \
114	$(top_srcdir)/m4/ax_check_pthread.m4 \
115	$(top_srcdir)/m4/ax_pkg_check_gnutls.m4 \
116	$(top_srcdir)/m4/ax_pkg_check_libfixbuf.m4 \
117	$(top_srcdir)/m4/ax_pkg_check_libipa.m4 \
118	$(top_srcdir)/m4/ax_pkg_check_libmaxminddb.m4 \
119	$(top_srcdir)/m4/ax_prefix_config_h.m4 \
120	$(top_srcdir)/m4/infomodel.m4 $(top_srcdir)/m4/libtool.m4 \
121	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
122	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
123	$(top_srcdir)/m4/silkconfig.m4 $(top_srcdir)/configure.ac
124am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125	$(ACLOCAL_M4)
126DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
127mkinstalldirs = $(install_sh) -d
128CONFIG_HEADER = $(top_builddir)/src/include/silk/silk_config1.h \
129	$(top_builddir)/src/include/silk/silk_config2.h
130CONFIG_CLEAN_FILES =
131CONFIG_CLEAN_VPATH_FILES =
132am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
133PROGRAMS = $(bin_PROGRAMS)
134am__objects_1 = rwstatssetup.$(OBJEXT) skunique.$(OBJEXT)
135am_rwstats_OBJECTS = $(am__objects_1) rwstats.$(OBJEXT) \
136	intervalstats.$(OBJEXT) rwstatslegacy.$(OBJEXT) \
137	rwstatsproto.$(OBJEXT)
138rwstats_OBJECTS = $(am_rwstats_OBJECTS)
139rwstats_LDADD = $(LDADD)
140am__DEPENDENCIES_1 =
141rwstats_DEPENDENCIES = $(silkpython) ../libsilk/libsilk.la \
142	$(am__DEPENDENCIES_1)
143AM_V_lt = $(am__v_lt_@AM_V@)
144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145am__v_lt_0 = --silent
146am__v_lt_1 =
147am_rwuniq_OBJECTS = $(am__objects_1) rwuniq.$(OBJEXT)
148rwuniq_OBJECTS = $(am_rwuniq_OBJECTS)
149rwuniq_LDADD = $(LDADD)
150rwuniq_DEPENDENCIES = $(silkpython) ../libsilk/libsilk.la \
151	$(am__DEPENDENCIES_1)
152AM_V_P = $(am__v_P_@AM_V@)
153am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
154am__v_P_0 = false
155am__v_P_1 = :
156AM_V_GEN = $(am__v_GEN_@AM_V@)
157am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
158am__v_GEN_0 = @echo "  GEN     " $@;
159am__v_GEN_1 =
160AM_V_at = $(am__v_at_@AM_V@)
161am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
162am__v_at_0 = @
163am__v_at_1 =
164DEFAULT_INCLUDES =
165depcomp = $(SHELL) $(top_srcdir)/autoconf/depcomp
166am__maybe_remake_depfiles = depfiles
167am__depfiles_remade = ./$(DEPDIR)/intervalstats.Po \
168	./$(DEPDIR)/rwstats.Po ./$(DEPDIR)/rwstatslegacy.Po \
169	./$(DEPDIR)/rwstatsproto.Po ./$(DEPDIR)/rwstatssetup.Po \
170	./$(DEPDIR)/rwuniq.Po ./$(DEPDIR)/skunique.Po
171am__mv = mv -f
172COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
173	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
174LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
176	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
177	$(AM_CFLAGS) $(CFLAGS)
178AM_V_CC = $(am__v_CC_@AM_V@)
179am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
180am__v_CC_0 = @echo "  CC      " $@;
181am__v_CC_1 =
182CCLD = $(CC)
183LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
184	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
185	$(AM_LDFLAGS) $(LDFLAGS) -o $@
186AM_V_CCLD = $(am__v_CCLD_@AM_V@)
187am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
188am__v_CCLD_0 = @echo "  CCLD    " $@;
189am__v_CCLD_1 =
190SOURCES = $(rwstats_SOURCES) $(rwuniq_SOURCES)
191DIST_SOURCES = $(rwstats_SOURCES) $(rwuniq_SOURCES)
192am__can_run_installinfo = \
193  case $$AM_UPDATE_INFO_DIR in \
194    n|no|NO) false;; \
195    *) (install-info --version) >/dev/null 2>&1;; \
196  esac
197am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
198am__vpath_adj = case $$p in \
199    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
200    *) f=$$p;; \
201  esac;
202am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
203am__install_max = 40
204am__nobase_strip_setup = \
205  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
206am__nobase_strip = \
207  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
208am__nobase_list = $(am__nobase_strip_setup); \
209  for p in $$list; do echo "$$p $$p"; done | \
210  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
211  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
212    if (++n[$$2] == $(am__install_max)) \
213      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
214    END { for (dir in files) print dir, files[dir] }'
215am__base_list = \
216  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
217  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
218am__uninstall_files_from_dir = { \
219  test -z "$$files" \
220    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
221    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
222         $(am__cd) "$$dir" && rm -f $$files; }; \
223  }
224man1dir = $(mandir)/man1
225NROFF = nroff
226MANS = $(man1_MANS)
227am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
228# Read a list of newline-separated strings from the standard input,
229# and print each of them once, without duplicates.  Input order is
230# *not* preserved.
231am__uniquify_input = $(AWK) '\
232  BEGIN { nonempty = 0; } \
233  { items[$$0] = 1; nonempty = 1; } \
234  END { if (nonempty) { for (i in items) print i; }; } \
235'
236# Make sure the list of sources is unique.  This is necessary because,
237# e.g., the same source file might be shared among _SOURCES variables
238# for different programs/libraries.
239am__define_uniq_tagged_files = \
240  list='$(am__tagged_files)'; \
241  unique=`for i in $$list; do \
242    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
243  done | $(am__uniquify_input)`
244ETAGS = etags
245CTAGS = ctags
246am__tty_colors_dummy = \
247  mgn= red= grn= lgn= blu= brg= std=; \
248  am__color_tests=no
249am__tty_colors = { \
250  $(am__tty_colors_dummy); \
251  if test "X$(AM_COLOR_TESTS)" = Xno; then \
252    am__color_tests=no; \
253  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
254    am__color_tests=yes; \
255  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
256    am__color_tests=yes; \
257  fi; \
258  if test $$am__color_tests = yes; then \
259    red=''; \
260    grn=''; \
261    lgn=''; \
262    blu=''; \
263    mgn=''; \
264    brg=''; \
265    std=''; \
266  fi; \
267}
268am__recheck_rx = ^[ 	]*:recheck:[ 	]*
269am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
270am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
271# A command that, given a newline-separated list of test names on the
272# standard input, print the name of the tests that are to be re-run
273# upon "make recheck".
274am__list_recheck_tests = $(AWK) '{ \
275  recheck = 1; \
276  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
277    { \
278      if (rc < 0) \
279        { \
280          if ((getline line2 < ($$0 ".log")) < 0) \
281	    recheck = 0; \
282          break; \
283        } \
284      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
285        { \
286          recheck = 0; \
287          break; \
288        } \
289      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
290        { \
291          break; \
292        } \
293    }; \
294  if (recheck) \
295    print $$0; \
296  close ($$0 ".trs"); \
297  close ($$0 ".log"); \
298}'
299# A command that, given a newline-separated list of test names on the
300# standard input, create the global log from their .trs and .log files.
301am__create_global_log = $(AWK) ' \
302function fatal(msg) \
303{ \
304  print "fatal: making $@: " msg | "cat >&2"; \
305  exit 1; \
306} \
307function rst_section(header) \
308{ \
309  print header; \
310  len = length(header); \
311  for (i = 1; i <= len; i = i + 1) \
312    printf "="; \
313  printf "\n\n"; \
314} \
315{ \
316  copy_in_global_log = 1; \
317  global_test_result = "RUN"; \
318  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
319    { \
320      if (rc < 0) \
321         fatal("failed to read from " $$0 ".trs"); \
322      if (line ~ /$(am__global_test_result_rx)/) \
323        { \
324          sub("$(am__global_test_result_rx)", "", line); \
325          sub("[ 	]*$$", "", line); \
326          global_test_result = line; \
327        } \
328      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
329        copy_in_global_log = 0; \
330    }; \
331  if (copy_in_global_log) \
332    { \
333      rst_section(global_test_result ": " $$0); \
334      while ((rc = (getline line < ($$0 ".log"))) != 0) \
335      { \
336        if (rc < 0) \
337          fatal("failed to read from " $$0 ".log"); \
338        print line; \
339      }; \
340      printf "\n"; \
341    }; \
342  close ($$0 ".trs"); \
343  close ($$0 ".log"); \
344}'
345# Restructured Text title.
346am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
347# Solaris 10 'make', and several other traditional 'make' implementations,
348# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
349# by disabling -e (using the XSI extension "set +e") if it's set.
350am__sh_e_setup = case $$- in *e*) set +e;; esac
351# Default flags passed to test drivers.
352am__common_driver_flags = \
353  --color-tests "$$am__color_tests" \
354  --enable-hard-errors "$$am__enable_hard_errors" \
355  --expect-failure "$$am__expect_failure"
356# To be inserted before the command running the test.  Creates the
357# directory for the log if needed.  Stores in $dir the directory
358# containing $f, in $tst the test, in $log the log.  Executes the
359# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
360# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
361# will run the test scripts (or their associated LOG_COMPILER, if
362# thy have one).
363am__check_pre = \
364$(am__sh_e_setup);					\
365$(am__vpath_adj_setup) $(am__vpath_adj)			\
366$(am__tty_colors);					\
367srcdir=$(srcdir); export srcdir;			\
368case "$@" in						\
369  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
370    *) am__odir=.;; 					\
371esac;							\
372test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
373  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
374if test -f "./$$f"; then dir=./;			\
375elif test -f "$$f"; then dir=;				\
376else dir="$(srcdir)/"; fi;				\
377tst=$$dir$$f; log='$@'; 				\
378if test -n '$(DISABLE_HARD_ERRORS)'; then		\
379  am__enable_hard_errors=no; 				\
380else							\
381  am__enable_hard_errors=yes; 				\
382fi; 							\
383case " $(XFAIL_TESTS) " in				\
384  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
385    am__expect_failure=yes;;				\
386  *)							\
387    am__expect_failure=no;;				\
388esac; 							\
389$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
390# A shell command to get the names of the tests scripts with any registered
391# extension removed (i.e., equivalently, the names of the test logs, with
392# the '.log' extension removed).  The result is saved in the shell variable
393# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
394# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
395# since that might cause problem with VPATH rewrites for suffix-less tests.
396# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
397am__set_TESTS_bases = \
398  bases='$(TEST_LOGS)'; \
399  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
400  bases=`echo $$bases`
401RECHECK_LOGS = $(TEST_LOGS)
402AM_RECURSIVE_TARGETS = check recheck
403TEST_SUITE_LOG = test-suite.log
404TEST_EXTENSIONS = @EXEEXT@ .test
405LOG_DRIVER = $(SHELL) $(top_srcdir)/autoconf/test-driver
406LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
407am__set_b = \
408  case '$@' in \
409    */*) \
410      case '$*' in \
411        */*) b='$*';; \
412          *) b=`echo '$@' | sed 's/\.log$$//'`; \
413       esac;; \
414    *) \
415      b='$*';; \
416  esac
417am__test_logs1 = $(TESTS:=.log)
418am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
419TEST_LOGS = $(am__test_logs2:.test.log=.log)
420TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/autoconf/test-driver
421TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
422	$(TEST_LOG_FLAGS)
423am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/autoconf/depcomp \
424	$(top_srcdir)/autoconf/test-driver $(top_srcdir)/build.mk \
425	$(top_srcdir)/lib-deps.mk
426DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
427ACLOCAL = @ACLOCAL@
428ADNS_CFLAGS = @ADNS_CFLAGS@
429ADNS_LDFLAGS = @ADNS_LDFLAGS@
430AMTAR = @AMTAR@
431AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
432AR = @AR@
433AUTOCONF = @AUTOCONF@
434AUTOHEADER = @AUTOHEADER@
435AUTOMAKE = @AUTOMAKE@
436AWK = @AWK@
437CARES_CFLAGS = @CARES_CFLAGS@
438CARES_LDFLAGS = @CARES_LDFLAGS@
439CC = @CC@
440CCDEPMODE = @CCDEPMODE@
441CFLAGS = @CFLAGS@
442CPP = @CPP@
443CPPFLAGS = @CPPFLAGS@
444CYGPATH_W = @CYGPATH_W@
445DEFS = @DEFS@
446DEPDIR = @DEPDIR@
447DLLTOOL = @DLLTOOL@
448DSYMUTIL = @DSYMUTIL@
449DUMPBIN = @DUMPBIN@
450ECHO_C = @ECHO_C@
451ECHO_N = @ECHO_N@
452ECHO_T = @ECHO_T@
453EGREP = @EGREP@
454EXEEXT = @EXEEXT@
455FGREP = @FGREP@
456FIXBUF_CFLAGS = @FIXBUF_CFLAGS@
457FIXBUF_LDFLAGS = @FIXBUF_LDFLAGS@
458FLEX_NOFUNS = @FLEX_NOFUNS@
459GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
460GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
461GNUTLS_LIBS = @GNUTLS_LIBS@
462GREP = @GREP@
463GZIP = @GZIP@
464INFOMODEL_REGISTRIES = @INFOMODEL_REGISTRIES@
465INFOMODEL_REGISTRY_INCLUDES = @INFOMODEL_REGISTRY_INCLUDES@
466INFOMODEL_REGISTRY_INCLUDE_FILES = @INFOMODEL_REGISTRY_INCLUDE_FILES@
467INFOMODEL_REGISTRY_PREFIXES = @INFOMODEL_REGISTRY_PREFIXES@
468INSTALL = @INSTALL@
469INSTALL_DATA = @INSTALL_DATA@
470INSTALL_PROGRAM = @INSTALL_PROGRAM@
471INSTALL_SCRIPT = @INSTALL_SCRIPT@
472INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
473IS_BIG_ENDIAN = @IS_BIG_ENDIAN@
474IS_LITTLE_ENDIAN = @IS_LITTLE_ENDIAN@
475LD = @LD@
476LDFLAGS = @LDFLAGS@
477LEX = @LEX@
478LEXLIB = @LEXLIB@
479LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
480LIBFIXBUF_CFLAGS = @LIBFIXBUF_CFLAGS@
481LIBFIXBUF_LIBS = @LIBFIXBUF_LIBS@
482LIBIPA_CFLAGS = @LIBIPA_CFLAGS@
483LIBIPA_LDFLAGS = @LIBIPA_LDFLAGS@
484LIBIPA_LIBS = @LIBIPA_LIBS@
485LIBMAXMINDDB_CFLAGS = @LIBMAXMINDDB_CFLAGS@
486LIBMAXMINDDB_LDFLAGS = @LIBMAXMINDDB_LDFLAGS@
487LIBMAXMINDDB_LIBS = @LIBMAXMINDDB_LIBS@
488LIBOBJS = @LIBOBJS@
489LIBS = @LIBS@
490LIBTOOL = @LIBTOOL@
491LIPO = @LIPO@
492LN_S = @LN_S@
493LTLIBOBJS = @LTLIBOBJS@
494LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
495MAINT = @MAINT@
496MAKEINFO = @MAKEINFO@
497MANIFEST_TOOL = @MANIFEST_TOOL@
498MKDIR_P = @MKDIR_P@
499NM = @NM@
500NMEDIT = @NMEDIT@
501OBJDUMP = @OBJDUMP@
502OBJEXT = @OBJEXT@
503OTOOL = @OTOOL@
504OTOOL64 = @OTOOL64@
505PACKAGE = @PACKAGE@
506PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
507PACKAGE_NAME = @PACKAGE_NAME@
508PACKAGE_STRING = @PACKAGE_STRING@
509PACKAGE_TARNAME = @PACKAGE_TARNAME@
510PACKAGE_URL = @PACKAGE_URL@
511PACKAGE_VERSION = @PACKAGE_VERSION@
512PACKING_LOGIC_PATH = @PACKING_LOGIC_PATH@
513PATH_SEPARATOR = @PATH_SEPARATOR@
514PCAP_LDFLAGS = @PCAP_LDFLAGS@
515PERL = @PERL@
516PKG_CONFIG = @PKG_CONFIG@
517PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
518PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
519POD2HTML = @POD2HTML@
520POD2MAN = @POD2MAN@
521PODSELECT = @PODSELECT@
522PTHREAD_LDFLAGS = @PTHREAD_LDFLAGS@
523PYTHON = @PYTHON@
524PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
525PYTHON_DEFAULT_SITE_PKG = @PYTHON_DEFAULT_SITE_PKG@
526PYTHON_INFO_PROG = @PYTHON_INFO_PROG@
527PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
528PYTHON_LDFLAGS_EMBEDDED = @PYTHON_LDFLAGS_EMBEDDED@
529PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
530PYTHON_SO_EXTENSION = @PYTHON_SO_EXTENSION@
531PYTHON_VERSION = @PYTHON_VERSION@
532RANLIB = @RANLIB@
533RPM_SPEC_BUILDREQUIRES = @RPM_SPEC_BUILDREQUIRES@
534RPM_SPEC_CONFIGURE = @RPM_SPEC_CONFIGURE@
535RPM_SPEC_PYTHON_SITEPKG = @RPM_SPEC_PYTHON_SITEPKG@
536RPM_SPEC_PYTHON_SITEPKG_SILK = @RPM_SPEC_PYTHON_SITEPKG_SILK@
537RPM_SPEC_REQUIRES = @RPM_SPEC_REQUIRES@
538RPM_SPEC_WITH_PYTHON = @RPM_SPEC_WITH_PYTHON@
539SED = @SED@
540SET_MAKE = @SET_MAKE@
541SHELL = @SHELL@
542SILK_DATA_ROOTDIR = @SILK_DATA_ROOTDIR@
543SILK_PLUGIN_LIBTOOL_FLAGS = @SILK_PLUGIN_LIBTOOL_FLAGS@
544SILK_SITE_SUBDIRS = @SILK_SITE_SUBDIRS@
545SILK_SUMMARY_FILE = @SILK_SUMMARY_FILE@
546SILK_VERSION_INTEGER = @SILK_VERSION_INTEGER@
547SK_CFLAGS = @SK_CFLAGS@
548SK_CPPFLAGS = @SK_CPPFLAGS@
549SK_ENABLE_GNUTLS = @SK_ENABLE_GNUTLS@
550SK_ENABLE_INET6_NETWORKING = @SK_ENABLE_INET6_NETWORKING@
551SK_ENABLE_IPA = @SK_ENABLE_IPA@
552SK_ENABLE_IPFIX = @SK_ENABLE_IPFIX@
553SK_ENABLE_IPV6 = @SK_ENABLE_IPV6@
554SK_ENABLE_LZO = @SK_ENABLE_LZO@
555SK_ENABLE_OUTPUT_COMPRESSION = @SK_ENABLE_OUTPUT_COMPRESSION@
556SK_ENABLE_SNAPPY = @SK_ENABLE_SNAPPY@
557SK_ENABLE_ZLIB = @SK_ENABLE_ZLIB@
558SK_LDFLAGS = @SK_LDFLAGS@
559SK_SRC_INCLUDES = @SK_SRC_INCLUDES@
560SPLINT_FLAGS = @SPLINT_FLAGS@
561STATIC_APPLICATIONS = @STATIC_APPLICATIONS@
562STRIP = @STRIP@
563VERSION = @VERSION@
564WARN_CFLAGS = @WARN_CFLAGS@
565XSLTPROC = @XSLTPROC@
566YACC = @YACC@
567YFLAGS = @YFLAGS@
568abs_builddir = @abs_builddir@
569abs_srcdir = @abs_srcdir@
570abs_top_builddir = @abs_top_builddir@
571abs_top_srcdir = @abs_top_srcdir@
572ac_ct_AR = @ac_ct_AR@
573ac_ct_CC = @ac_ct_CC@
574ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
575am__include = @am__include@
576am__leading_dot = @am__leading_dot@
577am__quote = @am__quote@
578am__tar = @am__tar@
579am__untar = @am__untar@
580bindir = @bindir@
581build = @build@
582build_alias = @build_alias@
583build_cpu = @build_cpu@
584build_os = @build_os@
585build_vendor = @build_vendor@
586builddir = @builddir@
587datadir = @datadir@
588datarootdir = @datarootdir@
589docdir = @docdir@
590dvidir = @dvidir@
591exec_prefix = @exec_prefix@
592host = @host@
593host_alias = @host_alias@
594host_cpu = @host_cpu@
595host_os = @host_os@
596host_vendor = @host_vendor@
597htmldir = @htmldir@
598includedir = @includedir@
599infodir = @infodir@
600install_sh = @install_sh@
601libdir = @libdir@
602libexecdir = @libexecdir@
603localedir = @localedir@
604localstatedir = @localstatedir@
605mandir = @mandir@
606mkdir_p = @mkdir_p@
607oldincludedir = @oldincludedir@
608pdfdir = @pdfdir@
609pkgpythondir = @pkgpythondir@
610prefix = @prefix@
611program_transform_name = @program_transform_name@
612psdir = @psdir@
613pythondir = @pythondir@
614sbindir = @sbindir@
615sharedstatedir = @sharedstatedir@
616srcdir = @srcdir@
617sysconfdir = @sysconfdir@
618target_alias = @target_alias@
619top_build_prefix = @top_build_prefix@
620top_builddir = @top_builddir@
621top_srcdir = @top_srcdir@
622EXTRA_DIST = rwstats.pod rwuniq.pod $(TESTS) $(EXTRA_TESTS)
623@HAVE_POD2MAN_TRUE@man1_MANS = rwstats.1 rwuniq.1
624
625# Build Rules
626AM_CPPFLAGS = $(SK_SRC_INCLUDES) $(PYTHON_CPPFLAGS) $(SK_CPPFLAGS)
627AM_CFLAGS = $(WARN_CFLAGS) $(SK_CFLAGS)
628AM_LDFLAGS = $(SK_LDFLAGS) $(STATIC_APPLICATIONS)
629@HAVE_PYTHON_TRUE@silkpython = ../pysilk/libsilkpython.la
630LDADD = $(silkpython) ../libsilk/libsilk.la $(PYTHON_LDFLAGS_EMBEDDED)
631STATSUNIQ = rwstats.h rwstatssetup.c skunique.c skunique.h
632rwstats_SOURCES = $(STATSUNIQ) rwstats.c \
633	interval.h intervalstats.c rwstatslegacy.c rwstatsproto.c
634
635rwuniq_SOURCES = $(STATSUNIQ) rwuniq.c
636
637########  MANUAL PAGE SUPPORT
638#
639#  Rules to build (and clean) the manual pages (troff) from the Perl
640#  POD (Plain Old Documentation) source files
641#
642POD2MAN_ARGS = --center="SiLK Tool Suite" --release="$(PACKAGE_STRING)"
643pod_edit = sed \
644	-e 's|@SILK_DATA_ROOTDIR[@]|$(SILK_DATA_ROOTDIR)|g' \
645	-e 's|@prefix[@]|$(prefix)|g'
646
647
648########  PERL SCRIPT BUILD
649#
650#  The following variables convert the Perl script source file
651#  "SCRIPT.in" to the execuable "SCRIPT".  To use them, add the
652#  following for each SCRIPT script to the appropriate Makefile.am
653#
654#  SCRIPT: SCRIPT.in
655#	$(MAKE_PERL_SCRIPT)
656make_perl_script_edit = sed \
657	-e 's|@PERL[@]|$(PERL)|g' \
658	-e 's|@PACKAGE_STRING[@]|$(PACKAGE_STRING)|g' \
659	-e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \
660	-e 's|@SILK_VERSION_INTEGER[@]|$(SILK_VERSION_INTEGER)|g'
661
662MAKE_PERL_SCRIPT = $(AM_V_GEN) \
663  rm -f $@ $@.tmp ; \
664  srcdir='' ; \
665  test -f ./$@.in || srcdir=$(srcdir)/ ; \
666  $(make_perl_script_edit) "$${srcdir}$@.in" >$@.tmp && \
667  chmod +x $@.tmp && \
668  mv $@.tmp $@
669
670
671########  PYTHON SCRIPT BUILD
672#
673#  The following variables convert the Python script source file
674#  "SCRIPT.in" to the execuable "SCRIPT".  To use them, add the
675#  following for each SCRIPT script to the appropriate Makefile.am
676#
677#  SCRIPT: SCRIPT.in
678#	$(MAKE_PYTHON_SCRIPT)
679#
680#  This script assumes there is a single source for the Python script,
681#  and it will work work where we have different scripts depending on
682#  the version of Python in use.
683make_python_script_edit = sed \
684	-e 's|@PYTHON[@]|$(PYTHON)|g' \
685	-e 's|@PACKAGE_STRING[@]|$(PACKAGE_STRING)|g' \
686	-e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g'
687
688MAKE_PYTHON_SCRIPT = $(AM_V_GEN) \
689  rm -f $@ $@.tmp ; \
690  srcdir='' ; \
691  test -f ./$@.in || srcdir=$(srcdir)/ ; \
692  $(make_python_script_edit) "$${srcdir}$@.in" >$@.tmp && \
693  chmod +x $@.tmp && \
694  mv $@.tmp $@
695
696
697########  DAEMON CONFIGURATION
698#
699#  The following support the .conf and .init.d files used for daemon
700#  configuration
701
702#  Convert @foo@ int the .conf and .init.d files to path names
703edit_conf_init_d = sed \
704	-e 's|@SILK_DATA_ROOTDIR[@]|$(SILK_DATA_ROOTDIR)|g' \
705	-e 's|@localstatedir[@]|$(localstatedir)|g' \
706	-e 's|@sbindir[@]|$(sbindir)|g' \
707	-e 's|@sysconfdir[@]|$(sysconfdir)|g' \
708	-e 's|@myprog[@]|'$${myprog}'|g'
709
710
711#  The following variable converts DAEMON.conf.in to DAEMON.conf.  To
712#  use it, add the following for each DAEMON.conf file to the
713#  appropriate Makefile.am:
714#
715#  DAEMON.conf: DAEMON.conf.in Makefile
716#	$(MAKE_CONF_FILE)
717#
718#  To ensure it gets built, add DAEMON.conf to the "all-local:" target
719#  in the Makefile.am
720MAKE_CONF_FILE = $(AM_V_GEN) \
721  rm -f $@ $@.tmp ; \
722  srcdir='' ; \
723  test -f "./$@.in" || srcdir="$(srcdir)/" ; \
724  myprog=`echo '$@' | sed -e 's|^.*/||;' -e 's|\.conf$$||;$(transform)'` ; \
725  $(edit_conf_init_d) "$${srcdir}$@.in" > $@.tmp && \
726  mv $@.tmp $@
727
728
729#  A rule to install the DAEMON.conf files into $(conf_file_dir) and a
730#  second rule to uninstall them.  For these rules to work, add the
731#  following to the appropriate Makefile.am:
732#
733#  conf_files = DAEMON1.conf DAEMON2.conf
734#  install-data-local: install-conf-files
735#  uninstall-local: uninstall-conf-files
736
737#  The install directory is $(prefix)/share/silk/etc/
738conf_file_dir = $(pkgdatadir)/etc
739
740#  The following variable converts DAEMON.init.d.in to DAEMON.init.d.
741#  To use it, add the following for each DAEMON.init.d script to the
742#  appropriate Makefile.am:
743#
744#  DAEMON.init.d: DAEMON.init.d.in Makefile
745#	$(MAKE_INIT_D_SCRIPT)
746#
747#  To ensure it gets built, add DAEMON.init.d to the "all-local:"
748#  target in the Makefile.am
749MAKE_INIT_D_SCRIPT = $(AM_V_GEN) \
750  rm -f $@ $@.tmp ; \
751  srcdir='' ; \
752  test -f "./$@.in" || srcdir="$(srcdir)/" ; \
753  myprog=`echo '$@' | sed -e 's|^.*/||;' -e 's|\.init\.d$$||;$(transform)'` ; \
754  $(edit_conf_init_d) "$${srcdir}$@.in" > $@.tmp && \
755  chmod +x $@.tmp && \
756  mv $@.tmp $@
757
758
759#  A rule to install the DAEMON.init.d scripts into
760#  $(init_d_scripts_dir) and a second rule to uninstall them.  For
761#  these rules to work, add the following to the appropriate
762#  Makefile.am:
763#
764#  init_d_scripts = DAEMON1.init.d DAEMON2.init.d
765#  install-data-local: install-init-d-scripts
766#  uninstall-local: uninstall-init-d-scripts
767
768#  The install directory is $(prefix)/share/silk/etc/init.d/
769init_d_scripts_dir = $(pkgdatadir)/etc/init.d
770
771########  TESTING (MAKE CHECK) SUPPORT
772#
773#  Rules to build various files used during testing.  To actually
774#  build these files, add the appropriate variable(s) to check_DATA
775#
776SILK_TESTBAGS = $(top_builddir)/tests/made-bag-files
777SILK_TESTDATA = $(top_builddir)/tests/made-test-data
778SILK_TESTPDU = $(top_builddir)/tests/small.pdu
779SILK_TESTPMAPS = $(top_builddir)/tests/made-pmap-files
780SILK_TESTSCAN = $(top_builddir)/tests/scandata.rwf
781SILK_SENDRCVDATA = $(top_builddir)/tests/made-sendrcv-data
782SILK_TESTSETS = $(top_builddir)/tests/made-set-files
783SILK_TESTSIPS004 = $(top_builddir)/tests/sips-004-008.rw
784
785# Ensure the local 'tests' directory exists
786SILK_TESTSDIR = ./tests/touch-dir
787
788# Set defaults to use for the testing harness used by "make check"
789#
790AM_TESTS_ENVIRONMENT = \
791	srcdir=$(srcdir) ; export srcdir ; \
792	top_srcdir=$(top_srcdir) ; export top_srcdir ; \
793	top_builddir=$(top_builddir) ; export top_builddir ;
794
795PL_LOG_COMPILER = $(PERL)
796AM_PL_LOG_FLAGS = -I$(top_srcdir)/tests -w
797LOG_COMPILER = $(PL_LOG_COMPILER)
798AM_LOG_FLAGS = $(AM_PL_LOG_FLAGS)
799
800# Global Rules
801
802# Tests
803@RUN_EXTRA_CHECKS_TRUE@more_data = $(SILK_TESTSIPS004)
804
805# Required files; variables defined in ../../build.mk
806check_DATA = $(SILK_TESTSDIR) $(SILK_TESTDATA) $(more_data)
807TESTS = tests/rwstats-help.pl tests/rwstats-legacy-help.pl \
808	tests/rwstats-version.pl tests/rwstats-lone-command.pl \
809	tests/rwstats-no-switches.pl tests/rwstats-no-files.pl \
810	tests/rwstats-null-input.pl tests/rwstats-sip-top-flo-p4.pl \
811	tests/rwstats-dip-top-flo-p4.pl \
812	tests/rwstats-sip-top-byt-c100.pl \
813	tests/rwstats-dip-top-pkt-t25000.pl \
814	tests/rwstats-sdip-top-byt-c2.pl \
815	tests/rwstats-sip24-top-pkt-p2.pl \
816	tests/rwstats-sip24-top-pkt-p1.pl \
817	tests/rwstats-dip16-bot-byt-c10.pl \
818	tests/rwstats-sip-top-flo-p4-v6.pl \
819	tests/rwstats-dip-top-pkt-t25000-v6.pl \
820	tests/rwstats-sdip-top-byt-c2-v6.pl \
821	tests/rwstats-sport-top-flo-p5.pl \
822	tests/rwstats-dport-top-flo-t8000.pl \
823	tests/rwstats-sdport-top-flo-c5.pl \
824	tests/rwstats-sport-sip-pkt-byt-c10.pl \
825	tests/rwstats-proto-top-pkt-c15.pl \
826	tests/rwstats-proto-bot-pkt-c15.pl \
827	tests/rwstats-sport-sip-dist-t5000.pl \
828	tests/rwstats-dport-dip-dist-t5000.pl \
829	tests/rwstats-proto-sdip-dist-c5.pl \
830	tests/rwstats-proto-sdip-dist-c5-v6.pl \
831	tests/rwstats-bin-time-stime.pl \
832	tests/rwstats-bin-time-etime.pl \
833	tests/rwstats-bin-time-stime-etime.pl \
834	tests/rwstats-bin-time-stime-etime-dur.pl \
835	tests/rwstats-integer-ips.pl tests/rwstats-no-titles.pl \
836	tests/rwstats-no-columns.pl tests/rwstats-column-sep.pl \
837	tests/rwstats-delimited.pl tests/rwstats-proto-stats.pl \
838	tests/rwstats-overall-stats.pl tests/rwstats-empty-input.pl \
839	tests/rwstats-empty-input-presorted.pl \
840	tests/rwstats-empty-input-presorted-xargs.pl \
841	tests/rwstats-many-presorted.pl \
842	tests/rwstats-multiple-inputs.pl \
843	tests/rwstats-multiple-inputs-v6.pl \
844	tests/rwstats-multiple-inputs-v4v6.pl \
845	tests/rwstats-copy-input.pl tests/rwstats-stdin.pl \
846	tests/rwstats-icmp-top-byt-p5.pl \
847	tests/rwstats-dport-icmp-top-p16.pl \
848	tests/rwstats-icmp-dport-top-p16.pl \
849	tests/rwstats-sport-bot-flo-c4.pl \
850	tests/rwstats-dport-bot-byt-c4.pl \
851	tests/rwstats-multi-inputs-3-5.pl \
852	tests/rwstats-multi-inputs-3-5-pre.pl \
853	tests/rwstats-country-code-sip.pl \
854	tests/rwstats-country-code-dip.pl \
855	tests/rwstats-country-code-sip-v6.pl \
856	tests/rwstats-country-code-dip-v6.pl \
857	tests/rwstats-address-types-sip.pl \
858	tests/rwstats-address-types-dip.pl \
859	tests/rwstats-pmap-proto-port.pl \
860	tests/rwstats-pmap-src-service-host.pl \
861	tests/rwstats-pmap-dst-servhost.pl \
862	tests/rwstats-pmap-multiple.pl \
863	tests/rwstats-pmap-src-service-host-v6.pl \
864	tests/rwstats-pmap-dst-servhost-v6.pl \
865	tests/rwstats-pmap-multiple-v6.pl \
866	tests/rwstats-int-ext-fields-ext.pl \
867	tests/rwstats-int-ext-fields-int-v6.pl \
868	tests/rwstats-flowrate-payload.pl \
869	tests/rwstats-skplugin-test.pl tests/rwstats-pysilk-key.pl \
870	tests/rwstats-pysilk-value.pl \
871	tests/rwstats-pysilk-key-value.pl \
872	tests/rwstats-pysilk-simple-agg.pl tests/rwuniq-help.pl \
873	tests/rwuniq-version.pl tests/rwuniq-lone-command.pl \
874	tests/rwuniq-no-switches.pl tests/rwuniq-null-input.pl \
875	tests/rwuniq-no-files.pl tests/rwuniq-ports-proto-unix-sort.pl \
876	tests/rwuniq-ports-proto-sorted.pl \
877	tests/rwuniq-ports-proto-sorted-v6.pl \
878	tests/rwuniq-ports-proto-presorted.pl \
879	tests/rwuniq-ports-proto-multi-pre.pl \
880	tests/rwuniq-sip-bytes.pl tests/rwuniq-dip-bytes.pl \
881	tests/rwuniq-dip-packets.pl tests/rwuniq-sip-bytes-v6.pl \
882	tests/rwuniq-dip-packets-v6.pl tests/rwuniq-dport-all.pl \
883	tests/rwuniq-stime-packets-flows.pl \
884	tests/rwuniq-bin-time-stime.pl tests/rwuniq-bin-time-etime.pl \
885	tests/rwuniq-bin-time-stime-etime.pl \
886	tests/rwuniq-bin-time-stime-etime-dur.pl \
887	tests/rwuniq-bin-time-stime-dur.pl \
888	tests/rwuniq-elapsed-bytes.pl tests/rwuniq-etime.pl \
889	tests/rwuniq-stime-proto-sorted.pl \
890	tests/rwuniq-collection-point.pl tests/rwuniq-proto.pl \
891	tests/rwuniq-sport-mn-rec.pl tests/rwuniq-sport-mn-pkt.pl \
892	tests/rwuniq-sport-mn-byt.pl tests/rwuniq-sport-mx-rec.pl \
893	tests/rwuniq-sport-mx-pkt.pl tests/rwuniq-sport-mx-byt.pl \
894	tests/rwuniq-sport-count-sip.pl \
895	tests/rwuniq-sport-count-sip-v6.pl \
896	tests/rwuniq-sport-count-sip-dip.pl \
897	tests/rwuniq-sport-count-sip-pre.pl \
898	tests/rwuniq-sport-count-sip-dip-pre.pl \
899	tests/rwuniq-sport-count-sip-dip-v6.pl \
900	tests/rwuniq-sport-count2-sip-dip-v6.pl \
901	tests/rwuniq-sport-count-sip-pre-v6.pl \
902	tests/rwuniq-no-title.pl tests/rwuniq-no-column.pl \
903	tests/rwuniq-delimited.pl tests/rwuniq-legacytime-0.pl \
904	tests/rwuniq-legacytime-1.pl tests/rwuniq-empty-input.pl \
905	tests/rwuniq-empty-input-presorted.pl \
906	tests/rwuniq-empty-input-presorted-xargs.pl \
907	tests/rwuniq-many-presorted.pl tests/rwuniq-multiple-inputs.pl \
908	tests/rwuniq-copy-input.pl tests/rwuniq-stdin.pl \
909	tests/rwuniq-icmpTypeCode.pl tests/rwuniq-dport-icmp.pl \
910	tests/rwuniq-icmp-dport.pl tests/rwuniq-country-code-sip.pl \
911	tests/rwuniq-country-code-dip.pl \
912	tests/rwuniq-country-code-sip-v6.pl \
913	tests/rwuniq-country-code-dip-v6.pl \
914	tests/rwuniq-address-types-sip.pl \
915	tests/rwuniq-address-types-dip.pl \
916	tests/rwuniq-address-stype-proto-sorted.pl \
917	tests/rwuniq-pmap-proto-port.pl \
918	tests/rwuniq-pmap-src-service-host.pl \
919	tests/rwuniq-pmap-dst-servhost.pl \
920	tests/rwuniq-pmap-multiple.pl \
921	tests/rwuniq-pmap-src-service-host-v6.pl \
922	tests/rwuniq-pmap-dst-servhost-v6.pl \
923	tests/rwuniq-pmap-multiple-v6.pl \
924	tests/rwuniq-int-ext-fields-ext.pl \
925	tests/rwuniq-int-ext-fields-int-v6.pl \
926	tests/rwuniq-flowrate-payload.pl tests/rwuniq-skplugin-test.pl \
927	tests/rwuniq-pysilk-key.pl tests/rwuniq-pysilk-value.pl \
928	tests/rwuniq-pysilk-key-value.pl \
929	tests/rwuniq-pysilk-simple-agg.pl $(am__append_1)
930EXTRA_TESTS = \
931	tests/rwstats-dist-sip-random.pl \
932	tests/rwstats-dist-sip-presort.pl \
933	tests/rwstats-flowrate-pps.pl \
934	tests/rwstats-flowrate-bps.pl \
935	tests/rwuniq-many-dist-random.pl \
936	tests/rwuniq-many-dist-presort.pl \
937	tests/rwuniq-flowrate-pps.pl \
938	tests/rwuniq-flowrate-bps.pl
939
940all: all-am
941
942.SUFFIXES:
943.SUFFIXES: .1 .2 .3 .5 .7 .8 .c .lo .log .man .o .obj .pod .test .test$(EXEEXT) .trs
944$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/build.mk $(top_srcdir)/lib-deps.mk $(am__configure_deps)
945	@for dep in $?; do \
946	  case '$(am__configure_deps)' in \
947	    *$$dep*) \
948	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
949	        && { if test -f $@; then exit 0; else break; fi; }; \
950	      exit 1;; \
951	  esac; \
952	done; \
953	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/rwstats/Makefile'; \
954	$(am__cd) $(top_srcdir) && \
955	  $(AUTOMAKE) --foreign src/rwstats/Makefile
956Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
957	@case '$?' in \
958	  *config.status*) \
959	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
960	  *) \
961	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
962	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
963	esac;
964$(top_srcdir)/build.mk $(top_srcdir)/lib-deps.mk $(am__empty):
965
966$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
967	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
968
969$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
970	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
971$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
972	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
973$(am__aclocal_m4_deps):
974install-binPROGRAMS: $(bin_PROGRAMS)
975	@$(NORMAL_INSTALL)
976	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
977	if test -n "$$list"; then \
978	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
979	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
980	fi; \
981	for p in $$list; do echo "$$p $$p"; done | \
982	sed 's/$(EXEEXT)$$//' | \
983	while read p p1; do if test -f $$p \
984	 || test -f $$p1 \
985	  ; then echo "$$p"; echo "$$p"; else :; fi; \
986	done | \
987	sed -e 'p;s,.*/,,;n;h' \
988	    -e 's|.*|.|' \
989	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
990	sed 'N;N;N;s,\n, ,g' | \
991	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
992	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
993	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
994	    else { print "f", $$3 "/" $$4, $$1; } } \
995	  END { for (d in files) print "f", d, files[d] }' | \
996	while read type dir files; do \
997	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
998	    test -z "$$files" || { \
999	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1000	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1001	    } \
1002	; done
1003
1004uninstall-binPROGRAMS:
1005	@$(NORMAL_UNINSTALL)
1006	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1007	files=`for p in $$list; do echo "$$p"; done | \
1008	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1009	      -e 's/$$/$(EXEEXT)/' \
1010	`; \
1011	test -n "$$list" || exit 0; \
1012	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1013	cd "$(DESTDIR)$(bindir)" && rm -f $$files
1014
1015clean-binPROGRAMS:
1016	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
1017	echo " rm -f" $$list; \
1018	rm -f $$list || exit $$?; \
1019	test -n "$(EXEEXT)" || exit 0; \
1020	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1021	echo " rm -f" $$list; \
1022	rm -f $$list
1023
1024installcheck-binPROGRAMS: $(bin_PROGRAMS)
1025	bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \
1026	  case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
1027	   *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
1028	  esac; \
1029	  f=`echo "$$p" | \
1030	     sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
1031	  for opt in --help --version; do \
1032	    if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \
1033	         2>c$${pid}_.err </dev/null \
1034		 && test -n "`cat c$${pid}_.out`" \
1035		 && test -z "`cat c$${pid}_.err`"; then :; \
1036	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
1037	  done; \
1038	done; rm -f c$${pid}_.???; exit $$bad
1039
1040rwstats$(EXEEXT): $(rwstats_OBJECTS) $(rwstats_DEPENDENCIES) $(EXTRA_rwstats_DEPENDENCIES)
1041	@rm -f rwstats$(EXEEXT)
1042	$(AM_V_CCLD)$(LINK) $(rwstats_OBJECTS) $(rwstats_LDADD) $(LIBS)
1043
1044rwuniq$(EXEEXT): $(rwuniq_OBJECTS) $(rwuniq_DEPENDENCIES) $(EXTRA_rwuniq_DEPENDENCIES)
1045	@rm -f rwuniq$(EXEEXT)
1046	$(AM_V_CCLD)$(LINK) $(rwuniq_OBJECTS) $(rwuniq_LDADD) $(LIBS)
1047
1048mostlyclean-compile:
1049	-rm -f *.$(OBJEXT)
1050
1051distclean-compile:
1052	-rm -f *.tab.c
1053
1054@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intervalstats.Po@am__quote@ # am--include-marker
1055@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rwstats.Po@am__quote@ # am--include-marker
1056@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rwstatslegacy.Po@am__quote@ # am--include-marker
1057@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rwstatsproto.Po@am__quote@ # am--include-marker
1058@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rwstatssetup.Po@am__quote@ # am--include-marker
1059@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rwuniq.Po@am__quote@ # am--include-marker
1060@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skunique.Po@am__quote@ # am--include-marker
1061
1062$(am__depfiles_remade):
1063	@$(MKDIR_P) $(@D)
1064	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
1065
1066am--depfiles: $(am__depfiles_remade)
1067
1068.c.o:
1069@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1070@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1071@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1072@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1073@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1074@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1075
1076.c.obj:
1077@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1078@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1079@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1080@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1081@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1082@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1083
1084.c.lo:
1085@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1086@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1087@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1088@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1089@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1090@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1091
1092mostlyclean-libtool:
1093	-rm -f *.lo
1094
1095clean-libtool:
1096	-rm -rf .libs _libs
1097install-man1: $(man1_MANS)
1098	@$(NORMAL_INSTALL)
1099	@list1='$(man1_MANS)'; \
1100	list2=''; \
1101	test -n "$(man1dir)" \
1102	  && test -n "`echo $$list1$$list2`" \
1103	  || exit 0; \
1104	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
1105	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
1106	{ for i in $$list1; do echo "$$i"; done;  \
1107	if test -n "$$list2"; then \
1108	  for i in $$list2; do echo "$$i"; done \
1109	    | sed -n '/\.1[a-z]*$$/p'; \
1110	fi; \
1111	} | while read p; do \
1112	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1113	  echo "$$d$$p"; echo "$$p"; \
1114	done | \
1115	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1116	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1117	sed 'N;N;s,\n, ,g' | { \
1118	list=; while read file base inst; do \
1119	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1120	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
1121	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
1122	  fi; \
1123	done; \
1124	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1125	while read files; do \
1126	  test -z "$$files" || { \
1127	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
1128	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
1129	done; }
1130
1131uninstall-man1:
1132	@$(NORMAL_UNINSTALL)
1133	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
1134	files=`{ for i in $$list; do echo "$$i"; done; \
1135	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1136	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1137	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
1138
1139ID: $(am__tagged_files)
1140	$(am__define_uniq_tagged_files); mkid -fID $$unique
1141tags: tags-am
1142TAGS: tags
1143
1144tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1145	set x; \
1146	here=`pwd`; \
1147	$(am__define_uniq_tagged_files); \
1148	shift; \
1149	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1150	  test -n "$$unique" || unique=$$empty_fix; \
1151	  if test $$# -gt 0; then \
1152	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1153	      "$$@" $$unique; \
1154	  else \
1155	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1156	      $$unique; \
1157	  fi; \
1158	fi
1159ctags: ctags-am
1160
1161CTAGS: ctags
1162ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1163	$(am__define_uniq_tagged_files); \
1164	test -z "$(CTAGS_ARGS)$$unique" \
1165	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1166	     $$unique
1167
1168GTAGS:
1169	here=`$(am__cd) $(top_builddir) && pwd` \
1170	  && $(am__cd) $(top_srcdir) \
1171	  && gtags -i $(GTAGS_ARGS) "$$here"
1172cscopelist: cscopelist-am
1173
1174cscopelist-am: $(am__tagged_files)
1175	list='$(am__tagged_files)'; \
1176	case "$(srcdir)" in \
1177	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1178	  *) sdir=$(subdir)/$(srcdir) ;; \
1179	esac; \
1180	for i in $$list; do \
1181	  if test -f "$$i"; then \
1182	    echo "$(subdir)/$$i"; \
1183	  else \
1184	    echo "$$sdir/$$i"; \
1185	  fi; \
1186	done >> $(top_builddir)/cscope.files
1187
1188distclean-tags:
1189	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1190
1191# Recover from deleted '.trs' file; this should ensure that
1192# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1193# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1194# to avoid problems with "make -n".
1195.log.trs:
1196	rm -f $< $@
1197	$(MAKE) $(AM_MAKEFLAGS) $<
1198
1199# Leading 'am--fnord' is there to ensure the list of targets does not
1200# expand to empty, as could happen e.g. with make check TESTS=''.
1201am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1202am--force-recheck:
1203	@:
1204
1205$(TEST_SUITE_LOG): $(TEST_LOGS)
1206	@$(am__set_TESTS_bases); \
1207	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1208	redo_bases=`for i in $$bases; do \
1209	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1210	            done`; \
1211	if test -n "$$redo_bases"; then \
1212	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1213	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1214	  if $(am__make_dryrun); then :; else \
1215	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1216	  fi; \
1217	fi; \
1218	if test -n "$$am__remaking_logs"; then \
1219	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1220	       "recursion detected" >&2; \
1221	elif test -n "$$redo_logs"; then \
1222	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1223	fi; \
1224	if $(am__make_dryrun); then :; else \
1225	  st=0;  \
1226	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1227	  for i in $$redo_bases; do \
1228	    test -f $$i.trs && test -r $$i.trs \
1229	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1230	    test -f $$i.log && test -r $$i.log \
1231	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1232	  done; \
1233	  test $$st -eq 0 || exit 1; \
1234	fi
1235	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1236	ws='[ 	]'; \
1237	results=`for b in $$bases; do echo $$b.trs; done`; \
1238	test -n "$$results" || results=/dev/null; \
1239	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1240	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1241	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1242	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1243	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1244	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1245	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1246	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1247	  success=true; \
1248	else \
1249	  success=false; \
1250	fi; \
1251	br='==================='; br=$$br$$br$$br$$br; \
1252	result_count () \
1253	{ \
1254	    if test x"$$1" = x"--maybe-color"; then \
1255	      maybe_colorize=yes; \
1256	    elif test x"$$1" = x"--no-color"; then \
1257	      maybe_colorize=no; \
1258	    else \
1259	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1260	    fi; \
1261	    shift; \
1262	    desc=$$1 count=$$2; \
1263	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
1264	      color_start=$$3 color_end=$$std; \
1265	    else \
1266	      color_start= color_end=; \
1267	    fi; \
1268	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1269	}; \
1270	create_testsuite_report () \
1271	{ \
1272	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1273	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1274	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1275	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1276	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1277	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1278	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1279	}; \
1280	{								\
1281	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1282	    $(am__rst_title);						\
1283	  create_testsuite_report --no-color;				\
1284	  echo;								\
1285	  echo ".. contents:: :depth: 2";				\
1286	  echo;								\
1287	  for b in $$bases; do echo $$b; done				\
1288	    | $(am__create_global_log);					\
1289	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1290	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1291	if $$success; then						\
1292	  col="$$grn";							\
1293	 else								\
1294	  col="$$red";							\
1295	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1296	fi;								\
1297	echo "$${col}$$br$${std}"; 					\
1298	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1299	echo "$${col}$$br$${std}"; 					\
1300	create_testsuite_report --maybe-color;				\
1301	echo "$$col$$br$$std";						\
1302	if $$success; then :; else					\
1303	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1304	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1305	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1306	  fi;								\
1307	  echo "$$col$$br$$std";					\
1308	fi;								\
1309	$$success || exit 1
1310
1311check-TESTS: $(check_DATA)
1312	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1313	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1314	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1315	@set +e; $(am__set_TESTS_bases); \
1316	log_list=`for i in $$bases; do echo $$i.log; done`; \
1317	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1318	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1319	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1320	exit $$?;
1321recheck: all $(check_DATA)
1322	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1323	@set +e; $(am__set_TESTS_bases); \
1324	bases=`for i in $$bases; do echo $$i; done \
1325	         | $(am__list_recheck_tests)` || exit 1; \
1326	log_list=`for i in $$bases; do echo $$i.log; done`; \
1327	log_list=`echo $$log_list`; \
1328	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1329	        am__force_recheck=am--force-recheck \
1330	        TEST_LOGS="$$log_list"; \
1331	exit $$?
1332tests/rwstats-help.pl.log: tests/rwstats-help.pl
1333	@p='tests/rwstats-help.pl'; \
1334	b='tests/rwstats-help.pl'; \
1335	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1336	--log-file $$b.log --trs-file $$b.trs \
1337	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1338	"$$tst" $(AM_TESTS_FD_REDIRECT)
1339tests/rwstats-legacy-help.pl.log: tests/rwstats-legacy-help.pl
1340	@p='tests/rwstats-legacy-help.pl'; \
1341	b='tests/rwstats-legacy-help.pl'; \
1342	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1343	--log-file $$b.log --trs-file $$b.trs \
1344	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1345	"$$tst" $(AM_TESTS_FD_REDIRECT)
1346tests/rwstats-version.pl.log: tests/rwstats-version.pl
1347	@p='tests/rwstats-version.pl'; \
1348	b='tests/rwstats-version.pl'; \
1349	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1350	--log-file $$b.log --trs-file $$b.trs \
1351	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1352	"$$tst" $(AM_TESTS_FD_REDIRECT)
1353tests/rwstats-lone-command.pl.log: tests/rwstats-lone-command.pl
1354	@p='tests/rwstats-lone-command.pl'; \
1355	b='tests/rwstats-lone-command.pl'; \
1356	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1357	--log-file $$b.log --trs-file $$b.trs \
1358	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1359	"$$tst" $(AM_TESTS_FD_REDIRECT)
1360tests/rwstats-no-switches.pl.log: tests/rwstats-no-switches.pl
1361	@p='tests/rwstats-no-switches.pl'; \
1362	b='tests/rwstats-no-switches.pl'; \
1363	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1364	--log-file $$b.log --trs-file $$b.trs \
1365	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1366	"$$tst" $(AM_TESTS_FD_REDIRECT)
1367tests/rwstats-no-files.pl.log: tests/rwstats-no-files.pl
1368	@p='tests/rwstats-no-files.pl'; \
1369	b='tests/rwstats-no-files.pl'; \
1370	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1371	--log-file $$b.log --trs-file $$b.trs \
1372	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1373	"$$tst" $(AM_TESTS_FD_REDIRECT)
1374tests/rwstats-null-input.pl.log: tests/rwstats-null-input.pl
1375	@p='tests/rwstats-null-input.pl'; \
1376	b='tests/rwstats-null-input.pl'; \
1377	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1378	--log-file $$b.log --trs-file $$b.trs \
1379	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1380	"$$tst" $(AM_TESTS_FD_REDIRECT)
1381tests/rwstats-sip-top-flo-p4.pl.log: tests/rwstats-sip-top-flo-p4.pl
1382	@p='tests/rwstats-sip-top-flo-p4.pl'; \
1383	b='tests/rwstats-sip-top-flo-p4.pl'; \
1384	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1385	--log-file $$b.log --trs-file $$b.trs \
1386	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1387	"$$tst" $(AM_TESTS_FD_REDIRECT)
1388tests/rwstats-dip-top-flo-p4.pl.log: tests/rwstats-dip-top-flo-p4.pl
1389	@p='tests/rwstats-dip-top-flo-p4.pl'; \
1390	b='tests/rwstats-dip-top-flo-p4.pl'; \
1391	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1392	--log-file $$b.log --trs-file $$b.trs \
1393	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1394	"$$tst" $(AM_TESTS_FD_REDIRECT)
1395tests/rwstats-sip-top-byt-c100.pl.log: tests/rwstats-sip-top-byt-c100.pl
1396	@p='tests/rwstats-sip-top-byt-c100.pl'; \
1397	b='tests/rwstats-sip-top-byt-c100.pl'; \
1398	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1399	--log-file $$b.log --trs-file $$b.trs \
1400	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1401	"$$tst" $(AM_TESTS_FD_REDIRECT)
1402tests/rwstats-dip-top-pkt-t25000.pl.log: tests/rwstats-dip-top-pkt-t25000.pl
1403	@p='tests/rwstats-dip-top-pkt-t25000.pl'; \
1404	b='tests/rwstats-dip-top-pkt-t25000.pl'; \
1405	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1406	--log-file $$b.log --trs-file $$b.trs \
1407	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1408	"$$tst" $(AM_TESTS_FD_REDIRECT)
1409tests/rwstats-sdip-top-byt-c2.pl.log: tests/rwstats-sdip-top-byt-c2.pl
1410	@p='tests/rwstats-sdip-top-byt-c2.pl'; \
1411	b='tests/rwstats-sdip-top-byt-c2.pl'; \
1412	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1413	--log-file $$b.log --trs-file $$b.trs \
1414	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1415	"$$tst" $(AM_TESTS_FD_REDIRECT)
1416tests/rwstats-sip24-top-pkt-p2.pl.log: tests/rwstats-sip24-top-pkt-p2.pl
1417	@p='tests/rwstats-sip24-top-pkt-p2.pl'; \
1418	b='tests/rwstats-sip24-top-pkt-p2.pl'; \
1419	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1420	--log-file $$b.log --trs-file $$b.trs \
1421	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1422	"$$tst" $(AM_TESTS_FD_REDIRECT)
1423tests/rwstats-sip24-top-pkt-p1.pl.log: tests/rwstats-sip24-top-pkt-p1.pl
1424	@p='tests/rwstats-sip24-top-pkt-p1.pl'; \
1425	b='tests/rwstats-sip24-top-pkt-p1.pl'; \
1426	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1427	--log-file $$b.log --trs-file $$b.trs \
1428	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1429	"$$tst" $(AM_TESTS_FD_REDIRECT)
1430tests/rwstats-dip16-bot-byt-c10.pl.log: tests/rwstats-dip16-bot-byt-c10.pl
1431	@p='tests/rwstats-dip16-bot-byt-c10.pl'; \
1432	b='tests/rwstats-dip16-bot-byt-c10.pl'; \
1433	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1434	--log-file $$b.log --trs-file $$b.trs \
1435	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1436	"$$tst" $(AM_TESTS_FD_REDIRECT)
1437tests/rwstats-sip-top-flo-p4-v6.pl.log: tests/rwstats-sip-top-flo-p4-v6.pl
1438	@p='tests/rwstats-sip-top-flo-p4-v6.pl'; \
1439	b='tests/rwstats-sip-top-flo-p4-v6.pl'; \
1440	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1441	--log-file $$b.log --trs-file $$b.trs \
1442	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1443	"$$tst" $(AM_TESTS_FD_REDIRECT)
1444tests/rwstats-dip-top-pkt-t25000-v6.pl.log: tests/rwstats-dip-top-pkt-t25000-v6.pl
1445	@p='tests/rwstats-dip-top-pkt-t25000-v6.pl'; \
1446	b='tests/rwstats-dip-top-pkt-t25000-v6.pl'; \
1447	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1448	--log-file $$b.log --trs-file $$b.trs \
1449	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1450	"$$tst" $(AM_TESTS_FD_REDIRECT)
1451tests/rwstats-sdip-top-byt-c2-v6.pl.log: tests/rwstats-sdip-top-byt-c2-v6.pl
1452	@p='tests/rwstats-sdip-top-byt-c2-v6.pl'; \
1453	b='tests/rwstats-sdip-top-byt-c2-v6.pl'; \
1454	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1455	--log-file $$b.log --trs-file $$b.trs \
1456	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1457	"$$tst" $(AM_TESTS_FD_REDIRECT)
1458tests/rwstats-sport-top-flo-p5.pl.log: tests/rwstats-sport-top-flo-p5.pl
1459	@p='tests/rwstats-sport-top-flo-p5.pl'; \
1460	b='tests/rwstats-sport-top-flo-p5.pl'; \
1461	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1462	--log-file $$b.log --trs-file $$b.trs \
1463	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1464	"$$tst" $(AM_TESTS_FD_REDIRECT)
1465tests/rwstats-dport-top-flo-t8000.pl.log: tests/rwstats-dport-top-flo-t8000.pl
1466	@p='tests/rwstats-dport-top-flo-t8000.pl'; \
1467	b='tests/rwstats-dport-top-flo-t8000.pl'; \
1468	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1469	--log-file $$b.log --trs-file $$b.trs \
1470	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1471	"$$tst" $(AM_TESTS_FD_REDIRECT)
1472tests/rwstats-sdport-top-flo-c5.pl.log: tests/rwstats-sdport-top-flo-c5.pl
1473	@p='tests/rwstats-sdport-top-flo-c5.pl'; \
1474	b='tests/rwstats-sdport-top-flo-c5.pl'; \
1475	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1476	--log-file $$b.log --trs-file $$b.trs \
1477	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1478	"$$tst" $(AM_TESTS_FD_REDIRECT)
1479tests/rwstats-sport-sip-pkt-byt-c10.pl.log: tests/rwstats-sport-sip-pkt-byt-c10.pl
1480	@p='tests/rwstats-sport-sip-pkt-byt-c10.pl'; \
1481	b='tests/rwstats-sport-sip-pkt-byt-c10.pl'; \
1482	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1483	--log-file $$b.log --trs-file $$b.trs \
1484	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1485	"$$tst" $(AM_TESTS_FD_REDIRECT)
1486tests/rwstats-proto-top-pkt-c15.pl.log: tests/rwstats-proto-top-pkt-c15.pl
1487	@p='tests/rwstats-proto-top-pkt-c15.pl'; \
1488	b='tests/rwstats-proto-top-pkt-c15.pl'; \
1489	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1490	--log-file $$b.log --trs-file $$b.trs \
1491	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1492	"$$tst" $(AM_TESTS_FD_REDIRECT)
1493tests/rwstats-proto-bot-pkt-c15.pl.log: tests/rwstats-proto-bot-pkt-c15.pl
1494	@p='tests/rwstats-proto-bot-pkt-c15.pl'; \
1495	b='tests/rwstats-proto-bot-pkt-c15.pl'; \
1496	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1497	--log-file $$b.log --trs-file $$b.trs \
1498	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1499	"$$tst" $(AM_TESTS_FD_REDIRECT)
1500tests/rwstats-sport-sip-dist-t5000.pl.log: tests/rwstats-sport-sip-dist-t5000.pl
1501	@p='tests/rwstats-sport-sip-dist-t5000.pl'; \
1502	b='tests/rwstats-sport-sip-dist-t5000.pl'; \
1503	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1504	--log-file $$b.log --trs-file $$b.trs \
1505	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1506	"$$tst" $(AM_TESTS_FD_REDIRECT)
1507tests/rwstats-dport-dip-dist-t5000.pl.log: tests/rwstats-dport-dip-dist-t5000.pl
1508	@p='tests/rwstats-dport-dip-dist-t5000.pl'; \
1509	b='tests/rwstats-dport-dip-dist-t5000.pl'; \
1510	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1511	--log-file $$b.log --trs-file $$b.trs \
1512	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1513	"$$tst" $(AM_TESTS_FD_REDIRECT)
1514tests/rwstats-proto-sdip-dist-c5.pl.log: tests/rwstats-proto-sdip-dist-c5.pl
1515	@p='tests/rwstats-proto-sdip-dist-c5.pl'; \
1516	b='tests/rwstats-proto-sdip-dist-c5.pl'; \
1517	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1518	--log-file $$b.log --trs-file $$b.trs \
1519	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1520	"$$tst" $(AM_TESTS_FD_REDIRECT)
1521tests/rwstats-proto-sdip-dist-c5-v6.pl.log: tests/rwstats-proto-sdip-dist-c5-v6.pl
1522	@p='tests/rwstats-proto-sdip-dist-c5-v6.pl'; \
1523	b='tests/rwstats-proto-sdip-dist-c5-v6.pl'; \
1524	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1525	--log-file $$b.log --trs-file $$b.trs \
1526	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1527	"$$tst" $(AM_TESTS_FD_REDIRECT)
1528tests/rwstats-bin-time-stime.pl.log: tests/rwstats-bin-time-stime.pl
1529	@p='tests/rwstats-bin-time-stime.pl'; \
1530	b='tests/rwstats-bin-time-stime.pl'; \
1531	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1532	--log-file $$b.log --trs-file $$b.trs \
1533	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1534	"$$tst" $(AM_TESTS_FD_REDIRECT)
1535tests/rwstats-bin-time-etime.pl.log: tests/rwstats-bin-time-etime.pl
1536	@p='tests/rwstats-bin-time-etime.pl'; \
1537	b='tests/rwstats-bin-time-etime.pl'; \
1538	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1539	--log-file $$b.log --trs-file $$b.trs \
1540	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1541	"$$tst" $(AM_TESTS_FD_REDIRECT)
1542tests/rwstats-bin-time-stime-etime.pl.log: tests/rwstats-bin-time-stime-etime.pl
1543	@p='tests/rwstats-bin-time-stime-etime.pl'; \
1544	b='tests/rwstats-bin-time-stime-etime.pl'; \
1545	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1546	--log-file $$b.log --trs-file $$b.trs \
1547	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1548	"$$tst" $(AM_TESTS_FD_REDIRECT)
1549tests/rwstats-bin-time-stime-etime-dur.pl.log: tests/rwstats-bin-time-stime-etime-dur.pl
1550	@p='tests/rwstats-bin-time-stime-etime-dur.pl'; \
1551	b='tests/rwstats-bin-time-stime-etime-dur.pl'; \
1552	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1553	--log-file $$b.log --trs-file $$b.trs \
1554	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1555	"$$tst" $(AM_TESTS_FD_REDIRECT)
1556tests/rwstats-integer-ips.pl.log: tests/rwstats-integer-ips.pl
1557	@p='tests/rwstats-integer-ips.pl'; \
1558	b='tests/rwstats-integer-ips.pl'; \
1559	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1560	--log-file $$b.log --trs-file $$b.trs \
1561	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1562	"$$tst" $(AM_TESTS_FD_REDIRECT)
1563tests/rwstats-no-titles.pl.log: tests/rwstats-no-titles.pl
1564	@p='tests/rwstats-no-titles.pl'; \
1565	b='tests/rwstats-no-titles.pl'; \
1566	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1567	--log-file $$b.log --trs-file $$b.trs \
1568	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1569	"$$tst" $(AM_TESTS_FD_REDIRECT)
1570tests/rwstats-no-columns.pl.log: tests/rwstats-no-columns.pl
1571	@p='tests/rwstats-no-columns.pl'; \
1572	b='tests/rwstats-no-columns.pl'; \
1573	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1574	--log-file $$b.log --trs-file $$b.trs \
1575	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1576	"$$tst" $(AM_TESTS_FD_REDIRECT)
1577tests/rwstats-column-sep.pl.log: tests/rwstats-column-sep.pl
1578	@p='tests/rwstats-column-sep.pl'; \
1579	b='tests/rwstats-column-sep.pl'; \
1580	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1581	--log-file $$b.log --trs-file $$b.trs \
1582	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1583	"$$tst" $(AM_TESTS_FD_REDIRECT)
1584tests/rwstats-delimited.pl.log: tests/rwstats-delimited.pl
1585	@p='tests/rwstats-delimited.pl'; \
1586	b='tests/rwstats-delimited.pl'; \
1587	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1588	--log-file $$b.log --trs-file $$b.trs \
1589	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1590	"$$tst" $(AM_TESTS_FD_REDIRECT)
1591tests/rwstats-proto-stats.pl.log: tests/rwstats-proto-stats.pl
1592	@p='tests/rwstats-proto-stats.pl'; \
1593	b='tests/rwstats-proto-stats.pl'; \
1594	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1595	--log-file $$b.log --trs-file $$b.trs \
1596	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1597	"$$tst" $(AM_TESTS_FD_REDIRECT)
1598tests/rwstats-overall-stats.pl.log: tests/rwstats-overall-stats.pl
1599	@p='tests/rwstats-overall-stats.pl'; \
1600	b='tests/rwstats-overall-stats.pl'; \
1601	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1602	--log-file $$b.log --trs-file $$b.trs \
1603	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1604	"$$tst" $(AM_TESTS_FD_REDIRECT)
1605tests/rwstats-empty-input.pl.log: tests/rwstats-empty-input.pl
1606	@p='tests/rwstats-empty-input.pl'; \
1607	b='tests/rwstats-empty-input.pl'; \
1608	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1609	--log-file $$b.log --trs-file $$b.trs \
1610	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1611	"$$tst" $(AM_TESTS_FD_REDIRECT)
1612tests/rwstats-empty-input-presorted.pl.log: tests/rwstats-empty-input-presorted.pl
1613	@p='tests/rwstats-empty-input-presorted.pl'; \
1614	b='tests/rwstats-empty-input-presorted.pl'; \
1615	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1616	--log-file $$b.log --trs-file $$b.trs \
1617	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1618	"$$tst" $(AM_TESTS_FD_REDIRECT)
1619tests/rwstats-empty-input-presorted-xargs.pl.log: tests/rwstats-empty-input-presorted-xargs.pl
1620	@p='tests/rwstats-empty-input-presorted-xargs.pl'; \
1621	b='tests/rwstats-empty-input-presorted-xargs.pl'; \
1622	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1623	--log-file $$b.log --trs-file $$b.trs \
1624	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1625	"$$tst" $(AM_TESTS_FD_REDIRECT)
1626tests/rwstats-many-presorted.pl.log: tests/rwstats-many-presorted.pl
1627	@p='tests/rwstats-many-presorted.pl'; \
1628	b='tests/rwstats-many-presorted.pl'; \
1629	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1630	--log-file $$b.log --trs-file $$b.trs \
1631	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1632	"$$tst" $(AM_TESTS_FD_REDIRECT)
1633tests/rwstats-multiple-inputs.pl.log: tests/rwstats-multiple-inputs.pl
1634	@p='tests/rwstats-multiple-inputs.pl'; \
1635	b='tests/rwstats-multiple-inputs.pl'; \
1636	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1637	--log-file $$b.log --trs-file $$b.trs \
1638	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1639	"$$tst" $(AM_TESTS_FD_REDIRECT)
1640tests/rwstats-multiple-inputs-v6.pl.log: tests/rwstats-multiple-inputs-v6.pl
1641	@p='tests/rwstats-multiple-inputs-v6.pl'; \
1642	b='tests/rwstats-multiple-inputs-v6.pl'; \
1643	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1644	--log-file $$b.log --trs-file $$b.trs \
1645	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1646	"$$tst" $(AM_TESTS_FD_REDIRECT)
1647tests/rwstats-multiple-inputs-v4v6.pl.log: tests/rwstats-multiple-inputs-v4v6.pl
1648	@p='tests/rwstats-multiple-inputs-v4v6.pl'; \
1649	b='tests/rwstats-multiple-inputs-v4v6.pl'; \
1650	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1651	--log-file $$b.log --trs-file $$b.trs \
1652	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1653	"$$tst" $(AM_TESTS_FD_REDIRECT)
1654tests/rwstats-copy-input.pl.log: tests/rwstats-copy-input.pl
1655	@p='tests/rwstats-copy-input.pl'; \
1656	b='tests/rwstats-copy-input.pl'; \
1657	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1658	--log-file $$b.log --trs-file $$b.trs \
1659	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1660	"$$tst" $(AM_TESTS_FD_REDIRECT)
1661tests/rwstats-stdin.pl.log: tests/rwstats-stdin.pl
1662	@p='tests/rwstats-stdin.pl'; \
1663	b='tests/rwstats-stdin.pl'; \
1664	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1665	--log-file $$b.log --trs-file $$b.trs \
1666	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1667	"$$tst" $(AM_TESTS_FD_REDIRECT)
1668tests/rwstats-icmp-top-byt-p5.pl.log: tests/rwstats-icmp-top-byt-p5.pl
1669	@p='tests/rwstats-icmp-top-byt-p5.pl'; \
1670	b='tests/rwstats-icmp-top-byt-p5.pl'; \
1671	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1672	--log-file $$b.log --trs-file $$b.trs \
1673	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1674	"$$tst" $(AM_TESTS_FD_REDIRECT)
1675tests/rwstats-dport-icmp-top-p16.pl.log: tests/rwstats-dport-icmp-top-p16.pl
1676	@p='tests/rwstats-dport-icmp-top-p16.pl'; \
1677	b='tests/rwstats-dport-icmp-top-p16.pl'; \
1678	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1679	--log-file $$b.log --trs-file $$b.trs \
1680	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1681	"$$tst" $(AM_TESTS_FD_REDIRECT)
1682tests/rwstats-icmp-dport-top-p16.pl.log: tests/rwstats-icmp-dport-top-p16.pl
1683	@p='tests/rwstats-icmp-dport-top-p16.pl'; \
1684	b='tests/rwstats-icmp-dport-top-p16.pl'; \
1685	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1686	--log-file $$b.log --trs-file $$b.trs \
1687	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1688	"$$tst" $(AM_TESTS_FD_REDIRECT)
1689tests/rwstats-sport-bot-flo-c4.pl.log: tests/rwstats-sport-bot-flo-c4.pl
1690	@p='tests/rwstats-sport-bot-flo-c4.pl'; \
1691	b='tests/rwstats-sport-bot-flo-c4.pl'; \
1692	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1693	--log-file $$b.log --trs-file $$b.trs \
1694	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1695	"$$tst" $(AM_TESTS_FD_REDIRECT)
1696tests/rwstats-dport-bot-byt-c4.pl.log: tests/rwstats-dport-bot-byt-c4.pl
1697	@p='tests/rwstats-dport-bot-byt-c4.pl'; \
1698	b='tests/rwstats-dport-bot-byt-c4.pl'; \
1699	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1700	--log-file $$b.log --trs-file $$b.trs \
1701	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1702	"$$tst" $(AM_TESTS_FD_REDIRECT)
1703tests/rwstats-multi-inputs-3-5.pl.log: tests/rwstats-multi-inputs-3-5.pl
1704	@p='tests/rwstats-multi-inputs-3-5.pl'; \
1705	b='tests/rwstats-multi-inputs-3-5.pl'; \
1706	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1707	--log-file $$b.log --trs-file $$b.trs \
1708	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1709	"$$tst" $(AM_TESTS_FD_REDIRECT)
1710tests/rwstats-multi-inputs-3-5-pre.pl.log: tests/rwstats-multi-inputs-3-5-pre.pl
1711	@p='tests/rwstats-multi-inputs-3-5-pre.pl'; \
1712	b='tests/rwstats-multi-inputs-3-5-pre.pl'; \
1713	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1714	--log-file $$b.log --trs-file $$b.trs \
1715	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1716	"$$tst" $(AM_TESTS_FD_REDIRECT)
1717tests/rwstats-country-code-sip.pl.log: tests/rwstats-country-code-sip.pl
1718	@p='tests/rwstats-country-code-sip.pl'; \
1719	b='tests/rwstats-country-code-sip.pl'; \
1720	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1721	--log-file $$b.log --trs-file $$b.trs \
1722	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1723	"$$tst" $(AM_TESTS_FD_REDIRECT)
1724tests/rwstats-country-code-dip.pl.log: tests/rwstats-country-code-dip.pl
1725	@p='tests/rwstats-country-code-dip.pl'; \
1726	b='tests/rwstats-country-code-dip.pl'; \
1727	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1728	--log-file $$b.log --trs-file $$b.trs \
1729	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1730	"$$tst" $(AM_TESTS_FD_REDIRECT)
1731tests/rwstats-country-code-sip-v6.pl.log: tests/rwstats-country-code-sip-v6.pl
1732	@p='tests/rwstats-country-code-sip-v6.pl'; \
1733	b='tests/rwstats-country-code-sip-v6.pl'; \
1734	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1735	--log-file $$b.log --trs-file $$b.trs \
1736	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1737	"$$tst" $(AM_TESTS_FD_REDIRECT)
1738tests/rwstats-country-code-dip-v6.pl.log: tests/rwstats-country-code-dip-v6.pl
1739	@p='tests/rwstats-country-code-dip-v6.pl'; \
1740	b='tests/rwstats-country-code-dip-v6.pl'; \
1741	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1742	--log-file $$b.log --trs-file $$b.trs \
1743	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1744	"$$tst" $(AM_TESTS_FD_REDIRECT)
1745tests/rwstats-address-types-sip.pl.log: tests/rwstats-address-types-sip.pl
1746	@p='tests/rwstats-address-types-sip.pl'; \
1747	b='tests/rwstats-address-types-sip.pl'; \
1748	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1749	--log-file $$b.log --trs-file $$b.trs \
1750	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1751	"$$tst" $(AM_TESTS_FD_REDIRECT)
1752tests/rwstats-address-types-dip.pl.log: tests/rwstats-address-types-dip.pl
1753	@p='tests/rwstats-address-types-dip.pl'; \
1754	b='tests/rwstats-address-types-dip.pl'; \
1755	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1756	--log-file $$b.log --trs-file $$b.trs \
1757	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1758	"$$tst" $(AM_TESTS_FD_REDIRECT)
1759tests/rwstats-pmap-proto-port.pl.log: tests/rwstats-pmap-proto-port.pl
1760	@p='tests/rwstats-pmap-proto-port.pl'; \
1761	b='tests/rwstats-pmap-proto-port.pl'; \
1762	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1763	--log-file $$b.log --trs-file $$b.trs \
1764	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1765	"$$tst" $(AM_TESTS_FD_REDIRECT)
1766tests/rwstats-pmap-src-service-host.pl.log: tests/rwstats-pmap-src-service-host.pl
1767	@p='tests/rwstats-pmap-src-service-host.pl'; \
1768	b='tests/rwstats-pmap-src-service-host.pl'; \
1769	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1770	--log-file $$b.log --trs-file $$b.trs \
1771	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1772	"$$tst" $(AM_TESTS_FD_REDIRECT)
1773tests/rwstats-pmap-dst-servhost.pl.log: tests/rwstats-pmap-dst-servhost.pl
1774	@p='tests/rwstats-pmap-dst-servhost.pl'; \
1775	b='tests/rwstats-pmap-dst-servhost.pl'; \
1776	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1777	--log-file $$b.log --trs-file $$b.trs \
1778	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1779	"$$tst" $(AM_TESTS_FD_REDIRECT)
1780tests/rwstats-pmap-multiple.pl.log: tests/rwstats-pmap-multiple.pl
1781	@p='tests/rwstats-pmap-multiple.pl'; \
1782	b='tests/rwstats-pmap-multiple.pl'; \
1783	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1784	--log-file $$b.log --trs-file $$b.trs \
1785	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1786	"$$tst" $(AM_TESTS_FD_REDIRECT)
1787tests/rwstats-pmap-src-service-host-v6.pl.log: tests/rwstats-pmap-src-service-host-v6.pl
1788	@p='tests/rwstats-pmap-src-service-host-v6.pl'; \
1789	b='tests/rwstats-pmap-src-service-host-v6.pl'; \
1790	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1791	--log-file $$b.log --trs-file $$b.trs \
1792	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1793	"$$tst" $(AM_TESTS_FD_REDIRECT)
1794tests/rwstats-pmap-dst-servhost-v6.pl.log: tests/rwstats-pmap-dst-servhost-v6.pl
1795	@p='tests/rwstats-pmap-dst-servhost-v6.pl'; \
1796	b='tests/rwstats-pmap-dst-servhost-v6.pl'; \
1797	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1798	--log-file $$b.log --trs-file $$b.trs \
1799	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1800	"$$tst" $(AM_TESTS_FD_REDIRECT)
1801tests/rwstats-pmap-multiple-v6.pl.log: tests/rwstats-pmap-multiple-v6.pl
1802	@p='tests/rwstats-pmap-multiple-v6.pl'; \
1803	b='tests/rwstats-pmap-multiple-v6.pl'; \
1804	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1805	--log-file $$b.log --trs-file $$b.trs \
1806	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1807	"$$tst" $(AM_TESTS_FD_REDIRECT)
1808tests/rwstats-int-ext-fields-ext.pl.log: tests/rwstats-int-ext-fields-ext.pl
1809	@p='tests/rwstats-int-ext-fields-ext.pl'; \
1810	b='tests/rwstats-int-ext-fields-ext.pl'; \
1811	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1812	--log-file $$b.log --trs-file $$b.trs \
1813	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1814	"$$tst" $(AM_TESTS_FD_REDIRECT)
1815tests/rwstats-int-ext-fields-int-v6.pl.log: tests/rwstats-int-ext-fields-int-v6.pl
1816	@p='tests/rwstats-int-ext-fields-int-v6.pl'; \
1817	b='tests/rwstats-int-ext-fields-int-v6.pl'; \
1818	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1819	--log-file $$b.log --trs-file $$b.trs \
1820	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1821	"$$tst" $(AM_TESTS_FD_REDIRECT)
1822tests/rwstats-flowrate-payload.pl.log: tests/rwstats-flowrate-payload.pl
1823	@p='tests/rwstats-flowrate-payload.pl'; \
1824	b='tests/rwstats-flowrate-payload.pl'; \
1825	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1826	--log-file $$b.log --trs-file $$b.trs \
1827	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1828	"$$tst" $(AM_TESTS_FD_REDIRECT)
1829tests/rwstats-skplugin-test.pl.log: tests/rwstats-skplugin-test.pl
1830	@p='tests/rwstats-skplugin-test.pl'; \
1831	b='tests/rwstats-skplugin-test.pl'; \
1832	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1833	--log-file $$b.log --trs-file $$b.trs \
1834	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1835	"$$tst" $(AM_TESTS_FD_REDIRECT)
1836tests/rwstats-pysilk-key.pl.log: tests/rwstats-pysilk-key.pl
1837	@p='tests/rwstats-pysilk-key.pl'; \
1838	b='tests/rwstats-pysilk-key.pl'; \
1839	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1840	--log-file $$b.log --trs-file $$b.trs \
1841	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1842	"$$tst" $(AM_TESTS_FD_REDIRECT)
1843tests/rwstats-pysilk-value.pl.log: tests/rwstats-pysilk-value.pl
1844	@p='tests/rwstats-pysilk-value.pl'; \
1845	b='tests/rwstats-pysilk-value.pl'; \
1846	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1847	--log-file $$b.log --trs-file $$b.trs \
1848	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1849	"$$tst" $(AM_TESTS_FD_REDIRECT)
1850tests/rwstats-pysilk-key-value.pl.log: tests/rwstats-pysilk-key-value.pl
1851	@p='tests/rwstats-pysilk-key-value.pl'; \
1852	b='tests/rwstats-pysilk-key-value.pl'; \
1853	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1854	--log-file $$b.log --trs-file $$b.trs \
1855	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1856	"$$tst" $(AM_TESTS_FD_REDIRECT)
1857tests/rwstats-pysilk-simple-agg.pl.log: tests/rwstats-pysilk-simple-agg.pl
1858	@p='tests/rwstats-pysilk-simple-agg.pl'; \
1859	b='tests/rwstats-pysilk-simple-agg.pl'; \
1860	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1861	--log-file $$b.log --trs-file $$b.trs \
1862	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1863	"$$tst" $(AM_TESTS_FD_REDIRECT)
1864tests/rwuniq-help.pl.log: tests/rwuniq-help.pl
1865	@p='tests/rwuniq-help.pl'; \
1866	b='tests/rwuniq-help.pl'; \
1867	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1868	--log-file $$b.log --trs-file $$b.trs \
1869	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1870	"$$tst" $(AM_TESTS_FD_REDIRECT)
1871tests/rwuniq-version.pl.log: tests/rwuniq-version.pl
1872	@p='tests/rwuniq-version.pl'; \
1873	b='tests/rwuniq-version.pl'; \
1874	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1875	--log-file $$b.log --trs-file $$b.trs \
1876	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1877	"$$tst" $(AM_TESTS_FD_REDIRECT)
1878tests/rwuniq-lone-command.pl.log: tests/rwuniq-lone-command.pl
1879	@p='tests/rwuniq-lone-command.pl'; \
1880	b='tests/rwuniq-lone-command.pl'; \
1881	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1882	--log-file $$b.log --trs-file $$b.trs \
1883	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1884	"$$tst" $(AM_TESTS_FD_REDIRECT)
1885tests/rwuniq-no-switches.pl.log: tests/rwuniq-no-switches.pl
1886	@p='tests/rwuniq-no-switches.pl'; \
1887	b='tests/rwuniq-no-switches.pl'; \
1888	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1889	--log-file $$b.log --trs-file $$b.trs \
1890	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1891	"$$tst" $(AM_TESTS_FD_REDIRECT)
1892tests/rwuniq-null-input.pl.log: tests/rwuniq-null-input.pl
1893	@p='tests/rwuniq-null-input.pl'; \
1894	b='tests/rwuniq-null-input.pl'; \
1895	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1896	--log-file $$b.log --trs-file $$b.trs \
1897	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1898	"$$tst" $(AM_TESTS_FD_REDIRECT)
1899tests/rwuniq-no-files.pl.log: tests/rwuniq-no-files.pl
1900	@p='tests/rwuniq-no-files.pl'; \
1901	b='tests/rwuniq-no-files.pl'; \
1902	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1903	--log-file $$b.log --trs-file $$b.trs \
1904	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1905	"$$tst" $(AM_TESTS_FD_REDIRECT)
1906tests/rwuniq-ports-proto-unix-sort.pl.log: tests/rwuniq-ports-proto-unix-sort.pl
1907	@p='tests/rwuniq-ports-proto-unix-sort.pl'; \
1908	b='tests/rwuniq-ports-proto-unix-sort.pl'; \
1909	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1910	--log-file $$b.log --trs-file $$b.trs \
1911	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1912	"$$tst" $(AM_TESTS_FD_REDIRECT)
1913tests/rwuniq-ports-proto-sorted.pl.log: tests/rwuniq-ports-proto-sorted.pl
1914	@p='tests/rwuniq-ports-proto-sorted.pl'; \
1915	b='tests/rwuniq-ports-proto-sorted.pl'; \
1916	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1917	--log-file $$b.log --trs-file $$b.trs \
1918	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1919	"$$tst" $(AM_TESTS_FD_REDIRECT)
1920tests/rwuniq-ports-proto-sorted-v6.pl.log: tests/rwuniq-ports-proto-sorted-v6.pl
1921	@p='tests/rwuniq-ports-proto-sorted-v6.pl'; \
1922	b='tests/rwuniq-ports-proto-sorted-v6.pl'; \
1923	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1924	--log-file $$b.log --trs-file $$b.trs \
1925	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1926	"$$tst" $(AM_TESTS_FD_REDIRECT)
1927tests/rwuniq-ports-proto-presorted.pl.log: tests/rwuniq-ports-proto-presorted.pl
1928	@p='tests/rwuniq-ports-proto-presorted.pl'; \
1929	b='tests/rwuniq-ports-proto-presorted.pl'; \
1930	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1931	--log-file $$b.log --trs-file $$b.trs \
1932	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1933	"$$tst" $(AM_TESTS_FD_REDIRECT)
1934tests/rwuniq-ports-proto-multi-pre.pl.log: tests/rwuniq-ports-proto-multi-pre.pl
1935	@p='tests/rwuniq-ports-proto-multi-pre.pl'; \
1936	b='tests/rwuniq-ports-proto-multi-pre.pl'; \
1937	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1938	--log-file $$b.log --trs-file $$b.trs \
1939	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1940	"$$tst" $(AM_TESTS_FD_REDIRECT)
1941tests/rwuniq-sip-bytes.pl.log: tests/rwuniq-sip-bytes.pl
1942	@p='tests/rwuniq-sip-bytes.pl'; \
1943	b='tests/rwuniq-sip-bytes.pl'; \
1944	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1945	--log-file $$b.log --trs-file $$b.trs \
1946	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1947	"$$tst" $(AM_TESTS_FD_REDIRECT)
1948tests/rwuniq-dip-bytes.pl.log: tests/rwuniq-dip-bytes.pl
1949	@p='tests/rwuniq-dip-bytes.pl'; \
1950	b='tests/rwuniq-dip-bytes.pl'; \
1951	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1952	--log-file $$b.log --trs-file $$b.trs \
1953	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1954	"$$tst" $(AM_TESTS_FD_REDIRECT)
1955tests/rwuniq-dip-packets.pl.log: tests/rwuniq-dip-packets.pl
1956	@p='tests/rwuniq-dip-packets.pl'; \
1957	b='tests/rwuniq-dip-packets.pl'; \
1958	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1959	--log-file $$b.log --trs-file $$b.trs \
1960	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1961	"$$tst" $(AM_TESTS_FD_REDIRECT)
1962tests/rwuniq-sip-bytes-v6.pl.log: tests/rwuniq-sip-bytes-v6.pl
1963	@p='tests/rwuniq-sip-bytes-v6.pl'; \
1964	b='tests/rwuniq-sip-bytes-v6.pl'; \
1965	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1966	--log-file $$b.log --trs-file $$b.trs \
1967	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1968	"$$tst" $(AM_TESTS_FD_REDIRECT)
1969tests/rwuniq-dip-packets-v6.pl.log: tests/rwuniq-dip-packets-v6.pl
1970	@p='tests/rwuniq-dip-packets-v6.pl'; \
1971	b='tests/rwuniq-dip-packets-v6.pl'; \
1972	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1973	--log-file $$b.log --trs-file $$b.trs \
1974	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1975	"$$tst" $(AM_TESTS_FD_REDIRECT)
1976tests/rwuniq-dport-all.pl.log: tests/rwuniq-dport-all.pl
1977	@p='tests/rwuniq-dport-all.pl'; \
1978	b='tests/rwuniq-dport-all.pl'; \
1979	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1980	--log-file $$b.log --trs-file $$b.trs \
1981	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1982	"$$tst" $(AM_TESTS_FD_REDIRECT)
1983tests/rwuniq-stime-packets-flows.pl.log: tests/rwuniq-stime-packets-flows.pl
1984	@p='tests/rwuniq-stime-packets-flows.pl'; \
1985	b='tests/rwuniq-stime-packets-flows.pl'; \
1986	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1987	--log-file $$b.log --trs-file $$b.trs \
1988	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1989	"$$tst" $(AM_TESTS_FD_REDIRECT)
1990tests/rwuniq-bin-time-stime.pl.log: tests/rwuniq-bin-time-stime.pl
1991	@p='tests/rwuniq-bin-time-stime.pl'; \
1992	b='tests/rwuniq-bin-time-stime.pl'; \
1993	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1994	--log-file $$b.log --trs-file $$b.trs \
1995	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1996	"$$tst" $(AM_TESTS_FD_REDIRECT)
1997tests/rwuniq-bin-time-etime.pl.log: tests/rwuniq-bin-time-etime.pl
1998	@p='tests/rwuniq-bin-time-etime.pl'; \
1999	b='tests/rwuniq-bin-time-etime.pl'; \
2000	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2001	--log-file $$b.log --trs-file $$b.trs \
2002	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2003	"$$tst" $(AM_TESTS_FD_REDIRECT)
2004tests/rwuniq-bin-time-stime-etime.pl.log: tests/rwuniq-bin-time-stime-etime.pl
2005	@p='tests/rwuniq-bin-time-stime-etime.pl'; \
2006	b='tests/rwuniq-bin-time-stime-etime.pl'; \
2007	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2008	--log-file $$b.log --trs-file $$b.trs \
2009	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2010	"$$tst" $(AM_TESTS_FD_REDIRECT)
2011tests/rwuniq-bin-time-stime-etime-dur.pl.log: tests/rwuniq-bin-time-stime-etime-dur.pl
2012	@p='tests/rwuniq-bin-time-stime-etime-dur.pl'; \
2013	b='tests/rwuniq-bin-time-stime-etime-dur.pl'; \
2014	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2015	--log-file $$b.log --trs-file $$b.trs \
2016	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2017	"$$tst" $(AM_TESTS_FD_REDIRECT)
2018tests/rwuniq-bin-time-stime-dur.pl.log: tests/rwuniq-bin-time-stime-dur.pl
2019	@p='tests/rwuniq-bin-time-stime-dur.pl'; \
2020	b='tests/rwuniq-bin-time-stime-dur.pl'; \
2021	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2022	--log-file $$b.log --trs-file $$b.trs \
2023	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2024	"$$tst" $(AM_TESTS_FD_REDIRECT)
2025tests/rwuniq-elapsed-bytes.pl.log: tests/rwuniq-elapsed-bytes.pl
2026	@p='tests/rwuniq-elapsed-bytes.pl'; \
2027	b='tests/rwuniq-elapsed-bytes.pl'; \
2028	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2029	--log-file $$b.log --trs-file $$b.trs \
2030	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2031	"$$tst" $(AM_TESTS_FD_REDIRECT)
2032tests/rwuniq-etime.pl.log: tests/rwuniq-etime.pl
2033	@p='tests/rwuniq-etime.pl'; \
2034	b='tests/rwuniq-etime.pl'; \
2035	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2036	--log-file $$b.log --trs-file $$b.trs \
2037	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2038	"$$tst" $(AM_TESTS_FD_REDIRECT)
2039tests/rwuniq-stime-proto-sorted.pl.log: tests/rwuniq-stime-proto-sorted.pl
2040	@p='tests/rwuniq-stime-proto-sorted.pl'; \
2041	b='tests/rwuniq-stime-proto-sorted.pl'; \
2042	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2043	--log-file $$b.log --trs-file $$b.trs \
2044	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2045	"$$tst" $(AM_TESTS_FD_REDIRECT)
2046tests/rwuniq-collection-point.pl.log: tests/rwuniq-collection-point.pl
2047	@p='tests/rwuniq-collection-point.pl'; \
2048	b='tests/rwuniq-collection-point.pl'; \
2049	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2050	--log-file $$b.log --trs-file $$b.trs \
2051	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2052	"$$tst" $(AM_TESTS_FD_REDIRECT)
2053tests/rwuniq-proto.pl.log: tests/rwuniq-proto.pl
2054	@p='tests/rwuniq-proto.pl'; \
2055	b='tests/rwuniq-proto.pl'; \
2056	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2057	--log-file $$b.log --trs-file $$b.trs \
2058	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2059	"$$tst" $(AM_TESTS_FD_REDIRECT)
2060tests/rwuniq-sport-mn-rec.pl.log: tests/rwuniq-sport-mn-rec.pl
2061	@p='tests/rwuniq-sport-mn-rec.pl'; \
2062	b='tests/rwuniq-sport-mn-rec.pl'; \
2063	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2064	--log-file $$b.log --trs-file $$b.trs \
2065	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2066	"$$tst" $(AM_TESTS_FD_REDIRECT)
2067tests/rwuniq-sport-mn-pkt.pl.log: tests/rwuniq-sport-mn-pkt.pl
2068	@p='tests/rwuniq-sport-mn-pkt.pl'; \
2069	b='tests/rwuniq-sport-mn-pkt.pl'; \
2070	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2071	--log-file $$b.log --trs-file $$b.trs \
2072	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2073	"$$tst" $(AM_TESTS_FD_REDIRECT)
2074tests/rwuniq-sport-mn-byt.pl.log: tests/rwuniq-sport-mn-byt.pl
2075	@p='tests/rwuniq-sport-mn-byt.pl'; \
2076	b='tests/rwuniq-sport-mn-byt.pl'; \
2077	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2078	--log-file $$b.log --trs-file $$b.trs \
2079	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2080	"$$tst" $(AM_TESTS_FD_REDIRECT)
2081tests/rwuniq-sport-mx-rec.pl.log: tests/rwuniq-sport-mx-rec.pl
2082	@p='tests/rwuniq-sport-mx-rec.pl'; \
2083	b='tests/rwuniq-sport-mx-rec.pl'; \
2084	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2085	--log-file $$b.log --trs-file $$b.trs \
2086	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2087	"$$tst" $(AM_TESTS_FD_REDIRECT)
2088tests/rwuniq-sport-mx-pkt.pl.log: tests/rwuniq-sport-mx-pkt.pl
2089	@p='tests/rwuniq-sport-mx-pkt.pl'; \
2090	b='tests/rwuniq-sport-mx-pkt.pl'; \
2091	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2092	--log-file $$b.log --trs-file $$b.trs \
2093	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2094	"$$tst" $(AM_TESTS_FD_REDIRECT)
2095tests/rwuniq-sport-mx-byt.pl.log: tests/rwuniq-sport-mx-byt.pl
2096	@p='tests/rwuniq-sport-mx-byt.pl'; \
2097	b='tests/rwuniq-sport-mx-byt.pl'; \
2098	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2099	--log-file $$b.log --trs-file $$b.trs \
2100	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2101	"$$tst" $(AM_TESTS_FD_REDIRECT)
2102tests/rwuniq-sport-count-sip.pl.log: tests/rwuniq-sport-count-sip.pl
2103	@p='tests/rwuniq-sport-count-sip.pl'; \
2104	b='tests/rwuniq-sport-count-sip.pl'; \
2105	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2106	--log-file $$b.log --trs-file $$b.trs \
2107	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2108	"$$tst" $(AM_TESTS_FD_REDIRECT)
2109tests/rwuniq-sport-count-sip-v6.pl.log: tests/rwuniq-sport-count-sip-v6.pl
2110	@p='tests/rwuniq-sport-count-sip-v6.pl'; \
2111	b='tests/rwuniq-sport-count-sip-v6.pl'; \
2112	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2113	--log-file $$b.log --trs-file $$b.trs \
2114	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2115	"$$tst" $(AM_TESTS_FD_REDIRECT)
2116tests/rwuniq-sport-count-sip-dip.pl.log: tests/rwuniq-sport-count-sip-dip.pl
2117	@p='tests/rwuniq-sport-count-sip-dip.pl'; \
2118	b='tests/rwuniq-sport-count-sip-dip.pl'; \
2119	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2120	--log-file $$b.log --trs-file $$b.trs \
2121	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2122	"$$tst" $(AM_TESTS_FD_REDIRECT)
2123tests/rwuniq-sport-count-sip-pre.pl.log: tests/rwuniq-sport-count-sip-pre.pl
2124	@p='tests/rwuniq-sport-count-sip-pre.pl'; \
2125	b='tests/rwuniq-sport-count-sip-pre.pl'; \
2126	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2127	--log-file $$b.log --trs-file $$b.trs \
2128	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2129	"$$tst" $(AM_TESTS_FD_REDIRECT)
2130tests/rwuniq-sport-count-sip-dip-pre.pl.log: tests/rwuniq-sport-count-sip-dip-pre.pl
2131	@p='tests/rwuniq-sport-count-sip-dip-pre.pl'; \
2132	b='tests/rwuniq-sport-count-sip-dip-pre.pl'; \
2133	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2134	--log-file $$b.log --trs-file $$b.trs \
2135	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2136	"$$tst" $(AM_TESTS_FD_REDIRECT)
2137tests/rwuniq-sport-count-sip-dip-v6.pl.log: tests/rwuniq-sport-count-sip-dip-v6.pl
2138	@p='tests/rwuniq-sport-count-sip-dip-v6.pl'; \
2139	b='tests/rwuniq-sport-count-sip-dip-v6.pl'; \
2140	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2141	--log-file $$b.log --trs-file $$b.trs \
2142	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2143	"$$tst" $(AM_TESTS_FD_REDIRECT)
2144tests/rwuniq-sport-count2-sip-dip-v6.pl.log: tests/rwuniq-sport-count2-sip-dip-v6.pl
2145	@p='tests/rwuniq-sport-count2-sip-dip-v6.pl'; \
2146	b='tests/rwuniq-sport-count2-sip-dip-v6.pl'; \
2147	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2148	--log-file $$b.log --trs-file $$b.trs \
2149	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2150	"$$tst" $(AM_TESTS_FD_REDIRECT)
2151tests/rwuniq-sport-count-sip-pre-v6.pl.log: tests/rwuniq-sport-count-sip-pre-v6.pl
2152	@p='tests/rwuniq-sport-count-sip-pre-v6.pl'; \
2153	b='tests/rwuniq-sport-count-sip-pre-v6.pl'; \
2154	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2155	--log-file $$b.log --trs-file $$b.trs \
2156	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2157	"$$tst" $(AM_TESTS_FD_REDIRECT)
2158tests/rwuniq-no-title.pl.log: tests/rwuniq-no-title.pl
2159	@p='tests/rwuniq-no-title.pl'; \
2160	b='tests/rwuniq-no-title.pl'; \
2161	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2162	--log-file $$b.log --trs-file $$b.trs \
2163	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2164	"$$tst" $(AM_TESTS_FD_REDIRECT)
2165tests/rwuniq-no-column.pl.log: tests/rwuniq-no-column.pl
2166	@p='tests/rwuniq-no-column.pl'; \
2167	b='tests/rwuniq-no-column.pl'; \
2168	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2169	--log-file $$b.log --trs-file $$b.trs \
2170	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2171	"$$tst" $(AM_TESTS_FD_REDIRECT)
2172tests/rwuniq-delimited.pl.log: tests/rwuniq-delimited.pl
2173	@p='tests/rwuniq-delimited.pl'; \
2174	b='tests/rwuniq-delimited.pl'; \
2175	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2176	--log-file $$b.log --trs-file $$b.trs \
2177	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2178	"$$tst" $(AM_TESTS_FD_REDIRECT)
2179tests/rwuniq-legacytime-0.pl.log: tests/rwuniq-legacytime-0.pl
2180	@p='tests/rwuniq-legacytime-0.pl'; \
2181	b='tests/rwuniq-legacytime-0.pl'; \
2182	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2183	--log-file $$b.log --trs-file $$b.trs \
2184	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2185	"$$tst" $(AM_TESTS_FD_REDIRECT)
2186tests/rwuniq-legacytime-1.pl.log: tests/rwuniq-legacytime-1.pl
2187	@p='tests/rwuniq-legacytime-1.pl'; \
2188	b='tests/rwuniq-legacytime-1.pl'; \
2189	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2190	--log-file $$b.log --trs-file $$b.trs \
2191	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2192	"$$tst" $(AM_TESTS_FD_REDIRECT)
2193tests/rwuniq-empty-input.pl.log: tests/rwuniq-empty-input.pl
2194	@p='tests/rwuniq-empty-input.pl'; \
2195	b='tests/rwuniq-empty-input.pl'; \
2196	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2197	--log-file $$b.log --trs-file $$b.trs \
2198	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2199	"$$tst" $(AM_TESTS_FD_REDIRECT)
2200tests/rwuniq-empty-input-presorted.pl.log: tests/rwuniq-empty-input-presorted.pl
2201	@p='tests/rwuniq-empty-input-presorted.pl'; \
2202	b='tests/rwuniq-empty-input-presorted.pl'; \
2203	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2204	--log-file $$b.log --trs-file $$b.trs \
2205	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2206	"$$tst" $(AM_TESTS_FD_REDIRECT)
2207tests/rwuniq-empty-input-presorted-xargs.pl.log: tests/rwuniq-empty-input-presorted-xargs.pl
2208	@p='tests/rwuniq-empty-input-presorted-xargs.pl'; \
2209	b='tests/rwuniq-empty-input-presorted-xargs.pl'; \
2210	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2211	--log-file $$b.log --trs-file $$b.trs \
2212	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2213	"$$tst" $(AM_TESTS_FD_REDIRECT)
2214tests/rwuniq-many-presorted.pl.log: tests/rwuniq-many-presorted.pl
2215	@p='tests/rwuniq-many-presorted.pl'; \
2216	b='tests/rwuniq-many-presorted.pl'; \
2217	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2218	--log-file $$b.log --trs-file $$b.trs \
2219	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2220	"$$tst" $(AM_TESTS_FD_REDIRECT)
2221tests/rwuniq-multiple-inputs.pl.log: tests/rwuniq-multiple-inputs.pl
2222	@p='tests/rwuniq-multiple-inputs.pl'; \
2223	b='tests/rwuniq-multiple-inputs.pl'; \
2224	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2225	--log-file $$b.log --trs-file $$b.trs \
2226	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2227	"$$tst" $(AM_TESTS_FD_REDIRECT)
2228tests/rwuniq-copy-input.pl.log: tests/rwuniq-copy-input.pl
2229	@p='tests/rwuniq-copy-input.pl'; \
2230	b='tests/rwuniq-copy-input.pl'; \
2231	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2232	--log-file $$b.log --trs-file $$b.trs \
2233	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2234	"$$tst" $(AM_TESTS_FD_REDIRECT)
2235tests/rwuniq-stdin.pl.log: tests/rwuniq-stdin.pl
2236	@p='tests/rwuniq-stdin.pl'; \
2237	b='tests/rwuniq-stdin.pl'; \
2238	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2239	--log-file $$b.log --trs-file $$b.trs \
2240	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2241	"$$tst" $(AM_TESTS_FD_REDIRECT)
2242tests/rwuniq-icmpTypeCode.pl.log: tests/rwuniq-icmpTypeCode.pl
2243	@p='tests/rwuniq-icmpTypeCode.pl'; \
2244	b='tests/rwuniq-icmpTypeCode.pl'; \
2245	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2246	--log-file $$b.log --trs-file $$b.trs \
2247	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2248	"$$tst" $(AM_TESTS_FD_REDIRECT)
2249tests/rwuniq-dport-icmp.pl.log: tests/rwuniq-dport-icmp.pl
2250	@p='tests/rwuniq-dport-icmp.pl'; \
2251	b='tests/rwuniq-dport-icmp.pl'; \
2252	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2253	--log-file $$b.log --trs-file $$b.trs \
2254	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2255	"$$tst" $(AM_TESTS_FD_REDIRECT)
2256tests/rwuniq-icmp-dport.pl.log: tests/rwuniq-icmp-dport.pl
2257	@p='tests/rwuniq-icmp-dport.pl'; \
2258	b='tests/rwuniq-icmp-dport.pl'; \
2259	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2260	--log-file $$b.log --trs-file $$b.trs \
2261	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2262	"$$tst" $(AM_TESTS_FD_REDIRECT)
2263tests/rwuniq-country-code-sip.pl.log: tests/rwuniq-country-code-sip.pl
2264	@p='tests/rwuniq-country-code-sip.pl'; \
2265	b='tests/rwuniq-country-code-sip.pl'; \
2266	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2267	--log-file $$b.log --trs-file $$b.trs \
2268	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2269	"$$tst" $(AM_TESTS_FD_REDIRECT)
2270tests/rwuniq-country-code-dip.pl.log: tests/rwuniq-country-code-dip.pl
2271	@p='tests/rwuniq-country-code-dip.pl'; \
2272	b='tests/rwuniq-country-code-dip.pl'; \
2273	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2274	--log-file $$b.log --trs-file $$b.trs \
2275	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2276	"$$tst" $(AM_TESTS_FD_REDIRECT)
2277tests/rwuniq-country-code-sip-v6.pl.log: tests/rwuniq-country-code-sip-v6.pl
2278	@p='tests/rwuniq-country-code-sip-v6.pl'; \
2279	b='tests/rwuniq-country-code-sip-v6.pl'; \
2280	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2281	--log-file $$b.log --trs-file $$b.trs \
2282	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2283	"$$tst" $(AM_TESTS_FD_REDIRECT)
2284tests/rwuniq-country-code-dip-v6.pl.log: tests/rwuniq-country-code-dip-v6.pl
2285	@p='tests/rwuniq-country-code-dip-v6.pl'; \
2286	b='tests/rwuniq-country-code-dip-v6.pl'; \
2287	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2288	--log-file $$b.log --trs-file $$b.trs \
2289	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2290	"$$tst" $(AM_TESTS_FD_REDIRECT)
2291tests/rwuniq-address-types-sip.pl.log: tests/rwuniq-address-types-sip.pl
2292	@p='tests/rwuniq-address-types-sip.pl'; \
2293	b='tests/rwuniq-address-types-sip.pl'; \
2294	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2295	--log-file $$b.log --trs-file $$b.trs \
2296	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2297	"$$tst" $(AM_TESTS_FD_REDIRECT)
2298tests/rwuniq-address-types-dip.pl.log: tests/rwuniq-address-types-dip.pl
2299	@p='tests/rwuniq-address-types-dip.pl'; \
2300	b='tests/rwuniq-address-types-dip.pl'; \
2301	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2302	--log-file $$b.log --trs-file $$b.trs \
2303	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2304	"$$tst" $(AM_TESTS_FD_REDIRECT)
2305tests/rwuniq-address-stype-proto-sorted.pl.log: tests/rwuniq-address-stype-proto-sorted.pl
2306	@p='tests/rwuniq-address-stype-proto-sorted.pl'; \
2307	b='tests/rwuniq-address-stype-proto-sorted.pl'; \
2308	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2309	--log-file $$b.log --trs-file $$b.trs \
2310	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2311	"$$tst" $(AM_TESTS_FD_REDIRECT)
2312tests/rwuniq-pmap-proto-port.pl.log: tests/rwuniq-pmap-proto-port.pl
2313	@p='tests/rwuniq-pmap-proto-port.pl'; \
2314	b='tests/rwuniq-pmap-proto-port.pl'; \
2315	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2316	--log-file $$b.log --trs-file $$b.trs \
2317	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2318	"$$tst" $(AM_TESTS_FD_REDIRECT)
2319tests/rwuniq-pmap-src-service-host.pl.log: tests/rwuniq-pmap-src-service-host.pl
2320	@p='tests/rwuniq-pmap-src-service-host.pl'; \
2321	b='tests/rwuniq-pmap-src-service-host.pl'; \
2322	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2323	--log-file $$b.log --trs-file $$b.trs \
2324	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2325	"$$tst" $(AM_TESTS_FD_REDIRECT)
2326tests/rwuniq-pmap-dst-servhost.pl.log: tests/rwuniq-pmap-dst-servhost.pl
2327	@p='tests/rwuniq-pmap-dst-servhost.pl'; \
2328	b='tests/rwuniq-pmap-dst-servhost.pl'; \
2329	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2330	--log-file $$b.log --trs-file $$b.trs \
2331	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2332	"$$tst" $(AM_TESTS_FD_REDIRECT)
2333tests/rwuniq-pmap-multiple.pl.log: tests/rwuniq-pmap-multiple.pl
2334	@p='tests/rwuniq-pmap-multiple.pl'; \
2335	b='tests/rwuniq-pmap-multiple.pl'; \
2336	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2337	--log-file $$b.log --trs-file $$b.trs \
2338	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2339	"$$tst" $(AM_TESTS_FD_REDIRECT)
2340tests/rwuniq-pmap-src-service-host-v6.pl.log: tests/rwuniq-pmap-src-service-host-v6.pl
2341	@p='tests/rwuniq-pmap-src-service-host-v6.pl'; \
2342	b='tests/rwuniq-pmap-src-service-host-v6.pl'; \
2343	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2344	--log-file $$b.log --trs-file $$b.trs \
2345	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2346	"$$tst" $(AM_TESTS_FD_REDIRECT)
2347tests/rwuniq-pmap-dst-servhost-v6.pl.log: tests/rwuniq-pmap-dst-servhost-v6.pl
2348	@p='tests/rwuniq-pmap-dst-servhost-v6.pl'; \
2349	b='tests/rwuniq-pmap-dst-servhost-v6.pl'; \
2350	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2351	--log-file $$b.log --trs-file $$b.trs \
2352	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2353	"$$tst" $(AM_TESTS_FD_REDIRECT)
2354tests/rwuniq-pmap-multiple-v6.pl.log: tests/rwuniq-pmap-multiple-v6.pl
2355	@p='tests/rwuniq-pmap-multiple-v6.pl'; \
2356	b='tests/rwuniq-pmap-multiple-v6.pl'; \
2357	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2358	--log-file $$b.log --trs-file $$b.trs \
2359	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2360	"$$tst" $(AM_TESTS_FD_REDIRECT)
2361tests/rwuniq-int-ext-fields-ext.pl.log: tests/rwuniq-int-ext-fields-ext.pl
2362	@p='tests/rwuniq-int-ext-fields-ext.pl'; \
2363	b='tests/rwuniq-int-ext-fields-ext.pl'; \
2364	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2365	--log-file $$b.log --trs-file $$b.trs \
2366	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2367	"$$tst" $(AM_TESTS_FD_REDIRECT)
2368tests/rwuniq-int-ext-fields-int-v6.pl.log: tests/rwuniq-int-ext-fields-int-v6.pl
2369	@p='tests/rwuniq-int-ext-fields-int-v6.pl'; \
2370	b='tests/rwuniq-int-ext-fields-int-v6.pl'; \
2371	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2372	--log-file $$b.log --trs-file $$b.trs \
2373	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2374	"$$tst" $(AM_TESTS_FD_REDIRECT)
2375tests/rwuniq-flowrate-payload.pl.log: tests/rwuniq-flowrate-payload.pl
2376	@p='tests/rwuniq-flowrate-payload.pl'; \
2377	b='tests/rwuniq-flowrate-payload.pl'; \
2378	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2379	--log-file $$b.log --trs-file $$b.trs \
2380	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2381	"$$tst" $(AM_TESTS_FD_REDIRECT)
2382tests/rwuniq-skplugin-test.pl.log: tests/rwuniq-skplugin-test.pl
2383	@p='tests/rwuniq-skplugin-test.pl'; \
2384	b='tests/rwuniq-skplugin-test.pl'; \
2385	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2386	--log-file $$b.log --trs-file $$b.trs \
2387	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2388	"$$tst" $(AM_TESTS_FD_REDIRECT)
2389tests/rwuniq-pysilk-key.pl.log: tests/rwuniq-pysilk-key.pl
2390	@p='tests/rwuniq-pysilk-key.pl'; \
2391	b='tests/rwuniq-pysilk-key.pl'; \
2392	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2393	--log-file $$b.log --trs-file $$b.trs \
2394	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2395	"$$tst" $(AM_TESTS_FD_REDIRECT)
2396tests/rwuniq-pysilk-value.pl.log: tests/rwuniq-pysilk-value.pl
2397	@p='tests/rwuniq-pysilk-value.pl'; \
2398	b='tests/rwuniq-pysilk-value.pl'; \
2399	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2400	--log-file $$b.log --trs-file $$b.trs \
2401	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2402	"$$tst" $(AM_TESTS_FD_REDIRECT)
2403tests/rwuniq-pysilk-key-value.pl.log: tests/rwuniq-pysilk-key-value.pl
2404	@p='tests/rwuniq-pysilk-key-value.pl'; \
2405	b='tests/rwuniq-pysilk-key-value.pl'; \
2406	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2407	--log-file $$b.log --trs-file $$b.trs \
2408	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2409	"$$tst" $(AM_TESTS_FD_REDIRECT)
2410tests/rwuniq-pysilk-simple-agg.pl.log: tests/rwuniq-pysilk-simple-agg.pl
2411	@p='tests/rwuniq-pysilk-simple-agg.pl'; \
2412	b='tests/rwuniq-pysilk-simple-agg.pl'; \
2413	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2414	--log-file $$b.log --trs-file $$b.trs \
2415	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2416	"$$tst" $(AM_TESTS_FD_REDIRECT)
2417tests/rwstats-dist-sip-random.pl.log: tests/rwstats-dist-sip-random.pl
2418	@p='tests/rwstats-dist-sip-random.pl'; \
2419	b='tests/rwstats-dist-sip-random.pl'; \
2420	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2421	--log-file $$b.log --trs-file $$b.trs \
2422	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2423	"$$tst" $(AM_TESTS_FD_REDIRECT)
2424tests/rwstats-dist-sip-presort.pl.log: tests/rwstats-dist-sip-presort.pl
2425	@p='tests/rwstats-dist-sip-presort.pl'; \
2426	b='tests/rwstats-dist-sip-presort.pl'; \
2427	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2428	--log-file $$b.log --trs-file $$b.trs \
2429	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2430	"$$tst" $(AM_TESTS_FD_REDIRECT)
2431tests/rwstats-flowrate-pps.pl.log: tests/rwstats-flowrate-pps.pl
2432	@p='tests/rwstats-flowrate-pps.pl'; \
2433	b='tests/rwstats-flowrate-pps.pl'; \
2434	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2435	--log-file $$b.log --trs-file $$b.trs \
2436	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2437	"$$tst" $(AM_TESTS_FD_REDIRECT)
2438tests/rwstats-flowrate-bps.pl.log: tests/rwstats-flowrate-bps.pl
2439	@p='tests/rwstats-flowrate-bps.pl'; \
2440	b='tests/rwstats-flowrate-bps.pl'; \
2441	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2442	--log-file $$b.log --trs-file $$b.trs \
2443	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2444	"$$tst" $(AM_TESTS_FD_REDIRECT)
2445tests/rwuniq-many-dist-random.pl.log: tests/rwuniq-many-dist-random.pl
2446	@p='tests/rwuniq-many-dist-random.pl'; \
2447	b='tests/rwuniq-many-dist-random.pl'; \
2448	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2449	--log-file $$b.log --trs-file $$b.trs \
2450	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2451	"$$tst" $(AM_TESTS_FD_REDIRECT)
2452tests/rwuniq-many-dist-presort.pl.log: tests/rwuniq-many-dist-presort.pl
2453	@p='tests/rwuniq-many-dist-presort.pl'; \
2454	b='tests/rwuniq-many-dist-presort.pl'; \
2455	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2456	--log-file $$b.log --trs-file $$b.trs \
2457	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2458	"$$tst" $(AM_TESTS_FD_REDIRECT)
2459tests/rwuniq-flowrate-pps.pl.log: tests/rwuniq-flowrate-pps.pl
2460	@p='tests/rwuniq-flowrate-pps.pl'; \
2461	b='tests/rwuniq-flowrate-pps.pl'; \
2462	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2463	--log-file $$b.log --trs-file $$b.trs \
2464	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2465	"$$tst" $(AM_TESTS_FD_REDIRECT)
2466tests/rwuniq-flowrate-bps.pl.log: tests/rwuniq-flowrate-bps.pl
2467	@p='tests/rwuniq-flowrate-bps.pl'; \
2468	b='tests/rwuniq-flowrate-bps.pl'; \
2469	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
2470	--log-file $$b.log --trs-file $$b.trs \
2471	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
2472	"$$tst" $(AM_TESTS_FD_REDIRECT)
2473.test.log:
2474	@p='$<'; \
2475	$(am__set_b); \
2476	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2477	--log-file $$b.log --trs-file $$b.trs \
2478	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2479	"$$tst" $(AM_TESTS_FD_REDIRECT)
2480@am__EXEEXT_TRUE@.test$(EXEEXT).log:
2481@am__EXEEXT_TRUE@	@p='$<'; \
2482@am__EXEEXT_TRUE@	$(am__set_b); \
2483@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2484@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
2485@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2486@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
2487
2488distdir: $(BUILT_SOURCES)
2489	$(MAKE) $(AM_MAKEFLAGS) distdir-am
2490
2491distdir-am: $(DISTFILES)
2492	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2493	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2494	list='$(DISTFILES)'; \
2495	  dist_files=`for file in $$list; do echo $$file; done | \
2496	  sed -e "s|^$$srcdirstrip/||;t" \
2497	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2498	case $$dist_files in \
2499	  */*) $(MKDIR_P) `echo "$$dist_files" | \
2500			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2501			   sort -u` ;; \
2502	esac; \
2503	for file in $$dist_files; do \
2504	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2505	  if test -d $$d/$$file; then \
2506	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2507	    if test -d "$(distdir)/$$file"; then \
2508	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2509	    fi; \
2510	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2511	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2512	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2513	    fi; \
2514	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2515	  else \
2516	    test -f "$(distdir)/$$file" \
2517	    || cp -p $$d/$$file "$(distdir)/$$file" \
2518	    || exit 1; \
2519	  fi; \
2520	done
2521check-am: all-am
2522	$(MAKE) $(AM_MAKEFLAGS) $(check_DATA)
2523	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
2524check: check-am
2525all-am: Makefile $(PROGRAMS) $(MANS)
2526installdirs:
2527	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
2528	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2529	done
2530install: install-am
2531install-exec: install-exec-am
2532install-data: install-data-am
2533uninstall: uninstall-am
2534
2535install-am: all-am
2536	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2537
2538installcheck: installcheck-am
2539install-strip:
2540	if test -z '$(STRIP)'; then \
2541	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2542	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2543	      install; \
2544	else \
2545	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2546	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2547	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2548	fi
2549mostlyclean-generic:
2550	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2551	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
2552	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2553
2554clean-generic:
2555
2556distclean-generic:
2557	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2558	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2559
2560maintainer-clean-generic:
2561	@echo "This command is intended for maintainers to use"
2562	@echo "it deletes files that may require special tools to rebuild."
2563clean: clean-am
2564
2565clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \
2566	mostlyclean-am
2567
2568distclean: distclean-am
2569		-rm -f ./$(DEPDIR)/intervalstats.Po
2570	-rm -f ./$(DEPDIR)/rwstats.Po
2571	-rm -f ./$(DEPDIR)/rwstatslegacy.Po
2572	-rm -f ./$(DEPDIR)/rwstatsproto.Po
2573	-rm -f ./$(DEPDIR)/rwstatssetup.Po
2574	-rm -f ./$(DEPDIR)/rwuniq.Po
2575	-rm -f ./$(DEPDIR)/skunique.Po
2576	-rm -f Makefile
2577distclean-am: clean-am distclean-compile distclean-generic \
2578	distclean-tags
2579
2580dvi: dvi-am
2581
2582dvi-am:
2583
2584html: html-am
2585
2586html-am:
2587
2588info: info-am
2589
2590info-am:
2591
2592install-data-am: install-man
2593
2594install-dvi: install-dvi-am
2595
2596install-dvi-am:
2597
2598install-exec-am: install-binPROGRAMS
2599
2600install-html: install-html-am
2601
2602install-html-am:
2603
2604install-info: install-info-am
2605
2606install-info-am:
2607
2608install-man: install-man1
2609
2610install-pdf: install-pdf-am
2611
2612install-pdf-am:
2613
2614install-ps: install-ps-am
2615
2616install-ps-am:
2617
2618installcheck-am: installcheck-binPROGRAMS
2619
2620maintainer-clean: maintainer-clean-am
2621		-rm -f ./$(DEPDIR)/intervalstats.Po
2622	-rm -f ./$(DEPDIR)/rwstats.Po
2623	-rm -f ./$(DEPDIR)/rwstatslegacy.Po
2624	-rm -f ./$(DEPDIR)/rwstatsproto.Po
2625	-rm -f ./$(DEPDIR)/rwstatssetup.Po
2626	-rm -f ./$(DEPDIR)/rwuniq.Po
2627	-rm -f ./$(DEPDIR)/skunique.Po
2628	-rm -f Makefile
2629maintainer-clean-am: distclean-am maintainer-clean-generic
2630
2631mostlyclean: mostlyclean-am
2632
2633mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2634	mostlyclean-libtool
2635
2636pdf: pdf-am
2637
2638pdf-am:
2639
2640ps: ps-am
2641
2642ps-am:
2643
2644uninstall-am: uninstall-binPROGRAMS uninstall-man
2645
2646uninstall-man: uninstall-man1
2647
2648.MAKE: check-am install-am install-strip
2649
2650.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
2651	check-am clean clean-binPROGRAMS clean-generic clean-libtool \
2652	clean-local cscopelist-am ctags ctags-am distclean \
2653	distclean-compile distclean-generic distclean-libtool \
2654	distclean-tags distdir dvi dvi-am html html-am info info-am \
2655	install install-am install-binPROGRAMS install-data \
2656	install-data-am install-dvi install-dvi-am install-exec \
2657	install-exec-am install-html install-html-am install-info \
2658	install-info-am install-man install-man1 install-pdf \
2659	install-pdf-am install-ps install-ps-am install-strip \
2660	installcheck installcheck-am installcheck-binPROGRAMS \
2661	installdirs maintainer-clean maintainer-clean-generic \
2662	mostlyclean mostlyclean-compile mostlyclean-generic \
2663	mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
2664	uninstall uninstall-am uninstall-binPROGRAMS uninstall-man \
2665	uninstall-man1
2666
2667.PRECIOUS: Makefile
2668
2669
2670.pod.man:
2671	$(AM_V_GEN)$(POD2MAN) $(POD2MAN_ARGS) $< > $@
2672.pod.1:
2673	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=1 --name="$*" $(POD2MAN_ARGS) > "$@"
2674.pod.2:
2675	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=2 --name="$*" $(POD2MAN_ARGS) > "$@"
2676.pod.3:
2677	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=3 --name="$*" $(POD2MAN_ARGS) > "$@"
2678.pod.5:
2679	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=5 --name="$*" $(POD2MAN_ARGS) > "$@"
2680.pod.7:
2681	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=7 --name="$*" $(POD2MAN_ARGS) > "$@"
2682.pod.8:
2683	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=8 --name="$*" $(POD2MAN_ARGS) > "$@"
2684
2685clean-local: clean-remove-man
2686clean-remove-man:
2687	-test -z "$(MANS)" || rm -f $(MANS)
2688
2689install-conf-files: $(conf_files)
2690	@$(NORMAL_INSTALL)
2691	$(mkinstalldirs) $(DESTDIR)$(conf_file_dir)
2692	@list='$(conf_files)'; for p in $$list; do \
2693	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2694	  f=`echo "$$p" | sed -e 's,^.*/,,;s/\.conf$$//;$(transform);s/$$/\.conf/'`; \
2695	  echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(conf_file_dir)/$$f'"; \
2696	  $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(conf_file_dir)/$$f"; \
2697	done
2698
2699uninstall-conf-files:
2700	@$(NORMAL_UNINSTALL)
2701	@list='$(conf_files)'; for p in $$list; do \
2702	  f=`echo "$$p" | sed -e 's,^.*/,,;s/\.conf$$//;$(transform);s/$$/\.conf/'`; \
2703	  echo " rm -f '$(DESTDIR)$(conf_file_dir)/$$f'"; \
2704	  rm -f "$(DESTDIR)$(conf_file_dir)/$$f"; \
2705	done
2706
2707install-init-d-scripts: $(init_d_scripts)
2708	@$(NORMAL_INSTALL)
2709	$(mkinstalldirs) $(DESTDIR)$(init_d_scripts_dir)
2710	@list='$(init_d_scripts)'; for p in $$list; do \
2711	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2712	  f=`echo "$$p" | sed -e 's,^.*/,,;s,\.init\.d$$,,;$(transform)'`; \
2713	  echo " $(INSTALL_SCRIPT) '$$d$$p' '$(DESTDIR)$(init_d_scripts_dir)/$$f'"; \
2714	  $(INSTALL_SCRIPT) "$$d$$p" "$(DESTDIR)$(init_d_scripts_dir)/$$f"; \
2715	done
2716
2717uninstall-init-d-scripts:
2718	@$(NORMAL_UNINSTALL)
2719	@list='$(init_d_scripts)'; for p in $$list; do \
2720	  f=`echo "$$p" | sed -e 's,^.*/,,;s,\.init\.d$$,,;$(transform)'`; \
2721	  echo " rm -f '$(DESTDIR)$(init_d_scripts_dir)/$$f'"; \
2722	  rm -f "$(DESTDIR)$(init_d_scripts_dir)/$$f"; \
2723	done
2724$(SILK_TESTBAGS):
2725	cd $(top_builddir)/tests && $(MAKE) made-bag-files
2726$(SILK_TESTDATA):
2727	cd $(top_builddir)/tests && $(MAKE) check
2728$(SILK_TESTPDU):
2729	cd $(top_builddir)/tests && $(MAKE) small.pdu
2730$(SILK_TESTPMAPS):
2731	cd $(top_builddir)/tests && $(MAKE) made-pmap-files
2732$(SILK_TESTSCAN):
2733	cd $(top_builddir)/tests && $(MAKE) scandata.rwf
2734$(SILK_SENDRCVDATA):
2735	cd $(top_builddir)/tests && $(MAKE) made-sendrcv-data
2736$(SILK_TESTSETS):
2737	cd $(top_builddir)/tests && $(MAKE) made-set-files
2738$(SILK_TESTSIPS004):
2739	cd $(top_builddir)/tests && $(MAKE) sips-004-008.rw
2740$(SILK_TESTSDIR):
2741	test -d ./tests || mkdir ./tests
2742	touch $@
2743
2744clean-local: clean-remove-tests-touch-dir
2745clean-remove-tests-touch-dir:
2746	-rm -f $(SILK_TESTSDIR)
2747
2748# A rule to rebuild all the automatically generated tests
2749# This will rebuild all the test files in tests/
2750sk-make-silktests: all $(check_PROGRAMS) $(check_DATA) $(srcdir)/tests/make-tests.pl
2751	$(AM_TESTS_ENVIRONMENT) $(LOG_COMPILER) $(AM_LOG_FLAGS) $(srcdir)/tests/make-tests.pl
2752
2753.PHONY: clean-remove-man clean-remove-tests-touch-dir \
2754	install-conf-files uninstall-conf-files \
2755	install-init-d-scripts uninstall-init-d-scripts \
2756	sk-make-silktests
2757
2758../libflowsource/libflowsource.la:
2759	@echo Making required library libflowsource
2760	cd ../libflowsource && $(MAKE) libflowsource.la
2761
2762../libsilk/libsilk-thrd.la:
2763	@echo Making required library libsilk-thrd
2764	cd ../libsilk && $(MAKE) libsilk-thrd.la
2765
2766../libsilk/libsilk.la:
2767	@echo Making required library libsilk
2768	cd ../libsilk && $(MAKE) libsilk.la
2769
2770../pysilk/libsilkpython.la:
2771	@echo Making required library libsilkpython
2772	cd ../pysilk && $(MAKE) libsilkpython.la
2773
2774# Tell versions [3.59,3.63) of GNU make to not export all variables.
2775# Otherwise a system limit (for SysV at least) may be exceeded.
2776.NOEXPORT:
2777