# Makefile.in generated by automake 1.13.4 from Makefile.am.
# doc/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994-2013 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



# Copyright © 2009-2014 Inria.  All rights reserved.
# Copyright © 2009-2013 Université Bordeaux 1
# Copyright © 2009-2010 Cisco Systems, Inc.  All rights reserved.
# See COPYING in top-level directory.


am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
  case $${target_option-} in \
      ?) ;; \
      *) echo "am__make_running_with_option: internal error: invalid" \
              "target option '$${target_option-}' specified" >&2; \
         exit 1;; \
  esac; \
  has_opt=no; \
  sane_makeflags=$$MAKEFLAGS; \
  if $(am__is_gnu_make); then \
    sane_makeflags=$$MFLAGS; \
  else \
    case $$MAKEFLAGS in \
      *\\[\ \	]*) \
        bs=\\; \
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    esac; \
  fi; \
  skip_next=no; \
  strip_trailopt () \
  { \
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  }; \
  for flg in $$sane_makeflags; do \
    test $$skip_next = yes && { skip_next=no; continue; }; \
    case $$flg in \
      *=*|--*) continue;; \
        -*I) strip_trailopt 'I'; skip_next=yes;; \
      -*I?*) strip_trailopt 'I';; \
        -*O) strip_trailopt 'O'; skip_next=yes;; \
      -*O?*) strip_trailopt 'O';; \
        -*l) strip_trailopt 'l'; skip_next=yes;; \
      -*l?*) strip_trailopt 'l';; \
      -[dEDm]) skip_next=yes;; \
      -[JT]) skip_next=yes;; \
    esac; \
    case $$flg in \
      *$$target_option*) has_opt=yes; break;; \
    esac; \
  done; \
  test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/hwloc
pkgincludedir = $(includedir)/hwloc
pkglibdir = $(libdir)/hwloc
pkglibexecdir = $(libexecdir)/hwloc
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = x86_64-suse-linux-gnu
host_triplet = x86_64-suse-linux-gnu
target_triplet = x86_64-suse-linux-gnu
TESTS = hwloc-hello$(EXEEXT) $(am__EXEEXT_1)
am__append_1 = hwloc-hello-cpp
check_PROGRAMS = $(am__EXEEXT_2)
subdir = doc
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
	$(srcdir)/doxygen-config.cfg.in $(top_srcdir)/./config/depcomp \
	$(top_srcdir)/./config/test-driver
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/config/hwloc.m4 \
	$(top_srcdir)/config/hwloc_check_attributes.m4 \
	$(top_srcdir)/config/hwloc_check_vendor.m4 \
	$(top_srcdir)/config/hwloc_check_visibility.m4 \
	$(top_srcdir)/config/hwloc_components.m4 \
	$(top_srcdir)/config/hwloc_internal.m4 \
	$(top_srcdir)/config/hwloc_pkg.m4 \
	$(top_srcdir)/config/libtool.m4 \
	$(top_srcdir)/config/ltoptions.m4 \
	$(top_srcdir)/config/ltsugar.m4 \
	$(top_srcdir)/config/ltversion.m4 \
	$(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/include/private/autogen/config.h \
	$(top_builddir)/include/hwloc/autogen/config.h
CONFIG_CLEAN_FILES = doxygen-config.cfg
CONFIG_CLEAN_VPATH_FILES =
am__EXEEXT_1 = hwloc-hello-cpp$(EXEEXT)
am__EXEEXT_2 = hwloc-hello$(EXEEXT) $(am__EXEEXT_1)
hwloc_hello_SOURCES = hwloc-hello.c
hwloc_hello_OBJECTS = hwloc-hello.$(OBJEXT)
AM_V_lt = $(am__v_lt_$(V))
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
am__v_lt_0 = --silent
am__v_lt_1 = 
am_hwloc_hello_cpp_OBJECTS = hwloc-hello-cpp.$(OBJEXT)
hwloc_hello_cpp_OBJECTS = $(am_hwloc_hello_cpp_OBJECTS)
AM_V_P = $(am__v_P_$(V))
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_$(V))
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
am__v_GEN_0 = @echo "  GEN     " $@;
am__v_GEN_1 = 
AM_V_at = $(am__v_at_$(V))
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
am__v_at_0 = @
am__v_at_1 = 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/include/private/autogen -I$(top_builddir)/include/hwloc/autogen
depcomp = $(SHELL) $(top_srcdir)/./config/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
	$(AM_CFLAGS) $(CFLAGS)
AM_V_CC = $(am__v_CC_$(V))
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
am__v_CC_0 = @echo "  CC      " $@;
am__v_CC_1 = 
CCLD = $(CC)
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CCLD = $(am__v_CCLD_$(V))
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
am__v_CCLD_0 = @echo "  CCLD    " $@;
am__v_CCLD_1 = 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
	$(AM_CXXFLAGS) $(CXXFLAGS)
AM_V_CXX = $(am__v_CXX_$(V))
am__v_CXX_ = $(am__v_CXX_$(AM_DEFAULT_VERBOSITY))
am__v_CXX_0 = @echo "  CXX     " $@;
am__v_CXX_1 = 
CXXLD = $(CXX)
CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CXXLD = $(am__v_CXXLD_$(V))
am__v_CXXLD_ = $(am__v_CXXLD_$(AM_DEFAULT_VERBOSITY))
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
am__v_CXXLD_1 = 
SOURCES = hwloc-hello.c $(hwloc_hello_cpp_SOURCES)
DIST_SOURCES = hwloc-hello.c $(hwloc_hello_cpp_SOURCES)
am__can_run_installinfo = \
  case $$AM_UPDATE_INFO_DIR in \
    n|no|NO) false;; \
    *) (install-info --version) >/dev/null 2>&1;; \
  esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    *) f=$$p;; \
  esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
  for p in $$list; do echo "$$p $$p"; done | \
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    if (++n[$$2] == $(am__install_max)) \
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    END { for (dir in files) print dir, files[dir] }'
am__base_list = \
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
  test -z "$$files" \
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
         $(am__cd) "$$dir" && rm -f $$files; }; \
  }
man3dir = $(mandir)/man3
am__installdirs = "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man3_bitmapdir)" \
	"$(DESTDIR)$(man3_configurationdir)" \
	"$(DESTDIR)$(man3_cpubindingdir)" \
	"$(DESTDIR)$(man3_creationdir)" "$(DESTDIR)$(man3_cudadir)" \
	"$(DESTDIR)$(man3_customdir)" "$(DESTDIR)$(man3_diffdir)" \
	"$(DESTDIR)$(man3_glibc_scheddir)" \
	"$(DESTDIR)$(man3_helper_advanced_iodir)" \
	"$(DESTDIR)$(man3_helper_ancestorsdir)" \
	"$(DESTDIR)$(man3_helper_distancesdir)" \
	"$(DESTDIR)$(man3_helper_distributedir)" \
	"$(DESTDIR)$(man3_helper_find_cachedir)" \
	"$(DESTDIR)$(man3_helper_find_coveringdir)" \
	"$(DESTDIR)$(man3_helper_find_insidedir)" \
	"$(DESTDIR)$(man3_helper_find_miscdir)" \
	"$(DESTDIR)$(man3_helper_nodeset_convertdir)" \
	"$(DESTDIR)$(man3_helper_topology_setsdir)" \
	"$(DESTDIR)$(man3_levelsdir)" "$(DESTDIR)$(man3_linuxdir)" \
	"$(DESTDIR)$(man3_linux_libnumadir)" \
	"$(DESTDIR)$(man3_membindingdir)" \
	"$(DESTDIR)$(man3_myriexpressdir)" \
	"$(DESTDIR)$(man3_object_setsdir)" \
	"$(DESTDIR)$(man3_object_stringsdir)" \
	"$(DESTDIR)$(man3_object_typesdir)" \
	"$(DESTDIR)$(man3_objectsdir)" \
	"$(DESTDIR)$(man3_openfabricsdir)" \
	"$(DESTDIR)$(man3_tinkerdir)" "$(DESTDIR)$(man3_xmlexportdir)" \
	"$(DESTDIR)$(pdfdir)"
NROFF = nroff
MANS = $(man3_MANS)
DATA = $(man3_bitmap_DATA) $(man3_configuration_DATA) \
	$(man3_cpubinding_DATA) $(man3_creation_DATA) \
	$(man3_cuda_DATA) $(man3_custom_DATA) $(man3_diff_DATA) \
	$(man3_glibc_sched_DATA) $(man3_helper_advanced_io_DATA) \
	$(man3_helper_ancestors_DATA) $(man3_helper_distances_DATA) \
	$(man3_helper_distribute_DATA) $(man3_helper_find_cache_DATA) \
	$(man3_helper_find_covering_DATA) \
	$(man3_helper_find_inside_DATA) $(man3_helper_find_misc_DATA) \
	$(man3_helper_nodeset_convert_DATA) \
	$(man3_helper_topology_sets_DATA) $(man3_levels_DATA) \
	$(man3_linux_DATA) $(man3_linux_libnuma_DATA) \
	$(man3_membinding_DATA) $(man3_myriexpress_DATA) \
	$(man3_object_sets_DATA) $(man3_object_strings_DATA) \
	$(man3_object_types_DATA) $(man3_objects_DATA) \
	$(man3_openfabrics_DATA) $(man3_tinker_DATA) \
	$(man3_xmlexport_DATA) $(pdf_DATA)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates.  Input order is
# *not* preserved.
am__uniquify_input = $(AWK) '\
  BEGIN { nonempty = 0; } \
  { items[$$0] = 1; nonempty = 1; } \
  END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique.  This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files = \
  list='$(am__tagged_files)'; \
  unique=`for i in $$list; do \
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
am__tty_colors_dummy = \
  mgn= red= grn= lgn= blu= brg= std=; \
  am__color_tests=no
