2003-11-22 19:36:58 +03:00
|
|
|
#
|
2004-11-22 04:38:40 +03:00
|
|
|
# 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.
|
2004-11-28 23:09:25 +03:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# 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.
|
2004-11-22 04:38:40 +03:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
2004-01-07 10:44:54 +03:00
|
|
|
# $HEADER$
|
2003-11-22 19:36:58 +03:00
|
|
|
#
|
|
|
|
|
2004-01-12 00:35:37 +03:00
|
|
|
EXTRA_DIST = \
|
2005-04-07 07:28:46 +04:00
|
|
|
distscript.csh \
|
2004-02-13 21:05:49 +03:00
|
|
|
c_get_alignment.m4 \
|
2004-01-12 00:35:37 +03:00
|
|
|
c_weak_symbols.m4 \
|
|
|
|
cxx_find_template_parameters.m4 \
|
|
|
|
cxx_find_template_repository.m4 \
|
|
|
|
cxx_find_exception_flags.m4 \
|
|
|
|
cxx_have_exceptions.m4 \
|
2004-10-06 07:48:06 +04:00
|
|
|
f77_check_type.m4 \
|
2004-01-12 00:35:37 +03:00
|
|
|
f77_find_ext_symbol_convention.m4 \
|
2004-02-13 21:05:49 +03:00
|
|
|
f77_get_alignment.m4 \
|
|
|
|
f77_get_sizeof.m4 \
|
2005-01-08 00:21:46 +03:00
|
|
|
f90_check_type.m4 \
|
2005-04-13 15:54:36 +04:00
|
|
|
f90_find_module_include_flag.m4 \
|
2005-01-12 21:27:24 +03:00
|
|
|
f90_get_alignment.m4 \
|
2005-02-02 03:33:24 +03:00
|
|
|
f90_get_precision.m4 \
|
|
|
|
f90_get_range.m4 \
|
2005-01-08 00:21:46 +03:00
|
|
|
f90_get_sizeof.m4 \
|
2004-08-04 15:20:12 +04:00
|
|
|
mca_acinclude.m4 \
|
|
|
|
mca_configure.ac \
|
|
|
|
mca_make_configure.pl \
|
|
|
|
mca_no_configure_components.m4 \
|
2004-06-07 19:33:53 +04:00
|
|
|
ompi_case_sensitive_fs_setup.m4 \
|
|
|
|
ompi_check_optflags.m4 \
|
|
|
|
ompi_check_pthread_pids.m4 \
|
|
|
|
ompi_config_subdir.m4 \
|
|
|
|
ompi_config_subdir_args.m4 \
|
|
|
|
ompi_config_pthreads.m4 \
|
|
|
|
ompi_config_solaris_threads.m4 \
|
|
|
|
ompi_config_threads.m4 \
|
|
|
|
ompi_configure_options.m4 \
|
|
|
|
ompi_functions.m4 \
|
|
|
|
ompi_get_version.m4 \
|
|
|
|
ompi_get_version.sh \
|
2005-09-01 14:37:20 +04:00
|
|
|
ompi_make_stripped_flags.m4 \
|
2004-06-07 19:33:53 +04:00
|
|
|
ompi_mca.m4 \
|
|
|
|
ompi_setup_cc.m4 \
|
|
|
|
ompi_setup_cxx.m4 \
|
|
|
|
ompi_setup_f77.m4 \
|
2004-08-04 15:20:12 +04:00
|
|
|
ompi_setup_f90.m4
|