File: Make-config

package info (click to toggle)
torcs 1.3.7%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 800,472 kB
  • sloc: cpp: 82,033; xml: 69,371; ansic: 9,818; makefile: 2,100; sh: 1,130; javascript: 11
file content (70 lines) | stat: -rw-r--r-- 2,872 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Make-config.  Generated from Make-config.in by configure.

##############################################################################
#
#    file                 : Make-config.in
#    created              : Mon Dec 11 23:47:37 CET 2000
#    copyright            : (C) 2000 by Eric Espi�                        
#    email                : Eric.Espie@torcs.org   
#    version              : $Id: Make-config,v 1.28.2.18 2016/05/18 18:30:43 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.
#
##############################################################################

SHELL = /bin/sh

srcdir = .
top_srcdir = ${TORCS_BASE}

prefix = /home/berni/torcs_bin
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
libdir = ${exec_prefix}/lib64/torcs
datarootdir = ${prefix}/share
datadir = ${prefix}/share/games/torcs
vardir = ${prefix}/var/games/torcs

top_builddir = .

CC = gcc
CXX = g++
LD = ld
AR = ar
ARFLAGS = ruv
RANLIB = ranlib

INSTALL = /usr/bin/install -c
#INSTALL_PROGRAM = /usr/bin/install -c -m 755
#INSTALL_DATA = /usr/bin/install -c -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL}
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

CFLAGSD = -D_SVID_SOURCE -D_BSD_SOURCE -DSHM -DHAVE_CONFIG_H
CXXFLAGS =  -march=native -O2 -fno-strict-aliasing -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -march=native -O2 -fno-strict-aliasing ${CFLAGSD}
CFLAGS   =  -march=native -O2 -fno-strict-aliasing -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES -Wall -fPIC -fno-strict-aliasing -O2 -DUSE_RANDR_EXT -DGL_GLEXT_PROTOTYPES ${CFLAGSD}

#EXT_LIBS = -lpthread -lplibjs -lplibssgaux -lplibssg -lplibsm -lplibsl -lplibsg -lplibul -lglut -lGLU -lGL -lpng -lz -ldl -lXrandr -lXrender -lXxf86vm -lXmu -lXi -lXt -lSM -lICE -lXext -lX11 -lm 
EXT_LIBS = -lplibjs -lplibssgaux -lplibssg -lplibsm -lplibsl -lplibsg -lplibul -lglut -lGLU -lGL -lpng -lz -ldl -lXrandr -lXrender -lXxf86vm -lXmu -lXi -lXt -lSM -lICE -lXext -lX11 -lm 
#LDFLAGS =   -lopenal -lalut -lvorbisfile -L${EXPORTBASE}/lib -L/usr/lib -L/usr/local/lib
LDFLAGS =  -L${EXPORTBASE}/lib  -lopenal -lalut -lvorbisfile -L/usr/lib

#INCFLAGS =  -I${EXPORTBASE}/include -I/usr/include -I/usr/local/include
INCFLAGS =  -I${EXPORTBASE}/include -I${TORCS_BASE}

CPP = gcc -E -march=native -O2 -fno-strict-aliasing -M -D__DEPEND__

PACKAGE = torcs
VERSION = 1.3.7

TAR = gtar
GZIP_ENV = --best