#----------------------------------------------------------------------------
#       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: EC_stub EC_client EC_controller EC_svnt EC_exec

clean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_stub.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_client.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_controller.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_svnt.bor clean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_exec.bor clean

realclean:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_stub.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_client.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_controller.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_svnt.bor realclean
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_exec.bor realclean

install:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_stub.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_client.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_controller.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_svnt.bor install
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_exec.bor install

EC_stub:
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_stub.bor all

EC_client: EC_stub
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_client.bor all

EC_controller: EC_stub
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_controller.bor all

EC_svnt: EC_stub
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_svnt.bor all

EC_exec: EC_svnt
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f EC_exec.bor all

project_name_list:
	@echo EC_client
	@echo EC_controller
	@echo EC_exec
	@echo EC_stub
	@echo EC_svnt
