#	START NEW ARIX SCCS HEADER
#
#	@(#) macdefs: version 25.1 created on 11/27/91 at 14:51:04
#
#	Copyright (c) 1990 by Arix Corporation
#	All Rights Reserved
#
#	@(#)macdefs	25.1	11/27/91 Copyright (c) 1990 by Arix Corporation
#
#	END NEW ARIX SCCS HEADER
#
##############################################################
#
# INCLUDE FILES:
#       This should be the full path name of the directory containing
#	the include files to be used for the current make.
#
MACH=M68040
UMACH=M68020
PM = $(IROOT)/pm
PMINC = $(PM)
IOPM = $(IROOT)/iopm
IOPMINC = $(IOPM)
#
# SGS DEFINITIONS
#
SGS_ROOT	=	/src/build/util/src/bootsgs

LD		=	$(SGS_ROOT)/bin/ld
AS		=	$(SGS_ROOT)/bin/as
CC		=	/src/build/tools/cc
AR		=	$(SGS_ROOT)/bin/ar
MAKE		=	/bin/make
#
##############################################################
#
# Compiler, linker options
#
LCC	= /bin/cc
#LCFLSGS is used only in making the binaries on which the compilation
#is done.  NOT for binaries for target system.
LCFLAGS	= $(LOCAL_LCFLAGS) -O -DPOSIX -D_POSIX_SOURCE -D$(MACH) -U$(UMACH)

#CFLAGS is used for binaries that are used in target system.
CFLAGS	= $(LOCAL_CFLAGS) -O -b -SYSV -DPOSIX -D_POSIX_SOURCE \
	-D$(MACH) -U$(UMACH) -YI,$(PMINC)
LDFLAGS =
