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