-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
29 lines (25 loc) · 1.05 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
##############################################################################
#
# file : Makefile
# created : Thursday 22 June 2023 11:12:30 AM IST
# copyright : (C) 2002 ashish
#
##############################################################################
#
# 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.
#
##############################################################################
ROBOT = robot5
MODULE = ${ROBOT}.so
MODULEDIR = drivers/${ROBOT}
SOURCES = ${ROBOT}.cpp driver.cpp
SHIPDIR = drivers/${ROBOT}
SHIP = ${ROBOT}.xml car1-ow1.rgb logo.rgb
SHIPSUBDIRS =
PKGSUBDIRS = ${SHIPSUBDIRS}
src-robots-robot5_PKGFILES = $(shell find * -maxdepth 0 -type f -print)
src-robots-robot5_PKGDIR = ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))
include ${MAKE_DEFAULT}