#		"@(#)Makeinclude.sg	7.7 Stardent 92/05/21"
#			Copyright (c) 1991 by
#			Stardent Computer Inc.
#			All Rights Reserved
#	
#	This software comprises unpublished confidential information of
#	Stardent Computer Inc. and may not be used, copied or made
#	available to anyone, except in accordance with the license
#	under which it is furnished.
#	
#	This file is under sccs control at Stardent in:
#	/sccs1.p/avs/s.Makeinclude.sg
#	
#
# sgi version of a makeinclude template to define global macros

ACFLAGS= -cckr -Wf,-XNl4096 -D_BSD -D_BSD_INCLUDES -Dsgi $(G) 
AOPTCFLAGS= $(ACFLAGS)
AFFLAGS= $(G)
AOPTFFLAGS= $(G)
AASFLAGS= 
ADBCFLAGS=-g 
ADBFFLAGS=-g 
CP=cp
SHELL=/bin/sh
PORT=sg
GLIB=gl
GLIB2=gl
AVSX=
AR= ar
RL=echo
F77_BIND_FLAGS=-name both -case lower -suffix _
SUBRARGS_FLAG=-DUNLIMITED_SUBRARGS -DCOROUT_VARARGS
MODTARGET=multi
LASTLIBS= -L/usr/lib -lmalloc -lsun -lm
LASTFLIBS= -lsun
.c.ln:
	$(LINT) $(LINTFLAGS) $(AVS_INC) $<
F77=f77

# Sub directory containing machine optimized tracer code
TRACE_DIR= generic
