#----------------------------------------------------------------------------
#       Borland Workspace
#
# BorlandWorkspaceCreator.pm,v 1.13 2004/07/01 19:00:58 elliott_c Exp
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# bin/mwc.pl -include /tmp/ACE_wrappers_stage-3315/ACE_wrappers/MPC/config -include /tmp/ACE_wrappers_stage-3315/ACE_wrappers/MPC/templates -type borland -recurse -hierarchy -relative ACE_ROOT=/tmp/ACE_wrappers_stage-3315/ACE_wrappers -exclude TAO/TAOACE.mwc,TAO/CIAO/CIAOTAO.mwc
#----------------------------------------------------------------------------

!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>

all: ECMcastTests_lib Complex_Consumer Complex_Gateway_Ec Complex_Supplier Simple_Gateway_Ec Simple_Supplier Two_Way_Application Two_Way_Gateway_Ec

clean:
	@cd Common
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ECMcastTests_lib.bor clean
	@cd ../
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Consumer.bor clean
	@cd ../
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Gateway_Ec.bor clean
	@cd ../
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Supplier.bor clean
	@cd ../
	@cd Simple
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Simple_Gateway_Ec.bor clean
	@cd ../
	@cd Simple
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Simple_Supplier.bor clean
	@cd ../
	@cd Two_Way
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Two_Way_Application.bor clean
	@cd ../
	@cd Two_Way
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Two_Way_Gateway_Ec.bor clean
	@cd ../

realclean:
	@cd Common
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ECMcastTests_lib.bor realclean
	@cd ../
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Consumer.bor realclean
	@cd ../
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Gateway_Ec.bor realclean
	@cd ../
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Supplier.bor realclean
	@cd ../
	@cd Simple
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Simple_Gateway_Ec.bor realclean
	@cd ../
	@cd Simple
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Simple_Supplier.bor realclean
	@cd ../
	@cd Two_Way
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Two_Way_Application.bor realclean
	@cd ../
	@cd Two_Way
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Two_Way_Gateway_Ec.bor realclean
	@cd ../

install:
	@cd Common
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ECMcastTests_lib.bor install
	@cd ../
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Consumer.bor install
	@cd ../
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Gateway_Ec.bor install
	@cd ../
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Supplier.bor install
	@cd ../
	@cd Simple
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Simple_Gateway_Ec.bor install
	@cd ../
	@cd Simple
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Simple_Supplier.bor install
	@cd ../
	@cd Two_Way
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Two_Way_Application.bor install
	@cd ../
	@cd Two_Way
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Two_Way_Gateway_Ec.bor install
	@cd ../

ECMcastTests_lib:
	@cd Common
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ECMcastTests_lib.bor all
	@cd ../

Complex_Consumer: ECMcastTests_lib
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Consumer.bor all
	@cd ../

Complex_Gateway_Ec: ECMcastTests_lib
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Gateway_Ec.bor all
	@cd ../

Complex_Supplier: ECMcastTests_lib
	@cd Complex
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Complex_Supplier.bor all
	@cd ../

Simple_Gateway_Ec: ECMcastTests_lib
	@cd Simple
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Simple_Gateway_Ec.bor all
	@cd ../

Simple_Supplier: ECMcastTests_lib
	@cd Simple
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Simple_Supplier.bor all
	@cd ../

Two_Way_Application: ECMcastTests_lib
	@cd Two_Way
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Two_Way_Application.bor all
	@cd ../

Two_Way_Gateway_Ec: ECMcastTests_lib
	@cd Two_Way
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Two_Way_Gateway_Ec.bor all
	@cd ../

project_name_list:
	@echo ECMcastTests_lib
	@echo Complex_Consumer
	@echo Complex_Gateway_Ec
	@echo Complex_Supplier
	@echo Simple_Gateway_Ec
	@echo Simple_Supplier
	@echo Two_Way_Application
	@echo Two_Way_Gateway_Ec
