| 1 |
schorsch |
1.1 |
# platform specific settings for unknown unix (posix) systems
|
| 2 |
|
|
|
| 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 |
|
|
RAD_BASEDIR: /opt/radiance3.6a
|
| 11 |
|
|
RAD_BINDIR: bin
|
| 12 |
|
|
RAD_RLIBDIR: share/lib
|
| 13 |
|
|
RAD_MANDIR: share/man
|
| 14 |
|
|
|
| 15 |
|
|
# shouldn't need any changes
|
| 16 |
|
|
[build]
|
| 17 |
|
|
CCFLAGS: -O
|
| 18 |
|
|
|
| 19 |
|
|
# never touch below this
|
| 20 |
|
|
[code]
|
| 21 |
|
|
RAD_SPEED: -DSPEED=200
|
| 22 |
|
|
RAD_COMPAT: bmalloc.c erf.c strcmp.c
|
| 23 |
|
|
RAD_MLIB: m
|
| 24 |
|
|
|