source: tags/old_import_filter/config.makefile.template

Last change on this file was 9751, checked in by westram, 11 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
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 := 1# compile 64bit ARB version
24#BUILDHOST_64 := 1# whether build host is 64bit (value defaults to ARB_64). Needed for cross-compile
25
26UNIT_TESTS := 0# include and perform unit tests
27COVERAGE := 0# gcov support (0=off,1=on,2=on but hidden)
28#SHOWTODO := 0# show todos (default depends on DEVELOPER)
29
30# --------------------------------------------------------------------------------
31# target machine section
32# [Note: Uncomment one section, depending on your machine type and compiler options]
33
34# ------------
35# Section: Linux
36
37MACH  := LINUX# Linux g++  and gcc
38LINUX := 1
39
40# DEBIAN := 1 # uncomment for DEBIAN systems
41# REDHAT := 1 # uncomment for REDHAT systems
42
43# ------------
44# Section: Mac OSX
45
46# MACH   := DARWIN#
47# DARWIN := 1
48
49# ------------
Note: See TracBrowser for help on using the repository browser.