1##############################################################################
2#
3#    file                 : Makefile
4#    created              : Sun Feb 13 17:25:53 CET 2000
5#    copyright            : (C) 2000 by Eric Espie
6#    email                : torcs@free.fr
7#    version              : $Id: Makefile,v 1.9 2004/11/06 15:01:21 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
19DATADIR   = tracks/oval/a-speedway
20
21DATA      = a-speedway.xml background.png a-speedway.ac a-speedway.png readme.txt
22
23data-tracks-oval_PKGFILES	= $(DATA)
24
25data-tracks-oval_PKGDIR		= $(DATADIR)
26
27include ${MAKE_DEFAULT}
28
29
30