1ROBOT = berniw2
2
3MODULE = ${ROBOT}.so
4
5MODULEDIR = drivers/${ROBOT}
6
7SOURCES   = ${ROBOT}.cpp spline.cpp trackdesc.cpp pathfinder.cpp mycar.cpp
8
9SHIPDIR   = drivers/${ROBOT}
10
11SHIP      = ${ROBOT}.xml logo.rgb
12
13SHIPSUBDIRS = 1 2 3 4 5 6 7 8 9 10
14
15PKGSUBDIRS	= $(SHIPSUBDIRS)
16
17src-robots-base_PKGFILES	= $(shell find * -maxdepth 0 -type f -print)
18
19src-robots-base_PKGDIR	= ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
20
21# Mandatory Line Do Not Remove
22include ${MAKE_DEFAULT}
23
24
25
26
27
28
29