# 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
#
# ISODE TSAP on top of SUNlink TP4 protocol
#
############################################################
PROTOCOLNAME = suntp4
PROTO_OBJS = suntp4.o suntp4listen.o
ADDR_OBJS = tsapaddr.o
PROTO_HEADER = tsap.h
ADDR_HEADER = tsapaddr.h
PROTO_LIB_LOCATIONS =
PROTO_LIBS = -lisode -losi
PROTO_CFLAGS = -DTP4 -DSUN_TP4 -I/usr/local/include/isode/TP4 -DOSI_ORG=54 -DOSI_SUBNET=1 -DOSI_TSEL=2222 -g

# 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 =


########################################
# Additional dependencies
########################################
