simplix update for linux

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@462 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: b4abe236fcb84a4ed0778629d377133e8513fcf6
Former-commit-id: f263bf68a82f93ced0cf67759223b4c2d1aad864
This commit is contained in:
wdbee 2008-12-15 22:22:19 +00:00
parent 6af172de06
commit 5490c76bc7

View file

@ -2,7 +2,7 @@
#
# file : Makefile
# created : 22 Nov 2008
# last changed : 14 Dez 2008
# last changed : 15 Dez 2008
# copyright : (C) 2008 Wolf-Dieter Beelitz
#
##############################################################################
@ -14,43 +14,7 @@
#
##############################################################################
ROBOT = simplix
MODULE = ${ROBOT}.so
MODULEDIR = drivers/${ROBOT}
SOURCES = unitmain.cpp \
unitcarparam.cpp \
unitcharacteristic.cpp \
unitclothoid.cpp \
unitcollision.cpp \
unitcommon.cpp \
unitcommondata.cpp \
unitcubic.cpp \
unitcubicspline.cpp \
unitdriver.cpp \
unitfixcarparam.cpp \
unitlane.cpp \
unitlanepoint.cpp \
unitlinalg.cpp \
unitlinreg.cpp \
unitopponent.cpp \
unitparabel.cpp \
unitparam.cpp \
unitpidctrl.cpp \
unitpit.cpp \
unitpitparam.cpp \
unitsection.cpp \
unitstrategy.cpp \
unitsysfoo.cpp \
unitteammanager.cpp \
unittmpcarparam.cpp \
unittrack.cpp \
unitvec2d.cpp \
unitvec3d.cpp
SHIPDIR = drivers/${ROBOT}
SHIP = ${ROBOT}.xml default.xml logo.rgb readme.txt
SHIPSUBDIRS = 0 1 2 3 4 5 6 7 8 9 car1-trb1 car2-trb1 car3-trb1 car4-trb1 car5-trb1 tracks
PKGSUBDIRS = ${SHIPSUBDIRS}
PKGSUBDIRS = $(shell find * -maxdepth 0 -type d -print)
src-robots-simplix_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-simplix_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))