config 573 B

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