2011-09-11 19:02:24 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2011 Cisco Systems, Inc. All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2011-09-12 13:55:34 +00:00
|
|
|
EXTRA_DIST = .windows
|
|
|
|
|
2011-09-11 19:02:24 +00:00
|
|
|
headers += \
|
|
|
|
base/base.h
|
|
|
|
|
|
|
|
libmca_hwloc_la_SOURCES += \
|
|
|
|
base/hwloc_base_close.c \
|
|
|
|
base/hwloc_base_open.c
|
|
|
|
|
|
|
|
if OPAL_HAVE_HWLOC
|
|
|
|
libmca_hwloc_la_SOURCES += \
|
|
|
|
base/hwloc_base_dt.c
|
|
|
|
endif
|
|
|
|
|