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