1# Make-config.  Generated from Make-config.in by configure.
2
3##############################################################################
4#
5#    file                 : Make-config.in
6#    created              : Mon Dec 11 23:47:37 CET 2000
7#    copyright            : (C) 2000 by Eric Espi�
8#    email                : Eric.Espie@torcs.org
9#    version              : $Id: Make-config,v 1.28.2.18 2016/05/18 18:30:43 berniw Exp $
10#
11##############################################################################
12#
13#   This program is free software; you can redistribute it and/or modify
14#   it under the terms of the GNU General Public License as published by
15#   the Free Software Foundation; either version 2 of the License, or
16#   (at your option) any later version.
17#
18##############################################################################
19
20SHELL = /bin/sh
21
22srcdir = .
23top_srcdir = ${TORCS_BASE}
24
25prefix = /home/berni/torcs_bin
26exec_prefix = ${prefix}
27
28bindir = ${exec_prefix}/bin
29libdir = ${exec_prefix}/lib64/torcs
30datarootdir = ${prefix}/share
31datadir = ${prefix}/share/games/torcs
32vardir = ${prefix}/var/games/torcs
33
34top_builddir = .
35
36CC = gcc
37CXX = g++
38LD = ld
39AR = ar
40ARFLAGS = ruv
41RANLIB = ranlib
42
43INSTALL = /usr/bin/install -c
44#INSTALL_PROGRAM = /usr/bin/install -c -m 755
45#INSTALL_DATA = /usr/bin/install -c -m 644
46INSTALL_PROGRAM = ${INSTALL}
47INSTALL_DATA = ${INSTALL} -m 644
48INSTALL_SCRIPT = ${INSTALL}
49mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50
51CFLAGSD = -D_SVID_SOURCE -D_BSD_SOURCE -DSHM -DHAVE_CONFIG_H
52CXXFLAGS =  -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}
53CFLAGS   =  -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}
54
55#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
56EXT_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
57#LDFLAGS =   -lopenal -lalut -lvorbisfile -L${EXPORTBASE}/lib -L/usr/lib -L/usr/local/lib
58LDFLAGS =  -L${EXPORTBASE}/lib  -lopenal -lalut -lvorbisfile -L/usr/lib
59
60#INCFLAGS =  -I${EXPORTBASE}/include -I/usr/include -I/usr/local/include
61INCFLAGS =  -I${EXPORTBASE}/include -I${TORCS_BASE}
62
63CPP = gcc -E -march=native -O2 -fno-strict-aliasing -M -D__DEPEND__
64
65PACKAGE = torcs
66VERSION = 1.3.7
67
68TAR = gtar
69GZIP_ENV = --best
70
71