1##############################################################################
2#
3#    file        : Makefile
4#    created     : Sun Jan  5 10:11:19 CET 2003
5#    copyright   : (C) 2003 by Eric Espi�
6#    email       : Eric.Espie@torcs.org
7#    version     : $Id: Makefile,v 1.4 2003/03/05 01:16:16 torcs Exp $
8#
9##############################################################################
10#
11#   This program is free software; you can redistribute it and/or modify
12#   it under the terms of the GNU General Public License as published by
13#   the Free Software Foundation; either version 2 of the License, or
14#   (at your option) any later version.
15#
16##############################################################################
17
18
19SHIPDIR   = config/raceman
20
21SHIPCREATEDIRS = $(shell find * -maxdepth 0 -name '*.xml' -print | sed -e 's!\.xml!!' -e 's!^!results/!')
22
23SHIP      = $(shell find * -maxdepth 0 -name '*.xml' -print)
24
25CONFIGCREATEDIRS = ${SHIPCREATEDIRS} ${SHIPDIR}
26
27CONFIG = ${SHIP}
28
29src_PKGFILES	= $(shell find * -maxdepth 0 -type f -print)
30
31src_PKGDIR	= ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
32
33
34
35include ${MAKE_DEFAULT}
36
37
38