e9ed717748
pending. This commit was SVN r3655.
30 строки
639 B
Makefile
30 строки
639 B
Makefile
#
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
# All rights reserved.
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
SUBDIRS = base $(MCA_topo_STATIC_SUBDIRS)
|
|
DIST_SUBDIRS = base $(MCA_topo_ALL_SUBDIRS)
|
|
|
|
# Source code files
|
|
|
|
headers = topo.h
|
|
|
|
# Conditionally install the header files
|
|
|
|
if WANT_INSTALL_HEADERS
|
|
ompidir = $(includedir)/openmpi/mca/topo
|
|
ompi_HEADERS = $(headers)
|
|
else
|
|
ompidir = $(includedir)
|
|
endif
|