3d4e0472d6
This commit was SVN r21069.
24 строки
685 B
Makefile
24 строки
685 B
Makefile
#
|
|
# Copyright (c) 2006 Los Alamos National Security, LLC. All rights
|
|
# reserved.
|
|
# Copyright (c) 2007 Cisco Systems, Inc. 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_installdirs_config.la
|
|
|
|
libmca_installdirs_config_la_SOURCES = \
|
|
opal_installdirs_config.c
|
|
|
|
# This file is generated; we do not want to include it in the tarball
|
|
nodist_libmca_installdirs_config_la_SOURCES = \
|
|
install_dirs.h
|