#----------------------------------------------------------------------------
#	%W%	%G%
#
#	Makefile for the client programs that test the ACE network services 
#----------------------------------------------------------------------------

#----------------------------------------------------------------------------
#	Local macros
#----------------------------------------------------------------------------

DIRS  = Logger \
	Naming \
	Tokens

#----------------------------------------------------------------------------
#	Include macros and targets
#----------------------------------------------------------------------------

include	$(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU
include	$(WRAPPER_ROOT)/include/makeinclude/macros.GNU
include	$(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU
include	$(WRAPPER_ROOT)/include/makeinclude/rules.nested.GNU
include	$(WRAPPER_ROOT)/include/makeinclude/rules.nolocal.GNU

