File: Makefile

package info (click to toggle)
torcs 1.3.3%2Bdfsg-0.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 680,248 kB
  • ctags: 14,190
  • sloc: cpp: 81,697; xml: 75,140; ansic: 9,746; makefile: 2,275; sh: 1,134
file content (48 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download | duplicates (2)
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
39
40
41
42
43
44
45
46
47
48
##############################################################################
#
#    file        : Makefile
#    created     : Sat Nov 16 09:38:51 CET 2002
#    copyright   : (C) 2002, 3006 by Eric EspiƩ, Bernhard Wymann
#    email       : Eric.Espie@torcs.org   
#    version     : $Id: Makefile,v 1.5 2006/10/06 20:44:51 berniw 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.
#
##############################################################################


SOLIBRARY    = libraceengine.so

SOLIBDIR     = .

SOURCES      = singleplayer.cpp raceinit.cpp racemain.cpp racemanmenu.cpp racestate.cpp racegl.cpp \
	       raceengine.cpp raceresults.cpp

LIBSPATH     = -L${EXPORTBASE}

LIBS         = -lracescreens -lrobottools

EXPDIR       = include

EXPORTS      = singleplayer.h raceinit.h

SHIPDIR      = config

SHIP         = raceengine.xml style.xsl

CONFIGCREATEDIRS = ${SHIPDIR}

CONFIG    = $(SHIP)


src_PKGFILES	= $(shell find * -maxdepth 0 -type f -print)

src_PKGDIR	= ${PACKAGE}-${VERSION}/$(subst ${TORCS_BASE},,$(shell pwd))


include ${MAKE_DEFAULT}