#
# $RCSfile: ComposeHacks,v $
#
# x-kernel v3.2
#
# Copyright (c) 1993,1991,1990  Arizona Board of Regents
#
#
# $Log: ComposeHacks,v $
# Revision 1.2  1995/10/17 18:54:59  slm
# Added OBJS/ before $(HOW) to find object files in subdirectory.
#
# Revision 1.1  1995/07/28  22:53:38  slm
# Initial revision
#
# Revision 1.1  1994/11/22  21:30:06  hkaram
# Initial revision
#
# Revision 1.7.1.1  1994/05/05  23:18:29  menze
# All protocols in psync suite (divider, total_order, dispatch,
# composer, consul_timing) are tied to the psync directory
#
# Revision 1.7  1994/01/12  21:43:44  menze
#   [ 1994/01/10          menze ]
#   Some hash and encryption utility files moved about.
#
# -----------------------------------------------------------------
# The normal non-library build procedure depends on a protocol having
# the same name as its source directory.  If there are protocols,
# drivers or apis which are actually defined in a different directory,
# their FILES and LIBS variables should be remapped here.  
#
# E.g., the protocol SRX is built from source code in a directory
# named machnetipc.  The build procedure will define the variables
# machnetipc_FILES and machnetipc_LIBS, but the remapping of srx_FILES
# and srx_LIBS would need to be made in the appropriate ComposeHacks
# directory: 
#
#	srx_FILES = $(machnetipc_FILES)
#	srx_LIBS = $(machnetipc_LIBS)


ethtest_FILES := \
	 simulator/protocols/test/OBJS/$(HOW)/ethtest.o \

iptest_FILES := \
	 simulator/protocols/test/OBJS/$(HOW)/iptest.o \

iproutetest_FILES := \
	 simulator/protocols/test/OBJS/$(HOW)/iproutetest.o \

tcptest_FILES := \
	 simulator/protocols/test/OBJS/$(HOW)/tcptest.o \

traffic_FILES := \
	 simulator/protocols/test/OBJS/$(HOW)/traffic.o \

megtest_FILES := \
	 simulator/protocols/test/OBJS/$(HOW)/megtest.o \


