# 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
#
# ISO ROS protocol
#
############################################################
PROTOCOLNAME = isoros
PROTO_OBJS = isoros.o isoros_bulk.o internet.o tsaplisten.o
ADDR_OBJS = psapaddr.o
PROTO_HEADER = isoros.h
ADDR_HEADER = psapaddr.h
PROTO_LIB_LOCATIONS =
# Need libosi.a to get osi_{set,get}_sap functions
PROTO_LIBS = -lacsap -lisode -losi

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

# Remove unwanted generic benchmarks and distribution functions (rpc ?)
# bnull bulk_get bulk_put rr query conn_disc conn_disc_n
EXCLUDED_BASIC = conn_disc_n
EXCLUDED_COMP =
EXCLUDED_DIST =


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