2009-12-01 02:11:25 +03:00
|
|
|
#
|
2011-09-11 23:02:24 +04:00
|
|
|
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
2009-12-01 02:11:25 +03:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
# main library setup
|
2011-09-11 23:02:24 +04:00
|
|
|
noinst_LTLIBRARIES = libmca_hwloc.la
|
|
|
|
libmca_hwloc_la_SOURCES =
|
2009-12-01 02:11:25 +03:00
|
|
|
|
|
|
|
# local files
|
2011-09-11 23:02:24 +04:00
|
|
|
headers = hwloc.h
|
|
|
|
libmca_hwloc_la_SOURCES += $(headers)
|
2009-12-01 02:11:25 +03:00
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
if WANT_INSTALL_HEADERS
|
2014-05-08 06:01:35 +04:00
|
|
|
opaldir = $(opalincludedir)/$(subdir)
|
2010-09-25 02:53:28 +04:00
|
|
|
nobase_opal_HEADERS = $(headers)
|
2009-12-01 02:11:25 +03:00
|
|
|
endif
|
|
|
|
|
|
|
|
include base/Makefile.am
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
rm -f base/static-components.h
|