am__tty_colors = { \
  $(am__tty_colors_dummy); \
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
    am__color_tests=no; \
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
    am__color_tests=yes; \
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
    am__color_tests=yes; \
  fi; \
  if test $$am__color_tests = yes; then \
    red='[0;31m'; \
    grn='[0;32m'; \
    lgn='[1;32m'; \
    blu='[1;34m'; \
    mgn='[0;35m'; \
    brg='[1m'; \
    std='[m'; \
  fi; \
}
am__recheck_rx = ^[ 	]*:recheck:[ 	]*
am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
# A command that, given a newline-separated list of test names on the
# standard input, print the name of the tests that are to be re-run
# upon "make recheck".
am__list_recheck_tests = $(AWK) '{ \
  recheck = 1; \
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    { \
      if (rc < 0) \
        { \
          if ((getline line2 < ($$0 ".log")) < 0) \
	    recheck = 0; \
          break; \
        } \
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
        { \
          recheck = 0; \
          break; \
        } \
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
        { \
          break; \
        } \
    }; \
  if (recheck) \
    print $$0; \
  close ($$0 ".trs"); \
  close ($$0 ".log"); \
}'
# A command that, given a newline-separated list of test names on the
# standard input, create the global log from their .trs and .log files.
am__create_global_log = $(AWK) ' \
function fatal(msg) \
{ \
  print "fatal: making $@: " msg | "cat >&2"; \
  exit 1; \
} \
function rst_section(header) \
{ \
  print header; \
  len = length(header); \
  for (i = 1; i <= len; i = i + 1) \
    printf "="; \
  printf "\n\n"; \
} \
{ \
  copy_in_global_log = 1; \
  global_test_result = "RUN"; \
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    { \
      if (rc < 0) \
         fatal("failed to read from " $$0 ".trs"); \
      if (line ~ /$(am__global_test_result_rx)/) \
        { \
          sub("$(am__global_test_result_rx)", "", line); \
          sub("[ 	]*$$", "", line); \
          global_test_result = line; \
        } \
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
        copy_in_global_log = 0; \
    }; \
  if (copy_in_global_log) \
    { \
      rst_section(global_test_result ": " $$0); \
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
      { \
        if (rc < 0) \
          fatal("failed to read from " $$0 ".log"); \
        print line; \
      }; \
      printf "\n"; \
    }; \
  close ($$0 ".trs"); \
  close ($$0 ".log"); \
}'
# Restructured Text title.
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
# Solaris 10 'make', and several other traditional 'make' implementations,
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
# by disabling -e (using the XSI extension "set +e") if it's set.
am__sh_e_setup = case $$- in *e*) set +e;; esac
# Default flags passed to test drivers.
am__common_driver_flags = \
  --color-tests "$$am__color_tests" \
  --enable-hard-errors "$$am__enable_hard_errors" \
  --expect-failure "$$am__expect_failure"
# To be inserted before the command running the test.  Creates the
# directory for the log if needed.  Stores in $dir the directory
# containing $f, in $tst the test, in $log the log.  Executes the
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
# will run the test scripts (or their associated LOG_COMPILER, if
# thy have one).
am__check_pre = \
$(am__sh_e_setup);					\
$(am__vpath_adj_setup) $(am__vpath_adj)			\
$(am__tty_colors);					\
srcdir=$(srcdir); export srcdir;			\
case "$@" in						\
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
    *) am__odir=.;; 					\
esac;							\
test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
if test -f "./$$f"; then dir=./;			\
elif test -f "$$f"; then dir=;				\
else dir="$(srcdir)/"; fi;				\
tst=$$dir$$f; log='$@'; 				\
if test -n '$(DISABLE_HARD_ERRORS)'; then		\
  am__enable_hard_errors=no; 				\
else							\
  am__enable_hard_errors=yes; 				\
fi; 							\
case " $(XFAIL_TESTS) " in				\
  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
    am__expect_failure=yes;;				\
  *)							\
    am__expect_failure=no;;				\
esac; 							\
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
# A shell command to get the names of the tests scripts with any registered
# extension removed (i.e., equivalently, the names of the test logs, with
# the '.log' extension removed).  The result is saved in the shell variable
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
# since that might cause problem with VPATH rewrites for suffix-less tests.
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
am__set_TESTS_bases = \
  bases='$(TEST_LOGS)'; \
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  bases=`echo $$bases`
RECHECK_LOGS = $(TEST_LOGS)
AM_RECURSIVE_TARGETS = check recheck
TEST_SUITE_LOG = test-suite.log
TEST_EXTENSIONS =  .test
LOG_DRIVER = $(SHELL) $(top_srcdir)/./config/test-driver
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
am__set_b = \
  case '$@' in \
    */*) \
      case '$*' in \
        */*) b='$*';; \
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
       esac;; \
    *) \
      b='$*';; \
  esac
