2009-10-20 23:44:20 +00:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
|
|
|
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2009-10-24 01:04:35 +00:00
|
|
|
AC_DEFUN([ORTE_CONFIG_FILES],[
|
|
|
|
AC_CONFIG_FILES([
|
|
|
|
orte/Makefile
|
|
|
|
orte/include/Makefile
|
|
|
|
orte/etc/Makefile
|
|
|
|
|
|
|
|
orte/tools/orted/Makefile
|
|
|
|
orte/tools/orterun/Makefile
|
|
|
|
orte/tools/wrappers/Makefile
|
|
|
|
orte/tools/wrappers/ortecc-wrapper-data.txt
|
|
|
|
orte/tools/wrappers/ortec++-wrapper-data.txt
|
|
|
|
orte/tools/orte-checkpoint/Makefile
|
|
|
|
orte/tools/orte-iof/Makefile
|
|
|
|
orte/tools/orte-restart/Makefile
|
|
|
|
orte/tools/orte-ps/Makefile
|
|
|
|
orte/tools/orte-clean/Makefile
|
|
|
|
orte/tools/orte-top/Makefile
|
|
|
|
orte/tools/orte-bootproxy/Makefile
|
|
|
|
])
|
2009-10-20 23:44:20 +00:00
|
|
|
])
|