1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Copyright © 2009-2020 Inria.  All rights reserved.
18# Copyright © 2009-2010 Université Bordeaux
19# Copyright © 2009-2014 Cisco Systems, Inc.  All rights reserved.
20# See COPYING in top-level directory.
21VPATH = @srcdir@
22am__is_gnu_make = { \
23  if test -z '$(MAKELEVEL)'; then \
24    false; \
25  elif test -n '$(MAKE_HOST)'; then \
26    true; \
27  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28    true; \
29  else \
30    false; \
31  fi; \
32}
33am__make_running_with_option = \
34  case $${target_option-} in \
35      ?) ;; \
36      *) echo "am__make_running_with_option: internal error: invalid" \
37              "target option '$${target_option-}' specified" >&2; \
38         exit 1;; \
39  esac; \
40  has_opt=no; \
41  sane_makeflags=$$MAKEFLAGS; \
42  if $(am__is_gnu_make); then \
43    sane_makeflags=$$MFLAGS; \
44  else \
45    case $$MAKEFLAGS in \
46      *\\[\ \	]*) \
47        bs=\\; \
48        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
50    esac; \
51  fi; \
52  skip_next=no; \
53  strip_trailopt () \
54  { \
55    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56  }; \
57  for flg in $$sane_makeflags; do \
58    test $$skip_next = yes && { skip_next=no; continue; }; \
59    case $$flg in \
60      *=*|--*) continue;; \
61        -*I) strip_trailopt 'I'; skip_next=yes;; \
62      -*I?*) strip_trailopt 'I';; \
63        -*O) strip_trailopt 'O'; skip_next=yes;; \
64      -*O?*) strip_trailopt 'O';; \
65        -*l) strip_trailopt 'l'; skip_next=yes;; \
66      -*l?*) strip_trailopt 'l';; \
67      -[dEDm]) skip_next=yes;; \
68      -[JT]) skip_next=yes;; \
69    esac; \
70    case $$flg in \
71      *$$target_option*) has_opt=yes; break;; \
72    esac; \
73  done; \
74  test $$has_opt = yes
75am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77pkgdatadir = $(datadir)/@PACKAGE@
78pkgincludedir = $(includedir)/@PACKAGE@
79pkglibdir = $(libdir)/@PACKAGE@
80pkglibexecdir = $(libexecdir)/@PACKAGE@
81am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82install_sh_DATA = $(install_sh) -c -m 644
83install_sh_PROGRAM = $(install_sh) -c
84install_sh_SCRIPT = $(install_sh) -c
85INSTALL_HEADER = $(INSTALL_DATA)
86transform = $(program_transform_name)
87NORMAL_INSTALL = :
88PRE_INSTALL = :
89POST_INSTALL = :
90NORMAL_UNINSTALL = :
91PRE_UNINSTALL = :
92POST_UNINSTALL = :
93build_triplet = @build@
94host_triplet = @host@
95target_triplet = @target@
96subdir = tests/hwloc/xml
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/config/hwloc.m4 \
99	$(top_srcdir)/config/hwloc_check_attributes.m4 \
100	$(top_srcdir)/config/hwloc_check_vendor.m4 \
101	$(top_srcdir)/config/hwloc_check_visibility.m4 \
102	$(top_srcdir)/config/hwloc_components.m4 \
103	$(top_srcdir)/config/hwloc_internal.m4 \
104	$(top_srcdir)/config/hwloc_pkg.m4 \
105	$(top_srcdir)/config/libtool.m4 \
106	$(top_srcdir)/config/ltoptions.m4 \
107	$(top_srcdir)/config/ltsugar.m4 \
108	$(top_srcdir)/config/ltversion.m4 \
109	$(top_srcdir)/config/lt~obsolete.m4 \
110	$(top_srcdir)/config/netloc.m4 $(top_srcdir)/configure.ac
111am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
112	$(ACLOCAL_M4)
113DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
114mkinstalldirs = $(install_sh) -d
115CONFIG_HEADER = $(top_builddir)/include/private/autogen/config.h \
116	$(top_builddir)/include/hwloc/autogen/config.h
117CONFIG_CLEAN_FILES = test-topology.sh
118CONFIG_CLEAN_VPATH_FILES =
119AM_V_P = $(am__v_P_@AM_V@)
120am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121am__v_P_0 = false
122am__v_P_1 = :
123AM_V_GEN = $(am__v_GEN_@AM_V@)
124am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125am__v_GEN_0 = @echo "  GEN     " $@;
126am__v_GEN_1 =
127AM_V_at = $(am__v_at_@AM_V@)
128am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129am__v_at_0 = @
130am__v_at_1 =
131SOURCES =
132DIST_SOURCES =
133am__can_run_installinfo = \
134  case $$AM_UPDATE_INFO_DIR in \
135    n|no|NO) false;; \
136    *) (install-info --version) >/dev/null 2>&1;; \
137  esac
138am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
139am__tty_colors_dummy = \
140  mgn= red= grn= lgn= blu= brg= std=; \
141  am__color_tests=no
142am__tty_colors = { \
143  $(am__tty_colors_dummy); \
144  if test "X$(AM_COLOR_TESTS)" = Xno; then \
145    am__color_tests=no; \
146  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
147    am__color_tests=yes; \
148  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
149    am__color_tests=yes; \
150  fi; \
151  if test $$am__color_tests = yes; then \
152    red=''; \
153    grn=''; \
154    lgn=''; \
155    blu=''; \
156    mgn=''; \
157    brg=''; \
158    std=''; \
159  fi; \
160}
161am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
162am__vpath_adj = case $$p in \
163    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
164    *) f=$$p;; \
165  esac;
166am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
167am__install_max = 40
168am__nobase_strip_setup = \
169  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
170am__nobase_strip = \
171  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
172am__nobase_list = $(am__nobase_strip_setup); \
173  for p in $$list; do echo "$$p $$p"; done | \
174  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
175  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
176    if (++n[$$2] == $(am__install_max)) \
177      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
178    END { for (dir in files) print dir, files[dir] }'
179am__base_list = \
180  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
181  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
182am__uninstall_files_from_dir = { \
183  test -z "$$files" \
184    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
185    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
186         $(am__cd) "$$dir" && rm -f $$files; }; \
187  }
188am__recheck_rx = ^[ 	]*:recheck:[ 	]*
189am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
190am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
191# A command that, given a newline-separated list of test names on the
192# standard input, print the name of the tests that are to be re-run
193# upon "make recheck".
194am__list_recheck_tests = $(AWK) '{ \
195  recheck = 1; \
196  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
197    { \
198      if (rc < 0) \
199        { \
200          if ((getline line2 < ($$0 ".log")) < 0) \
201	    recheck = 0; \
202          break; \
203        } \
204      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
205        { \
206          recheck = 0; \
207          break; \
208        } \
209      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
210        { \
211          break; \
212        } \
213    }; \
214  if (recheck) \
215    print $$0; \
216  close ($$0 ".trs"); \
217  close ($$0 ".log"); \
218}'
219# A command that, given a newline-separated list of test names on the
220# standard input, create the global log from their .trs and .log files.
221am__create_global_log = $(AWK) ' \
222function fatal(msg) \
223{ \
224  print "fatal: making $@: " msg | "cat >&2"; \
225  exit 1; \
226} \
227function rst_section(header) \
228{ \
229  print header; \
230  len = length(header); \
231  for (i = 1; i <= len; i = i + 1) \
232    printf "="; \
233  printf "\n\n"; \
234} \
235{ \
236  copy_in_global_log = 1; \
237  global_test_result = "RUN"; \
238  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
239    { \
240      if (rc < 0) \
241         fatal("failed to read from " $$0 ".trs"); \
242      if (line ~ /$(am__global_test_result_rx)/) \
243        { \
244          sub("$(am__global_test_result_rx)", "", line); \
245          sub("[ 	]*$$", "", line); \
246          global_test_result = line; \
247        } \
248      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
249        copy_in_global_log = 0; \
250    }; \
251  if (copy_in_global_log) \
252    { \
253      rst_section(global_test_result ": " $$0); \
254      while ((rc = (getline line < ($$0 ".log"))) != 0) \
255      { \
256        if (rc < 0) \
257          fatal("failed to read from " $$0 ".log"); \
258        print line; \
259      }; \
260      printf "\n"; \
261    }; \
262  close ($$0 ".trs"); \
263  close ($$0 ".log"); \
264}'
265# Restructured Text title.
266am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
267# Solaris 10 'make', and several other traditional 'make' implementations,
268# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
269# by disabling -e (using the XSI extension "set +e") if it's set.
270am__sh_e_setup = case $$- in *e*) set +e;; esac
271# Default flags passed to test drivers.
272am__common_driver_flags = \
273  --color-tests "$$am__color_tests" \
274  --enable-hard-errors "$$am__enable_hard_errors" \
275  --expect-failure "$$am__expect_failure"
276# To be inserted before the command running the test.  Creates the
277# directory for the log if needed.  Stores in $dir the directory
278# containing $f, in $tst the test, in $log the log.  Executes the
279# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
280# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
281# will run the test scripts (or their associated LOG_COMPILER, if
282# thy have one).
283am__check_pre = \
284$(am__sh_e_setup);					\
285$(am__vpath_adj_setup) $(am__vpath_adj)			\
286$(am__tty_colors);					\
287srcdir=$(srcdir); export srcdir;			\
288case "$@" in						\
289  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
290    *) am__odir=.;; 					\
291esac;							\
292test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
293  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
294if test -f "./$$f"; then dir=./;			\
295elif test -f "$$f"; then dir=;				\
296else dir="$(srcdir)/"; fi;				\
297tst=$$dir$$f; log='$@'; 				\
298if test -n '$(DISABLE_HARD_ERRORS)'; then		\
299  am__enable_hard_errors=no; 				\
300else							\
301  am__enable_hard_errors=yes; 				\
302fi; 							\
303case " $(XFAIL_TESTS) " in				\
304  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
305    am__expect_failure=yes;;				\
306  *)							\
307    am__expect_failure=no;;				\
308esac; 							\
309$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
310# A shell command to get the names of the tests scripts with any registered
311# extension removed (i.e., equivalently, the names of the test logs, with
312# the '.log' extension removed).  The result is saved in the shell variable
313# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
314# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
315# since that might cause problem with VPATH rewrites for suffix-less tests.
316# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
317am__set_TESTS_bases = \
318  bases='$(TEST_LOGS)'; \
319  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
320  bases=`echo $$bases`
321RECHECK_LOGS = $(TEST_LOGS)
322AM_RECURSIVE_TARGETS = check recheck
323TEST_SUITE_LOG = test-suite.log
324TEST_EXTENSIONS = @EXEEXT@ .test
325LOG_DRIVER = $(SHELL) $(top_srcdir)/./config/test-driver
326LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
327am__set_b = \
328  case '$@' in \
329    */*) \
330      case '$*' in \
331        */*) b='$*';; \
332          *) b=`echo '$@' | sed 's/\.log$$//'`; \
333       esac;; \
334    *) \
335      b='$*';; \
336  esac
337am__test_logs1 = $(TESTS:=.log)
338am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
339TEST_LOGS = $(am__test_logs2:.test.log=.log)
340TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/./config/test-driver
341TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
342	$(TEST_LOG_FLAGS)
343am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/test-topology.sh.in \
344	$(top_srcdir)/./config/test-driver
345DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
346ACLOCAL = @ACLOCAL@
347AMTAR = @AMTAR@
348AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
349AR = @AR@
350AS = @AS@
351AUTOCONF = @AUTOCONF@
352AUTOHEADER = @AUTOHEADER@
353AUTOMAKE = @AUTOMAKE@
354AWK = @AWK@
355BASH = @BASH@
356BUNZIPP = @BUNZIPP@
357CC = @CC@
358CCDEPMODE = @CCDEPMODE@
359CC_FOR_BUILD = @CC_FOR_BUILD@
360CFLAGS = @CFLAGS@
361CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
362CPP = @CPP@
363CPPFLAGS = @CPPFLAGS@
364CXX = @CXX@
365CXXCPP = @CXXCPP@
366CXXDEPMODE = @CXXDEPMODE@
367CXXFLAGS = @CXXFLAGS@
368CYGPATH_W = @CYGPATH_W@
369DEFS = @DEFS@
370DEPDIR = @DEPDIR@
371DIFF = @DIFF@
372DLLTOOL = @DLLTOOL@
373DOXYGEN = @DOXYGEN@
374DSYMUTIL = @DSYMUTIL@
375DUMPBIN = @DUMPBIN@
376ECHO_C = @ECHO_C@
377ECHO_N = @ECHO_N@
378ECHO_T = @ECHO_T@
379EGREP = @EGREP@
380EPSTOPDF = @EPSTOPDF@
381EXEEXT = @EXEEXT@
382FGREP = @FGREP@
383FIG2DEV = @FIG2DEV@
384GREP = @GREP@
385GS = @GS@
386HWLOC_CAIRO_CFLAGS = @HWLOC_CAIRO_CFLAGS@
387HWLOC_CAIRO_LIBS = @HWLOC_CAIRO_LIBS@
388HWLOC_CFLAGS = @HWLOC_CFLAGS@
389HWLOC_CPPFLAGS = @HWLOC_CPPFLAGS@
390HWLOC_CUDA_LIBS = @HWLOC_CUDA_LIBS@
391HWLOC_DIFF_U = @HWLOC_DIFF_U@
392HWLOC_DIFF_W = @HWLOC_DIFF_W@
393HWLOC_DL_LIBS = @HWLOC_DL_LIBS@
394HWLOC_EMBEDDED_CFLAGS = @HWLOC_EMBEDDED_CFLAGS@
395HWLOC_EMBEDDED_CPPFLAGS = @HWLOC_EMBEDDED_CPPFLAGS@
396HWLOC_EMBEDDED_LDADD = @HWLOC_EMBEDDED_LDADD@
397HWLOC_EMBEDDED_LDFLAGS = @HWLOC_EMBEDDED_LDFLAGS@
398HWLOC_EMBEDDED_LIBS = @HWLOC_EMBEDDED_LIBS@
399HWLOC_GL_LIBS = @HWLOC_GL_LIBS@
400HWLOC_HAVE_LIBXML2 = @HWLOC_HAVE_LIBXML2@
401HWLOC_HAVE_NVML = @HWLOC_HAVE_NVML@
402HWLOC_HAVE_OPENCL = @HWLOC_HAVE_OPENCL@
403HWLOC_HAVE_RSMI = @HWLOC_HAVE_RSMI@
404HWLOC_LDFLAGS = @HWLOC_LDFLAGS@
405HWLOC_LIBS = @HWLOC_LIBS@
406HWLOC_LIBS_PRIVATE = @HWLOC_LIBS_PRIVATE@
407HWLOC_LIBXML2_CFLAGS = @HWLOC_LIBXML2_CFLAGS@
408HWLOC_LIBXML2_LIBS = @HWLOC_LIBXML2_LIBS@
409HWLOC_LTDL_LIBS = @HWLOC_LTDL_LIBS@
410HWLOC_MS_LIB = @HWLOC_MS_LIB@
411HWLOC_MS_LIB_ARCH = @HWLOC_MS_LIB_ARCH@
412HWLOC_NUMA_CFLAGS = @HWLOC_NUMA_CFLAGS@
413HWLOC_NUMA_LIBS = @HWLOC_NUMA_LIBS@
414HWLOC_NVML_LIBS = @HWLOC_NVML_LIBS@
415HWLOC_OPENCL_CFLAGS = @HWLOC_OPENCL_CFLAGS@
416HWLOC_OPENCL_LDFLAGS = @HWLOC_OPENCL_LDFLAGS@
417HWLOC_OPENCL_LIBS = @HWLOC_OPENCL_LIBS@
418HWLOC_PCIACCESS_CFLAGS = @HWLOC_PCIACCESS_CFLAGS@
419HWLOC_PCIACCESS_LIBS = @HWLOC_PCIACCESS_LIBS@
420HWLOC_PLUGINS_DIR = @HWLOC_PLUGINS_DIR@
421HWLOC_PLUGINS_PATH = @HWLOC_PLUGINS_PATH@
422HWLOC_PS_LIBS = @HWLOC_PS_LIBS@
423HWLOC_RELEASE_DATE = @HWLOC_RELEASE_DATE@
424HWLOC_REQUIRES = @HWLOC_REQUIRES@
425HWLOC_RSMI_LIBS = @HWLOC_RSMI_LIBS@
426HWLOC_TERMCAP_LIBS = @HWLOC_TERMCAP_LIBS@
427HWLOC_VERSION = @HWLOC_VERSION@
428HWLOC_W3_GENERATOR = @HWLOC_W3_GENERATOR@
429HWLOC_X11_CPPFLAGS = @HWLOC_X11_CPPFLAGS@
430HWLOC_X11_LIBS = @HWLOC_X11_LIBS@
431HWLOC_XML_LOCALIZED = @HWLOC_XML_LOCALIZED@
432HWLOC_runstatedir = @HWLOC_runstatedir@
433HWLOC_top_builddir = @HWLOC_top_builddir@
434HWLOC_top_srcdir = @HWLOC_top_srcdir@
435INSTALL = @INSTALL@
436INSTALL_DATA = @INSTALL_DATA@
437INSTALL_PROGRAM = @INSTALL_PROGRAM@
438INSTALL_SCRIPT = @INSTALL_SCRIPT@
439INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
440LD = @LD@
441LDFLAGS = @LDFLAGS@
442LIBOBJS = @LIBOBJS@
443LIBS = @LIBS@
444LIBTOOL = @LIBTOOL@
445LIPO = @LIPO@
446LN_S = @LN_S@
447LTLIBOBJS = @LTLIBOBJS@
448LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
449LYNX = @LYNX@
450MAKEINDEX = @MAKEINDEX@
451MAKEINFO = @MAKEINFO@
452MANIFEST_TOOL = @MANIFEST_TOOL@
453MKDIR_P = @MKDIR_P@
454MPI_CPPFLAGS = @MPI_CPPFLAGS@
455MPI_LDADD = @MPI_LDADD@
456NETLOC_CFLAGS = @NETLOC_CFLAGS@
457NETLOC_CPPFLAGS = @NETLOC_CPPFLAGS@
458NETLOC_EMBEDDED_CFLAGS = @NETLOC_EMBEDDED_CFLAGS@
459NETLOC_EMBEDDED_CPPFLAGS = @NETLOC_EMBEDDED_CPPFLAGS@
460NETLOC_EMBEDDED_LDADD = @NETLOC_EMBEDDED_LDADD@
461NETLOC_EMBEDDED_LIBS = @NETLOC_EMBEDDED_LIBS@
462NETLOC_LDFLAGS = @NETLOC_LDFLAGS@
463NETLOC_LIBS = @NETLOC_LIBS@
464NETLOC_LIBS_PRIVATE = @NETLOC_LIBS_PRIVATE@
465NM = @NM@
466NMEDIT = @NMEDIT@
467OBJDUMP = @OBJDUMP@
468OBJEXT = @OBJEXT@
469OTOOL = @OTOOL@
470OTOOL64 = @OTOOL64@
471PACKAGE = @PACKAGE@
472PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
473PACKAGE_NAME = @PACKAGE_NAME@
474PACKAGE_STRING = @PACKAGE_STRING@
475PACKAGE_TARNAME = @PACKAGE_TARNAME@
476PACKAGE_URL = @PACKAGE_URL@
477PACKAGE_VERSION = @PACKAGE_VERSION@
478PATH_SEPARATOR = @PATH_SEPARATOR@
479PDFLATEX = @PDFLATEX@
480PKG_CONFIG = @PKG_CONFIG@
481RANLIB = @RANLIB@
482SED = @SED@
483SET_MAKE = @SET_MAKE@
484SHELL = @SHELL@
485STRIP = @STRIP@
486VERSION = @VERSION@
487W3M = @W3M@
488XMKMF = @XMKMF@
489XMLLINT = @XMLLINT@
490X_CFLAGS = @X_CFLAGS@
491X_EXTRA_LIBS = @X_EXTRA_LIBS@
492X_LIBS = @X_LIBS@
493X_PRE_LIBS = @X_PRE_LIBS@
494abs_builddir = @abs_builddir@
495abs_srcdir = @abs_srcdir@
496abs_top_builddir = @abs_top_builddir@
497abs_top_srcdir = @abs_top_srcdir@
498ac_ct_AR = @ac_ct_AR@
499ac_ct_CC = @ac_ct_CC@
500ac_ct_CXX = @ac_ct_CXX@
501ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
502am__include = @am__include@
503am__leading_dot = @am__leading_dot@
504am__quote = @am__quote@
505am__tar = @am__tar@
506am__untar = @am__untar@
507bindir = @bindir@
508build = @build@
509build_alias = @build_alias@
510build_cpu = @build_cpu@
511build_os = @build_os@
512build_vendor = @build_vendor@
513builddir = @builddir@
514datadir = @datadir@
515datarootdir = @datarootdir@
516docdir = @docdir@
517dvidir = @dvidir@
518exec_prefix = @exec_prefix@
519host = @host@
520host_alias = @host_alias@
521host_cpu = @host_cpu@
522host_os = @host_os@
523host_vendor = @host_vendor@
524htmldir = @htmldir@
525includedir = @includedir@
526infodir = @infodir@
527install_sh = @install_sh@
528libdir = @libdir@
529libexecdir = @libexecdir@
530libhwloc_so_version = @libhwloc_so_version@
531libnetloc_so_version = @libnetloc_so_version@
532localedir = @localedir@
533localstatedir = @localstatedir@
534mandir = @mandir@
535mkdir_p = @mkdir_p@
536oldincludedir = @oldincludedir@
537pdfdir = @pdfdir@
538prefix = @prefix@
539program_transform_name = @program_transform_name@
540psdir = @psdir@
541sbindir = @sbindir@
542sharedstatedir = @sharedstatedir@
543srcdir = @srcdir@
544sysconfdir = @sysconfdir@
545target = @target@
546target_alias = @target_alias@
547target_cpu = @target_cpu@
548target_os = @target_os@
549target_vendor = @target_vendor@
550top_build_prefix = @top_build_prefix@
551top_builddir = @top_builddir@
552top_srcdir = @top_srcdir@
553xz = @xz@
554AM_CFLAGS = $(HWLOC_CFLAGS)
555AM_CPPFLAGS = $(HWLOC_CPPFLAGS)
556AM_LDFLAGS = $(HWLOC_LDFLAGS)
557
558# Add your output files here.
559xml_outputs = \
560        8intel64-4n2t-memattrs.xml \
561        16amd64-8n2c-cpusets.xml \
562        16amd64-4distances.xml \
563        16amd64-4distances.console.output \
564        16em64t-4s2c2t.xml \
565        16em64t-4s2c2t-offlines.xml \
566        16em64t-4s2c2t.console.output \
567        16-2gr2gr2n2c+misc.xml \
568        16-2gr2gr2n2c+misc.console.output \
569        16intel64-manyVFs.xml \
570        16intel64-manyVFs.console.output \
571        16intel64-manyVFs.console.nocollapse.output \
572        24em64t-2n6c2t-pci.xml \
573        32em64t-2n8c2t-pci-noio.xml \
574        32em64t-2n8c2t-pci-normalio.xml \
575        32em64t-2n8c2t-pci-wholeio.xml \
576        64intel64-3g2n+2n-irregulargroups+pci.xml \
577        64intel64-3g2n+2n-irregulargroups+pci.console.output \
578        8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml \
579        64intel64-fakeKNL-SNC4-hybrid.xml \
580        96em64t-4n4d3ca2co-pci.xml \
581        192em64t-12gr2n8c2t.xml \
582        192em64t-24n8c2t.xml \
583        fakeheterodistances.xml \
584        fakecpukinds.xml \
585        8em64t-2p2ca2co-nonodesets.v1tov2.xml \
586        8ia64-2n2s2c+1n.v1tov2.xml \
587        16amd64-4distances.v1tov2.xml \
588        16amd64-4distances.v2tov1.xml \
589        2intel64-1n2c-numaroot.v1tov2.xml \
590        28intel64-2p2g7c-CoDgroups.v1tov2.xml \
591        28intel64-2p2g7c-CoD.nogroups.v1tov2.xml \
592        8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml \
593        8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml \
594        64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml \
595        64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml
596
597
598# Each output `xyz.xml' may have a corresponding `xyz.source' file specifying
599# its source file.
600# Each output `xyz.output' must have a corresponding `xyz.xml' source file,
601# or a `xyz.source' file specifying its source file.
602xml_source = \
603        16amd64-4distances.console.source \
604        16em64t-4s2c2t.console.source \
605        16-2gr2gr2n2c+misc.console.source \
606        16intel64-manyVFs.console.source \
607        16intel64-manyVFs.console.nocollapse.source \
608        32em64t-2n8c2t-pci-noio.source \
609        32em64t-2n8c2t-pci-normalio.source \
610        64intel64-3g2n+2n-irregulargroups+pci.console.source \
611        8em64t-2p2ca2co-nonodesets.v1tov2.source \
612        8em64t-2p2ca2co-nonodesets.v1.xml \
613        8ia64-2n2s2c+1n.v1tov2.source \
614        8ia64-2n2s2c+1n.v1.xml \
615        16amd64-4distances.v1tov2.source \
616        16amd64-4distances.v2tov1.source \
617        16amd64-4distances.v1.xml \
618        2intel64-1n2c-numaroot.v1tov2.source \
619        2intel64-1n2c-numaroot.v1.xml \
620        28intel64-2p2g7c-CoDgroups.v1tov2.source \
621        28intel64-2p2g7c-CoD.nogroups.v1tov2.source \
622        28intel64-2p2g7c-CoDgroups.v1.xml \
623        8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.source \
624        8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.source \
625        64intel64-fakeKNL-SNC4-hybrid.v1tov2.source \
626        64intel64-fakeKNL-SNC4-hybrid.v2tov1.source
627
628
629# Each output `xyz.xml' or `xyz.output' may have a corresponding `xyz.options'
630# file modifying the behavior of lstopo
631xml_options = \
632        16amd64-4distances.console.options \
633        16em64t-4s2c2t.console.options \
634        16intel64-manyVFs.console.options \
635        16intel64-manyVFs.console.nocollapse.options \
636        16-2gr2gr2n2c+misc.console.options \
637        32em64t-2n8c2t-pci-noio.options \
638        32em64t-2n8c2t-pci-wholeio.options \
639        64intel64-3g2n+2n-irregulargroups+pci.options \
640        64intel64-3g2n+2n-irregulargroups+pci.console.options \
641        16amd64-4distances.v2tov1.options \
642        28intel64-2p2g7c-CoD.nogroups.v1tov2.options \
643        8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.options \
644        64intel64-fakeKNL-SNC4-hybrid.v2tov1.options
645
646
647# Each output `xyz.xml' or `xyz.output' may have a corresponding `xyz.env'
648# modifying the environment of lstopo
649xml_envs = \
650        16amd64-4distances.console.env \
651        64intel64-3g2n+2n-irregulargroups+pci.console.env
652
653
654# Only run the tests if we're building standalone, because the tests
655# call hwloc executables.
656TESTS = $(xml_outputs)
657EXTRA_DIST = $(xml_outputs) $(xml_source) $(xml_options) $(xml_envs)
658LOG_COMPILER = $(HWLOC_top_builddir)/tests/hwloc/xml/test-topology.sh
659all: all-am
660
661.SUFFIXES:
662.SUFFIXES: .log .test .test$(EXEEXT) .trs
663$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
664	@for dep in $?; do \
665	  case '$(am__configure_deps)' in \
666	    *$$dep*) \
667	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
668	        && { if test -f $@; then exit 0; else break; fi; }; \
669	      exit 1;; \
670	  esac; \
671	done; \
672	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/hwloc/xml/Makefile'; \
673	$(am__cd) $(top_srcdir) && \
674	  $(AUTOMAKE) --foreign tests/hwloc/xml/Makefile
675Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
676	@case '$?' in \
677	  *config.status*) \
678	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
679	  *) \
680	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
681	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
682	esac;
683
684$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
685	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
686
687$(top_srcdir)/configure:  $(am__configure_deps)
688	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
689$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
690	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
691$(am__aclocal_m4_deps):
692test-topology.sh: $(top_builddir)/config.status $(srcdir)/test-topology.sh.in
693	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
694
695mostlyclean-libtool:
696	-rm -f *.lo
697
698clean-libtool:
699	-rm -rf .libs _libs
700tags TAGS:
701
702ctags CTAGS:
703
704cscope cscopelist:
705
706
707# Recover from deleted '.trs' file; this should ensure that
708# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
709# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
710# to avoid problems with "make -n".
711.log.trs:
712	rm -f $< $@
713	$(MAKE) $(AM_MAKEFLAGS) $<
714
715# Leading 'am--fnord' is there to ensure the list of targets does not
716# expand to empty, as could happen e.g. with make check TESTS=''.
717am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
718am--force-recheck:
719	@:
720
721$(TEST_SUITE_LOG): $(TEST_LOGS)
722	@$(am__set_TESTS_bases); \
723	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
724	redo_bases=`for i in $$bases; do \
725	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
726	            done`; \
727	if test -n "$$redo_bases"; then \
728	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
729	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
730	  if $(am__make_dryrun); then :; else \
731	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
732	  fi; \
733	fi; \
734	if test -n "$$am__remaking_logs"; then \
735	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
736	       "recursion detected" >&2; \
737	elif test -n "$$redo_logs"; then \
738	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
739	fi; \
740	if $(am__make_dryrun); then :; else \
741	  st=0;  \
742	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
743	  for i in $$redo_bases; do \
744	    test -f $$i.trs && test -r $$i.trs \
745	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
746	    test -f $$i.log && test -r $$i.log \
747	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
748	  done; \
749	  test $$st -eq 0 || exit 1; \
750	fi
751	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
752	ws='[ 	]'; \
753	results=`for b in $$bases; do echo $$b.trs; done`; \
754	test -n "$$results" || results=/dev/null; \
755	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
756	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
757	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
758	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
759	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
760	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
761	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
762	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
763	  success=true; \
764	else \
765	  success=false; \
766	fi; \
767	br='==================='; br=$$br$$br$$br$$br; \
768	result_count () \
769	{ \
770	    if test x"$$1" = x"--maybe-color"; then \
771	      maybe_colorize=yes; \
772	    elif test x"$$1" = x"--no-color"; then \
773	      maybe_colorize=no; \
774	    else \
775	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
776	    fi; \
777	    shift; \
778	    desc=$$1 count=$$2; \
779	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
780	      color_start=$$3 color_end=$$std; \
781	    else \
782	      color_start= color_end=; \
783	    fi; \
784	    echo "$${color_start}# $$desc $$count$${color_end}"; \
785	}; \
786	create_testsuite_report () \
787	{ \
788	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
789	  result_count $$1 "PASS: " $$pass  "$$grn"; \
790	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
791	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
792	  result_count $$1 "FAIL: " $$fail  "$$red"; \
793	  result_count $$1 "XPASS:" $$xpass "$$red"; \
794	  result_count $$1 "ERROR:" $$error "$$mgn"; \
795	}; \
796	{								\
797	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
798	    $(am__rst_title);						\
799	  create_testsuite_report --no-color;				\
800	  echo;								\
801	  echo ".. contents:: :depth: 2";				\
802	  echo;								\
803	  for b in $$bases; do echo $$b; done				\
804	    | $(am__create_global_log);					\
805	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
806	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
807	if $$success; then						\
808	  col="$$grn";							\
809	 else								\
810	  col="$$red";							\
811	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
812	fi;								\
813	echo "$${col}$$br$${std}"; 					\
814	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
815	echo "$${col}$$br$${std}"; 					\
816	create_testsuite_report --maybe-color;				\
817	echo "$$col$$br$$std";						\
818	if $$success; then :; else					\
819	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
820	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
821	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
822	  fi;								\
823	  echo "$$col$$br$$std";					\
824	fi;								\
825	$$success || exit 1
826
827check-TESTS:
828	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
829	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
830	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
831	@set +e; $(am__set_TESTS_bases); \
832	log_list=`for i in $$bases; do echo $$i.log; done`; \
833	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
834	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
835	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
836	exit $$?;
837recheck: all
838	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
839	@set +e; $(am__set_TESTS_bases); \
840	bases=`for i in $$bases; do echo $$i; done \
841	         | $(am__list_recheck_tests)` || exit 1; \
842	log_list=`for i in $$bases; do echo $$i.log; done`; \
843	log_list=`echo $$log_list`; \
844	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
845	        am__force_recheck=am--force-recheck \
846	        TEST_LOGS="$$log_list"; \
847	exit $$?
8488intel64-4n2t-memattrs.xml.log: 8intel64-4n2t-memattrs.xml
849	@p='8intel64-4n2t-memattrs.xml'; \
850	b='8intel64-4n2t-memattrs.xml'; \
851	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
852	--log-file $$b.log --trs-file $$b.trs \
853	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
854	"$$tst" $(AM_TESTS_FD_REDIRECT)
85516amd64-8n2c-cpusets.xml.log: 16amd64-8n2c-cpusets.xml
856	@p='16amd64-8n2c-cpusets.xml'; \
857	b='16amd64-8n2c-cpusets.xml'; \
858	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
859	--log-file $$b.log --trs-file $$b.trs \
860	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
861	"$$tst" $(AM_TESTS_FD_REDIRECT)
86216amd64-4distances.xml.log: 16amd64-4distances.xml
863	@p='16amd64-4distances.xml'; \
864	b='16amd64-4distances.xml'; \
865	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
866	--log-file $$b.log --trs-file $$b.trs \
867	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
868	"$$tst" $(AM_TESTS_FD_REDIRECT)
86916amd64-4distances.console.output.log: 16amd64-4distances.console.output
870	@p='16amd64-4distances.console.output'; \
871	b='16amd64-4distances.console.output'; \
872	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
873	--log-file $$b.log --trs-file $$b.trs \
874	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
875	"$$tst" $(AM_TESTS_FD_REDIRECT)
87616em64t-4s2c2t.xml.log: 16em64t-4s2c2t.xml
877	@p='16em64t-4s2c2t.xml'; \
878	b='16em64t-4s2c2t.xml'; \
879	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
880	--log-file $$b.log --trs-file $$b.trs \
881	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
882	"$$tst" $(AM_TESTS_FD_REDIRECT)
88316em64t-4s2c2t-offlines.xml.log: 16em64t-4s2c2t-offlines.xml
884	@p='16em64t-4s2c2t-offlines.xml'; \
885	b='16em64t-4s2c2t-offlines.xml'; \
886	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
887	--log-file $$b.log --trs-file $$b.trs \
888	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
889	"$$tst" $(AM_TESTS_FD_REDIRECT)
89016em64t-4s2c2t.console.output.log: 16em64t-4s2c2t.console.output
891	@p='16em64t-4s2c2t.console.output'; \
892	b='16em64t-4s2c2t.console.output'; \
893	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
894	--log-file $$b.log --trs-file $$b.trs \
895	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
896	"$$tst" $(AM_TESTS_FD_REDIRECT)
89716-2gr2gr2n2c+misc.xml.log: 16-2gr2gr2n2c+misc.xml
898	@p='16-2gr2gr2n2c+misc.xml'; \
899	b='16-2gr2gr2n2c+misc.xml'; \
900	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
901	--log-file $$b.log --trs-file $$b.trs \
902	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
903	"$$tst" $(AM_TESTS_FD_REDIRECT)
90416-2gr2gr2n2c+misc.console.output.log: 16-2gr2gr2n2c+misc.console.output
905	@p='16-2gr2gr2n2c+misc.console.output'; \
906	b='16-2gr2gr2n2c+misc.console.output'; \
907	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
908	--log-file $$b.log --trs-file $$b.trs \
909	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
910	"$$tst" $(AM_TESTS_FD_REDIRECT)
91116intel64-manyVFs.xml.log: 16intel64-manyVFs.xml
912	@p='16intel64-manyVFs.xml'; \
913	b='16intel64-manyVFs.xml'; \
914	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
915	--log-file $$b.log --trs-file $$b.trs \
916	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
917	"$$tst" $(AM_TESTS_FD_REDIRECT)
91816intel64-manyVFs.console.output.log: 16intel64-manyVFs.console.output
919	@p='16intel64-manyVFs.console.output'; \
920	b='16intel64-manyVFs.console.output'; \
921	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
922	--log-file $$b.log --trs-file $$b.trs \
923	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
924	"$$tst" $(AM_TESTS_FD_REDIRECT)
92516intel64-manyVFs.console.nocollapse.output.log: 16intel64-manyVFs.console.nocollapse.output
926	@p='16intel64-manyVFs.console.nocollapse.output'; \
927	b='16intel64-manyVFs.console.nocollapse.output'; \
928	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
929	--log-file $$b.log --trs-file $$b.trs \
930	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
931	"$$tst" $(AM_TESTS_FD_REDIRECT)
93224em64t-2n6c2t-pci.xml.log: 24em64t-2n6c2t-pci.xml
933	@p='24em64t-2n6c2t-pci.xml'; \
934	b='24em64t-2n6c2t-pci.xml'; \
935	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
936	--log-file $$b.log --trs-file $$b.trs \
937	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
938	"$$tst" $(AM_TESTS_FD_REDIRECT)
93932em64t-2n8c2t-pci-noio.xml.log: 32em64t-2n8c2t-pci-noio.xml
940	@p='32em64t-2n8c2t-pci-noio.xml'; \
941	b='32em64t-2n8c2t-pci-noio.xml'; \
942	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
943	--log-file $$b.log --trs-file $$b.trs \
944	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
945	"$$tst" $(AM_TESTS_FD_REDIRECT)
94632em64t-2n8c2t-pci-normalio.xml.log: 32em64t-2n8c2t-pci-normalio.xml
947	@p='32em64t-2n8c2t-pci-normalio.xml'; \
948	b='32em64t-2n8c2t-pci-normalio.xml'; \
949	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
950	--log-file $$b.log --trs-file $$b.trs \
951	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
952	"$$tst" $(AM_TESTS_FD_REDIRECT)
95332em64t-2n8c2t-pci-wholeio.xml.log: 32em64t-2n8c2t-pci-wholeio.xml
954	@p='32em64t-2n8c2t-pci-wholeio.xml'; \
955	b='32em64t-2n8c2t-pci-wholeio.xml'; \
956	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
957	--log-file $$b.log --trs-file $$b.trs \
958	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
959	"$$tst" $(AM_TESTS_FD_REDIRECT)
96064intel64-3g2n+2n-irregulargroups+pci.xml.log: 64intel64-3g2n+2n-irregulargroups+pci.xml
961	@p='64intel64-3g2n+2n-irregulargroups+pci.xml'; \
962	b='64intel64-3g2n+2n-irregulargroups+pci.xml'; \
963	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
964	--log-file $$b.log --trs-file $$b.trs \
965	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
966	"$$tst" $(AM_TESTS_FD_REDIRECT)
96764intel64-3g2n+2n-irregulargroups+pci.console.output.log: 64intel64-3g2n+2n-irregulargroups+pci.console.output
968	@p='64intel64-3g2n+2n-irregulargroups+pci.console.output'; \
969	b='64intel64-3g2n+2n-irregulargroups+pci.console.output'; \
970	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
971	--log-file $$b.log --trs-file $$b.trs \
972	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
973	"$$tst" $(AM_TESTS_FD_REDIRECT)
9748intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.log: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml
975	@p='8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml'; \
976	b='8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml'; \
977	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
978	--log-file $$b.log --trs-file $$b.trs \
979	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
980	"$$tst" $(AM_TESTS_FD_REDIRECT)
98164intel64-fakeKNL-SNC4-hybrid.xml.log: 64intel64-fakeKNL-SNC4-hybrid.xml
982	@p='64intel64-fakeKNL-SNC4-hybrid.xml'; \
983	b='64intel64-fakeKNL-SNC4-hybrid.xml'; \
984	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
985	--log-file $$b.log --trs-file $$b.trs \
986	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
987	"$$tst" $(AM_TESTS_FD_REDIRECT)
98896em64t-4n4d3ca2co-pci.xml.log: 96em64t-4n4d3ca2co-pci.xml
989	@p='96em64t-4n4d3ca2co-pci.xml'; \
990	b='96em64t-4n4d3ca2co-pci.xml'; \
991	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
992	--log-file $$b.log --trs-file $$b.trs \
993	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
994	"$$tst" $(AM_TESTS_FD_REDIRECT)
995192em64t-12gr2n8c2t.xml.log: 192em64t-12gr2n8c2t.xml
996	@p='192em64t-12gr2n8c2t.xml'; \
997	b='192em64t-12gr2n8c2t.xml'; \
998	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
999	--log-file $$b.log --trs-file $$b.trs \
1000	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1001	"$$tst" $(AM_TESTS_FD_REDIRECT)
1002192em64t-24n8c2t.xml.log: 192em64t-24n8c2t.xml
1003	@p='192em64t-24n8c2t.xml'; \
1004	b='192em64t-24n8c2t.xml'; \
1005	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1006	--log-file $$b.log --trs-file $$b.trs \
1007	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1008	"$$tst" $(AM_TESTS_FD_REDIRECT)
1009fakeheterodistances.xml.log: fakeheterodistances.xml
1010	@p='fakeheterodistances.xml'; \
1011	b='fakeheterodistances.xml'; \
1012	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1013	--log-file $$b.log --trs-file $$b.trs \
1014	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1015	"$$tst" $(AM_TESTS_FD_REDIRECT)
1016fakecpukinds.xml.log: fakecpukinds.xml
1017	@p='fakecpukinds.xml'; \
1018	b='fakecpukinds.xml'; \
1019	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1020	--log-file $$b.log --trs-file $$b.trs \
1021	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1022	"$$tst" $(AM_TESTS_FD_REDIRECT)
10238em64t-2p2ca2co-nonodesets.v1tov2.xml.log: 8em64t-2p2ca2co-nonodesets.v1tov2.xml
1024	@p='8em64t-2p2ca2co-nonodesets.v1tov2.xml'; \
1025	b='8em64t-2p2ca2co-nonodesets.v1tov2.xml'; \
1026	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1027	--log-file $$b.log --trs-file $$b.trs \
1028	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1029	"$$tst" $(AM_TESTS_FD_REDIRECT)
10308ia64-2n2s2c+1n.v1tov2.xml.log: 8ia64-2n2s2c+1n.v1tov2.xml
1031	@p='8ia64-2n2s2c+1n.v1tov2.xml'; \
1032	b='8ia64-2n2s2c+1n.v1tov2.xml'; \
1033	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1034	--log-file $$b.log --trs-file $$b.trs \
1035	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1036	"$$tst" $(AM_TESTS_FD_REDIRECT)
103716amd64-4distances.v1tov2.xml.log: 16amd64-4distances.v1tov2.xml
1038	@p='16amd64-4distances.v1tov2.xml'; \
1039	b='16amd64-4distances.v1tov2.xml'; \
1040	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1041	--log-file $$b.log --trs-file $$b.trs \
1042	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1043	"$$tst" $(AM_TESTS_FD_REDIRECT)
104416amd64-4distances.v2tov1.xml.log: 16amd64-4distances.v2tov1.xml
1045	@p='16amd64-4distances.v2tov1.xml'; \
1046	b='16amd64-4distances.v2tov1.xml'; \
1047	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1048	--log-file $$b.log --trs-file $$b.trs \
1049	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1050	"$$tst" $(AM_TESTS_FD_REDIRECT)
10512intel64-1n2c-numaroot.v1tov2.xml.log: 2intel64-1n2c-numaroot.v1tov2.xml
1052	@p='2intel64-1n2c-numaroot.v1tov2.xml'; \
1053	b='2intel64-1n2c-numaroot.v1tov2.xml'; \
1054	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1055	--log-file $$b.log --trs-file $$b.trs \
1056	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1057	"$$tst" $(AM_TESTS_FD_REDIRECT)
105828intel64-2p2g7c-CoDgroups.v1tov2.xml.log: 28intel64-2p2g7c-CoDgroups.v1tov2.xml
1059	@p='28intel64-2p2g7c-CoDgroups.v1tov2.xml'; \
1060	b='28intel64-2p2g7c-CoDgroups.v1tov2.xml'; \
1061	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1062	--log-file $$b.log --trs-file $$b.trs \
1063	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1064	"$$tst" $(AM_TESTS_FD_REDIRECT)
106528intel64-2p2g7c-CoD.nogroups.v1tov2.xml.log: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml
1066	@p='28intel64-2p2g7c-CoD.nogroups.v1tov2.xml'; \
1067	b='28intel64-2p2g7c-CoD.nogroups.v1tov2.xml'; \
1068	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1069	--log-file $$b.log --trs-file $$b.trs \
1070	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1071	"$$tst" $(AM_TESTS_FD_REDIRECT)
10728intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.log: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml
1073	@p='8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml'; \
1074	b='8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml'; \
1075	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1076	--log-file $$b.log --trs-file $$b.trs \
1077	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1078	"$$tst" $(AM_TESTS_FD_REDIRECT)
10798intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.log: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml
1080	@p='8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml'; \
1081	b='8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml'; \
1082	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1083	--log-file $$b.log --trs-file $$b.trs \
1084	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1085	"$$tst" $(AM_TESTS_FD_REDIRECT)
108664intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.log: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml
1087	@p='64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml'; \
1088	b='64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml'; \
1089	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1090	--log-file $$b.log --trs-file $$b.trs \
1091	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1092	"$$tst" $(AM_TESTS_FD_REDIRECT)
109364intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.log: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml
1094	@p='64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml'; \
1095	b='64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml'; \
1096	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1097	--log-file $$b.log --trs-file $$b.trs \
1098	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1099	"$$tst" $(AM_TESTS_FD_REDIRECT)
1100.test.log:
1101	@p='$<'; \
1102	$(am__set_b); \
1103	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1104	--log-file $$b.log --trs-file $$b.trs \
1105	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1106	"$$tst" $(AM_TESTS_FD_REDIRECT)
1107@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1108@am__EXEEXT_TRUE@	@p='$<'; \
1109@am__EXEEXT_TRUE@	$(am__set_b); \
1110@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1111@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1112@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1113@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1114
1115distdir: $(DISTFILES)
1116	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1117	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1118	list='$(DISTFILES)'; \
1119	  dist_files=`for file in $$list; do echo $$file; done | \
1120	  sed -e "s|^$$srcdirstrip/||;t" \
1121	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1122	case $$dist_files in \
1123	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1124			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1125			   sort -u` ;; \
1126	esac; \
1127	for file in $$dist_files; do \
1128	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1129	  if test -d $$d/$$file; then \
1130	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1131	    if test -d "$(distdir)/$$file"; then \
1132	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1133	    fi; \
1134	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1135	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1136	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1137	    fi; \
1138	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1139	  else \
1140	    test -f "$(distdir)/$$file" \
1141	    || cp -p $$d/$$file "$(distdir)/$$file" \
1142	    || exit 1; \
1143	  fi; \
1144	done
1145check-am: all-am
1146	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1147check: check-am
1148all-am: Makefile
1149installdirs:
1150install: install-am
1151install-exec: install-exec-am
1152install-data: install-data-am
1153uninstall: uninstall-am
1154
1155install-am: all-am
1156	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1157
1158installcheck: installcheck-am
1159install-strip:
1160	if test -z '$(STRIP)'; then \
1161	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1162	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1163	      install; \
1164	else \
1165	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1166	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1167	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1168	fi
1169mostlyclean-generic:
1170	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1171	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1172	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1173
1174clean-generic:
1175
1176distclean-generic:
1177	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1178	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1179
1180maintainer-clean-generic:
1181	@echo "This command is intended for maintainers to use"
1182	@echo "it deletes files that may require special tools to rebuild."
1183clean: clean-am
1184
1185clean-am: clean-generic clean-libtool mostlyclean-am
1186
1187distclean: distclean-am
1188	-rm -f Makefile
1189distclean-am: clean-am distclean-generic
1190
1191dvi: dvi-am
1192
1193dvi-am:
1194
1195html: html-am
1196
1197html-am:
1198
1199info: info-am
1200
1201info-am:
1202
1203install-data-am:
1204
1205install-dvi: install-dvi-am
1206
1207install-dvi-am:
1208
1209install-exec-am:
1210
1211install-html: install-html-am
1212
1213install-html-am:
1214
1215install-info: install-info-am
1216
1217install-info-am:
1218
1219install-man:
1220
1221install-pdf: install-pdf-am
1222
1223install-pdf-am:
1224
1225install-ps: install-ps-am
1226
1227install-ps-am:
1228
1229installcheck-am:
1230
1231maintainer-clean: maintainer-clean-am
1232	-rm -f Makefile
1233maintainer-clean-am: distclean-am maintainer-clean-generic
1234
1235mostlyclean: mostlyclean-am
1236
1237mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1238
1239pdf: pdf-am
1240
1241pdf-am:
1242
1243ps: ps-am
1244
1245ps-am:
1246
1247uninstall-am:
1248
1249.MAKE: check-am install-am install-strip
1250
1251.PHONY: all all-am check check-TESTS check-am clean clean-generic \
1252	clean-libtool cscopelist-am ctags-am distclean \
1253	distclean-generic distclean-libtool distdir dvi dvi-am html \
1254	html-am info info-am install install-am install-data \
1255	install-data-am install-dvi install-dvi-am install-exec \
1256	install-exec-am install-html install-html-am install-info \
1257	install-info-am install-man install-pdf install-pdf-am \
1258	install-ps install-ps-am install-strip installcheck \
1259	installcheck-am installdirs maintainer-clean \
1260	maintainer-clean-generic mostlyclean mostlyclean-generic \
1261	mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
1262	uninstall uninstall-am
1263
1264.PRECIOUS: Makefile
1265
1266
1267# Tell versions [3.59,3.63) of GNU make to not export all variables.
1268# Otherwise a system limit (for SysV at least) may be exceeded.
1269.NOEXPORT:
1270