1
1
openmpi/src/mca/topo/Makefile.am
Jeff Squyres e9ed717748 First cut at copyrights: IU, UTK, and some OSU. LANL and HLRS still
pending.

This commit was SVN r3655.
2004-11-22 01:38:40 +00:00

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