2013-09-10 19:34:09 +04:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
|
|
# All rights reserved.
|
2013-09-15 13:32:07 +04:00
|
|
|
# Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
|
2013-09-10 19:34:09 +04:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
AC_DEFUN([OSHMEM_CONFIG_FILES],[
|
|
|
|
AC_CONFIG_FILES([
|
|
|
|
oshmem/Makefile
|
|
|
|
oshmem/include/Makefile
|
|
|
|
oshmem/shmem/c/Makefile
|
2013-09-15 13:32:07 +04:00
|
|
|
oshmem/shmem/fortran/Makefile
|
2013-09-10 19:34:09 +04:00
|
|
|
|
|
|
|
oshmem/shmem/c/profile/Makefile
|
|
|
|
|
2013-10-12 23:03:32 +04:00
|
|
|
oshmem/tools/oshmem_info/Makefile
|
2013-09-10 19:34:09 +04:00
|
|
|
oshmem/tools/wrappers/Makefile
|
|
|
|
oshmem/tools/wrappers/shmemcc-wrapper-data.txt
|
2013-09-15 13:32:07 +04:00
|
|
|
oshmem/tools/wrappers/shmemfort-wrapper-data.txt
|
2013-09-10 19:34:09 +04:00
|
|
|
])
|
|
|
|
])
|