diff --git a/src/drivers/usr_sc/11/Makefile b/src/drivers/usr_sc/11/Makefile new file mode 100644 index 00000000..5842bcb3 --- /dev/null +++ b/src/drivers/usr_sc/11/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 05 Dez 2008 +# copyright : (C) 2008 Wolf-Dieter Beelitz +# +############################################################################## +# +# 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 = usr_sc +SHIPDIR = drivers/${ROBOT}/11 +SHIP = skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-usr_sc_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-usr_sc_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/usr_sc/12/Makefile b/src/drivers/usr_sc/12/Makefile new file mode 100644 index 00000000..dfedee0d --- /dev/null +++ b/src/drivers/usr_sc/12/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 05 Dez 2008 +# copyright : (C) 2008 Wolf-Dieter Beelitz +# +############################################################################## +# +# 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 = usr_sc +SHIPDIR = drivers/${ROBOT}/12 +SHIP = skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-usr_sc_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-usr_sc_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} +