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.2 2004/02/08 19:20:32 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
18TRACK	  = e-speedway
19
20CATEGORY  = oval
21
22DATADIR   = tracks/$(CATEGORY)/$(TRACK)
23
24DATA      = $(shell find * -maxdepth 0 -type f -print)
25
26data-tracks-oval_PKGFILES	= $(DATA)
27
28data-tracks-oval_PKGDIR		= $(DATADIR)
29
30include ${MAKE_DEFAULT}
31
32
33