1##############################################################################
2#
3#    file                 : Makefile<2>
4#    created              : Sun Mar 19 00:13:24 CET 2000
5#    copyright            : (C) 2000 by Eric Espie
6#    email                : torcs@free.fr
7#    version              : $Id: Makefile,v 1.2 2002/06/28 20:03:43 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
19DATASUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v CVS)
20
21PKGSUBDIRS	= $(DATASUBDIRS)
22
23include ${MAKE_DEFAULT}
24
25
26