#----------------------------------------------------------------------------
#       Makefile,v 1.9 2003/03/22 13:48:27 mesnier_p Exp
#
#       Makefile for the TAO Cubit tests
#----------------------------------------------------------------------------

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

.NOTPARALLEL:

# Currently, IDL_Cubit *must* come before the IDL_Cubit tests.
DIRS  = IDL_Cubit \
        MT_Cubit \
	DII_Cubit

ifndef TAO_ROOT
  TAO_ROOT = $(ACE_ROOT)/TAO
endif

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

include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU
