# # Copyright (c) 2011-2017 Cisco Systems, Inc. All rights reserved # Copyright (c) 2016 Research Organization for Information Science # and Technology (RIST). All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow # # $HEADER$ # EXTRA_DIST = autogen.options # main library setup noinst_LTLIBRARIES = libmca_hwloc.la libmca_hwloc_la_SOURCES = # local files headers = hwloc-internal.h libmca_hwloc_la_SOURCES += $(headers) # Conditionally install the header files if WANT_INSTALL_HEADERS opaldir = $(opalincludedir)/$(subdir) nobase_opal_HEADERS = $(headers) endif include base/Makefile.am