
Since the MPIR symbols are now included in the ORTE library, remove duplicate declarations in OMPI and replace them with extern references to their ORTE instantiations. This commit was SVN r23360.
19 строки
348 B
Makefile
19 строки
348 B
Makefile
#
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_debugger_la_SOURCES += \
|
|
base/debugger_base_close.c \
|
|
base/debugger_base_select.c \
|
|
base/debugger_base_open.c \
|
|
base/debugger_base_fns.c
|
|
|