# 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
#
# NULL protocol
#
############################################################
PROTOCOLNAME = null
PROTO_OBJS = null.o
ADDR_OBJS = nulladdr.o
PROTO_HEADER = null.h
ADDR_HEADER = nulladdr.h
PROTO_LIB_LOCATIONS =
PROTO_LIBS = 

# Add protocol specific benchmarks and distribution functions.
LOCAL_BASIC = nodelay callsys copy
LOCAL_COMP =
LOCAL_DIST = exp0

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

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

