b84b8a2d52
This commit was SVN r30499.
27 строки
544 B
Bash
27 строки
544 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2013 Intel, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
AC_DEFUN([ORCM_CONFIG_FILES],[
|
|
AC_CONFIG_FILES([
|
|
orcm/Makefile
|
|
orcm/etc/Makefile
|
|
orcm/include/Makefile
|
|
|
|
orcm/tools/orcmctrld/Makefile
|
|
orcm/tools/orcmd/Makefile
|
|
orcm/tools/ops/Makefile
|
|
orcm/tools/otop/Makefile
|
|
orcm/tools/orun/Makefile
|
|
orcm/tools/wrappers/Makefile
|
|
orcm/tools/wrappers/orcm.pc
|
|
orcm/tools/wrappers/orcmcc-wrapper-data.txt
|
|
])
|
|
])
|