2004-01-08 21:41:30 +00:00
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
|
2004-03-17 18:18:44 +00:00
|
|
|
SUBDIRS = \
|
2004-06-15 17:06:42 +00:00
|
|
|
allocator \
|
2004-03-17 18:18:44 +00:00
|
|
|
base \
|
|
|
|
coll \
|
2004-03-17 19:06:06 +00:00
|
|
|
common \
|
2004-03-17 18:18:44 +00:00
|
|
|
io \
|
2004-08-05 14:01:45 +00:00
|
|
|
llm \
|
2004-06-15 19:07:45 +00:00
|
|
|
mpool \
|
2004-07-08 15:05:51 +00:00
|
|
|
ns \
|
2004-03-17 18:18:44 +00:00
|
|
|
one \
|
|
|
|
oob \
|
|
|
|
pcm \
|
|
|
|
pml \
|
|
|
|
ptl \
|
2004-06-17 13:53:10 +00:00
|
|
|
topo
|
2004-06-15 19:39:21 +00:00
|
|
|
# JMS Temporary hack to make "make dist" function properly; directories
|
|
|
|
# mentioned here will eventually be moved into SUBDIRS
|
2004-07-08 15:05:51 +00:00
|
|
|
DIST_SUBDIRS = $(SUBDIRS) gpr
|
2004-01-09 03:26:12 +00:00
|
|
|
|
|
|
|
# Source code files
|
|
|
|
|
2004-01-09 08:27:05 +00:00
|
|
|
headers = mca.h
|
2004-01-09 03:26:12 +00:00
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
|
|
|
|
if WANT_INSTALL_HEADERS
|
2004-06-17 18:21:08 +00:00
|
|
|
ompidir = $(includedir)/openmpi/mca
|
2004-06-07 15:33:53 +00:00
|
|
|
ompi_HEADERS = $(headers)
|
2004-01-09 03:26:12 +00:00
|
|
|
else
|
2004-06-07 15:33:53 +00:00
|
|
|
ompidir = $(includedir)
|
2004-01-09 03:26:12 +00:00
|
|
|
endif
|