73bcc4a36b
This commit was SVN r23801. The following SVN revision numbers were found above: r23764 --> open-mpi/ompi@40a2bfa238
33 строки
570 B
Makefile
33 строки
570 B
Makefile
#
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
AM_CPPFLAGS = $(LTDLINCL)
|
|
|
|
# main library setup
|
|
noinst_LTLIBRARIES = libmca_db.la
|
|
libmca_db_la_SOURCES =
|
|
|
|
# pkgdata setup
|
|
dist_pkgdata_DATA =
|
|
|
|
# local files
|
|
headers = db.h
|
|
libmca_db_la_SOURCES += $(headers)
|
|
|
|
# Conditionally install the header files
|
|
if WANT_INSTALL_HEADERS
|
|
ortedir = $(includedir)/openmpi/$(subdir)
|
|
nobase_orte_HEADERS = $(headers)
|
|
endif
|
|
|
|
include base/Makefile.am
|
|
|
|
distclean-local:
|
|
rm -f base/static-components.h
|