forked from fmirus/torcs-1.3.7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
40 lines (26 loc) · 1.23 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
##############################################################################
#
# file : Makefile
# created : Mon Aug 30 22:10:08 CEST 1999
# copyright : (C) 1999 by Eric Espie
# email : [email protected]
# version : $Id: Makefile,v 1.7 2003/08/20 05:48:42 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.
#
##############################################################################
# #### The Open Racing Car Simulator ####
SHIPSUBDIRS = drivers modules libs raceman
EXPINCDIRS = interfaces libs linux modules
TOOLSUBDIRS = libs tools linux
SUBDIRS = libs linux modules drivers tools
SRCDOC = yes
PKGSUBDIRS = interfaces libs linux modules windows tools drivers doc raceman
src_PKGFILES = Makefile
src_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}