am__test_logs1 = $(TESTS:=.log)
am__test_logs2 = $(am__test_logs1:.log=.log)
TEST_LOGS = $(am__test_logs2:.test.log=.log)
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/./config/test-driver
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
	$(TEST_LOG_FLAGS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/abuild/rpmbuild/BUILD/hwloc-1.9/config/missing aclocal-1.13
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 0
AR = ar
AS = as
AUTOCONF = ${SHELL} /home/abuild/rpmbuild/BUILD/hwloc-1.9/config/missing autoconf
AUTOHEADER = ${SHELL} /home/abuild/rpmbuild/BUILD/hwloc-1.9/config/missing autoheader
AUTOMAKE = ${SHELL} /home/abuild/rpmbuild/BUILD/hwloc-1.9/config/missing automake-1.13
AWK = gawk
BASH = /bin/sh
BUNZIPP = bunzip2
CC = gcc
CCDEPMODE = depmode=none
CC_FOR_BUILD = gcc
CFLAGS =  -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g
CONFIGURE_DEPENDENCIES = $(top_srcdir)/VERSION
CPP = gcc -E
CPPFLAGS =  
CXX = g++
CXXCPP = g++ -E
CXXDEPMODE = depmode=none
CXXFLAGS = -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DLLTOOL = false
DOXYGEN = /usr/bin/doxygen
DSYMUTIL = 
DUMPBIN = 
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = /usr/bin/grep -E
EPSTOPDF = 
EXEEXT = 
FGREP = /usr/bin/grep -F
FIG2DEV = /usr/bin/fig2dev
GREP = /usr/bin/grep
GS = /usr/bin/gs
HWLOC_CAIRO_CFLAGS = -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 
HWLOC_CAIRO_LIBS = -lcairo 
HWLOC_CFLAGS =  -fvisibility=hidden -I/usr/include/libxml2 
HWLOC_CPPFLAGS = -I$(HWLOC_top_builddir)/include -I$(HWLOC_top_srcdir)/include
HWLOC_CUDA_LIBS = 
HWLOC_DIFF_U = -u
HWLOC_DIFF_W = -w
HWLOC_EMBEDDED_CFLAGS = 
HWLOC_EMBEDDED_CPPFLAGS = 
HWLOC_EMBEDDED_LDADD = 
HWLOC_EMBEDDED_LIBS = 
HWLOC_GL_LIBS = 
HWLOC_HAVE_LIBXML2 = 1
HWLOC_HAVE_NVML = 0
HWLOC_HAVE_OPENCL = 0
HWLOC_KERRIGHED_CFLAGS = 
HWLOC_KERRIGHED_LIBS = 
HWLOC_LDFLAGS = 
HWLOC_LIBS = -lm  -lnuma -lxml2 
HWLOC_LIBS_PRIVATE =  -lpthread
HWLOC_LIBXML2_CFLAGS = -I/usr/include/libxml2 
HWLOC_LIBXML2_LIBS = -lxml2 
HWLOC_LINUX_LIBNUMA_LIBS = -lnuma
HWLOC_MS_LIB = 
HWLOC_MS_LIB_ARCH = X64
HWLOC_NVML_LIBS = 
HWLOC_OPENCL_LIBS = 
HWLOC_PCIACCESS_CFLAGS = 
HWLOC_PCIACCESS_LIBS = 
HWLOC_PCIUTILS_CFLAGS = 
HWLOC_PCIUTILS_LIBS = 
HWLOC_PLUGINS_DIR = $(libdir)/hwloc
HWLOC_PLUGINS_PATH = $(libdir)/hwloc
HWLOC_RELEASE_DATE = Mar 26, 2014
HWLOC_REQUIRES = libxml-2.0 
HWLOC_TERMCAP_LIBS =  -lncursesw
HWLOC_VERSION = 1.9
HWLOC_W3_GENERATOR = /usr/bin/w3m
HWLOC_X11_LIBS = -lX11
HWLOC_XML_LOCALIZED = 0
HWLOC_top_builddir = /home/abuild/rpmbuild/BUILD/hwloc-1.9
HWLOC_top_srcdir = /home/abuild/rpmbuild/BUILD/hwloc-1.9
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LD = /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
LDFLAGS = 
LIBOBJS = 
LIBS =  
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIPO = 
LN_S = ln -s
LTLIBOBJS = 
LYNX = 
MAKEINDEX = /usr/bin/makeindex
MAKEINFO = ${SHELL} /home/abuild/rpmbuild/BUILD/hwloc-1.9/config/missing makeinfo
MANIFEST_TOOL = :
MKDIR_P = /usr/bin/mkdir -p
NM = /usr/bin/nm -B
NMEDIT = 
OBJDUMP = objdump
OBJEXT = o
OTOOL = 
OTOOL64 = 
PACKAGE = hwloc
PACKAGE_BUGREPORT = http://www.open-mpi.org/projects/hwloc/
PACKAGE_NAME = hwloc
PACKAGE_STRING = hwloc 1.9
PACKAGE_TARNAME = hwloc
PACKAGE_URL = 
PACKAGE_VERSION = 1.9
PATH_SEPARATOR = :
PDFLATEX = 
PKG_CONFIG = /usr/bin/x86_64-suse-linux-gnu-pkg-config
RANLIB = ranlib
SED = /usr/bin/sed
SED_I = /usr/bin/sed -i
SET_MAKE = 
SHELL = /bin/sh
STRIP = strip
VERSION = 1.9
W3M = /usr/bin/w3m
XMKMF = 
XMLLINT = xmllint
X_CFLAGS = 
X_EXTRA_LIBS = 
X_LIBS = 
X_PRE_LIBS =  -lSM -lICE
abs_builddir = /home/abuild/rpmbuild/BUILD/hwloc-1.9/doc
abs_srcdir = /home/abuild/rpmbuild/BUILD/hwloc-1.9/doc
abs_top_builddir = /home/abuild/rpmbuild/BUILD/hwloc-1.9
abs_top_srcdir = /home/abuild/rpmbuild/BUILD/hwloc-1.9
ac_ct_AR = ar
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_DUMPBIN = 
am__include = include
am__leading_dot = .
am__quote = 
am__tar = tar --format=ustar -chf - "$$tardir"
am__untar = tar -xf -
bindir = /usr/bin
build = x86_64-suse-linux-gnu
build_alias = x86_64-suse-linux-gnu
build_cpu = x86_64
build_os = linux-gnu
build_vendor = suse
builddir = .
datadir = /usr/share
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = /usr
host = x86_64-suse-linux-gnu
host_alias = x86_64-suse-linux-gnu
host_cpu = x86_64
host_os = linux-gnu
host_vendor = suse
htmldir = ${docdir}
includedir = /usr/include
infodir = /usr/share/info
install_sh = ${SHELL} /home/abuild/rpmbuild/BUILD/hwloc-1.9/config/install-sh
libdir = /usr/lib64
libexecdir = /usr/lib
libhwloc_so_version = 10:0:5
localedir = ${datarootdir}/locale
localstatedir = /var
mandir = /usr/share/man
mkdir_p = $(MKDIR_P)
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr
program_transform_name = s&^&&
psdir = ${docdir}
sbindir = /usr/sbin
sharedstatedir = /usr/com
srcdir = .
sysconfdir = /etc
target = x86_64-suse-linux-gnu
target_alias = 
target_cpu = x86_64
target_os = linux-gnu
target_vendor = suse
top_build_prefix = ../
top_builddir = ..
top_srcdir = ..
AM_CPPFLAGS = $(HWLOC_CPPFLAGS)
DOCDIR = $(HWLOC_top_builddir)/doc
DOX_CONFIG = $(HWLOC_top_srcdir)/doc/doxygen.cfg
DOX_DIR = doxygen-doc
DOX_HTML_DIR = $(DOX_DIR)/html
DOX_MAN_DIR = $(DOX_DIR)/man
DOX_LATEX_DIR = $(DOX_DIR)/latex
DOX_A4PDF = doxygen-doc/$(PACKAGE)-a4.pdf
DOX_LETTERPDF = doxygen-doc/$(PACKAGE)-letter.pdf
DOX_HTML_README = $(DOX_HTML_DIR)/readme.tmp.html
DOX_TAG = $(DOX_DIR)/$(PACKAGE).tag

#
# The goal is that Doxygen output (i.e., the documentation) is
# included in release tarballs; there is no need to build anything
# from tarballs.  Developers will need to build the docs the first
# time they build after a checkout (or if something in the docs
# changes, etc.).
#

# images already available in repository
PREBUILT_IMAGES = images/dudley.png images/emmett.png images/hagrid.png
# images built from repository before inclusion in make dist
BUILT_IMAGES = images/diagram.png images/diagram.eps
EXTRA_DIST = \
        hwloc.doxy \
        README.sed \
        doxygen.css \
        doxygen.cfg \
        images/diagram.fig \
        images/devel09-pci.png \
        images/devel09-pci.pdf \
        images/ppc64-with-smt.png \
        images/ppc64-with-smt.pdf \
        images/ppc64-without-smt.png \
        images/ppc64-without-smt.pdf \
        images/ppc64-full-with-smt.png \
        images/ppc64-full-with-smt.pdf \
        www.open-mpi.org.cfg \
        www.open-mpi.org-css.inc \
        www.open-mpi.org-footer.inc \
        www.open-mpi.org-header.inc \
        $(PREBUILT_IMAGES) \
        $(BUILT_IMAGES)


#
# Files where the doxygen inputs live (i.e., dependencies).  Make the
# generated tagfile depend on these files, which will force them to be
# regenerated (i.e., re-run doxygen) whenever any of these files
# change.
#
#dox_inputs = $(DOX_CONFIG) \
#       $(srcdir)/hwloc.doxy \
#       $(HWLOC_top_srcdir)/include/hwloc.h \
#       $(HWLOC_top_srcdir)/include/hwloc/helper.h \
#       $(HWLOC_top_srcdir)/include/hwloc/bitmap.h \
#       $(HWLOC_top_srcdir)/include/hwloc/diff.h \
#       $(HWLOC_top_srcdir)/include/hwloc/plugins.h \
#       $(HWLOC_top_srcdir)/include/hwloc/glibc-sched.h \
#       $(HWLOC_top_srcdir)/include/hwloc/linux.h \
#       $(HWLOC_top_srcdir)/include/hwloc/linux-libnuma.h \
#       $(HWLOC_top_srcdir)/include/hwloc/opencl.h \
#       $(HWLOC_top_srcdir)/include/hwloc/cuda.h \
#       $(HWLOC_top_srcdir)/include/hwloc/cudart.h \
#       $(HWLOC_top_srcdir)/include/hwloc/nvml.h \
#       $(HWLOC_top_srcdir)/include/hwloc/gl.h \
#       $(HWLOC_top_srcdir)/include/hwloc/intel-mic.h \
#       $(HWLOC_top_srcdir)/include/hwloc/openfabrics-verbs.h \
#       $(HWLOC_top_srcdir)/include/hwloc/myriexpress.h


#
# Create the images that we need for the PDF output and the HTML
# output.  There is not an easy way to check if the output of
# AC_PATH_PROG found something in configure.ac (!), so we have to put
# a run-time check here to see if fig2dev was found.  :-(
#
# Note that BUILD_DOXYGEN will automatically be false if we're not
# building standalone.
#
#BUILT_SOURCES = $(BUILT_IMAGES)

# there are also a bunch of doxygen-build-dependencies later in this file

#
# Un/install the generated PDF and man pages (just like BUILD_DOXYGEN,
# INSTALL_DOXYGEN will automatically be false if we're not building in
# standalone mode).
#
pdf_DATA = $(DOX_A4PDF) $(DOX_LETTERPDF)

#
# Install the HWLOC_* and hwloc_* man pages.  It would be great to
# figure out how to not have to list every installable man page here
# in the Makefile.am...  :-(
#

# We have so many man pages that if we put them all in man3_MANS, we
# exceed the maximum command line length on some systems (during "make
# install").  :-( So we have to split them up so that the total
# command line length will be shorter.  It seemed logical to split
# them by small-ish groups.  Put at least one group in man3_MANS so
# that the proper $mandir/man/man3 is created, and then put the rest
# in _DATA suffix names, because AM won't allow us to do things like
# man3_extra_MANS = ...group...

# When adding a new _DATA line below, remember to add it to the
# list of dependencies too.
man3_MANS = \
        $(DOX_MAN_DIR)/man3/hwlocality_api_version.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_API_VERSION.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_api_version.3

man3_object_setsdir = $(man3dir)
man3_object_sets_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_object_sets.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_t.3 \
        $(DOX_MAN_DIR)/man3/hwloc_const_bitmap_t.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpuset_t.3 \
        $(DOX_MAN_DIR)/man3/hwloc_const_cpuset_t.3 \
        $(DOX_MAN_DIR)/man3/hwloc_nodeset_t.3 \
        $(DOX_MAN_DIR)/man3/hwloc_const_nodeset_t.3

man3_object_typesdir = $(man3dir)
man3_object_types_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_object_types.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_BRIDGE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_CACHE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_CORE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_GROUP.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_MACHINE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_MISC.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_NODE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_OS_DEVICE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_PU.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_PCI_DEVICE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_SOCKET.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_SYSTEM.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_TYPE_MAX.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_type_t.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_CACHE_UNIFIED.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_CACHE_DATA.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_cache_type_e.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_cache_type_t.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_BRIDGE_HOST.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_BRIDGE_PCI.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_bridge_type_e.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_bridge_type_t.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_OSDEV_BLOCK.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_OSDEV_DMA.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_OSDEV_GPU.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_OSDEV_NETWORK.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_OBJ_OSDEV_COPROC.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_osdev_type_e.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_osdev_type_t.3 \
        $(DOX_MAN_DIR)/man3/hwloc_compare_types.3 \
        $(DOX_MAN_DIR)/man3/hwloc_compare_types_e.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TYPE_UNORDERED.3

man3_objectsdir = $(man3dir)
man3_objects_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_objects.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_t.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_memory_s.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_attr_u.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 \
        $(DOX_MAN_DIR)/man3/hwloc_distances_s.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_info_s.3

man3_creationdir = $(man3dir)
man3_creation_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_creation.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_t.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_init.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_load.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_destroy.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_check.3

man3_configurationdir = $(man3dir)
man3_configuration_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_configuration.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_ignore_type.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_ignore_type_keep_structure.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_ignore_all_keep_structure.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_FLAG_ICACHES.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_flags_e.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_get_flags.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_set_flags.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_set_pid.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_set_fsroot.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_set_synthetic.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_set_xml.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_set_xmlbuffer.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_set_custom.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_set_distance_matrix.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_is_thissystem.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_discovery_support.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_cpubind_support.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_membind_support.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_support.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_get_support.3

man3_levelsdir = $(man3dir)
man3_levels_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_levels.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_get_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_type_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_type_depth_e.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_type_or_above_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_type_or_below_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_depth_type.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_nbobjs_by_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_nbobjs_by_type.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_root_obj.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_obj_by_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_obj_by_type.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_next_obj_by_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_next_obj_by_type.3

man3_object_stringsdir = $(man3dir)
man3_object_strings_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_object_strings.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_type_string.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_type_sscanf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_type_snprintf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_attr_snprintf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_cpuset_snprintf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_get_info_by_name.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_add_info.3

man3_cpubindingdir = $(man3dir)
man3_cpubinding_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_cpubinding.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_CPUBIND_NOMEMBIND.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_CPUBIND_PROCESS.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_CPUBIND_STRICT.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_CPUBIND_THREAD.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpubind_flags_t.3 \
        $(DOX_MAN_DIR)/man3/hwloc_set_cpubind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_cpubind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_set_proc_cpubind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_proc_cpubind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_set_thread_cpubind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_thread_cpubind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_proc_last_cpu_location.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_last_cpu_location.3

man3_membindingdir = $(man3dir)
man3_membinding_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_membinding.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_BIND.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_DEFAULT.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_INTERLEAVE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_MIGRATE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_MIXED.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_NEXTTOUCH.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_NOCPUBIND.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_PROCESS.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_REPLICATE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_STRICT.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_MEMBIND_THREAD.3 \
        $(DOX_MAN_DIR)/man3/hwloc_membind_flags_t.3 \
        $(DOX_MAN_DIR)/man3/hwloc_membind_policy_t.3 \
        $(DOX_MAN_DIR)/man3/hwloc_set_membind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_set_membind_nodeset.3  \
        $(DOX_MAN_DIR)/man3/hwloc_get_membind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_membind_nodeset.3  \
        $(DOX_MAN_DIR)/man3/hwloc_set_proc_membind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_set_proc_membind_nodeset.3  \
        $(DOX_MAN_DIR)/man3/hwloc_get_proc_membind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_proc_membind_nodeset.3  \
        $(DOX_MAN_DIR)/man3/hwloc_set_area_membind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_set_area_membind_nodeset.3  \
        $(DOX_MAN_DIR)/man3/hwloc_get_area_membind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_area_membind_nodeset.3  \
        $(DOX_MAN_DIR)/man3/hwloc_alloc.3 \
        $(DOX_MAN_DIR)/man3/hwloc_alloc_membind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_alloc_membind_nodeset.3  \
        $(DOX_MAN_DIR)/man3/hwloc_alloc_membind_policy.3 \
        $(DOX_MAN_DIR)/man3/hwloc_alloc_membind_policy_nodeset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_free.3

man3_tinkerdir = $(man3dir)
man3_tinker_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_tinker.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_insert_misc_object_by_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_insert_misc_object_by_parent.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 \
        $(DOX_MAN_DIR)/man3/hwloc_restrict_flags_e.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_restrict.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_dup.3

man3_customdir = $(man3dir)
man3_custom_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_custom.3 \
        $(DOX_MAN_DIR)/man3/hwloc_custom_insert_topology.3 \
        $(DOX_MAN_DIR)/man3/hwloc_custom_insert_group_object_by_parent.3

man3_xmlexportdir = $(man3dir)
man3_xmlexport_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_xmlexport.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_export_xml.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_export_xmlbuffer.3 \
        $(DOX_MAN_DIR)/man3/hwloc_free_xmlbuffer.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_set_userdata_export_callback.3 \
        $(DOX_MAN_DIR)/man3/hwloc_export_obj_userdata.3 \
        $(DOX_MAN_DIR)/man3/hwloc_export_obj_userdata_base64.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_set_userdata_import_callback.3

man3_bitmapdir = $(man3dir)
man3_bitmap_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_bitmap.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_allbut.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_alloc.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_alloc_full.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_and.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_andnot.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_asprintf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_clr.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_clr_range.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_compare.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_compare_first.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_copy.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_dup.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_fill.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_first.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_foreach_begin.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_foreach_end.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_free.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_from_ith_ulong.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_from_ulong.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_intersects.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_isequal.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_isfull.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_isincluded.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_isset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_iszero.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_last.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_list_asprintf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_list_snprintf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_list_sscanf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_next.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_not.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_only.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_or.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_set.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_set_ith_ulong.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_set_range.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_singlify.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_snprintf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_sscanf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_taskset_asprintf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_taskset_snprintf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_taskset_sscanf.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_to_ith_ulong.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_to_ulong.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_weight.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_xor.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bitmap_zero.3

man3_helper_find_insidedir = $(man3dir)
man3_helper_find_inside_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_helper_find_inside.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_first_largest_obj_inside_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_largest_objs_inside_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_obj_inside_cpuset_by_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_obj_inside_cpuset_by_type.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_obj_index_inside_cpuset.3

man3_helper_find_coveringdir = $(man3dir)
man3_helper_find_covering_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_helper_find_covering.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_child_covering_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_obj_covering_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_next_obj_covering_cpuset_by_type.3

man3_helper_ancestorsdir = $(man3dir)
man3_helper_ancestors_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_helper_ancestors.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_ancestor_obj_by_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_ancestor_obj_by_type.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_common_ancestor_obj.3 \
        $(DOX_MAN_DIR)/man3/hwloc_obj_is_in_subtree.3

man3_helper_find_cachedir = $(man3dir)
man3_helper_find_cache_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_helper_find_cache.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_cache_type_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_cache_covering_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_shared_cache_covering_obj.3

man3_helper_find_miscdir = $(man3dir)
man3_helper_find_misc_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_helper_find_misc.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_pu_obj_by_os_index.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_next_child.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_closest_objs.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_obj_below_array_by_type.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_obj_below_by_type.3

man3_helper_distributedir = $(man3dir)
man3_helper_distribute_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_helper_distribute.3 \
        $(DOX_MAN_DIR)/man3/hwloc_distrib_flags_e.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 \
        $(DOX_MAN_DIR)/man3/hwloc_distrib.3

man3_helper_topology_setsdir = $(man3dir)
man3_helper_topology_sets_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_helper_topology_sets.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_get_allowed_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_get_complete_nodeset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_get_online_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_get_topology_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_get_allowed_nodeset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_get_complete_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_get_topology_nodeset.3

man3_helper_nodeset_convertdir = $(man3dir)
man3_helper_nodeset_convert_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_helper_nodeset_convert.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpuset_to_nodeset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpuset_to_nodeset_strict.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpuset_from_nodeset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpuset_from_nodeset_strict.3

man3_helper_distancesdir = $(man3dir)
man3_helper_distances_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_distances.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_whole_distance_matrix_by_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_whole_distance_matrix_by_type.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_distance_matrix_covering_obj_by_depth.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_latency.3

man3_helper_advanced_iodir = $(man3dir)
man3_helper_advanced_io_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_advanced_io.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_non_io_ancestor_obj.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_next_pcidev.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_pcidev_by_busid.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_pcidev_by_busidstring.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_next_osdev.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_next_bridge.3 \
        $(DOX_MAN_DIR)/man3/hwloc_bridge_covers_pcibus.3 \
        $(DOX_MAN_DIR)/man3/hwloc_get_hostbridge_by_pcibus.3

man3_diffdir = $(man3dir)
man3_diff_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_diff.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_obj_attr_type_e.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_obj_attr_u.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_type_e.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_u.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_build.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_apply_flags_e.3 \
        $(DOX_MAN_DIR)/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_apply.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_destroy.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_load_xml.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_export_xml.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_load_xmlbuffer.3 \
        $(DOX_MAN_DIR)/man3/hwloc_topology_diff_export_xmlbuffer.3

man3_cudadir = $(man3dir)
man3_cuda_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_opencl.3 \
        $(DOX_MAN_DIR)/man3/hwloc_opencl_get_device_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_opencl_get_device_osdev.3 \
        $(DOX_MAN_DIR)/man3/hwloc_opencl_get_device_osdev_by_index.3 \
        $(DOX_MAN_DIR)/man3/hwlocality_cuda.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cuda_get_device_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cuda_get_device_pci_ids.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cuda_get_device_pcidev.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cuda_get_device_osdev.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cuda_get_device_osdev_by_index.3 \
        $(DOX_MAN_DIR)/man3/hwlocality_cudart.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cudart_get_device_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cudart_get_device_pci_ids.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cudart_get_device_pcidev.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cudart_get_device_osdev_by_index.3 \
        $(DOX_MAN_DIR)/man3/hwlocality_nvml.3 \
        $(DOX_MAN_DIR)/man3/hwloc_nvml_get_device_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_nvml_get_device_osdev.3 \
        $(DOX_MAN_DIR)/man3/hwloc_nvml_get_device_osdev_by_index.3 \
        $(DOX_MAN_DIR)/man3/hwlocality_gl.3 \
        $(DOX_MAN_DIR)/man3/hwloc_gl_get_display_osdev_by_port_device.3 \
        $(DOX_MAN_DIR)/man3/hwloc_gl_get_display_osdev_by_name.3 \
        $(DOX_MAN_DIR)/man3/hwloc_gl_get_display_by_osdev.3 \
        $(DOX_MAN_DIR)/man3/hwlocality_intel_mic.3 \
        $(DOX_MAN_DIR)/man3/hwloc_intel_mic_get_device_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_intel_mic_get_device_osdev_by_index.3

man3_glibc_scheddir = $(man3dir)
man3_glibc_sched_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_glibc_sched.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpuset_from_glibc_sched_affinity.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpuset_to_glibc_sched_affinity.3

man3_linuxdir = $(man3dir)
man3_linux_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_linux.3 \
        $(DOX_MAN_DIR)/man3/hwloc_linux_parse_cpumap_file.3 \
        $(DOX_MAN_DIR)/man3/hwloc_linux_set_tid_cpubind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_linux_get_tid_cpubind.3 \
        $(DOX_MAN_DIR)/man3/hwloc_linux_get_tid_last_cpu_location.3

man3_linux_libnumadir = $(man3dir)
man3_linux_libnuma_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_linux_libnuma_bitmask.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 \
        $(DOX_MAN_DIR)/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 \
        $(DOX_MAN_DIR)/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 \
        $(DOX_MAN_DIR)/man3/hwlocality_linux_libnuma_ulongs.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 \
        $(DOX_MAN_DIR)/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 \
        $(DOX_MAN_DIR)/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 \
        $(DOX_MAN_DIR)/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3

man3_myriexpressdir = $(man3dir)
man3_myriexpress_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_myriexpress.3 \
        $(DOX_MAN_DIR)/man3/hwloc_mx_board_get_device_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_mx_endpoint_get_device_cpuset.3

man3_openfabricsdir = $(man3dir)
man3_openfabrics_DATA = \
        $(DOX_MAN_DIR)/man3/hwlocality_openfabrics.3 \
        $(DOX_MAN_DIR)/man3/hwloc_ibv_get_device_cpuset.3 \
        $(DOX_MAN_DIR)/man3/hwloc_ibv_get_device_osdev.3 \
        $(DOX_MAN_DIR)/man3/hwloc_ibv_get_device_osdev_by_name.3

hwloc_hello_LDADD = $(HWLOC_top_builddir)/src/libhwloc.la
hwloc_hello_DEPENDENCIES = $(hwloc_hello_LDADD)
hwloc_hello_cpp_SOURCES = hwloc-hello-cpp.cpp
hwloc_hello_cpp_LDADD = $(HWLOC_top_builddir)/src/libhwloc.la
hwloc_hello_cpp_DEPENDENCIES = $(hwloc_hello_LDADD)

#
# Only remove the actual generated documentation files for maintainers
#
MAINTAINERCLEANFILES = $(DOX_TAG) \
    -r \
    $(DOX_HTML_DIR) \
    $(DOX_MAN_DIR) \
    $(DOX_LATEX_DIR) \
    $(DOX_A4PDF) \
    $(DOX_LETTERPDF) \
    $(DOX_HTML_README)

all: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) all-am

