828af95be8
NOTE: This build system does not work with the current autogen.sh. Modified one is under heavy testing to make sure it does not have side effects This commit was SVN r16110.
21 строка
440 B
Bash
21 строка
440 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2004-2007 The Trustees of the University of Tennessee.
|
|
# 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
|