2 |
- |
1 |
# global include file for the APE environment
|
|
|
2 |
|
|
|
3 |
< /$objtype/mkfile # gives (compiler loader extension ranliber)
|
|
|
4 |
APEBIN=/$objtype/bin/ape # where installed ape binaries go
|
|
|
5 |
APELIB=/rc/bin/ape # where helper programs go
|
|
|
6 |
CC=pcc # compiler (must be ansi)
|
|
|
7 |
LD=pcc # loader
|
|
|
8 |
CFLAGS=-FTVw # global defaults
|
|
|
9 |
FAMILY=plan9
|
|
|
10 |
AR=ar # manipulating libraries
|
|
|
11 |
RANLIB=echo # for updating libraries
|
|
|
12 |
|
|
|
13 |
INSTALL=$APELIB/install # install script
|
|
|
14 |
INSOWNER=() # default installation parameter
|
|
|
15 |
INSGROUP=bin # default installation parameter
|
|
|
16 |
INSMODE=775 # default installation parameter
|