#----------------------------------------------------------------------------
#       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: Application_Controlled_Client Application_Controlled_Server Infrastructure_Controlled_Client Infrastructure_Controlled_Server Manage_Object_Group_Server LoadMonitorCPU_Client

clean:
	@cd GenericFactory/Application_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Application_Controlled_Client.bor clean
	@cd ../../
	@cd GenericFactory/Application_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Application_Controlled_Server.bor clean
	@cd ../../
	@cd GenericFactory/Infrastructure_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Infrastructure_Controlled_Client.bor clean
	@cd ../../
	@cd GenericFactory/Infrastructure_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Infrastructure_Controlled_Server.bor clean
	@cd ../../
	@cd GenericFactory/Manage_Object_Group
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Manage_Object_Group_Server.bor clean
	@cd ../../
	@cd LoadMonitor/CPU
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f LoadMonitorCPU_Client.bor clean
	@cd ../../

realclean:
	@cd GenericFactory/Application_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Application_Controlled_Client.bor realclean
	@cd ../../
	@cd GenericFactory/Application_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Application_Controlled_Server.bor realclean
	@cd ../../
	@cd GenericFactory/Infrastructure_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Infrastructure_Controlled_Client.bor realclean
	@cd ../../
	@cd GenericFactory/Infrastructure_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Infrastructure_Controlled_Server.bor realclean
	@cd ../../
	@cd GenericFactory/Manage_Object_Group
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Manage_Object_Group_Server.bor realclean
	@cd ../../
	@cd LoadMonitor/CPU
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f LoadMonitorCPU_Client.bor realclean
	@cd ../../

install:
	@cd GenericFactory/Application_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Application_Controlled_Client.bor install
	@cd ../../
	@cd GenericFactory/Application_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Application_Controlled_Server.bor install
	@cd ../../
	@cd GenericFactory/Infrastructure_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Infrastructure_Controlled_Client.bor install
	@cd ../../
	@cd GenericFactory/Infrastructure_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Infrastructure_Controlled_Server.bor install
	@cd ../../
	@cd GenericFactory/Manage_Object_Group
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Manage_Object_Group_Server.bor install
	@cd ../../
	@cd LoadMonitor/CPU
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f LoadMonitorCPU_Client.bor install
	@cd ../../

Application_Controlled_Client:
	@cd GenericFactory/Application_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Application_Controlled_Client.bor all
	@cd ../../

Application_Controlled_Server:
	@cd GenericFactory/Application_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Application_Controlled_Server.bor all
	@cd ../../

Infrastructure_Controlled_Client:
	@cd GenericFactory/Infrastructure_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Infrastructure_Controlled_Client.bor all
	@cd ../../

Infrastructure_Controlled_Server:
	@cd GenericFactory/Infrastructure_Controlled
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Infrastructure_Controlled_Server.bor all
	@cd ../../

Manage_Object_Group_Server:
	@cd GenericFactory/Manage_Object_Group
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Manage_Object_Group_Server.bor all
	@cd ../../

LoadMonitorCPU_Client:
	@cd LoadMonitor/CPU
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f LoadMonitorCPU_Client.bor all
	@cd ../../

project_name_list:
	@echo Application_Controlled_Client
	@echo Application_Controlled_Server
	@echo Infrastructure_Controlled_Client
	@echo Infrastructure_Controlled_Server
	@echo Manage_Object_Group_Server
	@echo LoadMonitorCPU_Client
