source: tags/arb-6.0.6/config.makefile.template

Last change on this file was 12694, checked in by epruesse, 10 years ago

merge log:trunk@12692 (broken DEBIAN := 1 setting)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1# --------------------------------------------------------------------------------                                         -*-Mode: Makefile;-*- (emacs)
2# If this file is named config.makefile.template then copy it to config.makefile
3# DO NOT EDIT config.makefile.template
4# --------------------------------------------------------------------------------
5
6# Enter your name (upper case, no spaces) here, to enable '#ifdef DEVEL_YOURNAME #endif' sections
7# (Release version uses 'RELEASE')
8DEVELOPER := ANY
9
10DEBUG := 0# build with debug information
11DEBUG_GRAPHICS := 0# force instant graphic update
12STABS := 0# force stabs format?
13
14TRACESYM := 1# insert symbols for meaningful backtraces into executables
15
16# Include features using OPENGL?
17OPENGL := 0
18
19# 0 = use old PTSERVER (recommended)
20# 1 = use the new PTPan implementation as pt-server (Not tested very well, do NOT use!)
21# 2 = compile both, use old (recommended for development only)
22PTPAN := 0
23
24ARB_64 := 1# compile 64bit ARB version
25#BUILDHOST_64 := 1# whether build host is 64bit (value defaults to ARB_64). Needed for cross-compile
26
27UNIT_TESTS := 0# include and perform unit tests
28COVERAGE := 0# gcov support (0=off,1=on,2=on but hidden)
29#SHOWTODO := 0# show todos (default depends on DEVELOPER)
30
31# --------------------------------------------------------------------------------
32# target machine section
33# [Note: Uncomment one section, depending on your machine type and compiler options]
34
35# ------------
36# Section: Linux
37
38MACH  := LINUX# Linux g++  and gcc
39LINUX := 1
40
41# DEBIAN := 1# uncomment for DEBIAN systems
42# REDHAT := 1# uncomment for REDHAT systems
43
44# ------------
45# Section: Mac OSX
46
47# MACH   := DARWIN#
48# DARWIN := 1
49
50# ------------
Note: See TracBrowser for help on using the repository browser.