forked from speed-dreams/speed-dreams-code
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1476 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: fb2ad0919ba0b7fd51722a4c09a5892e4be6ccb7 Former-commit-id: e8ec3f809dfb3a9f4b743745bd40e67e2f890c82
27 lines
1.1 KiB
Makefile
27 lines
1.1 KiB
Makefile
##############################################################################
|
|
#
|
|
# file : Makefile
|
|
# created : Tue Jun 25 00:02:31 CEST 2002
|
|
# copyright : (C) 2001 by Eric Espié
|
|
# email : Eric.Espie@torcs.org
|
|
# version : $Id: Makefile,v 1.2 2002/06/30 14:11:17 torcs Exp $
|
|
#
|
|
##############################################################################
|
|
#
|
|
# 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.
|
|
#
|
|
##############################################################################
|
|
|
|
|
|
PKGSUBDIRS = $(shell find * -maxdepth 0 -type d -print | grep -v .svn)
|
|
|
|
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
|
|
|
|
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${SPEED_DREAMS_BASE},,$(shell pwd))
|
|
|
|
include ${MAKE_DEFAULT}
|
|
|
|
|