#
# Makefile
#
# Generates the documentation, intermediate code and debugging symbols for German Team 2003
#

# The directory for the documentation output
DOC_OUTPUT_DIR =../../../../Doc/Reference/GT2003BehaviorControl

# This directory relative to the Src/Tools/Xabsl2/xabsl-2.1 directory
INSTANCE_DIR = ../../../../Src/Modules/BehaviorControl/GT2003BehaviorControl

# The debug symbols of GT2003
DEBUG_SYMBOLS    = $(XABSL_OUTPUT_DIR)/gt03-ds.dat

# The intermediate code of GT2003
INTERMEDIATE_CODE = $(XABSL_OUTPUT_DIR)/gt03-ic.dat

# Input XML files
SYMBOL_FILES         = ../CommonXabsl2Symbols/*.xml Symbols/*.xml 
BASIC_BEHAVIOR_FILES = ../CommonXabsl2BasicBehaviors/*.xml GT2003BasicBehaviors/*.xml 
OPTION_FILES         = Options/*.xml

include ../CommonXabsl2BehaviorControlMakefile

#
# Change Log:
#
# $Log: Makefile,v $
# Revision 1.2  2003/10/22 22:18:45  loetzsch
# prepared the cloning of the GT2003BehaviorControl
#
# Revision 1.1  2003/10/06 13:39:29  cvsadm
# Created GT2004 (M.J.)
#
# Revision 1.4  2003/09/26 15:27:49  juengel
# Renamed DataTypes to representations.
#
# Revision 1.3  2003/09/25 23:36:15  loetzsch
# introduced directory util
#
# Revision 1.2  2003/09/20 16:34:13  loetzsch
# renamed "following-option-..." to "subsequent-option-.." and
# "following-basic-behavior-.." to "subsequent-basic-behavior-.."
# for consistency with publications
#
# Revision 1.1.1.1  2003/07/02 09:40:23  cvsadm
# created new repository for the competitions in Padova from the 
# tamara CVS (Tuesday 2:00 pm)
#
# removed unused solutions
#
# Revision 1.4  2003/06/25 01:24:12  loetzsch
# GT2003BehaviorControl uses Xabsl 2.1 now
# Difference from Xabsl 2.0: No predefined conditions, new dot tool
#
# Revision 1.3  2003/05/06 13:40:31  loetzsch
# more dependencies
#
# Revision 1.2  2003/05/06 07:58:54  dueffert
# generating XML symbols in C
#
# Revision 1.1  2003/05/03 15:14:02  loetzsch
# GT2003BehaviorControl first draft
#
#
