1
1
openmpi/src/mca/mpi/ptl/base/Makefile.am

43 строки
798 B
Makefile
Исходник Обычный вид История

#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
noinst_LTLIBRARIES = libmca_mpi_ptl_base.la
# Source code files
headers = \
base.h \
ptl_base_comm.h \
ptl_base_fragment.h \
ptl_base_header.h \
ptl_base_match.h \
ptl_base_recvfrag.h \
ptl_base_sendfrag.h \
ptl_base_sendreq.h
libmca_mpi_ptl_base_la_SOURCES = \
$(headers) \
ptl_base_close.c \
ptl_base_comm.c \
ptl_base_fragment.c \
ptl_base_match.c \
ptl_base_open.c \
ptl_base_recvfrag.c \
ptl_base_recvreq.c \
ptl_base_select.c \
ptl_base_sendfrag.c \
ptl_base_sendreq.c
# Conditionally install the header files
if WANT_INSTALL_HEADERS
lamdir = $(includedir)/mca/mpi/ptl/base
lam_HEADERS = $(headers)
else
lamdir = $(includedir)
endif