Add Makefile for usr_sc 11 & 12

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

Former-commit-id: 0dbb1020bd96be79380f8ee1c5df8f3072c42d5d
Former-commit-id: d1ed6e335f9439607e760de00a60858af080386c
This commit is contained in:
torcs-ng 2009-04-13 23:13:51 +00:00
parent 2eda00d3cd
commit f6bf4c4244
2 changed files with 54 additions and 0 deletions

View file

@ -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}

View file

@ -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}