#
# original_author: "Justin Finnerty"
# original_date: "July 2005"
# current_date: "$Date: 2005/09/06 22:53:18 $"
# current_author: "$Author: finnerty $"
# revision: "$Revision: 1.1 $"
# $Log: makefile,v $
# Revision 1.1  2005/09/06 22:53:18  finnerty
# Support files for compiling with VE and SE
#
# Revision 2.1  2005/09/03 11:07:20  finnerty
# Static makefiles for test programs to compile with SE and VE.
#
# Revision 2.0  2005/08/26 23:18:23  finnerty
# == alpha version ==
#
# Revision 1.1  2005/08/26 22:51:34  finnerty
# autoconfiscated
#
#

LOCALESRC=
OTHERDEP=
HDR=
SRC=
OBJ=$(SRC:.c=.o)
PROG=

include ../makefile.sys

# GEPP dependencies
