# The SPIMS software is covered by a license. The use of the software
# represents acceptance of the terms and conditions in the license.
# ******************************************************************
# Copyright (c) 1989, Swedish Institute of Computer Science
############################################################
# Makefile for Protocol Benchmarks
#
# SunLink TSAP interface to TP4 over IEEE802
#
# The OSI address has to be #defined on the command line
# OSI_ORG - organisation number
# OSI_SUBNET - subnetwork number
############################################################

PROTOCOLNAME = sunlink-tp4
PROTO_OBJS = sunlink-tp4.o
ADDR_OBJS = sunosiaddr.o
PROTO_HEADER = sunlink-tp4.h
ADDR_HEADER = sunosiaddr.h
PROTO_CFLAGS = -DOSI_ORG=54 -DOSI_SUBNET=1 -O
PROTO_LIB_LOCATIONS =
PROTO_LIBS = -losi

# Add protocol specific benchmarks and distribution functions.
LOCAL_BASIC =
LOCAL_COMP =
LOCAL_DIST =

# Remove unwanted generic benchmarks and distribution functions
EXCLUDED_BASIC = 
EXCLUDED_COMP =
EXCLUDED_DIST =
