1
1
openmpi/ompi/mca/vprotocol/Makefile.am

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$
2015-06-24 06:59:57 +03:00
#
# Additional copyrights may follow
2015-06-24 06:59:57 +03:00
#
# $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:
2015-06-24 06:59:57 +03:00
rm -f base/static-components.h