1# Makefile.in generated by automake 1.16.3 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# Copyright © 2010 inria.  All rights reserved.
18# Copyright © 2010 Cisco Systems, Inc.  All rights reserved.
19# See COPYING in top-level directory.
20VPATH = @srcdir@
21am__is_gnu_make = { \
22  if test -z '$(MAKELEVEL)'; then \
23    false; \
24  elif test -n '$(MAKE_HOST)'; then \
25    true; \
26  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27    true; \
28  else \
29    false; \
30  fi; \
31}
32am__make_running_with_option = \
33  case $${target_option-} in \
34      ?) ;; \
35      *) echo "am__make_running_with_option: internal error: invalid" \
36              "target option '$${target_option-}' specified" >&2; \
37         exit 1;; \
38  esac; \
39  has_opt=no; \
40  sane_makeflags=$$MAKEFLAGS; \
41  if $(am__is_gnu_make); then \
42    sane_makeflags=$$MFLAGS; \
43  else \
44    case $$MAKEFLAGS in \
45      *\\[\ \	]*) \
46        bs=\\; \
47        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
49    esac; \
50  fi; \
51  skip_next=no; \
52  strip_trailopt () \
53  { \
54    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55  }; \
56  for flg in $$sane_makeflags; do \
57    test $$skip_next = yes && { skip_next=no; continue; }; \
58    case $$flg in \
59      *=*|--*) continue;; \
60        -*I) strip_trailopt 'I'; skip_next=yes;; \
61      -*I?*) strip_trailopt 'I';; \
62        -*O) strip_trailopt 'O'; skip_next=yes;; \
63      -*O?*) strip_trailopt 'O';; \
64        -*l) strip_trailopt 'l'; skip_next=yes;; \
65      -*l?*) strip_trailopt 'l';; \
66      -[dEDm]) skip_next=yes;; \
67      -[JT]) skip_next=yes;; \
68    esac; \
69    case $$flg in \
70      *$$target_option*) has_opt=yes; break;; \
71    esac; \
72  done; \
73  test $$has_opt = yes
74am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76pkgdatadir = $(datadir)/@PACKAGE@
77pkgincludedir = $(includedir)/@PACKAGE@
78pkglibdir = $(libdir)/@PACKAGE@
79pkglibexecdir = $(libexecdir)/@PACKAGE@
80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81install_sh_DATA = $(install_sh) -c -m 644
82install_sh_PROGRAM = $(install_sh) -c
83install_sh_SCRIPT = $(install_sh) -c
84INSTALL_HEADER = $(INSTALL_DATA)
85transform = $(program_transform_name)
86NORMAL_INSTALL = :
87PRE_INSTALL = :
88POST_INSTALL = :
89NORMAL_UNINSTALL = :
90PRE_UNINSTALL = :
91POST_UNINSTALL = :
92build_triplet = @build@
93host_triplet = @host@
94target_triplet = @target@
95subdir = tests/hwloc/linux/gather
96ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97am__aclocal_m4_deps = $(top_srcdir)/config/hwloc.m4 \
98	$(top_srcdir)/config/hwloc_check_attributes.m4 \
99	$(top_srcdir)/config/hwloc_check_vendor.m4 \
100	$(top_srcdir)/config/hwloc_check_visibility.m4 \
101	$(top_srcdir)/config/hwloc_components.m4 \
102	$(top_srcdir)/config/hwloc_internal.m4 \
103	$(top_srcdir)/config/hwloc_pkg.m4 \
104	$(top_srcdir)/config/libtool.m4 \
105	$(top_srcdir)/config/ltoptions.m4 \
106	$(top_srcdir)/config/ltsugar.m4 \
107	$(top_srcdir)/config/ltversion.m4 \
108	$(top_srcdir)/config/lt~obsolete.m4 \
109	$(top_srcdir)/config/netloc.m4 $(top_srcdir)/configure.ac
110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111	$(ACLOCAL_M4)
112DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
113mkinstalldirs = $(install_sh) -d
114CONFIG_HEADER = $(top_builddir)/include/private/autogen/config.h \
115	$(top_builddir)/include/hwloc/autogen/config.h
116CONFIG_CLEAN_FILES = test-gather-topology.sh
117CONFIG_CLEAN_VPATH_FILES =
118AM_V_P = $(am__v_P_@AM_V@)
119am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_@AM_V@)
123am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124am__v_GEN_0 = @echo "  GEN     " $@;
125am__v_GEN_1 =
126AM_V_at = $(am__v_at_@AM_V@)
127am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128am__v_at_0 = @
129am__v_at_1 =
130SOURCES =
131DIST_SOURCES =
132am__can_run_installinfo = \
133  case $$AM_UPDATE_INFO_DIR in \
134    n|no|NO) false;; \
135    *) (install-info --version) >/dev/null 2>&1;; \
136  esac
137am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
138am__tty_colors_dummy = \
139  mgn= red= grn= lgn= blu= brg= std=; \
140  am__color_tests=no
141am__tty_colors = { \
142  $(am__tty_colors_dummy); \
143  if test "X$(AM_COLOR_TESTS)" = Xno; then \
144    am__color_tests=no; \
145  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
146    am__color_tests=yes; \
147  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
148    am__color_tests=yes; \
149  fi; \
150  if test $$am__color_tests = yes; then \
151    red=''; \
152    grn=''; \
153    lgn=''; \
154    blu=''; \
155    mgn=''; \
156    brg=''; \
157    std=''; \
158  fi; \
159}
160am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
161am__vpath_adj = case $$p in \
162    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
163    *) f=$$p;; \
164  esac;
165am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
166am__install_max = 40
167am__nobase_strip_setup = \
168  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
169am__nobase_strip = \
170  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
171am__nobase_list = $(am__nobase_strip_setup); \
172  for p in $$list; do echo "$$p $$p"; done | \
173  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
174  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
175    if (++n[$$2] == $(am__install_max)) \
176      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
177    END { for (dir in files) print dir, files[dir] }'
178am__base_list = \
179  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
180  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
181am__uninstall_files_from_dir = { \
182  test -z "$$files" \
183    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
184    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
185         $(am__cd) "$$dir" && rm -f $$files; }; \
186  }
187am__recheck_rx = ^[ 	]*:recheck:[ 	]*
188am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
189am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
190# A command that, given a newline-separated list of test names on the
191# standard input, print the name of the tests that are to be re-run
192# upon "make recheck".
193am__list_recheck_tests = $(AWK) '{ \
194  recheck = 1; \
195  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
196    { \
197      if (rc < 0) \
198        { \
199          if ((getline line2 < ($$0 ".log")) < 0) \
200	    recheck = 0; \
201          break; \
202        } \
203      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
204        { \
205          recheck = 0; \
206          break; \
207        } \
208      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
209        { \
210          break; \
211        } \
212    }; \
213  if (recheck) \
214    print $$0; \
215  close ($$0 ".trs"); \
216  close ($$0 ".log"); \
217}'
218# A command that, given a newline-separated list of test names on the
219# standard input, create the global log from their .trs and .log files.
220am__create_global_log = $(AWK) ' \
221function fatal(msg) \
222{ \
223  print "fatal: making $@: " msg | "cat >&2"; \
224  exit 1; \
225} \
226function rst_section(header) \
227{ \
228  print header; \
229  len = length(header); \
230  for (i = 1; i <= len; i = i + 1) \
231    printf "="; \
232  printf "\n\n"; \
233} \
234{ \
235  copy_in_global_log = 1; \
236  global_test_result = "RUN"; \
237  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
238    { \
239      if (rc < 0) \
240         fatal("failed to read from " $$0 ".trs"); \
241      if (line ~ /$(am__global_test_result_rx)/) \
242        { \
243          sub("$(am__global_test_result_rx)", "", line); \
244          sub("[ 	]*$$", "", line); \
245          global_test_result = line; \
246        } \
247      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
248        copy_in_global_log = 0; \
249    }; \
250  if (copy_in_global_log) \
251    { \
252      rst_section(global_test_result ": " $$0); \
253      while ((rc = (getline line < ($$0 ".log"))) != 0) \
254      { \
255        if (rc < 0) \
256          fatal("failed to read from " $$0 ".log"); \
257        print line; \
258      }; \
259      printf "\n"; \
260    }; \
261  close ($$0 ".trs"); \
262  close ($$0 ".log"); \
263}'
264# Restructured Text title.
265am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
266# Solaris 10 'make', and several other traditional 'make' implementations,
267# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
268# by disabling -e (using the XSI extension "set +e") if it's set.
269am__sh_e_setup = case $$- in *e*) set +e;; esac
270# Default flags passed to test drivers.
271am__common_driver_flags = \
272  --color-tests "$$am__color_tests" \
273  --enable-hard-errors "$$am__enable_hard_errors" \
274  --expect-failure "$$am__expect_failure"
275# To be inserted before the command running the test.  Creates the
276# directory for the log if needed.  Stores in $dir the directory
277# containing $f, in $tst the test, in $log the log.  Executes the
278# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
279# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
280# will run the test scripts (or their associated LOG_COMPILER, if
281# thy have one).
282am__check_pre = \
283$(am__sh_e_setup);					\
284$(am__vpath_adj_setup) $(am__vpath_adj)			\
285$(am__tty_colors);					\
286srcdir=$(srcdir); export srcdir;			\
287case "$@" in						\
288  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
289    *) am__odir=.;; 					\
290esac;							\
291test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
292  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
293if test -f "./$$f"; then dir=./;			\
294elif test -f "$$f"; then dir=;				\
295else dir="$(srcdir)/"; fi;				\
296tst=$$dir$$f; log='$@'; 				\
297if test -n '$(DISABLE_HARD_ERRORS)'; then		\
298  am__enable_hard_errors=no; 				\
299else							\
300  am__enable_hard_errors=yes; 				\
301fi; 							\
302case " $(XFAIL_TESTS) " in				\
303  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
304    am__expect_failure=yes;;				\
305  *)							\
306    am__expect_failure=no;;				\
307esac; 							\
308$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
309# A shell command to get the names of the tests scripts with any registered
310# extension removed (i.e., equivalently, the names of the test logs, with
311# the '.log' extension removed).  The result is saved in the shell variable
312# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
313# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
314# since that might cause problem with VPATH rewrites for suffix-less tests.
315# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
316am__set_TESTS_bases = \
317  bases='$(TEST_LOGS)'; \
318  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
319  bases=`echo $$bases`
320AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
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 \
344	$(srcdir)/test-gather-topology.sh.in \
345	$(top_srcdir)/./config/test-driver
346DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
347ACLOCAL = @ACLOCAL@
348AMTAR = @AMTAR@
349AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
350AR = @AR@
351AS = @AS@
352AUTOCONF = @AUTOCONF@
353AUTOHEADER = @AUTOHEADER@
354AUTOMAKE = @AUTOMAKE@
355AWK = @AWK@
356BASH = @BASH@
357BUNZIPP = @BUNZIPP@
358CC = @CC@
359CCDEPMODE = @CCDEPMODE@
360CC_FOR_BUILD = @CC_FOR_BUILD@
361CFLAGS = @CFLAGS@
362CONFIGURE_DEPENDENCIES = @CONFIGURE_DEPENDENCIES@
363CPP = @CPP@
364CPPFLAGS = @CPPFLAGS@
365CUDA_VERSION = @CUDA_VERSION@
366CXX = @CXX@
367CXXCPP = @CXXCPP@
368CXXDEPMODE = @CXXDEPMODE@
369CXXFLAGS = @CXXFLAGS@
370CYGPATH_W = @CYGPATH_W@
371DEFS = @DEFS@
372DEPDIR = @DEPDIR@
373DIFF = @DIFF@
374DLLTOOL = @DLLTOOL@
375DOXYGEN = @DOXYGEN@
376DSYMUTIL = @DSYMUTIL@
377DUMPBIN = @DUMPBIN@
378ECHO_C = @ECHO_C@
379ECHO_N = @ECHO_N@
380ECHO_T = @ECHO_T@
381EGREP = @EGREP@
382EPSTOPDF = @EPSTOPDF@
383EXEEXT = @EXEEXT@
384FGREP = @FGREP@
385FIG2DEV = @FIG2DEV@
386GREP = @GREP@
387GS = @GS@
388HWLOC_CAIRO_CFLAGS = @HWLOC_CAIRO_CFLAGS@
389HWLOC_CAIRO_LIBS = @HWLOC_CAIRO_LIBS@
390HWLOC_CFLAGS = @HWLOC_CFLAGS@
391HWLOC_CPPFLAGS = @HWLOC_CPPFLAGS@
392HWLOC_CUDART_CFLAGS = @HWLOC_CUDART_CFLAGS@
393HWLOC_CUDART_CPPFLAGS = @HWLOC_CUDART_CPPFLAGS@
394HWLOC_CUDART_LDFLAGS = @HWLOC_CUDART_LDFLAGS@
395HWLOC_CUDART_LIBS = @HWLOC_CUDART_LIBS@
396HWLOC_CUDA_CFLAGS = @HWLOC_CUDA_CFLAGS@
397HWLOC_CUDA_CPPFLAGS = @HWLOC_CUDA_CPPFLAGS@
398HWLOC_CUDA_LDFLAGS = @HWLOC_CUDA_LDFLAGS@
399HWLOC_CUDA_LIBS = @HWLOC_CUDA_LIBS@
400HWLOC_DIFF_U = @HWLOC_DIFF_U@
401HWLOC_DIFF_W = @HWLOC_DIFF_W@
402HWLOC_DL_LIBS = @HWLOC_DL_LIBS@
403HWLOC_EMBEDDED_CFLAGS = @HWLOC_EMBEDDED_CFLAGS@
404HWLOC_EMBEDDED_CPPFLAGS = @HWLOC_EMBEDDED_CPPFLAGS@
405HWLOC_EMBEDDED_LDADD = @HWLOC_EMBEDDED_LDADD@
406HWLOC_EMBEDDED_LDFLAGS = @HWLOC_EMBEDDED_LDFLAGS@
407HWLOC_EMBEDDED_LIBS = @HWLOC_EMBEDDED_LIBS@
408HWLOC_GL_LIBS = @HWLOC_GL_LIBS@
409HWLOC_HAVE_LEVELZERO = @HWLOC_HAVE_LEVELZERO@
410HWLOC_HAVE_LIBXML2 = @HWLOC_HAVE_LIBXML2@
411HWLOC_HAVE_NVML = @HWLOC_HAVE_NVML@
412HWLOC_HAVE_OPENCL = @HWLOC_HAVE_OPENCL@
413HWLOC_HAVE_RSMI = @HWLOC_HAVE_RSMI@
414HWLOC_IBVERBS_LIBS = @HWLOC_IBVERBS_LIBS@
415HWLOC_LDFLAGS = @HWLOC_LDFLAGS@
416HWLOC_LEVELZERO_CFLAGS = @HWLOC_LEVELZERO_CFLAGS@
417HWLOC_LEVELZERO_LIBS = @HWLOC_LEVELZERO_LIBS@
418HWLOC_LIBS = @HWLOC_LIBS@
419HWLOC_LIBS_PRIVATE = @HWLOC_LIBS_PRIVATE@
420HWLOC_LIBXML2_CFLAGS = @HWLOC_LIBXML2_CFLAGS@
421HWLOC_LIBXML2_LIBS = @HWLOC_LIBXML2_LIBS@
422HWLOC_LTDL_LIBS = @HWLOC_LTDL_LIBS@
423HWLOC_MS_LIB = @HWLOC_MS_LIB@
424HWLOC_MS_LIB_ARCH = @HWLOC_MS_LIB_ARCH@
425HWLOC_NUMA_CFLAGS = @HWLOC_NUMA_CFLAGS@
426HWLOC_NUMA_LIBS = @HWLOC_NUMA_LIBS@
427HWLOC_NVML_CPPFLAGS = @HWLOC_NVML_CPPFLAGS@
428HWLOC_NVML_LDFLAGS = @HWLOC_NVML_LDFLAGS@
429HWLOC_NVML_LIBS = @HWLOC_NVML_LIBS@
430HWLOC_OPENCL_CPPFLAGS = @HWLOC_OPENCL_CPPFLAGS@
431HWLOC_OPENCL_LDFLAGS = @HWLOC_OPENCL_LDFLAGS@
432HWLOC_OPENCL_LIBS = @HWLOC_OPENCL_LIBS@
433HWLOC_PCIACCESS_CFLAGS = @HWLOC_PCIACCESS_CFLAGS@
434HWLOC_PCIACCESS_LIBS = @HWLOC_PCIACCESS_LIBS@
435HWLOC_PLUGINS_DIR = @HWLOC_PLUGINS_DIR@
436HWLOC_PLUGINS_PATH = @HWLOC_PLUGINS_PATH@
437HWLOC_PS_LIBS = @HWLOC_PS_LIBS@
438HWLOC_RELEASE_DATE = @HWLOC_RELEASE_DATE@
439HWLOC_REQUIRES = @HWLOC_REQUIRES@
440HWLOC_RSMI_LIBS = @HWLOC_RSMI_LIBS@
441HWLOC_TERMCAP_LIBS = @HWLOC_TERMCAP_LIBS@
442HWLOC_VERSION = @HWLOC_VERSION@
443HWLOC_W3_GENERATOR = @HWLOC_W3_GENERATOR@
444HWLOC_X11_CPPFLAGS = @HWLOC_X11_CPPFLAGS@
445HWLOC_X11_LIBS = @HWLOC_X11_LIBS@
446HWLOC_XML_LOCALIZED = @HWLOC_XML_LOCALIZED@
447HWLOC_runstatedir = @HWLOC_runstatedir@
448HWLOC_top_builddir = @HWLOC_top_builddir@
449HWLOC_top_srcdir = @HWLOC_top_srcdir@
450INSTALL = @INSTALL@
451INSTALL_DATA = @INSTALL_DATA@
452INSTALL_PROGRAM = @INSTALL_PROGRAM@
453INSTALL_SCRIPT = @INSTALL_SCRIPT@
454INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
455LD = @LD@
456LDFLAGS = @LDFLAGS@
457LIBOBJS = @LIBOBJS@
458LIBS = @LIBS@
459LIBTOOL = @LIBTOOL@
460LIPO = @LIPO@
461LN_S = @LN_S@
462LTLIBOBJS = @LTLIBOBJS@
463LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
464LYNX = @LYNX@
465MAKEINDEX = @MAKEINDEX@
466MAKEINFO = @MAKEINFO@
467MANIFEST_TOOL = @MANIFEST_TOOL@
468MKDIR_P = @MKDIR_P@
469MPI_CPPFLAGS = @MPI_CPPFLAGS@
470MPI_LDADD = @MPI_LDADD@
471NETLOC_CFLAGS = @NETLOC_CFLAGS@
472NETLOC_CPPFLAGS = @NETLOC_CPPFLAGS@
473NETLOC_EMBEDDED_CFLAGS = @NETLOC_EMBEDDED_CFLAGS@
474NETLOC_EMBEDDED_CPPFLAGS = @NETLOC_EMBEDDED_CPPFLAGS@
475NETLOC_EMBEDDED_LDADD = @NETLOC_EMBEDDED_LDADD@
476NETLOC_EMBEDDED_LIBS = @NETLOC_EMBEDDED_LIBS@
477NETLOC_LDFLAGS = @NETLOC_LDFLAGS@
478NETLOC_LIBS = @NETLOC_LIBS@
479NETLOC_LIBS_PRIVATE = @NETLOC_LIBS_PRIVATE@
480NM = @NM@
481NMEDIT = @NMEDIT@
482OBJDUMP = @OBJDUMP@
483OBJEXT = @OBJEXT@
484OTOOL = @OTOOL@
485OTOOL64 = @OTOOL64@
486PACKAGE = @PACKAGE@
487PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
488PACKAGE_NAME = @PACKAGE_NAME@
489PACKAGE_STRING = @PACKAGE_STRING@
490PACKAGE_TARNAME = @PACKAGE_TARNAME@
491PACKAGE_URL = @PACKAGE_URL@
492PACKAGE_VERSION = @PACKAGE_VERSION@
493PATH_SEPARATOR = @PATH_SEPARATOR@
494PDFLATEX = @PDFLATEX@
495PKG_CONFIG = @PKG_CONFIG@
496RANLIB = @RANLIB@
497SED = @SED@
498SET_MAKE = @SET_MAKE@
499SHELL = @SHELL@
500STRIP = @STRIP@
501VERSION = @VERSION@
502W3M = @W3M@
503XMKMF = @XMKMF@
504XMLLINT = @XMLLINT@
505X_CFLAGS = @X_CFLAGS@
506X_EXTRA_LIBS = @X_EXTRA_LIBS@
507X_LIBS = @X_LIBS@
508X_PRE_LIBS = @X_PRE_LIBS@
509abs_builddir = @abs_builddir@
510abs_srcdir = @abs_srcdir@
511abs_top_builddir = @abs_top_builddir@
512abs_top_srcdir = @abs_top_srcdir@
513ac_ct_AR = @ac_ct_AR@
514ac_ct_CC = @ac_ct_CC@
515ac_ct_CXX = @ac_ct_CXX@
516ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
517am__include = @am__include@
518am__leading_dot = @am__leading_dot@
519am__quote = @am__quote@
520am__tar = @am__tar@
521am__untar = @am__untar@
522bindir = @bindir@
523build = @build@
524build_alias = @build_alias@
525build_cpu = @build_cpu@
526build_os = @build_os@
527build_vendor = @build_vendor@
528builddir = @builddir@
529datadir = @datadir@
530datarootdir = @datarootdir@
531docdir = @docdir@
532dvidir = @dvidir@
533exec_prefix = @exec_prefix@
534host = @host@
535host_alias = @host_alias@
536host_cpu = @host_cpu@
537host_os = @host_os@
538host_vendor = @host_vendor@
539htmldir = @htmldir@
540includedir = @includedir@
541infodir = @infodir@
542install_sh = @install_sh@
543libdir = @libdir@
544libexecdir = @libexecdir@
545libhwloc_so_version = @libhwloc_so_version@
546libnetloc_so_version = @libnetloc_so_version@
547localedir = @localedir@
548localstatedir = @localstatedir@
549mandir = @mandir@
550mkdir_p = @mkdir_p@
551oldincludedir = @oldincludedir@
552pdfdir = @pdfdir@
553prefix = @prefix@
554program_transform_name = @program_transform_name@
555psdir = @psdir@
556runstatedir = @runstatedir@
557sbindir = @sbindir@
558sharedstatedir = @sharedstatedir@
559srcdir = @srcdir@
560sysconfdir = @sysconfdir@
561target = @target@
562target_alias = @target_alias@
563target_cpu = @target_cpu@
564target_os = @target_os@
565target_vendor = @target_vendor@
566top_build_prefix = @top_build_prefix@
567top_builddir = @top_builddir@
568top_srcdir = @top_srcdir@
569xz = @xz@
570@HWLOC_HAVE_BUNZIPP_TRUE@@HWLOC_HAVE_LINUX_TRUE@@HWLOC_HAVE_OPENAT_TRUE@TESTS = test-gather-topology.sh
571all: all-am
572
573.SUFFIXES:
574.SUFFIXES: .log .test .test$(EXEEXT) .trs
575$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
576	@for dep in $?; do \
577	  case '$(am__configure_deps)' in \
578	    *$$dep*) \
579	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
580	        && { if test -f $@; then exit 0; else break; fi; }; \
581	      exit 1;; \
582	  esac; \
583	done; \
584	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/hwloc/linux/gather/Makefile'; \
585	$(am__cd) $(top_srcdir) && \
586	  $(AUTOMAKE) --foreign tests/hwloc/linux/gather/Makefile
587Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
588	@case '$?' in \
589	  *config.status*) \
590	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
591	  *) \
592	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
593	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
594	esac;
595
596$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
597	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
598
599$(top_srcdir)/configure:  $(am__configure_deps)
600	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
601$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
602	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
603$(am__aclocal_m4_deps):
604test-gather-topology.sh: $(top_builddir)/config.status $(srcdir)/test-gather-topology.sh.in
605	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
606
607mostlyclean-libtool:
608	-rm -f *.lo
609
610clean-libtool:
611	-rm -rf .libs _libs
612tags TAGS:
613
614ctags CTAGS:
615
616cscope cscopelist:
617
618
619# Recover from deleted '.trs' file; this should ensure that
620# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
621# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
622# to avoid problems with "make -n".
623.log.trs:
624	rm -f $< $@
625	$(MAKE) $(AM_MAKEFLAGS) $<
626
627# Leading 'am--fnord' is there to ensure the list of targets does not
628# expand to empty, as could happen e.g. with make check TESTS=''.
629am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
630am--force-recheck:
631	@:
632
633$(TEST_SUITE_LOG): $(TEST_LOGS)
634	@$(am__set_TESTS_bases); \
635	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
636	redo_bases=`for i in $$bases; do \
637	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
638	            done`; \
639	if test -n "$$redo_bases"; then \
640	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
641	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
642	  if $(am__make_dryrun); then :; else \
643	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
644	  fi; \
645	fi; \
646	if test -n "$$am__remaking_logs"; then \
647	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
648	       "recursion detected" >&2; \
649	elif test -n "$$redo_logs"; then \
650	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
651	fi; \
652	if $(am__make_dryrun); then :; else \
653	  st=0;  \
654	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
655	  for i in $$redo_bases; do \
656	    test -f $$i.trs && test -r $$i.trs \
657	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
658	    test -f $$i.log && test -r $$i.log \
659	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
660	  done; \
661	  test $$st -eq 0 || exit 1; \
662	fi
663	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
664	ws='[ 	]'; \
665	results=`for b in $$bases; do echo $$b.trs; done`; \
666	test -n "$$results" || results=/dev/null; \
667	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
668	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
669	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
670	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
671	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
672	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
673	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
674	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
675	  success=true; \
676	else \
677	  success=false; \
678	fi; \
679	br='==================='; br=$$br$$br$$br$$br; \
680	result_count () \
681	{ \
682	    if test x"$$1" = x"--maybe-color"; then \
683	      maybe_colorize=yes; \
684	    elif test x"$$1" = x"--no-color"; then \
685	      maybe_colorize=no; \
686	    else \
687	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
688	    fi; \
689	    shift; \
690	    desc=$$1 count=$$2; \
691	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
692	      color_start=$$3 color_end=$$std; \
693	    else \
694	      color_start= color_end=; \
695	    fi; \
696	    echo "$${color_start}# $$desc $$count$${color_end}"; \
697	}; \
698	create_testsuite_report () \
699	{ \
700	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
701	  result_count $$1 "PASS: " $$pass  "$$grn"; \
702	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
703	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
704	  result_count $$1 "FAIL: " $$fail  "$$red"; \
705	  result_count $$1 "XPASS:" $$xpass "$$red"; \
706	  result_count $$1 "ERROR:" $$error "$$mgn"; \
707	}; \
708	{								\
709	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
710	    $(am__rst_title);						\
711	  create_testsuite_report --no-color;				\
712	  echo;								\
713	  echo ".. contents:: :depth: 2";				\
714	  echo;								\
715	  for b in $$bases; do echo $$b; done				\
716	    | $(am__create_global_log);					\
717	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
718	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
719	if $$success; then						\
720	  col="$$grn";							\
721	 else								\
722	  col="$$red";							\
723	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
724	fi;								\
725	echo "$${col}$$br$${std}"; 					\
726	echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}";	\
727	echo "$${col}$$br$${std}"; 					\
728	create_testsuite_report --maybe-color;				\
729	echo "$$col$$br$$std";						\
730	if $$success; then :; else					\
731	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
732	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
733	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
734	  fi;								\
735	  echo "$$col$$br$$std";					\
736	fi;								\
737	$$success || exit 1
738
739check-TESTS:
740	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
741	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
742	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
743	@set +e; $(am__set_TESTS_bases); \
744	log_list=`for i in $$bases; do echo $$i.log; done`; \
745	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
746	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
747	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
748	exit $$?;
749recheck: all
750	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
751	@set +e; $(am__set_TESTS_bases); \
752	bases=`for i in $$bases; do echo $$i; done \
753	         | $(am__list_recheck_tests)` || exit 1; \
754	log_list=`for i in $$bases; do echo $$i.log; done`; \
755	log_list=`echo $$log_list`; \
756	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
757	        am__force_recheck=am--force-recheck \
758	        TEST_LOGS="$$log_list"; \
759	exit $$?
760test-gather-topology.sh.log: test-gather-topology.sh
761	@p='test-gather-topology.sh'; \
762	b='test-gather-topology.sh'; \
763	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
764	--log-file $$b.log --trs-file $$b.trs \
765	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
766	"$$tst" $(AM_TESTS_FD_REDIRECT)
767.test.log:
768	@p='$<'; \
769	$(am__set_b); \
770	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
771	--log-file $$b.log --trs-file $$b.trs \
772	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
773	"$$tst" $(AM_TESTS_FD_REDIRECT)
774@am__EXEEXT_TRUE@.test$(EXEEXT).log:
775@am__EXEEXT_TRUE@	@p='$<'; \
776@am__EXEEXT_TRUE@	$(am__set_b); \
777@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
778@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
779@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
780@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
781
782distdir: $(BUILT_SOURCES)
783	$(MAKE) $(AM_MAKEFLAGS) distdir-am
784
785distdir-am: $(DISTFILES)
786	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
787	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
788	list='$(DISTFILES)'; \
789	  dist_files=`for file in $$list; do echo $$file; done | \
790	  sed -e "s|^$$srcdirstrip/||;t" \
791	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
792	case $$dist_files in \
793	  */*) $(MKDIR_P) `echo "$$dist_files" | \
794			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
795			   sort -u` ;; \
796	esac; \
797	for file in $$dist_files; do \
798	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
799	  if test -d $$d/$$file; then \
800	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
801	    if test -d "$(distdir)/$$file"; then \
802	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
803	    fi; \
804	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
805	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
806	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
807	    fi; \
808	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
809	  else \
810	    test -f "$(distdir)/$$file" \
811	    || cp -p $$d/$$file "$(distdir)/$$file" \
812	    || exit 1; \
813	  fi; \
814	done
815check-am: all-am
816	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
817check: check-am
818all-am: Makefile
819installdirs:
820install: install-am
821install-exec: install-exec-am
822install-data: install-data-am
823uninstall: uninstall-am
824
825install-am: all-am
826	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
827
828installcheck: installcheck-am
829install-strip:
830	if test -z '$(STRIP)'; then \
831	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
832	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
833	      install; \
834	else \
835	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
836	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
837	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
838	fi
839mostlyclean-generic:
840	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
841	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
842	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
843
844clean-generic:
845
846distclean-generic:
847	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
848	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
849
850maintainer-clean-generic:
851	@echo "This command is intended for maintainers to use"
852	@echo "it deletes files that may require special tools to rebuild."
853clean: clean-am
854
855clean-am: clean-generic clean-libtool mostlyclean-am
856
857distclean: distclean-am
858	-rm -f Makefile
859distclean-am: clean-am distclean-generic
860
861dvi: dvi-am
862
863dvi-am:
864
865html: html-am
866
867html-am:
868
869info: info-am
870
871info-am:
872
873install-data-am:
874
875install-dvi: install-dvi-am
876
877install-dvi-am:
878
879install-exec-am:
880
881install-html: install-html-am
882
883install-html-am:
884
885install-info: install-info-am
886
887install-info-am:
888
889install-man:
890
891install-pdf: install-pdf-am
892
893install-pdf-am:
894
895install-ps: install-ps-am
896
897install-ps-am:
898
899installcheck-am:
900
901maintainer-clean: maintainer-clean-am
902	-rm -f Makefile
903maintainer-clean-am: distclean-am maintainer-clean-generic
904
905mostlyclean: mostlyclean-am
906
907mostlyclean-am: mostlyclean-generic mostlyclean-libtool
908
909pdf: pdf-am
910
911pdf-am:
912
913ps: ps-am
914
915ps-am:
916
917uninstall-am:
918
919.MAKE: check-am install-am install-strip
920
921.PHONY: all all-am check check-TESTS check-am clean clean-generic \
922	clean-libtool cscopelist-am ctags-am distclean \
923	distclean-generic distclean-libtool distdir dvi dvi-am html \
924	html-am info info-am install install-am install-data \
925	install-data-am install-dvi install-dvi-am install-exec \
926	install-exec-am install-html install-html-am install-info \
927	install-info-am install-man install-pdf install-pdf-am \
928	install-ps install-ps-am install-strip installcheck \
929	installcheck-am installdirs maintainer-clean \
930	maintainer-clean-generic mostlyclean mostlyclean-generic \
931	mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
932	uninstall uninstall-am
933
934.PRECIOUS: Makefile
935
936
937# Tell versions [3.59,3.63) of GNU make to not export all variables.
938# Otherwise a system limit (for SysV at least) may be exceeded.
939.NOEXPORT:
940