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

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

#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
noinst_LTLIBRARIES = libmca_mpi_topo_base.la
# For VPATH builds, have to specify where static-modules.h will be found
AM_CPPFLAGS = -I$(top_builddir)/src
headers = \
base.h
libmca_mpi_topo_base_la_SOURCES = \
$(headers) \
topo_base_cart_coords.c \
topo_base_cart_create.c \
topo_base_cart_dim_get.c \
topo_base_cart_get.c \
topo_base_cart_rank.c \
topo_base_cart_shift.c \
topo_base_cart_sub.c \
topo_base_graph_create.c \
topo_base_graph_dims_get.c \
topo_base_graph_get.c \
topo_base_graph_neighbors.c \
topo_base_graph_neighbors_count.c \
topo_base_open.c \
topo_base_close.c \
topo_base_select.c
# Conditionally install the header files
if WANT_INSTALL_HEADERS
lamdir = $(includedir)/lam/mca/mpi/topo/base
lam_HEADERS = $(headers)
else
lamdir = $(includedir)
endif