# 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
#
# Sun RPC protocol on top of tcp
#
############################################################
PROTOCOLNAME = tcprpc
PROTO_OBJS = sunrpc.o
ADDR_OBJS = sunrpcaddr.o
PROTO_HEADER = sunrpc.h
ADDR_HEADER = sunrpcaddr.h
PROTO_CFLAGS = -DSUNRPC_TCP
PROTO_LIB_LOCATIONS =
PROTO_LIBS =

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

EXCLUDED_BASIC = conn_disc_n
EXCLUDED_COMP =
EXCLUDED_DIST =
