1
1
openmpi/src/mca/Makefile.am
Jeff Squyres 9a96a9cb80 - Really integrate "svc" into the configure/build process.
- Fix a few comments in src/dynamic-mca/*/Makefile.am that still
  referred to a directory in LAM/MPI

This commit was SVN r2350.
2004-08-28 08:13:39 +00:00

38 строки
510 B
Makefile

#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
SUBDIRS = \
allocator \
base \
coll \
common \
gpr \
io \
llm \
mpool \
ns \
one \
oob \
pcm \
pcmclient \
pml \
ptl \
svc \
topo
# Source code files
headers = mca.h
# Conditionally install the header files
if WANT_INSTALL_HEADERS
ompidir = $(includedir)/openmpi/mca
ompi_HEADERS = $(headers)
else
ompidir = $(includedir)
endif