2007-07-21 01:36:11 +04:00
|
|
|
# -*- shell-script -*-
|
|
|
|
#
|
2007-07-26 02:28:04 +04:00
|
|
|
# Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
|
2007-07-21 01:36:11 +04:00
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
# Specific to this module
|
|
|
|
|
|
|
|
PARAM_INIT_FILE=pml_v.c
|
|
|
|
PARAM_CONFIG_HEADER_FILE="v_config.h"
|
|
|
|
PARAM_CONFIG_FILES="Makefile"
|
|
|
|
|
2007-07-26 02:28:04 +04:00
|
|
|
>autogen.vprotocols
|
2007-07-21 01:36:11 +04:00
|
|
|
|
|
|
|
for protocol in protocol_*; do
|
|
|
|
( cd $pd_ompi_topdir
|
|
|
|
process_dir "$pd_dir/$protocol" $pd_ompi_topdir
|
|
|
|
)
|
|
|
|
done
|
|
|
|
|