2009-11-30 23:11:25 +00:00
|
|
|
#
|
2017-02-10 04:48:43 -08:00
|
|
|
# Copyright (c) 2011-2017 Cisco Systems, Inc. All rights reserved
|
2016-12-21 11:58:10 +09:00
|
|
|
# Copyright (c) 2016 Research Organization for Information Science
|
|
|
|
# and Technology (RIST). All rights reserved.
|
2009-11-30 23:11:25 +00:00
|
|
|
# $COPYRIGHT$
|
2015-06-23 20:59:57 -07:00
|
|
|
#
|
2009-11-30 23:11:25 +00:00
|
|
|
# Additional copyrights may follow
|
2015-06-23 20:59:57 -07:00
|
|
|
#
|
2009-11-30 23:11:25 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2017-03-17 11:40:09 -07:00
|
|
|
EXTRA_DIST = autogen.options
|
|
|
|
|
2009-11-30 23:11:25 +00:00
|
|
|
# main library setup
|
2011-09-11 19:02:24 +00:00
|
|
|
noinst_LTLIBRARIES = libmca_hwloc.la
|
|
|
|
libmca_hwloc_la_SOURCES =
|
2009-11-30 23:11:25 +00:00
|
|
|
|
|
|
|
# local files
|
2017-02-10 04:48:43 -08:00
|
|
|
headers = hwloc-internal.h
|
2011-09-11 19:02:24 +00:00
|
|
|
libmca_hwloc_la_SOURCES += $(headers)
|
2009-11-30 23:11:25 +00:00
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
if WANT_INSTALL_HEADERS
|
2014-05-08 02:01:35 +00:00
|
|
|
opaldir = $(opalincludedir)/$(subdir)
|
2010-09-24 22:53:28 +00:00
|
|
|
nobase_opal_HEADERS = $(headers)
|
2009-11-30 23:11:25 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
include base/Makefile.am
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
rm -f base/static-components.h
|