#
# $RCSfile: ComposeHacks,v $
#
# x-kernel v3.2
#
# Copyright (c) 1993,1991,1990  Arizona Board of Regents
#
#
# $Revision: 1.5 $
# $Date: 1993/10/06 20:53:16 $

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


mselect_FILES = $(select_FILES)

srx_FILES = $(machnetipc_FILES)

rrx_FILES = $(machnetipc_FILES)

chantest_FILES := \
	 protocols/test/$(HOW)/chantest.o \


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


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


icmptest_FILES := \
	 protocols/test/$(HOW)/icmptest.o \


sunrpctest_FILES := \
	 protocols/test/$(HOW)/sunrpctest.o \


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


udptest_FILES := \
	 protocols/test/$(HOW)/udptest.o \


xrpctest_FILES := \
	 protocols/test/$(HOW)/xrpctest.o \


xkpm_client_FILES := \
	 protocols/test/$(HOW)/xkpm_client.o \


xkpm_server_FILES := \
	 protocols/test/$(HOW)/xkpm_server.o \


udpcrypttest_FILES := \
	 protocols/test/$(HOW)/udpcrypttest.o \


km_FILES = $(keym_FILES)
km_LIBS = $(keym_LIBS)

