#
# Makefile
#
# Generates the documentation, intermediate code and debugging symbols
#

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

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

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

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

# Input XML files
SYMBOL_FILES         = ../CommonXabsl2Symbols/*.xml GT2004Symbols/*.xml ../../../Tools/Xabsl2/GT/profiler-symbols.xml
BASIC_BEHAVIOR_FILES = ../CommonXabsl2BasicBehaviors/*.xml GT2004BasicBehaviors/*.xml 
OPTION_FILES         = Options/*.xml

include ../CommonXabsl2BehaviorControlMakefile

#
# Change Log:
#
# $Log: Makefile,v $
# Revision 1.3  2004/06/15 12:41:19  loetzsch
# changed XABSL version from 2.1 to 2.2 on the occasion of a new XABSL release
#
# Revision 1.2  2004/05/23 19:00:43  spranger
# added profiler-symbols
#
# Revision 1.1.1.1  2004/05/22 17:17:59  cvsadm
# created new repository GT2004_WM
#
# Revision 1.1  2004/05/02 13:26:42  juengel
# Added GT2004BehaviorControl.
#
#
