2005-08-22 01:04:52 +04:00
|
|
|
#
|
2007-03-01 16:39:20 +03:00
|
|
|
# Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
2005-11-05 22:57:48 +03:00
|
|
|
# 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.
|
2005-08-22 01:04:52 +04:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2007-03-01 16:39:20 +03:00
|
|
|
amca_paramdir = $(AMCA_PARAM_SETS_DIR)
|
|
|
|
dist_amca_param_DATA = amca-param-sets/example.conf
|
2005-08-22 01:04:52 +04:00
|
|
|
|
2007-03-17 02:11:45 +03:00
|
|
|
if WANT_FT
|
|
|
|
dist_amca_param_DATA += amca-param-sets/ft-enable-cr
|
|
|
|
endif
|
|
|
|
|
2005-08-22 01:04:52 +04:00
|
|
|
EXTRA_DIST = \
|
|
|
|
dist/make_dist_tarball \
|
|
|
|
dist/linux/openmpi.spec \
|
|
|
|
dist/macosx-pkg/buildpackage.sh \
|
|
|
|
dist/macosx-pkg/ReadMe.rtf \
|
|
|
|
platform/optimized \
|
2006-05-11 19:23:43 +04:00
|
|
|
platform/redstorm \
|
2007-06-17 17:20:57 +04:00
|
|
|
platform/cray_xt3 \
|
|
|
|
platform/cray_xt3_romio
|