.SUFFIXES:
.SUFFIXES: .c .cpp .lo .log .o .obj .test .test$(EXEEXT) .trs
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
	        && { if test -f $@; then exit 0; else break; fi; }; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --foreign doc/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
	esac;

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure:  $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
doxygen-config.cfg: $(top_builddir)/config.status $(srcdir)/doxygen-config.cfg.in
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@

clean-checkPROGRAMS:
	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
	echo " rm -f" $$list; \
	rm -f $$list || exit $$?; \
	test -n "$(EXEEXT)" || exit 0; \
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
	echo " rm -f" $$list; \
	rm -f $$list

hwloc-hello$(EXEEXT): $(hwloc_hello_OBJECTS) $(hwloc_hello_DEPENDENCIES) $(EXTRA_hwloc_hello_DEPENDENCIES) 
	@rm -f hwloc-hello$(EXEEXT)
	$(AM_V_CCLD)$(LINK) $(hwloc_hello_OBJECTS) $(hwloc_hello_LDADD) $(LIBS)

hwloc-hello-cpp$(EXEEXT): $(hwloc_hello_cpp_OBJECTS) $(hwloc_hello_cpp_DEPENDENCIES) $(EXTRA_hwloc_hello_cpp_DEPENDENCIES) 
	@rm -f hwloc-hello-cpp$(EXEEXT)
	$(AM_V_CXXLD)$(CXXLINK) $(hwloc_hello_cpp_OBJECTS) $(hwloc_hello_cpp_LDADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT)

