0cba0b95b8
for spec compliance fixed by Roman, reviewed by Igor/Miked cmr=v1.8.2:reviewer=ompi-rm1.8 This commit was SVN r31510.
29 строки
688 B
Bash
29 строки
688 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
# All rights reserved.
|
|
# Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
AC_DEFUN([OSHMEM_CONFIG_FILES],[
|
|
AC_CONFIG_FILES([
|
|
oshmem/Makefile
|
|
oshmem/include/Makefile
|
|
oshmem/shmem/c/Makefile
|
|
oshmem/shmem/c/profile/Makefile
|
|
|
|
oshmem/shmem/fortran/Makefile
|
|
oshmem/shmem/fortran/profile/Makefile
|
|
|
|
oshmem/tools/oshmem_info/Makefile
|
|
oshmem/tools/wrappers/Makefile
|
|
oshmem/tools/wrappers/shmemcc-wrapper-data.txt
|
|
oshmem/tools/wrappers/shmemfort-wrapper-data.txt
|
|
])
|
|
])
|