Fixed drivers/human makefiles not generating cars entries in setup_linux.sh

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

Former-commit-id: cf14e8f7e96819eab5c470319680468fcb8a2bd7
Former-commit-id: deee6081a24cfebcea766d0b81aae2448edb8611
This commit is contained in:
pouillot 2009-08-23 21:12:16 +00:00
parent ef9304879e
commit 70228218cf
9 changed files with 34 additions and 11 deletions

View file

@ -28,13 +28,13 @@ SOURCES = ${ROBOT}.cpp pref.cpp
SHIPDIR = drivers/${ROBOT}
SHIP = $(shell find *.xml -maxdepth 0 -type f -print) $(shell find *.rgb -maxdepth 0 -type f -print)
SHIP = $(shell find * -maxdepth 0 -name '*.xml' -type f -print) $(shell find * -maxdepth 0 -name '*.rgb' -type f -print)
SHIPSUBDIRS = cars
CONFIGCREATEDIRS = ${SHIPDIR}
CONFIG = $(shell find *.xml -maxdepth 0 -type f -print)
SHIPSUBDIRS = cars
CONFIG = $(shell find * -maxdepth 0 -name '*.xml' -type f -print)
PKGSUBDIRS = $(SHIPSUBDIRS)

View file

@ -19,6 +19,8 @@ SHIPDIR = drivers/${ROBOT}/cars
SHIP =
SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print)
CONFIGCREATEDIRS = ${SHIPDIR}
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-human_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-human_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))

View file

@ -15,9 +15,12 @@
ROBOT = human
SHIPDIR = drivers/${ROBOT}/cars/car1-trb1
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
SHIP = $(shell find * -maxdepth 0 -name '*.xml' -print)
SHIPSUBDIRS =
CONFIGCREATEDIRS = ${SHIPDIR}
CONFIG = ${SHIP}
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-human_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-human_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))

View file

@ -15,9 +15,12 @@
ROBOT = human
SHIPDIR = drivers/${ROBOT}/cars/car2-trb1
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
SHIP = $(shell find * -maxdepth 0 -name '*.xml' -print)
SHIPSUBDIRS =
CONFIGCREATEDIRS = ${SHIPDIR}
CONFIG = ${SHIP}
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-human_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-human_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))

View file

@ -15,9 +15,12 @@
ROBOT = human
SHIPDIR = drivers/${ROBOT}/cars/car3-trb1
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
SHIP = $(shell find * -maxdepth 0 -name '*.xml' -print)
SHIPSUBDIRS =
CONFIGCREATEDIRS = ${SHIPDIR}
CONFIG = ${SHIP}
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-human_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-human_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))

View file

@ -15,9 +15,12 @@
ROBOT = human
SHIPDIR = drivers/${ROBOT}/cars/car4-trb1
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
SHIP = $(shell find * -maxdepth 0 -name '*.xml' -print)
SHIPSUBDIRS =
CONFIGCREATEDIRS = ${SHIPDIR}
CONFIG = ${SHIP}
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-human_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-human_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))

View file

@ -15,9 +15,12 @@
ROBOT = human
SHIPDIR = drivers/${ROBOT}/cars/car5-trb1
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
SHIP = $(shell find * -maxdepth 0 -name '*.xml' -print)
SHIPSUBDIRS =
CONFIGCREATEDIRS = ${SHIPDIR}
CONFIG = ${SHIP}
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-human_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-human_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))

View file

@ -15,9 +15,12 @@
ROBOT = human
SHIPDIR = drivers/${ROBOT}/cars/car6-trb1
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
SHIP = $(shell find * -maxdepth 0 -name '*.xml' -print)
SHIPSUBDIRS =
CONFIGCREATEDIRS = ${SHIPDIR}
CONFIG = ${SHIP}
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-human_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-human_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))

View file

@ -15,9 +15,12 @@
ROBOT = human
SHIPDIR = drivers/${ROBOT}/cars/car7-trb1
SHIP = $(shell find *.xml -maxdepth 0 -type f -print)
SHIP = $(shell find * -maxdepth 0 -name '*.xml' -print)
SHIPSUBDIRS =
CONFIGCREATEDIRS = ${SHIPDIR}
CONFIG = ${SHIP}
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-human_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-human_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))