1
1
openmpi/src/mca/oob/base/Makefile.am

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

#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
noinst_LTLIBRARIES = libmca_oob_base.la
# For VPATH builds, have to specify where static-modules.h will be found
AM_CPPFLAGS = -I$(top_builddir)/src
# Source code files
headers = \
base.h
# Library
libmca_oob_base_la_SOURCES = \
$(headers) \
oob_base_close.c \
oob_base_init.c \
oob_base_open.c \
oob_base_recv.c \
oob_base_recv_nb.c \
oob_base_send.c \
oob_base_send_nb.c
# Conditionally install the header files
if WANT_INSTALL_HEADERS
ompidir = $(includedir)/openmpi/mca/oob/base
ompi_HEADERS = $(headers)
else
ompidir = $(includedir)
endif