2007-04-21 04:15:05 +04:00
|
|
|
#
|
|
|
|
# Copyright (c) 2006 Los Alamos National Security, LLC. All rights
|
|
|
|
# reserved.
|
2010-09-18 03:04:06 +04:00
|
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
2007-04-21 04:15:05 +04:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
# main library setup
|
|
|
|
noinst_LTLIBRARIES = libmca_installdirs.la
|
|
|
|
libmca_installdirs_la_SOURCES =
|
|
|
|
|
|
|
|
# local files
|
|
|
|
headers = installdirs.h
|
|
|
|
libmca_installdirs_la_SOURCES += $(headers)
|
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
if WANT_INSTALL_HEADERS
|
2010-09-25 02:53:28 +04:00
|
|
|
opaldir = $(includedir)/openmpi/$(subdir)
|
|
|
|
nobase_opal_HEADERS = $(headers)
|
2007-04-21 04:15:05 +04:00
|
|
|
endif
|
|
|
|
|
|
|
|
include base/Makefile.am
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
rm -f base/static-components.h
|