distclean-compile:
	-rm -f *.tab.c

#include ./$(DEPDIR)/hwloc-hello-cpp.Po
#include ./$(DEPDIR)/hwloc-hello.Po

.c.o:
#	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
#	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
#	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CC)source='$<' object='$@' libtool=no 
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) 
	$(AM_V_CC)$(COMPILE) -c -o $@ $<

.c.obj:
#	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
#	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
#	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CC)source='$<' object='$@' libtool=no 
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) 
	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

.c.lo:
#	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
#	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
#	$(am__mv) $$depbase.Tpo $$depbase.Plo
#	$(AM_V_CC)source='$<' object='$@' libtool=yes 
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) 
	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<

.cpp.o:
#	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
#	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
#	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CXX)source='$<' object='$@' libtool=no 
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) 
	$(AM_V_CXX)$(CXXCOMPILE) -c -o $@ $<

.cpp.obj:
#	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
#	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
#	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CXX)source='$<' object='$@' libtool=no 
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) 
	$(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

.cpp.lo:
#	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
#	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
#	$(am__mv) $$depbase.Tpo $$depbase.Plo
#	$(AM_V_CXX)source='$<' object='$@' libtool=yes 
#	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) 
	$(AM_V_CXX)$(LTCXXCOMPILE) -c -o $@ $<

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs
install-man3: $(man3_MANS)
	@$(NORMAL_INSTALL)
	@list1='$(man3_MANS)'; \
	list2=''; \
	test -n "$(man3dir)" \
	  && test -n "`echo $$list1$$list2`" \
	  || exit 0; \
	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
	{ for i in $$list1; do echo "$$i"; done;  \
	if test -n "$$list2"; then \
	  for i in $$list2; do echo "$$i"; done \
	    | sed -n '/\.3[a-z]*$$/p'; \
	fi; \
	} | while read p; do \
	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; echo "$$p"; \
	done | \
	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
	sed 'N;N;s,\n, ,g' | { \
	list=; while read file base inst; do \
	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
	  fi; \
	done; \
	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
	while read files; do \
	  test -z "$$files" || { \
	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
	done; }

uninstall-man3:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
	files=`{ for i in $$list; do echo "$$i"; done; \
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
install-man3_bitmapDATA: $(man3_bitmap_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_bitmap_DATA)'; test -n "$(man3_bitmapdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_bitmapdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_bitmapdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_bitmapdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_bitmapdir)" || exit $$?; \
	done

uninstall-man3_bitmapDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_bitmap_DATA)'; test -n "$(man3_bitmapdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_bitmapdir)'; $(am__uninstall_files_from_dir)
install-man3_configurationDATA: $(man3_configuration_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_configuration_DATA)'; test -n "$(man3_configurationdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_configurationdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_configurationdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_configurationdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_configurationdir)" || exit $$?; \
	done

uninstall-man3_configurationDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_configuration_DATA)'; test -n "$(man3_configurationdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_configurationdir)'; $(am__uninstall_files_from_dir)
install-man3_cpubindingDATA: $(man3_cpubinding_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_cpubinding_DATA)'; test -n "$(man3_cpubindingdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_cpubindingdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_cpubindingdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_cpubindingdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_cpubindingdir)" || exit $$?; \
	done

uninstall-man3_cpubindingDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_cpubinding_DATA)'; test -n "$(man3_cpubindingdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_cpubindingdir)'; $(am__uninstall_files_from_dir)
install-man3_creationDATA: $(man3_creation_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_creation_DATA)'; test -n "$(man3_creationdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_creationdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_creationdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_creationdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_creationdir)" || exit $$?; \
	done

uninstall-man3_creationDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_creation_DATA)'; test -n "$(man3_creationdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_creationdir)'; $(am__uninstall_files_from_dir)
install-man3_cudaDATA: $(man3_cuda_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_cuda_DATA)'; test -n "$(man3_cudadir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_cudadir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_cudadir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_cudadir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_cudadir)" || exit $$?; \
	done

uninstall-man3_cudaDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_cuda_DATA)'; test -n "$(man3_cudadir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_cudadir)'; $(am__uninstall_files_from_dir)
install-man3_customDATA: $(man3_custom_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_custom_DATA)'; test -n "$(man3_customdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_customdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_customdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_customdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_customdir)" || exit $$?; \
	done

uninstall-man3_customDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_custom_DATA)'; test -n "$(man3_customdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_customdir)'; $(am__uninstall_files_from_dir)
install-man3_diffDATA: $(man3_diff_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_diff_DATA)'; test -n "$(man3_diffdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_diffdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_diffdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_diffdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_diffdir)" || exit $$?; \
	done

uninstall-man3_diffDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_diff_DATA)'; test -n "$(man3_diffdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_diffdir)'; $(am__uninstall_files_from_dir)
install-man3_glibc_schedDATA: $(man3_glibc_sched_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_glibc_sched_DATA)'; test -n "$(man3_glibc_scheddir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_glibc_scheddir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_glibc_scheddir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_glibc_scheddir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_glibc_scheddir)" || exit $$?; \
	done

uninstall-man3_glibc_schedDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_glibc_sched_DATA)'; test -n "$(man3_glibc_scheddir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_glibc_scheddir)'; $(am__uninstall_files_from_dir)
install-man3_helper_advanced_ioDATA: $(man3_helper_advanced_io_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_helper_advanced_io_DATA)'; test -n "$(man3_helper_advanced_iodir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_helper_advanced_iodir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_helper_advanced_iodir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_helper_advanced_iodir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_helper_advanced_iodir)" || exit $$?; \
	done

uninstall-man3_helper_advanced_ioDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_helper_advanced_io_DATA)'; test -n "$(man3_helper_advanced_iodir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_helper_advanced_iodir)'; $(am__uninstall_files_from_dir)
install-man3_helper_ancestorsDATA: $(man3_helper_ancestors_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_helper_ancestors_DATA)'; test -n "$(man3_helper_ancestorsdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_helper_ancestorsdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_helper_ancestorsdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_helper_ancestorsdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_helper_ancestorsdir)" || exit $$?; \
	done

uninstall-man3_helper_ancestorsDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_helper_ancestors_DATA)'; test -n "$(man3_helper_ancestorsdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_helper_ancestorsdir)'; $(am__uninstall_files_from_dir)
install-man3_helper_distancesDATA: $(man3_helper_distances_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_helper_distances_DATA)'; test -n "$(man3_helper_distancesdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_helper_distancesdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_helper_distancesdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_helper_distancesdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_helper_distancesdir)" || exit $$?; \
	done

uninstall-man3_helper_distancesDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_helper_distances_DATA)'; test -n "$(man3_helper_distancesdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_helper_distancesdir)'; $(am__uninstall_files_from_dir)
install-man3_helper_distributeDATA: $(man3_helper_distribute_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_helper_distribute_DATA)'; test -n "$(man3_helper_distributedir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_helper_distributedir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_helper_distributedir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_helper_distributedir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_helper_distributedir)" || exit $$?; \
	done

uninstall-man3_helper_distributeDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_helper_distribute_DATA)'; test -n "$(man3_helper_distributedir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_helper_distributedir)'; $(am__uninstall_files_from_dir)
install-man3_helper_find_cacheDATA: $(man3_helper_find_cache_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_helper_find_cache_DATA)'; test -n "$(man3_helper_find_cachedir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_helper_find_cachedir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_helper_find_cachedir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_helper_find_cachedir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_helper_find_cachedir)" || exit $$?; \
	done

uninstall-man3_helper_find_cacheDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_helper_find_cache_DATA)'; test -n "$(man3_helper_find_cachedir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_helper_find_cachedir)'; $(am__uninstall_files_from_dir)
install-man3_helper_find_coveringDATA: $(man3_helper_find_covering_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_helper_find_covering_DATA)'; test -n "$(man3_helper_find_coveringdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_helper_find_coveringdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_helper_find_coveringdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_helper_find_coveringdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_helper_find_coveringdir)" || exit $$?; \
	done

uninstall-man3_helper_find_coveringDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_helper_find_covering_DATA)'; test -n "$(man3_helper_find_coveringdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_helper_find_coveringdir)'; $(am__uninstall_files_from_dir)
install-man3_helper_find_insideDATA: $(man3_helper_find_inside_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_helper_find_inside_DATA)'; test -n "$(man3_helper_find_insidedir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_helper_find_insidedir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_helper_find_insidedir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_helper_find_insidedir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_helper_find_insidedir)" || exit $$?; \
	done

uninstall-man3_helper_find_insideDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_helper_find_inside_DATA)'; test -n "$(man3_helper_find_insidedir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_helper_find_insidedir)'; $(am__uninstall_files_from_dir)
install-man3_helper_find_miscDATA: $(man3_helper_find_misc_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_helper_find_misc_DATA)'; test -n "$(man3_helper_find_miscdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_helper_find_miscdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_helper_find_miscdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_helper_find_miscdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_helper_find_miscdir)" || exit $$?; \
	done

uninstall-man3_helper_find_miscDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_helper_find_misc_DATA)'; test -n "$(man3_helper_find_miscdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_helper_find_miscdir)'; $(am__uninstall_files_from_dir)
install-man3_helper_nodeset_convertDATA: $(man3_helper_nodeset_convert_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_helper_nodeset_convert_DATA)'; test -n "$(man3_helper_nodeset_convertdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_helper_nodeset_convertdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_helper_nodeset_convertdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_helper_nodeset_convertdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_helper_nodeset_convertdir)" || exit $$?; \
	done

uninstall-man3_helper_nodeset_convertDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_helper_nodeset_convert_DATA)'; test -n "$(man3_helper_nodeset_convertdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_helper_nodeset_convertdir)'; $(am__uninstall_files_from_dir)
install-man3_helper_topology_setsDATA: $(man3_helper_topology_sets_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_helper_topology_sets_DATA)'; test -n "$(man3_helper_topology_setsdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_helper_topology_setsdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_helper_topology_setsdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_helper_topology_setsdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_helper_topology_setsdir)" || exit $$?; \
	done

uninstall-man3_helper_topology_setsDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_helper_topology_sets_DATA)'; test -n "$(man3_helper_topology_setsdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_helper_topology_setsdir)'; $(am__uninstall_files_from_dir)
install-man3_levelsDATA: $(man3_levels_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_levels_DATA)'; test -n "$(man3_levelsdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_levelsdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_levelsdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_levelsdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_levelsdir)" || exit $$?; \
	done

uninstall-man3_levelsDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_levels_DATA)'; test -n "$(man3_levelsdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_levelsdir)'; $(am__uninstall_files_from_dir)
install-man3_linuxDATA: $(man3_linux_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_linux_DATA)'; test -n "$(man3_linuxdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_linuxdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_linuxdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_linuxdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_linuxdir)" || exit $$?; \
	done

uninstall-man3_linuxDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_linux_DATA)'; test -n "$(man3_linuxdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_linuxdir)'; $(am__uninstall_files_from_dir)
install-man3_linux_libnumaDATA: $(man3_linux_libnuma_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_linux_libnuma_DATA)'; test -n "$(man3_linux_libnumadir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_linux_libnumadir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_linux_libnumadir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_linux_libnumadir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_linux_libnumadir)" || exit $$?; \
	done

uninstall-man3_linux_libnumaDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_linux_libnuma_DATA)'; test -n "$(man3_linux_libnumadir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_linux_libnumadir)'; $(am__uninstall_files_from_dir)
install-man3_membindingDATA: $(man3_membinding_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_membinding_DATA)'; test -n "$(man3_membindingdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_membindingdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_membindingdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_membindingdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_membindingdir)" || exit $$?; \
	done

uninstall-man3_membindingDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_membinding_DATA)'; test -n "$(man3_membindingdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_membindingdir)'; $(am__uninstall_files_from_dir)
install-man3_myriexpressDATA: $(man3_myriexpress_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_myriexpress_DATA)'; test -n "$(man3_myriexpressdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_myriexpressdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_myriexpressdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_myriexpressdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_myriexpressdir)" || exit $$?; \
	done

uninstall-man3_myriexpressDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_myriexpress_DATA)'; test -n "$(man3_myriexpressdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_myriexpressdir)'; $(am__uninstall_files_from_dir)
install-man3_object_setsDATA: $(man3_object_sets_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_object_sets_DATA)'; test -n "$(man3_object_setsdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_object_setsdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_object_setsdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_object_setsdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_object_setsdir)" || exit $$?; \
	done

uninstall-man3_object_setsDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_object_sets_DATA)'; test -n "$(man3_object_setsdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_object_setsdir)'; $(am__uninstall_files_from_dir)
install-man3_object_stringsDATA: $(man3_object_strings_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_object_strings_DATA)'; test -n "$(man3_object_stringsdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_object_stringsdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_object_stringsdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_object_stringsdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_object_stringsdir)" || exit $$?; \
	done

uninstall-man3_object_stringsDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_object_strings_DATA)'; test -n "$(man3_object_stringsdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_object_stringsdir)'; $(am__uninstall_files_from_dir)
install-man3_object_typesDATA: $(man3_object_types_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_object_types_DATA)'; test -n "$(man3_object_typesdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_object_typesdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_object_typesdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_object_typesdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_object_typesdir)" || exit $$?; \
	done

uninstall-man3_object_typesDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_object_types_DATA)'; test -n "$(man3_object_typesdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_object_typesdir)'; $(am__uninstall_files_from_dir)
install-man3_objectsDATA: $(man3_objects_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_objects_DATA)'; test -n "$(man3_objectsdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_objectsdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_objectsdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_objectsdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_objectsdir)" || exit $$?; \
	done

uninstall-man3_objectsDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_objects_DATA)'; test -n "$(man3_objectsdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_objectsdir)'; $(am__uninstall_files_from_dir)
install-man3_openfabricsDATA: $(man3_openfabrics_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_openfabrics_DATA)'; test -n "$(man3_openfabricsdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_openfabricsdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_openfabricsdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_openfabricsdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_openfabricsdir)" || exit $$?; \
	done

uninstall-man3_openfabricsDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_openfabrics_DATA)'; test -n "$(man3_openfabricsdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_openfabricsdir)'; $(am__uninstall_files_from_dir)
install-man3_tinkerDATA: $(man3_tinker_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_tinker_DATA)'; test -n "$(man3_tinkerdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_tinkerdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_tinkerdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_tinkerdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_tinkerdir)" || exit $$?; \
	done

uninstall-man3_tinkerDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_tinker_DATA)'; test -n "$(man3_tinkerdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_tinkerdir)'; $(am__uninstall_files_from_dir)
install-man3_xmlexportDATA: $(man3_xmlexport_DATA)
	@$(NORMAL_INSTALL)
	@list='$(man3_xmlexport_DATA)'; test -n "$(man3_xmlexportdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(man3_xmlexportdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(man3_xmlexportdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3_xmlexportdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(man3_xmlexportdir)" || exit $$?; \
	done

uninstall-man3_xmlexportDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(man3_xmlexport_DATA)'; test -n "$(man3_xmlexportdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(man3_xmlexportdir)'; $(am__uninstall_files_from_dir)
install-pdfDATA: $(pdf_DATA)
	@$(NORMAL_INSTALL)
	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
	if test -n "$$list"; then \
	  echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
	  $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
	fi; \
	for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  echo "$$d$$p"; \
	done | $(am__base_list) | \
	while read files; do \
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; \
	done

uninstall-pdfDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
	dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)

ID: $(am__tagged_files)
	$(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-am
TAGS: tags

tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	set x; \
	here=`pwd`; \
	$(am__define_uniq_tagged_files); \
	shift; \
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
	  test -n "$$unique" || unique=$$empty_fix; \
	  if test $$# -gt 0; then \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      "$$@" $$unique; \
	  else \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      $$unique; \
	  fi; \
	fi
ctags: ctags-am

CTAGS: ctags
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	$(am__define_uniq_tagged_files); \
	test -z "$(CTAGS_ARGS)$$unique" \
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
	     $$unique

GTAGS:
	here=`$(am__cd) $(top_builddir) && pwd` \
	  && $(am__cd) $(top_srcdir) \
	  && gtags -i $(GTAGS_ARGS) "$$here"
cscopelist: cscopelist-am

cscopelist-am: $(am__tagged_files)
	list='$(am__tagged_files)'; \
	case "$(srcdir)" in \
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
	  *) sdir=$(subdir)/$(srcdir) ;; \
	esac; \
	for i in $$list; do \
	  if test -f "$$i"; then \
	    echo "$(subdir)/$$i"; \
	  else \
	    echo "$$sdir/$$i"; \
	  fi; \
	done >> $(top_builddir)/cscope.files

distclean-tags:
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

# Recover from deleted '.trs' file; this should ensure that
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
# to avoid problems with "make -n".
.log.trs:
	rm -f $< $@
	$(MAKE) $(AM_MAKEFLAGS) $<

# Leading 'am--fnord' is there to ensure the list of targets does not
# expand to empty, as could happen e.g. with make check TESTS=''.
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
am--force-recheck:
	@:

$(TEST_SUITE_LOG): $(TEST_LOGS)
	@$(am__set_TESTS_bases); \
	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
	redo_bases=`for i in $$bases; do \
	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
	            done`; \
	if test -n "$$redo_bases"; then \
	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
	  if $(am__make_dryrun); then :; else \
	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
	  fi; \
	fi; \
	if test -n "$$am__remaking_logs"; then \
	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
	       "recursion detected" >&2; \
	else \
	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
	fi; \
	if $(am__make_dryrun); then :; else \
	  st=0;  \
	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
	  for i in $$redo_bases; do \
	    test -f $$i.trs && test -r $$i.trs \
	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
	    test -f $$i.log && test -r $$i.log \
	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
	  done; \
	  test $$st -eq 0 || exit 1; \
	fi
	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
	ws='[ 	]'; \
	results=`for b in $$bases; do echo $$b.trs; done`; \
	test -n "$$results" || results=/dev/null; \
	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
	  success=true; \
	else \
	  success=false; \
	fi; \
	br='==================='; br=$$br$$br$$br$$br; \
	result_count () \
	{ \
	    if test x"$$1" = x"--maybe-color"; then \
	      maybe_colorize=yes; \
	    elif test x"$$1" = x"--no-color"; then \
	      maybe_colorize=no; \
	    else \
	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
	    fi; \
	    shift; \
	    desc=$$1 count=$$2; \
	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
	      color_start=$$3 color_end=$$std; \
	    else \
	      color_start= color_end=; \
	    fi; \
	    echo "$${color_start}# $$desc $$count$${color_end}"; \
	}; \
	create_testsuite_report () \
	{ \
	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
	  result_count $$1 "PASS: " $$pass  "$$grn"; \
	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
	  result_count $$1 "FAIL: " $$fail  "$$red"; \
	  result_count $$1 "XPASS:" $$xpass "$$red"; \
	  result_count $$1 "ERROR:" $$error "$$mgn"; \
	}; \
	{								\
	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
	    $(am__rst_title);						\
	  create_testsuite_report --no-color;				\
	  echo;								\
	  echo ".. contents:: :depth: 2";				\
	  echo;								\
	  for b in $$bases; do echo $$b; done				\
	    | $(am__create_global_log);					\
	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
	if $$success; then						\
	  col="$$grn";							\
	 else								\
	  col="$$red";							\
	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
	fi;								\
	echo "$${col}$$br$${std}"; 					\
	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
	echo "$${col}$$br$${std}"; 					\
	create_testsuite_report --maybe-color;				\
	echo "$$col$$br$$std";						\
	if $$success; then :; else					\
	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
	  fi;								\
	  echo "$$col$$br$$std";					\
	fi;								\
	$$success || exit 1

check-TESTS:
	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
	@set +e; $(am__set_TESTS_bases); \
	log_list=`for i in $$bases; do echo $$i.log; done`; \
	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
	exit $$?;
recheck: all $(check_PROGRAMS)
	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
	@set +e; $(am__set_TESTS_bases); \
	bases=`for i in $$bases; do echo $$i; done \
	         | $(am__list_recheck_tests)` || exit 1; \
	log_list=`for i in $$bases; do echo $$i.log; done`; \
	log_list=`echo $$log_list`; \
	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
	        am__force_recheck=am--force-recheck \
	        TEST_LOGS="$$log_list"; \
	exit $$?
hwloc-hello.log: hwloc-hello$(EXEEXT)
	@p='hwloc-hello$(EXEEXT)'; \
	b='hwloc-hello'; \
	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
	--log-file $$b.log --trs-file $$b.trs \
	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
	"$$tst" $(AM_TESTS_FD_REDIRECT)
hwloc-hello-cpp.log: hwloc-hello-cpp$(EXEEXT)
	@p='hwloc-hello-cpp$(EXEEXT)'; \
	b='hwloc-hello-cpp'; \
	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
	--log-file $$b.log --trs-file $$b.trs \
	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
	"$$tst" $(AM_TESTS_FD_REDIRECT)
.test.log:
	@p='$<'; \
	$(am__set_b); \
	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
	--log-file $$b.log --trs-file $$b.trs \
	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
	"$$tst" $(AM_TESTS_FD_REDIRECT)
#.test$(EXEEXT).log:
#	@p='$<'; \
#	$(am__set_b); \
#	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
#	--log-file $$b.log --trs-file $$b.trs \
#	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
#	"$$tst" $(AM_TESTS_FD_REDIRECT)

distdir: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	list='$(DISTFILES)'; \
	  dist_files=`for file in $$list; do echo $$file; done | \
	  sed -e "s|^$$srcdirstrip/||;t" \
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
	case $$dist_files in \
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $$dist_files; do \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
	    if test -d "$(distdir)/$$file"; then \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
	  else \
	    test -f "$(distdir)/$$file" \
	    || cp -p $$d/$$file "$(distdir)/$$file" \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) check-am
all-am: Makefile $(MANS) $(DATA) all-local
installdirs:
	for dir in "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man3_bitmapdir)" "$(DESTDIR)$(man3_configurationdir)" "$(DESTDIR)$(man3_cpubindingdir)" "$(DESTDIR)$(man3_creationdir)" "$(DESTDIR)$(man3_cudadir)" "$(DESTDIR)$(man3_customdir)" "$(DESTDIR)$(man3_diffdir)" "$(DESTDIR)$(man3_glibc_scheddir)" "$(DESTDIR)$(man3_helper_advanced_iodir)" "$(DESTDIR)$(man3_helper_ancestorsdir)" "$(DESTDIR)$(man3_helper_distancesdir)" "$(DESTDIR)$(man3_helper_distributedir)" "$(DESTDIR)$(man3_helper_find_cachedir)" "$(DESTDIR)$(man3_helper_find_coveringdir)" "$(DESTDIR)$(man3_helper_find_insidedir)" "$(DESTDIR)$(man3_helper_find_miscdir)" "$(DESTDIR)$(man3_helper_nodeset_convertdir)" "$(DESTDIR)$(man3_helper_topology_setsdir)" "$(DESTDIR)$(man3_levelsdir)" "$(DESTDIR)$(man3_linuxdir)" "$(DESTDIR)$(man3_linux_libnumadir)" "$(DESTDIR)$(man3_membindingdir)" "$(DESTDIR)$(man3_myriexpressdir)" "$(DESTDIR)$(man3_object_setsdir)" "$(DESTDIR)$(man3_object_stringsdir)" "$(DESTDIR)$(man3_object_typesdir)" "$(DESTDIR)$(man3_objectsdir)" "$(DESTDIR)$(man3_openfabricsdir)" "$(DESTDIR)$(man3_tinkerdir)" "$(DESTDIR)$(man3_xmlexportdir)" "$(DESTDIR)$(pdfdir)"; do \
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
	done
install: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	if test -z '$(STRIP)'; then \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	      install; \
	else \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
	fi
mostlyclean-generic:
	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)

