2004-01-09 00:41:30 +03:00
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
|
2004-01-09 11:38:06 +03:00
|
|
|
SUBDIRS = base $(MCA_topo_STATIC_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = base $(MCA_topo_ALL_SUBDIRS)
|
|
|
|
|
|
|
|
# Source code files
|
|
|
|
|
|
|
|
headers = topo.h
|
|
|
|
|
2004-03-07 01:32:48 +03:00
|
|
|
# Conditionally install the header files
|
2004-01-09 11:38:06 +03:00
|
|
|
|
|
|
|
if WANT_INSTALL_HEADERS
|
2004-06-17 22:21:08 +04:00
|
|
|
ompidir = $(includedir)/openmpi/mca/topo
|
2004-06-07 19:33:53 +04:00
|
|
|
ompi_HEADERS = $(headers)
|
2004-01-09 11:38:06 +03:00
|
|
|
else
|
2004-06-07 19:33:53 +04:00
|
|
|
ompidir = $(includedir)
|
2004-01-09 11:38:06 +03:00
|
|
|
endif
|