source: tags/ms_ra2q56/config.makefile.template

Last change on this file was 17738, checked in by westram, 5 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 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? (not recommended; affects SANITIZE stackdump locations)
13
14TRACESYM := 1# insert symbols for meaningful backtraces into executables
15
16# Include features using OPENGL?
17OPENGL := 0
18
19
20# compile 64bit ARB version (32bit may work, but is rarely tested)
21ARB_64 := 1
22
23UNIT_TESTS := 0# include and perform unit tests
24COVERAGE := 0# gcov support (0=off(=default),1=on,2=on but hidden)
25#SANITIZE := all# build with Sanitizer? (defaults to 0; see Makefile for details)
26#SHOWTODO := 0# show todos? (defaults to 0, depends on DEVELOPER)
27
28# --------------------------------------------------------------------------------
29# target machine section
30# [Note: Uncomment one section, depending on your machine type and compiler options]
31
32# ------------
33# Section: Linux
34
35MACH  := LINUX#
36LINUX := 1
37
38# DEBIAN := 1# uncomment for DEBIAN systems (not recommended)
39# REDHAT := 1# uncomment for REDHAT systems
40
41# ------------
42# Section: Mac OSX
43
44# MACH   := DARWIN#
45# DARWIN := 1
46
47# ------------
Note: See TracBrowser for help on using the repository browser.