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
|
||
|
|