clean-generic:

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-am

clean-am: clean-checkPROGRAMS clean-generic clean-libtool clean-local \
	mostlyclean-am

distclean: distclean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
	distclean-tags

dvi: dvi-am

dvi-am:

html: html-am

html-am:

info: info-am

info-am:

install-data-am: install-man install-man3_bitmapDATA \
	install-man3_configurationDATA install-man3_cpubindingDATA \
	install-man3_creationDATA install-man3_cudaDATA \
	install-man3_customDATA install-man3_diffDATA \
	install-man3_glibc_schedDATA \
	install-man3_helper_advanced_ioDATA \
	install-man3_helper_ancestorsDATA \
	install-man3_helper_distancesDATA \
	install-man3_helper_distributeDATA \
	install-man3_helper_find_cacheDATA \
	install-man3_helper_find_coveringDATA \
	install-man3_helper_find_insideDATA \
	install-man3_helper_find_miscDATA \
	install-man3_helper_nodeset_convertDATA \
	install-man3_helper_topology_setsDATA install-man3_levelsDATA \
	install-man3_linuxDATA install-man3_linux_libnumaDATA \
	install-man3_membindingDATA install-man3_myriexpressDATA \
	install-man3_object_setsDATA install-man3_object_stringsDATA \
	install-man3_object_typesDATA install-man3_objectsDATA \
	install-man3_openfabricsDATA install-man3_tinkerDATA \
	install-man3_xmlexportDATA install-pdfDATA

