##############################################################################
#
#    file                 : Makefile
#    created              : Mon Jul 28 11:01:31 CET 2003
#    copyright            : (C) 2002 Paul Bain
#
##############################################################################
#
#   This program is free software; you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation; either version 2 of the License, or
#   (at your option) any later version.
#
##############################################################################

ROBOT       = astigot
MODULE      = ${ROBOT}.so
MODULEDIR   = drivers/${ROBOT}
SOURCES     = ${ROBOT}.cpp driver.cpp opponent.cpp spline.cpp pit.cpp

SHIPDIR     = drivers/${ROBOT}
SHIP        = ${ROBOT}.xml logo.rgb
SHIPSUBDIRS = 0 1 2 3

PKGSUBDIRS  = ${SHIPSUBDIRS}
src-robots-astigot_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-astigot_PKGDIR   = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))

include ${MAKE_DEFAULT}
