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

File Contents

# User Rev Content
1 schorsch 1.7 # platform specific settings for Linux, 32 bit
2 schorsch 1.1
3     # where you want everything
4     [install]
5 schorsch 1.7 RAD_BASEDIR: /opt/radiance
6 schorsch 1.1 RAD_BINDIR: bin
7     RAD_RLIBDIR: share/lib
8     RAD_MANDIR: share/man
9    
10     # shouldn't need any changes
11     [build]
12     CC: gcc
13 schorsch 1.7 CCFLAGS: -O2 -m32
14 schorsch 1.1
15 schorsch 1.2 [debug]
16     CC: gcc
17 schorsch 1.7 CCFLAGS: -g -m32
18 schorsch 1.2
19 schorsch 1.1 # never touch below this
20     [code]
21 schorsch 1.2 RAD_MATHCOMPAT: erf.c
22 schorsch 1.5 RAD_NETCOMPAT: netproc.c
23     RAD_PROCESS: unix_process.c
24 schorsch 1.6 RAD_PCALLS: raypcalls.c
25 schorsch 1.1 RAD_MLIB: m
26