install-dvi: install-dvi-am

install-dvi-am:

install-exec-am:

install-html: install-html-am

install-html-am:

install-info: install-info-am

install-info-am:

install-man: install-man3

install-pdf: install-pdf-am

install-pdf-am:

install-ps: install-ps-am

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-compile mostlyclean-generic \
	mostlyclean-libtool

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am: uninstall-man uninstall-man3_bitmapDATA \
	uninstall-man3_configurationDATA uninstall-man3_cpubindingDATA \
	uninstall-man3_creationDATA uninstall-man3_cudaDATA \
	uninstall-man3_customDATA uninstall-man3_diffDATA \
	uninstall-man3_glibc_schedDATA \
	uninstall-man3_helper_advanced_ioDATA \
	uninstall-man3_helper_ancestorsDATA \
	uninstall-man3_helper_distancesDATA \
	uninstall-man3_helper_distributeDATA \
	uninstall-man3_helper_find_cacheDATA \
	uninstall-man3_helper_find_coveringDATA \
	uninstall-man3_helper_find_insideDATA \
	uninstall-man3_helper_find_miscDATA \
	uninstall-man3_helper_nodeset_convertDATA \
	uninstall-man3_helper_topology_setsDATA \
	uninstall-man3_levelsDATA uninstall-man3_linuxDATA \
	uninstall-man3_linux_libnumaDATA uninstall-man3_membindingDATA \
	uninstall-man3_myriexpressDATA uninstall-man3_object_setsDATA \
	uninstall-man3_object_stringsDATA \
	uninstall-man3_object_typesDATA uninstall-man3_objectsDATA \
	uninstall-man3_openfabricsDATA uninstall-man3_tinkerDATA \
	uninstall-man3_xmlexportDATA uninstall-pdfDATA

uninstall-man: uninstall-man3

.MAKE: all check check-am install install-am install-strip

.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-TESTS \
	check-am clean clean-checkPROGRAMS clean-generic clean-libtool \
	clean-local cscopelist-am ctags ctags-am distclean \
	distclean-compile distclean-generic distclean-libtool \
	distclean-tags distdir dvi dvi-am html html-am info info-am \
	install install-am install-data install-data-am install-dvi \
	install-dvi-am install-exec install-exec-am install-html \
	install-html-am install-info install-info-am install-man \
	install-man3 install-man3_bitmapDATA \
	install-man3_configurationDATA install-man3_cpubindingDATA \
	install-man3_creationDATA install-man3_cudaDATA \
	install-man3_customDATA install-man3_diffDATA \
	install-man3_glibc_schedDATA \
	install-man3_helper_advanced_ioDATA \
	install-man3_helper_ancestorsDATA \
	install-man3_helper_distancesDATA \
	install-man3_helper_distributeDATA \
	install-man3_helper_find_cacheDATA \
	install-man3_helper_find_coveringDATA \
	install-man3_helper_find_insideDATA \
	install-man3_helper_find_miscDATA \
	install-man3_helper_nodeset_convertDATA \
	install-man3_helper_topology_setsDATA install-man3_levelsDATA \
	install-man3_linuxDATA install-man3_linux_libnumaDATA \
	install-man3_membindingDATA install-man3_myriexpressDATA \
	install-man3_object_setsDATA install-man3_object_stringsDATA \
	install-man3_object_typesDATA install-man3_objectsDATA \
	install-man3_openfabricsDATA install-man3_tinkerDATA \
	install-man3_xmlexportDATA install-pdf install-pdf-am \
	install-pdfDATA install-ps install-ps-am install-strip \
	installcheck installcheck-am installdirs maintainer-clean \
	maintainer-clean-generic mostlyclean mostlyclean-compile \
	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
	recheck tags tags-am uninstall uninstall-am uninstall-man \
	uninstall-man3 uninstall-man3_bitmapDATA \
	uninstall-man3_configurationDATA uninstall-man3_cpubindingDATA \
	uninstall-man3_creationDATA uninstall-man3_cudaDATA \
	uninstall-man3_customDATA uninstall-man3_diffDATA \
	uninstall-man3_glibc_schedDATA \
	uninstall-man3_helper_advanced_ioDATA \
	uninstall-man3_helper_ancestorsDATA \
	uninstall-man3_helper_distancesDATA \
	uninstall-man3_helper_distributeDATA \
	uninstall-man3_helper_find_cacheDATA \
	uninstall-man3_helper_find_coveringDATA \
	uninstall-man3_helper_find_insideDATA \
	uninstall-man3_helper_find_miscDATA \
	uninstall-man3_helper_nodeset_convertDATA \
	uninstall-man3_helper_topology_setsDATA \
	uninstall-man3_levelsDATA uninstall-man3_linuxDATA \
	uninstall-man3_linux_libnumaDATA uninstall-man3_membindingDATA \
	uninstall-man3_myriexpressDATA uninstall-man3_object_setsDATA \
	uninstall-man3_object_stringsDATA \
	uninstall-man3_object_typesDATA uninstall-man3_objectsDATA \
	uninstall-man3_openfabricsDATA uninstall-man3_tinkerDATA \
	uninstall-man3_xmlexportDATA uninstall-pdfDATA


