-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
22 lines (18 loc) · 781 Bytes
/
Makefile
File metadata and controls
22 lines (18 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##############################################################################
#
# file : Makefile
# created : Sat Jan 9 17:56:45 CET 2010
# copyright : (C) 2002 MasterM and MiKom
#
##############################################################################
ROBOT = minracer
MODULE = ${ROBOT}.so
MODULEDIR = drivers/${ROBOT}
SOURCES = model.cpp ${ROBOT}.cpp ${TORCS_BASE}/src/drivers/lib/ffll.a
SHIPDIR = drivers/${ROBOT}
SHIP = ${ROBOT}.xml car4-trb1.rgb logo.rgb
SHIPSUBDIRS =
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-minracer_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-minracer_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}