1##############################################################################
2#
3#    file                 : Makefile
4#    created              : Wed Jan 8 18:31:16 CET 2003
5#    copyright            : (C) 2002 Bernhard Wymann
6#
7##############################################################################
8#
9#   This program is free software; you can redistribute it and/or modify
10#   it under the terms of the GNU General Public License as published by
11#   the Free Software Foundation; either version 2 of the License, or
12#   (at your option) any later version.
13#
14##############################################################################
15
16ROBOT       = bt
17SHIPDIR     = drivers/${ROBOT}/7
18SHIP        = car6-trb1.rgb default.xml
19SHIPSUBDIRS =
20
21PKGSUBDIRS  = ${SHIPSUBDIRS}
22src-robots-base_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
23src-robots-base_PKGDIR   = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
24include ${MAKE_DEFAULT}
25
26
27