#images/diagram.png: $(srcdir)/images/diagram.fig
#	$(MKDIR_P) images
#	@if test "x$(FIG2DEV)" = "x"; then \
#	    echo "ERROR: Cannot find the 'fig2dev' executable -- cannot make $@"; \
#	    exit 1; \
#	fi
#	$(FIG2DEV) -L png $< $@

#images/diagram.eps: $(srcdir)/images/diagram.fig
#	$(MKDIR_P) images
#	@if test "x$(FIG2DEV)" = "x"; then \
#	    echo "ERROR: Cannot find the 'fig2dev' executable -- cannot make $@"; \
#	    exit 1; \
#	fi
#	$(FIG2DEV) -L eps $< $@

#
# Rules for running doxygen.  It depends on the built images and the
# dox_inputs.
# Remove useless manpages, they have too long filenames anyway because
# of nested structurre/union declarations.
#

#
# Note that we want to use our own doxygen.css file; not the one that
# doxygen installs in the HTML directory.  So manually copy it over.
# Be a little clever: only copy the doxygen.css file over if it exists
# in DOX_HTML_DIR (which is in the build tree).  If the html tree
# doesn't exist in the build tree, then we're using an html tree in
# the source tree, and we don't need to copy over the doxygen.css
# because we didn't build the html tree (e.g., the html tree came
# pre-bundled in a tarball).
#

#$(DOX_TAG): $(BUILT_SOURCES) $(dox_inputs) $(PREBUILT_IMAGES)
#	rm -fr $(DOX_DIR)
#	$(DOXYGEN) $(DOX_CONFIG)
#	@echo "Work-around spurious leading _ in doxygen filenames..."
#	-(cd $(DOX_DIR)/man/man3 ; \
#	for i in _hwloc* ; do \
#		[ ! -f $$i ] || mv $$i $${i#_} ; \
#	done)
#	@echo "Removing useless manpages..."
#	@mkdir $(DOX_DIR)/man.tmp
#	@mv $(DOX_MAN_DIR)/man3/hwloc* $(DOX_MAN_DIR)/man3/HWLOC* $(DOX_DIR)/man.tmp/
#	@rm -rf $(DOX_MAN_DIR)/man3
#	@mv $(DOX_DIR)/man.tmp $(DOX_MAN_DIR)/man3
#	@echo "Copying custom doxygen.css..."
#	if test -d $(DOX_HTML_DIR) -a -f $(DOX_HTML_DIR)/doxygen.css; then \
#	    cp -f $(srcdir)/doxygen.css $(DOX_HTML_DIR); \
#	fi

#
# Rules for building the PDF
#

# The Doxygen config is set to generate a4 latex -- no transformation
# is necessary.
#$(DOX_A4PDF): $(DOX_TAG)
#	cd $(DOX_LATEX_DIR); \
#	rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
#	cp refman.tex a4-refman.tex; \
#	$(PDFLATEX) a4-refman.tex; \
#	$(MAKEINDEX) a4-refman.idx; \
#	$(PDFLATEX) a4-refman.tex; \
#	done=0; repeat=5; \
#	while test $$done = 0 -a $$repeat -gt 0; do \
#           if $(EGREP) 'Rerun (LaTeX|to get cross-references right)' a4-refman.log > /dev/null 2>&1; then \
#	       $(PDFLATEX) a4-refman.tex; \
#	       repeat=`expr $$repeat - 1`; \
#	   else \
#	       done=1; \
#	   fi; \
#	done; \
#	mv a4-refman.pdf $(DOCDIR)/$(DOX_A4PDF)

# The Doxygen config is set to generate a4 latex -- slightly transform
# to make suitable for US letter.
#$(DOX_LETTERPDF): $(DOX_TAG)
#	cd $(DOX_LATEX_DIR); \
#	rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \
#	$(SED) -e 's/a4paper/letterpaper/g' -e 's/\\usepackage{a4wide}//' refman.tex > letter-refman.tex; \
#	$(PDFLATEX) letter-refman.tex; \
#	$(MAKEINDEX) letter-refman.idx; \
#	$(PDFLATEX) letter-refman.tex; \
#	done=0; repeat=5; \
#	while test $$done = 0 -a $$repeat -gt 0; do \
#           if $(EGREP) 'Rerun (LaTeX|to get cross-references right)' letter-refman.log > /dev/null 2>&1; then \
#	       $(PDFLATEX) letter-refman.tex; \
#	       repeat=`expr $$repeat - 1`; \
#	   else \
#	       done=1; \
#	   fi; \
#	done; \
#	mv letter-refman.pdf $(DOCDIR)/$(DOX_LETTERPDF)

#doc: $(DOX_TAG) $(DOX_LETTERPDF) $(DOX_A4PDF)

# When we don't have doxygen, nothing to do
doc:

# end of manpages(3) if HWLOC_BUILD_DOXYGEN

# Put in these rules to force the generation of the man pages and get
# all the dependencies right.  Additionally, this forces a
# serialization during parallel builds (e.g., "make -j X") to ensure
# that we don't get partial target errors (i.e., doxygen must be run
# *first* before we can try to process/install man pages, the HTML,
# run pdflatex, .etc.).

# The list below should match the list of _DATA lines above

#$(man3_MANS): $(DOX_TAG)
#$(man3_object_sets_DATA): $(DOX_TAG)
#$(man3_object_types_DATA): $(DOX_TAG)
#$(man3_objects_DATA): $(DOX_TAG)
#$(man3_creation_DATA): $(DOX_TAG)
#$(man3_configuration_DATA): $(DOX_TAG)
#$(man3_levels_DATA): $(DOX_TAG)
#$(man3_object_strings_DATA): $(DOX_TAG)
#$(man3_cpubinding_DATA): $(DOX_TAG)
#$(man3_membinding_DATA): $(DOX_TAG)
#$(man3_tinker_DATA): $(DOX_TAG)
#$(man3_custom_DATA): $(DOX_TAG)
#$(man3_xmlexport_DATA): $(DOX_TAG)
#$(man3_bitmap_DATA): $(DOX_TAG)
#$(man3_helper_find_inside_DATA): $(DOX_TAG)
#$(man3_helper_find_covering_DATA): $(DOX_TAG)
#$(man3_helper_ancestors_DATA): $(DOX_TAG)
#$(man3_helper_find_cache_DATA): $(DOX_TAG)
#$(man3_helper_find_misc_DATA): $(DOX_TAG)
#$(man3_helper_distribute_DATA): $(DOX_TAG)
#$(man3_helper_topology_sets_DATA): $(DOX_TAG)
#$(man3_helper_nodeset_convert_DATA): $(DOX_TAG)
#$(man3_helper_distances_DATA): $(DOX_TAG)
#$(man3_helper_advanced_io_DATA): $(DOX_TAG)
#$(man3_diff_DATA): $(DOX_TAG)
#$(man3_cuda_DATA): $(DOX_TAG)
#$(man3_glibc_sched_DATA): $(DOX_TAG)
#$(man3_linux_DATA): $(DOX_TAG)
#$(man3_linux_libnuma_DATA): $(DOX_TAG)
#$(man3_myriexpress_DATA): $(DOX_TAG)
#$(man3_openfabrics_DATA): $(DOX_TAG)

#$(DOX_LETTERPDF): $(DOX_TAG)
#$(DOX_HTML_DIR): $(DOX_TAG)
#$(DOX_LATEX_DIR): $(DOX_TAG)
#$(DOX_MAN_DIR): $(DOX_TAG)

# Additionally, we have to ensure that the A4 and Letter PDFs aren't
# built at the same time during a parallel build (e.g., "make -j X").
# So arbitrarily make the A4 PDF dependent upon the Letter PDF.
#$(DOX_A4PDF): $(DOX_TAG) $(DOX_LETTERPDF)

hwloc-hello-cpp.cpp: $(srcdir)/hwloc-hello.c
	cp -f $(srcdir)/hwloc-hello.c $@

clean-local:
	rm -f hwloc-hello-cpp.cpp

#
# Rules for creating the top-level README file.  There does not appear
# to be an easy way to know if AC_PATH_PROG found something in
# configure.ac (!), so put a run-time check here to see if we have
# w3c.  
#
# Just like BUILD_DOXYGEN, BUILD_README will automatically be false if
# we're not building standalone.
#
readme: $(HWLOC_top_srcdir)/README
$(HWLOC_top_srcdir)/README: $(DOX_TAG)
	sed -n -f $(srcdir)/README.sed $(DOX_HTML_DIR)/index.html > $(DOX_HTML_README)
	LC_ALL=C $(HWLOC_W3_GENERATOR) $(DOX_HTML_README) \
	 | $(SED) -n -e 's/^   //' -e '/^Introduction$$/,$$p' \
	 | $(SED) -e '/^--*-$$/,$$ d' \
	 > $@
	rm -f $(DOX_HTML_README)

# When we don't have what's needed to build the README, nothing to do
#readme: doc

all-local: doc readme

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
