#----------------------------------------------------------------------------
#       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: RTCORBA_Common ORB_Per_Priority_Client ORB_Per_Priority_Server Single_Endpoint_Client Single_Endpoint_Server

clean:
	@cd Common
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f RTCORBA_Common.bor clean
	@cd ../
	@cd Orb_Per_Priority
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ORB_Per_Priority_Client.bor clean
	@cd ../
	@cd Orb_Per_Priority
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ORB_Per_Priority_Server.bor clean
	@cd ../
	@cd Single_Endpoint
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Single_Endpoint_Client.bor clean
	@cd ../
	@cd Single_Endpoint
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Single_Endpoint_Server.bor clean
	@cd ../

realclean:
	@cd Common
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f RTCORBA_Common.bor realclean
	@cd ../
	@cd Orb_Per_Priority
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ORB_Per_Priority_Client.bor realclean
	@cd ../
	@cd Orb_Per_Priority
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ORB_Per_Priority_Server.bor realclean
	@cd ../
	@cd Single_Endpoint
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Single_Endpoint_Client.bor realclean
	@cd ../
	@cd Single_Endpoint
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Single_Endpoint_Server.bor realclean
	@cd ../

install:
	@cd Common
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f RTCORBA_Common.bor install
	@cd ../
	@cd Orb_Per_Priority
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ORB_Per_Priority_Client.bor install
	@cd ../
	@cd Orb_Per_Priority
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ORB_Per_Priority_Server.bor install
	@cd ../
	@cd Single_Endpoint
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Single_Endpoint_Client.bor install
	@cd ../
	@cd Single_Endpoint
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Single_Endpoint_Server.bor install
	@cd ../

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

ORB_Per_Priority_Client: RTCORBA_Common
	@cd Orb_Per_Priority
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ORB_Per_Priority_Client.bor all
	@cd ../

ORB_Per_Priority_Server: RTCORBA_Common
	@cd Orb_Per_Priority
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f ORB_Per_Priority_Server.bor all
	@cd ../

Single_Endpoint_Client: RTCORBA_Common
	@cd Single_Endpoint
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Single_Endpoint_Client.bor all
	@cd ../

Single_Endpoint_Server: RTCORBA_Common
	@cd Single_Endpoint
	$(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Single_Endpoint_Server.bor all
	@cd ../

project_name_list:
	@echo RTCORBA_Common
	@echo ORB_Per_Priority_Client
	@echo ORB_Per_Priority_Server
	@echo Single_Endpoint_Client
	@echo Single_Endpoint_Server
