2009-10-21 03:44:20 +04:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
2010-02-24 21:46:06 +03:00
|
|
|
# Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved.
|
2009-10-21 03:44:20 +04:00
|
|
|
# $COPYRIGHT$
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2009-10-21 03:44:20 +04:00
|
|
|
# Additional copyrights may follow
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2009-10-21 03:44:20 +04:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
# This file is m4_included in the top-level configure.ac
|
|
|
|
|
2009-10-24 05:04:35 +04:00
|
|
|
AC_DEFUN([OPAL_CONFIG_FILES],[
|
|
|
|
AC_CONFIG_FILES([
|
|
|
|
opal/Makefile
|
|
|
|
opal/etc/Makefile
|
|
|
|
opal/include/Makefile
|
|
|
|
opal/datatype/Makefile
|
|
|
|
opal/util/Makefile
|
|
|
|
opal/util/keyval/Makefile
|
|
|
|
opal/mca/base/Makefile
|
|
|
|
opal/tools/wrappers/Makefile
|
|
|
|
opal/tools/wrappers/opalcc-wrapper-data.txt
|
|
|
|
opal/tools/wrappers/opalc++-wrapper-data.txt
|
2010-02-24 21:46:06 +03:00
|
|
|
opal/tools/wrappers/opal.pc
|
2016-11-23 02:03:20 +03:00
|
|
|
opal/tools/opal-checkpoint/Makefile
|
|
|
|
opal/tools/opal-restart/Makefile
|
2009-10-24 05:04:35 +04:00
|
|
|
])
|
2009-10-21 03:44:20 +04:00
|
|
|
])
|