#
#INCRT	=	$(SGSx)/usr/include
#
#
####################################################################
#
LD		=	$(SGS_ROOT)/bin/ld
AS		=	$(SGS_ROOT)/bin/as
CC		=	$(SGS_ROOT)/bin/cc -Dm68k -w3 -W0,-sp
CPP		=	$(SGS_ROOT)/lib/cpp -Dm68k
AR		=	/bin/ar
MAKE		=	/bin/make
YACC		=	/usr/bin/yacc
LEX		=	/usr/bin/lex
#
##############################################################
#
# MAKE FLAGS:
#
LDFLAGS		= $(VERS) -YL,$(ROOT)/lib -YU,$(ROOT)/usr/lib -Wl,-Q -Z$(NEWDATE)
##############################################################
#
# DATES:
#	OLDDATE is used to touch certain site-dependent files
#	so they don't overlay a newer version of the same file.
#
#	NEWDATE is used as argument to touch such that
#	all installed products have the same date and time.
#
#OLDDATE	=	3001000089
#NEWDATE	=	4002000089
##############################################################
#
# INSTALLATION:
#	INS defines the utility to be used for installing new files.
#
#INS	=	/bin/cp
#INS	=	$(IROOT)/ins $(ROOT) $(MAPDIR)
#LOCALINCS = /usr/include
##############################################################
#
# CUST:
#       Who is this release being built for? The only legal values (now) are:
#	SPERRY		:	for Unisys releases
#	ARIX		:	for default releases
##############################################################
#
# RELEASE/NODE:
#	These variables identify the release of this build,
#	and also stamp certain installed products.
#
#NODE	=	arix
#RELEASE	=	e5.8
#VERS	=	-VS 5803
#MACH      =	M68020
