70bb44d7a9
showcase) and sender based are provided for now. Ignored by default except for utk folks. This commit was SVN r15539.
25 строки
694 B
Bash
25 строки
694 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
# All rights reserved.
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
# All rights reserved.
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# Specific to this module
|
|
|
|
PARAM_INIT_FILE=vprotocol_example.c
|
|
PARAM_CONFIG_HEADER_FILE="vprotocol_example_config.h"
|
|
PARAM_CONFIG_FILES="Makefile"
|
|
|
|
|
|
# Mandatory for all vprotocol
|
|
echo `basename \`pwd\`` >> ../autogen.vprotocols
|