1
1
openmpi/opal/mca/hwloc/base/Makefile.am
Ralph Castain 5602156a1c Use the correct abstraction layer name for the data dirs
This commit was SVN r31684.
2014-05-08 14:32:24 +00:00

25 строки
442 B
Makefile

#
# Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
dist_opaldata_DATA = base/help-opal-hwloc-base.txt
headers += \
base/base.h
libmca_hwloc_la_SOURCES += \
base/hwloc_base_frame.c
if OPAL_HAVE_HWLOC
libmca_hwloc_la_SOURCES += \
base/hwloc_base_dt.c \
base/hwloc_base_util.c \
base/hwloc_base_maffinity.c
endif