ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/platform/posix_64.cfg
Revision: 1.6
Committed: Thu Mar 10 01:44:51 2016 UTC (8 years, 2 months ago) by schorsch
Branch: MAIN
Changes since 1.5: +4 -4 lines
Log Message:
arch dependent config

File Contents

# User Rev Content
1 schorsch 1.6 # platform specific settings for unknown unix (posix) systems, 64 bit
2 schorsch 1.1
3     # If you need to adapt this file for your OS, please make a
4     # copy under the name detected by SCons after checking the
5     # environment. If you send this new file to the Radiance
6     # developers, then they can include it with the next release.
7    
8     # where you want everything
9     [install]
10 schorsch 1.6 RAD_BASEDIR: /opt/radiance
11 schorsch 1.1 RAD_BINDIR: bin
12     RAD_RLIBDIR: share/lib
13     RAD_MANDIR: share/man
14    
15     # shouldn't need any changes
16     [build]
17 schorsch 1.6 CCFLAGS: -O -m32
18 schorsch 1.1
19 schorsch 1.2 [debug]
20 schorsch 1.6 CCFLAGS: -g -m32
21 schorsch 1.2
22 schorsch 1.1 # never touch below this
23     [code]
24 schorsch 1.2 RAD_COMPAT: strcmp.c
25     RAD_MATHCOMPAT: erf.c
26 schorsch 1.4 RAD_NETCOMPAT: netproc.c
27     RAD_PROCESS: unix_process.c
28 schorsch 1.5 RAD_PCALLS: raypcalls.c
29 schorsch 1.1 RAD_MLIB: m
30