Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/src/ape/config

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


# global include file for the APE environment

< /$objtype/mkfile		# gives (compiler loader extension ranliber)
APEBIN=/$objtype/bin/ape	# where installed ape binaries go
APELIB=/rc/bin/ape		# where helper programs go
CC=pcc				# compiler (must be ansi)
LD=pcc				# loader
CFLAGS=-FTVw				# global defaults
FAMILY=plan9
AR=ar				# manipulating libraries
RANLIB=echo			# for updating libraries

INSTALL=$APELIB/install		# install script
INSOWNER=()			# default installation parameter
INSGROUP=bin			# default installation parameter
INSMODE=775			# default installation parameter

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.