source: tags/arb_5.3/config.makefile.template

Last change on this file was 6163, checked in by westram, 15 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 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
12
13TRACESYM := 1# insert symbols for meaningful backtraces into executables
14
15# Include features using OPENGL?
16OPENGL := 1
17
18# 0 = use old PTSERVER (recommended)
19# 1 = use the new PTPan implementation as pt-server (Not tested very well, do NOT use!)
20# 2 = compile both, use old (recommended for development only)
21PTPAN := 0
22
23ARB_64 := 0# compile 64bit ARB version
24#BUILDHOST_64 := 1# whether build host is 64bit (value defaults to ARB_64). Needed for cross-compile
25
26# --------------------------------------------------------------------------------
27# target machine section
28# [Note: Uncomment one section, depending on your machine type and compiler options]
29
30# ------------
31# Section: Linux
32
33MACH  := LINUX# Linux g++  and gcc
34LINUX := 1
35
36# DEBIAN := 1 # uncomment for DEBIAN systems
37# REDHAT := 1 # uncomment for REDHAT systems
38
39# ------------
40# Section: Mac OSX
41
42# MACH   := DARWIN#
43# DARWIN := 1
44
45# ------------
Note: See TracBrowser for help on using the repository browser.