e96b5f486f
All interface APIs for accessing the info remain unchanged in opal/util/if.c. This has been tested on Mac, Linux, and NetBSD. Nobody else seemed interested in testing it, so there may be some future problems revealed as people try it on other OSs. This commit was SVN r23743.
20 строки
460 B
Makefile
20 строки
460 B
Makefile
#
|
|
# Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
|
|
# All rights reserved.
|
|
# Copyright (c) 2009 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
EXTRA_DIST = .windows
|
|
|
|
noinst_LTLIBRARIES = libmca_if_windows.la
|
|
|
|
libmca_if_windows_la_SOURCES = \
|
|
opal_if_windows.c
|
|
|