#
# COPYRIGHT NOTICE
# Copyright (c) Alteon Networks, Inc. 1996 
# All rights reserved
# 
# HISTORY
# $Log$
# $EndLog$
#

LIBRARIES	= libaltstrcommon.a

OPT_LEVEL=	-O2

.if (${context} == "sparc_solaris") || (${context} == "i386_solaris")
ANSI_CC=/opt/SUNWspro/bin/cc
CFLAGS=	-D_KERNEL -v -Xa -DALT_STREAM -DALT_SYSV -DTIGON_REV=3

.if defined(.CURDIR)
INCFLAGS	= -I${.CURDIR}/../common -I${.CURDIR}/../../../common \
		-I${.CURDIR}/../../../../../common \
		-I${.CURDIR}/../../../../common -I../SunOS
.else
INCFLAGS	= -I../common -I../../../common \
		-I../../../../../common \
		-I../../../../common -I../SunOS
.endif
.endif

OFILES		= altstream.o
CFILES		= altstream.c

.include <${RULES_MK}>

.include <alt.depend.mk>
