From f63cb2d8892fa24e8a15e9dda7a56f03b0f5dc5f Mon Sep 17 00:00:00 2001 From: torcs-ng Date: Wed, 8 Jul 2009 14:55:21 +0000 Subject: [PATCH] Add Makefile for hymie_36GP git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1072 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 899c224fd12c442cbc2adf5ef9647ce90044540f Former-commit-id: eaaf6aea3e3efca7ac233664458727f32d25d054 --- src/drivers/hymie_36GP/1/Makefile | 27 +++++++++++++++++++ src/drivers/hymie_36GP/10/Makefile | 27 +++++++++++++++++++ src/drivers/hymie_36GP/11/Makefile | 27 +++++++++++++++++++ src/drivers/hymie_36GP/12/Makefile | 27 +++++++++++++++++++ src/drivers/hymie_36GP/2/Makefile | 27 +++++++++++++++++++ src/drivers/hymie_36GP/3/Makefile | 27 +++++++++++++++++++ src/drivers/hymie_36GP/4/Makefile | 27 +++++++++++++++++++ src/drivers/hymie_36GP/5/Makefile | 27 +++++++++++++++++++ src/drivers/hymie_36GP/6/Makefile | 27 +++++++++++++++++++ src/drivers/hymie_36GP/7/Makefile | 27 +++++++++++++++++++ src/drivers/hymie_36GP/8/Makefile | 27 +++++++++++++++++++ src/drivers/hymie_36GP/9/Makefile | 27 +++++++++++++++++++ .../hymie_36GP/cars/36GP-alfa12c/Makefile | 26 ++++++++++++++++++ .../hymie_36GP/cars/36GP-alfatipo/Makefile | 26 ++++++++++++++++++ .../hymie_36GP/cars/36GP-autounion/Makefile | 26 ++++++++++++++++++ .../hymie_36GP/cars/36GP-bugatti/Makefile | 26 ++++++++++++++++++ .../hymie_36GP/cars/36GP-maserati/Makefile | 26 ++++++++++++++++++ .../cars/36GP-maserati6C34/Makefile | 26 ++++++++++++++++++ .../hymie_36GP/cars/36GP-mercedes/Makefile | 26 ++++++++++++++++++ src/drivers/hymie_36GP/cars/Makefile | 26 ++++++++++++++++++ 20 files changed, 532 insertions(+) create mode 100644 src/drivers/hymie_36GP/1/Makefile create mode 100644 src/drivers/hymie_36GP/10/Makefile create mode 100644 src/drivers/hymie_36GP/11/Makefile create mode 100644 src/drivers/hymie_36GP/12/Makefile create mode 100644 src/drivers/hymie_36GP/2/Makefile create mode 100644 src/drivers/hymie_36GP/3/Makefile create mode 100644 src/drivers/hymie_36GP/4/Makefile create mode 100644 src/drivers/hymie_36GP/5/Makefile create mode 100644 src/drivers/hymie_36GP/6/Makefile create mode 100644 src/drivers/hymie_36GP/7/Makefile create mode 100644 src/drivers/hymie_36GP/8/Makefile create mode 100644 src/drivers/hymie_36GP/9/Makefile create mode 100644 src/drivers/hymie_36GP/cars/36GP-alfa12c/Makefile create mode 100644 src/drivers/hymie_36GP/cars/36GP-alfatipo/Makefile create mode 100644 src/drivers/hymie_36GP/cars/36GP-autounion/Makefile create mode 100644 src/drivers/hymie_36GP/cars/36GP-bugatti/Makefile create mode 100644 src/drivers/hymie_36GP/cars/36GP-maserati/Makefile create mode 100644 src/drivers/hymie_36GP/cars/36GP-maserati6C34/Makefile create mode 100644 src/drivers/hymie_36GP/cars/36GP-mercedes/Makefile create mode 100644 src/drivers/hymie_36GP/cars/Makefile diff --git a/src/drivers/hymie_36GP/1/Makefile b/src/drivers/hymie_36GP/1/Makefile new file mode 100644 index 00000000..84cd354f --- /dev/null +++ b/src/drivers/hymie_36GP/1/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/1 +SHIP = 36GP-alfa12c.png skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/10/Makefile b/src/drivers/hymie_36GP/10/Makefile new file mode 100644 index 00000000..5a8d5884 --- /dev/null +++ b/src/drivers/hymie_36GP/10/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/10 +SHIP = skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/11/Makefile b/src/drivers/hymie_36GP/11/Makefile new file mode 100644 index 00000000..10fd73e2 --- /dev/null +++ b/src/drivers/hymie_36GP/11/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/11 +SHIP = skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/12/Makefile b/src/drivers/hymie_36GP/12/Makefile new file mode 100644 index 00000000..056c9288 --- /dev/null +++ b/src/drivers/hymie_36GP/12/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/12 +SHIP = skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/2/Makefile b/src/drivers/hymie_36GP/2/Makefile new file mode 100644 index 00000000..fc10359b --- /dev/null +++ b/src/drivers/hymie_36GP/2/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/2 +SHIP = 36GP-alfa12c.png +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/3/Makefile b/src/drivers/hymie_36GP/3/Makefile new file mode 100644 index 00000000..82fe0876 --- /dev/null +++ b/src/drivers/hymie_36GP/3/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/3 +SHIP = 36GP-autounion.png skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/4/Makefile b/src/drivers/hymie_36GP/4/Makefile new file mode 100644 index 00000000..9f074248 --- /dev/null +++ b/src/drivers/hymie_36GP/4/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/4 +SHIP = 36GP-autounion.png skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/5/Makefile b/src/drivers/hymie_36GP/5/Makefile new file mode 100644 index 00000000..00749dc0 --- /dev/null +++ b/src/drivers/hymie_36GP/5/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/5 +SHIP = skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/6/Makefile b/src/drivers/hymie_36GP/6/Makefile new file mode 100644 index 00000000..9942cc6e --- /dev/null +++ b/src/drivers/hymie_36GP/6/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/6 +SHIP = skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/7/Makefile b/src/drivers/hymie_36GP/7/Makefile new file mode 100644 index 00000000..f0113522 --- /dev/null +++ b/src/drivers/hymie_36GP/7/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/7 +SHIP = skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/8/Makefile b/src/drivers/hymie_36GP/8/Makefile new file mode 100644 index 00000000..d76061ca --- /dev/null +++ b/src/drivers/hymie_36GP/8/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/8 +SHIP = skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/9/Makefile b/src/drivers/hymie_36GP/9/Makefile new file mode 100644 index 00000000..eaf50363 --- /dev/null +++ b/src/drivers/hymie_36GP/9/Makefile @@ -0,0 +1,27 @@ +############################################################################## +# +# file : Makefile +# created : 05 Dez 2008 +# last changed : 14 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/9 +SHIP = skill.xml +SHIPSUBDIRS = + +PKGSUBDIRS = ${SHIPSUBDIRS} +src-robots-simplix_36GP_PKGFILES = $(shell find * -maxdepth 0 -type f -print) +src-robots-simplix_36GP_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd)) + +include ${MAKE_DEFAULT} + diff --git a/src/drivers/hymie_36GP/cars/36GP-alfa12c/Makefile b/src/drivers/hymie_36GP/cars/36GP-alfa12c/Makefile new file mode 100644 index 00000000..579c8173 --- /dev/null +++ b/src/drivers/hymie_36GP/cars/36GP-alfa12c/Makefile @@ -0,0 +1,26 @@ +############################################################################## +# +# file : Makefile +# created : Wed Jan 8 18:31:16 CET 2003 +# copyright : (C) 2002 Bernhard Wymann +# +############################################################################## +# +# 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/cars/36GP-alfa12c +SHIP = $(shell find *.xml -maxdepth 0 -type f -print) $(shell find *.dat -maxdepth 0 -type f print) +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/hymie_36GP/cars/36GP-alfatipo/Makefile b/src/drivers/hymie_36GP/cars/36GP-alfatipo/Makefile new file mode 100644 index 00000000..9054ed8d --- /dev/null +++ b/src/drivers/hymie_36GP/cars/36GP-alfatipo/Makefile @@ -0,0 +1,26 @@ +############################################################################## +# +# file : Makefile +# created : Wed Jan 8 18:31:16 CET 2003 +# copyright : (C) 2002 Bernhard Wymann +# +############################################################################## +# +# 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/cars/36GP-alfatipo +SHIP = $(shell find *.xml -maxdepth 0 -type f -print) $(shell find *.dat -maxdepth 0 -type f print) +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/hymie_36GP/cars/36GP-autounion/Makefile b/src/drivers/hymie_36GP/cars/36GP-autounion/Makefile new file mode 100644 index 00000000..b1ae9860 --- /dev/null +++ b/src/drivers/hymie_36GP/cars/36GP-autounion/Makefile @@ -0,0 +1,26 @@ +############################################################################## +# +# file : Makefile +# created : Wed Jan 8 18:31:16 CET 2003 +# copyright : (C) 2002 Bernhard Wymann +# +############################################################################## +# +# 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/cars/36GP-autounion +SHIP = $(shell find *.xml -maxdepth 0 -type f -print) $(shell find *.dat -maxdepth 0 -type f print) +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/hymie_36GP/cars/36GP-bugatti/Makefile b/src/drivers/hymie_36GP/cars/36GP-bugatti/Makefile new file mode 100644 index 00000000..8777f38c --- /dev/null +++ b/src/drivers/hymie_36GP/cars/36GP-bugatti/Makefile @@ -0,0 +1,26 @@ +############################################################################## +# +# file : Makefile +# created : Wed Jan 8 18:31:16 CET 2003 +# copyright : (C) 2002 Bernhard Wymann +# +############################################################################## +# +# 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/cars/36GP-bugatti +SHIP = $(shell find *.xml -maxdepth 0 -type f -print) $(shell find *.dat -maxdepth 0 -type f print) +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/hymie_36GP/cars/36GP-maserati/Makefile b/src/drivers/hymie_36GP/cars/36GP-maserati/Makefile new file mode 100644 index 00000000..98fd78e6 --- /dev/null +++ b/src/drivers/hymie_36GP/cars/36GP-maserati/Makefile @@ -0,0 +1,26 @@ +############################################################################## +# +# file : Makefile +# created : Wed Jan 8 18:31:16 CET 2003 +# copyright : (C) 2002 Bernhard Wymann +# +############################################################################## +# +# 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/cars/36GP-maserati +SHIP = $(shell find *.xml -maxdepth 0 -type f -print) $(shell find *.dat -maxdepth 0 -type f print) +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/hymie_36GP/cars/36GP-maserati6C34/Makefile b/src/drivers/hymie_36GP/cars/36GP-maserati6C34/Makefile new file mode 100644 index 00000000..ea783988 --- /dev/null +++ b/src/drivers/hymie_36GP/cars/36GP-maserati6C34/Makefile @@ -0,0 +1,26 @@ +############################################################################## +# +# file : Makefile +# created : Wed Jan 8 18:31:16 CET 2003 +# copyright : (C) 2002 Bernhard Wymann +# +############################################################################## +# +# 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/cars/36GP-maserati6C34 +SHIP = $(shell find *.xml -maxdepth 0 -type f -print) $(shell find *.dat -maxdepth 0 -type f print) +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/hymie_36GP/cars/36GP-mercedes/Makefile b/src/drivers/hymie_36GP/cars/36GP-mercedes/Makefile new file mode 100644 index 00000000..11669cdc --- /dev/null +++ b/src/drivers/hymie_36GP/cars/36GP-mercedes/Makefile @@ -0,0 +1,26 @@ +############################################################################## +# +# file : Makefile +# created : Wed Jan 8 18:31:16 CET 2003 +# copyright : (C) 2002 Bernhard Wymann +# +############################################################################## +# +# 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/cars/36GP-mercedes +SHIP = $(shell find *.xml -maxdepth 0 -type f -print) $(shell find *.dat -maxdepth 0 -type f print) +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/hymie_36GP/cars/Makefile b/src/drivers/hymie_36GP/cars/Makefile new file mode 100644 index 00000000..2f4ab2fc --- /dev/null +++ b/src/drivers/hymie_36GP/cars/Makefile @@ -0,0 +1,26 @@ +############################################################################## +# +# file : Makefile +# created : 13 Apr 2006 +# copyright : (C) 2006 Tim Foden +# version : $Id$ +# +############################################################################## +# +# 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 = hymie_36GP +SHIPDIR = drivers/${ROBOT}/cars +SHIP = +SHIPSUBDIRS = $(shell find * -maxdepth 0 -type d -print) + +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}