2003-11-22 19:36:58 +03:00
|
|
|
#
|
2005-11-05 22:57:48 +03:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
# University Research and Technology
|
|
|
|
# Corporation. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
2015-06-24 06:59:57 +03:00
|
|
|
# Copyright (c) 2004-2009 High Performance Computing Center Stuttgart,
|
2004-11-28 23:09:25 +03:00
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 15:43:37 +03:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2016-04-20 22:33:28 +03:00
|
|
|
# Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved.
|
2015-04-23 18:41:18 +03:00
|
|
|
# Copyright (c) 2012-2015 Los Alamos National Security, Inc. All rights reserved.
|
2016-11-23 02:03:20 +03:00
|
|
|
# Copyright (c) 2014 Intel, Inc. All rights reserved.
|
2004-11-22 04:38:40 +03:00
|
|
|
# $COPYRIGHT$
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2004-11-22 04:38:40 +03:00
|
|
|
# Additional copyrights may follow
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2004-01-07 11:17:40 +03:00
|
|
|
# $HEADER$
|
2003-11-22 19:36:58 +03:00
|
|
|
#
|
|
|
|
|
2016-11-23 02:03:20 +03:00
|
|
|
SUBDIRS = config contrib $(MCA_PROJECT_SUBDIRS) test
|
2014-05-14 05:50:09 +04:00
|
|
|
EXTRA_DIST = README INSTALL VERSION Doxyfile LICENSE autogen.pl README.JAVA.txt
|
2004-03-27 00:34:01 +03:00
|
|
|
|
2006-07-14 01:03:36 +04:00
|
|
|
include examples/Makefile.include
|
|
|
|
|
2004-03-27 00:34:01 +03:00
|
|
|
dist-hook:
|
2015-04-27 16:48:43 +03:00
|
|
|
env LS_COLORS= sh "$(top_srcdir)/config/distscript.sh" "$(top_srcdir)" "$(distdir)" "$(OMPI_REPO_REV)"
|
2008-05-01 19:32:20 +04:00
|
|
|
|
2015-02-05 19:52:57 +03:00
|
|
|
# Check for common symbols. Use a "-hook" to increase the odds that a
|
|
|
|
# developer will see it at the end of their installation process.
|
|
|
|
install-exec-hook:
|
2016-04-20 22:33:28 +03:00
|
|
|
-@if test -d "$(top_srcdir)/.git"; then \
|
|
|
|
$(top_srcdir)/config/find_common_syms \
|
|
|
|
--brief \
|
|
|
|
--top_builddir=$(top_builddir) \
|
|
|
|
--top_srcdir=$(top_srcdir) \
|
|
|
|
--objext=$(OBJEXT); \
|
|
|
|
fi
|
2015-02-05 19:52:57 +03:00
|
|
|
|
2010-02-25 23:25:52 +03:00
|
|
|
ACLOCAL_AMFLAGS = -I config
|