20 строки
509 B
Makefile
20 строки
509 B
Makefile
![]() |
#
|
||
|
# Copyright (c) 2006 Los Alamos National Security, LLC. All rights
|
||
|
# reserved.
|
||
|
# Copyright (c) 2007 Cisco, Inc. All rights reserved.
|
||
|
# $COPYRIGHT$
|
||
|
#
|
||
|
# Additional copyrights may follow
|
||
|
#
|
||
|
# $HEADER$
|
||
|
#
|
||
|
|
||
|
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
|