1
1
openmpi/ompi/mca/vprotocol/Makefile.am
2015-06-23 20:59:57 -07:00

32 строки
768 B
Makefile

#
# Copyright (c) 2004-2007 The University of Tennessee and The University
# of Tennessee Research Foundation. All rights
# reserved.
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# main library setup
noinst_LTLIBRARIES = libmca_vprotocol.la
libmca_vprotocol_la_SOURCES =
# local files
headers = vprotocol.h
libmca_vprotocol_la_SOURCES += $(headers) $(nodist_headers)
# Conditionally install the header files
if WANT_INSTALL_HEADERS
ompidir = $(ompiincludedir)/$(subdir)
nobase_ompi_HEADERS = $(headers)
nobase_nodist_ompi_HEADERS = $(nodist_headers)
endif
include base/Makefile.am
distclean-local:
rm -f base/static-components.h