############################################################################## # # file : Makefile # created : Wed Jan 8 18:31:16 CET 2003 # copyright : (C) 2002-2004 Bernhard Wymann # email : berniw@bluewin.ch # version : $Id: Makefile,v 1.6 2004/09/23 14:04:17 berniw Exp $ # ############################################################################## # # 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 = bt MODULE = ${ROBOT}.so MODULEDIR = drivers/${ROBOT} SOURCES = ${ROBOT}.cpp driver.cpp opponent.cpp spline.cpp pit.cpp learn.cpp strategy.cpp cardata.cpp SHIPDIR = drivers/${ROBOT} SHIP = ${ROBOT}.xml logo.rgb SHIPSUBDIRS = 0 1 2 3 4 5 6 7 8 9 PKGSUBDIRS = ${SHIPSUBDIRS} src-robots-bt_PKGFILES = $(shell find * -maxdepth 0 -type f -print) src-robots-bt_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) include ${MAKE_DEFAULT}